Skip to main content
Module

x/plug/test_deps.ts>assertFalse

🔌 Deno FFI helper module
Go to Latest
function assertFalse
Re-export
import { assertFalse } from "https://deno.land/x/plug@1.0.3/test_deps.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr is Falsy