Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/process.ts>emitWarning

Deno standard library
Go to Latest
function emitWarning
import { emitWarning } from "https://deno.land/std@0.177.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