Module

x/typebox/src/syntax/parsebox/runtime/types.ts

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
import * as mod from "https://dotland.deno.dev/x/typebox@0.33.22/src/syntax/parsebox/runtime/types.ts";

Variables

Maps the output as the given parameter T

Maps input to output. This is the default Mapping

Functions

Creates a Const parser

Creates an Ident parser

Creates a Number parser

Creates a Ref parser

Creates a String Parser. Options are an array of permissable quote characters

Creates a Tuple parser

Creates a Union parser