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

Usage in Deno

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

Definition

(promise: Promise<unknown>) => void