Module

x/lume/deps/assert.ts>assert

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function assert
import { assert } from "https://dotland.deno.dev/x/lume@v1.13.2/deps/assert.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr