type alias UncaughtExceptionListener
          
Usage in Deno
import { type UncaughtExceptionListener } from "node:process";
(error: Error,origin: UncaughtExceptionOrigin,) => void
      
    import { type UncaughtExceptionListener } from "node:process";
(error: Error,origin: UncaughtExceptionOrigin,) => void