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

assert

function assert(condition: boolean, msg?: string): void;
§
assert(condition: boolean, msg?: string): void
[src]

§Parameters

§
condition: boolean
[src]
§
msg?: string optional
[src]

§Return Type