Skip to main content
EmitWarningOptions.type - process - Node documentation
property EmitWarningOptions.type

Usage in Deno

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

When warning is a string, type is the name to use for the type of warning being emitted.

Type

string | undefined