Process.hasUncaughtExceptionCaptureCallback - Node documentation
method Process.hasUncaughtExceptionCaptureCallback

Usage in Deno

import { type Process } from "node:process";
Process.hasUncaughtExceptionCaptureCallback(): boolean

Indicates whether a callback has been set using setUncaughtExceptionCaptureCallback.

Return Type

boolean