Skip to main content
Module

std/assert/mod.ts>Falsy

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

Assertion condition for assertFalse.

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