deno.com
method Console.warn
#Console.warn(...data: any[]): void

Outputs a warning message to the console

Examples #

#
console.warn('Deprecated feature used');

Parameters #

#<span>...data</span>: any[]

Return Type #

void