Skip to main content
Module

x/hkts/nilable.ts>isNil

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable isNil
import { isNil } from "https://deno.land/x/hkts@v0.0.52/nilable.ts";

Guards


type

<A>(m: Nilable<A>) => m is Nil