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

x/dnt/lib/test.deps.ts>assertFalse

Deno to npm package build tool.
Go to Latest
function assertFalse
import { assertFalse } from "https://deno.land/x/dnt@0.29.1/lib/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 false