Skip to main content
Module

std/testing/asserts.ts>assert

Deno standard library
Go to Latest
function assert
import { assert } from "https://deno.land/std@0.74.0/testing/asserts.ts";

Make an assertion, error will be thrown if expr does not have truthy value.

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr