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