Skip to main content
Module

x/fun/schemable.ts>UnknownSchemable

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 UnknownSchemable
implements Hold<U>
import { type UnknownSchemable } from "https://deno.land/x/fun@v2.0.0-alpha.12/schemable.ts";

Wraps an unknown type in Schemable. This is the best escape hatch when a Schema isn't known ahead of time.

Properties

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