Skip to main content
Module

x/fun/schemable.ts>StringSchemable

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

Wraps a string type in Schemable.

Properties

readonly
string: <B, C, D, E>() => $<U, [string, B, C], [D], [E]>