Skip to main content
UncaughtExceptionListener - process - Node documentation
type alias UncaughtExceptionListener

Usage in Deno

import { type UncaughtExceptionListener } from "node:process";

Definition

(
error: Error,
) => void