Skip to main content
Module

x/fun/mod.ts>json_schema.KindJsonBuilder

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

The Kind substitution scheme for JsonBuilder.

Properties

readonly
kind: JsonBuilder<Out<this, 0>>