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

x/froebel/predicate.ts>falsy

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

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

type

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