Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

warning

function warning(cond: any, message: string): void;
§
warning(cond: any, message: string): void
[src]

§Parameters

§
cond: any
[src]
§
message: string
[src]

§Return Type