Skip to main content
Module

x/froebel/nullish.ts>nullish

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

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

type

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