Skip to main content
Module

x/alfredo/deps-dev.ts>assert

Your Alfred workflows on steroids with Deno
Latest
function assert
import { assert } from "https://deno.land/x/alfredo@0.4.3/deps-dev.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr