method Process.hasUncaughtExceptionCaptureCallback Usage in Deno```typescript import { type Process } from "node:node__process.d.ts"; ``` Process.hasUncaughtExceptionCaptureCallback(): boolean Indicates whether a callback has been set using setUncaughtExceptionCaptureCallback. Return Type boolean