Skip to main content
Module

x/hkts/types.ts>Guard

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

Guard

An alias for the TypeScript type guard function


definition: (a: unknown) => a is A