Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/tests/test.deps.ts>assert

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function assert
Re-export
import { assert } from "https://deno.land/x/fathym_common@v0.0.184/tests/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