Skip to main content
Module

std/assert/assert_false.ts>Falsy

Deno standard library
Go to Latest
type alias Falsy
import { type Falsy } from "https://deno.land/std@0.216.0/assert/assert_false.ts";

Assertion condition for assertFalse.

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