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

Usage in Deno

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

Definition

(warning: Error) => void