Skip to main content
Module

x/fun/kind.ts>Hold

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
interface Hold
import { type Hold } from "https://deno.land/x/fun@v2.0.0/kind.ts";

The Hold interface allows one to trick the typescript compiler into holding onto type information that it would otherwise discard. This is useful when creating an interface that merges multiple type classes (see Flatmappable).

Properties

readonly
optional
[HoldSymbol]: A