method Process.hasUncaughtExceptionCaptureCallback Usage in Denoimport { type Process } from "node:process"; Process.hasUncaughtExceptionCaptureCallback(): boolean Indicates whether a callback has been set using setUncaughtExceptionCaptureCallback. Return Type boolean