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

std/assert/mod.ts>Falsy

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Falsy
import { type Falsy } from "https://deno.land/std@0.222.0/assert/mod.ts";

Assertion condition for assertFalse.

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