Skip to main content
Module

x/udd/test_deps.ts>assert

Update Deno Dependencies - update dependency urls to their latest published versions
Very Popular
Go to Latest
function assert
import { assert } from "https://deno.land/x/udd@0.8.1/test_deps.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr