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

std/assert/mod.ts>Falsy

The Deno Standard Library
Latest
type alias Falsy
import { type Falsy } from "https://deno.land/std@0.224.0/assert/mod.ts";

Assertion condition for assertFalse.

definition:
| false
| 0
| 0
| ""
| null
| undefined