Skip to main content
Module

std/node/process.ts>emitWarning

Deno standard library
Go to Latest
function emitWarning
import { emitWarning } from "https://deno.land/std@0.145.0/node/process.ts";

Parameters

warning: string | Error
type: { type: string; detail: string; code: string; ctor: Function; } | string | null
optional
code: string
optional
ctor: Function