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