Skip to main content
Module

x/typestruct/dev_deps.ts>assert

Composable and checkable JavaScript (and TypeScript) data structure
Latest
function assert
import { assert } from "https://deno.land/x/typestruct@1.0.0-beta.5/dev_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