Process.hasUncaughtExceptionCaptureCallback - Node documentation
method Process.hasUncaughtExceptionCaptureCallback

Usage

import { type Process } from "node:process";

Indicates whether a callback has been set using setUncaughtExceptionCaptureCallback.

Return Type

boolean