Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/changelog/test/deps.ts>assertFalse

Node & Deno package to parse and generate changelogs
Latest
function assertFalse
Re-export
import { assertFalse } from "https://deno.land/x/changelog@v2.5.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