Skip to main content
Module

x/abc/dev_deps.ts>assert

A better Deno framework to create web application.
Go to Latest
function assert
import { assert } from "https://deno.land/x/abc@v1.0.0-rc3/dev_deps.ts";

Make an assertion, if not true, then throw.

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr