Skip to main content
Module

x/hkts/hkt.ts>URIS

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

URIS Type

A union of all Kind URIS, used primarily to ensure that a Kind is registered before it is used to construct an instance.


definition: keyof Kinds<any[]>