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

x/froebel/nullish.ts>nullish

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

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

type

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