Skip to main content
Module

x/fun/mod.ts>schemable.StringSchemable

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

Wraps a string type in Schemable.

Type Parameters

U extends Kind

Properties

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