Skip to main content
Module

x/froebel/truthy.ts>falsy

A strictly typed utility library.
Go to Latest
variable falsy
import { falsy } from "https://deno.land/x/froebel@v0.19.0/truthy.ts";

Checks if value is falsy. Literal types are narrowed accordingly.

type

<T>(value: T) => value is PickFalsy<T>