Skip to main content
Module

x/fun/newtype.ts>AnyNewtype

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

A type alias for Newtype<any, any> that is useful when constructing Newtype related runtime instances.

definition: Newtype<unknown, unknown>