Module

x/typebox/src/syntax/parsebox/static/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/static/types.ts";

Interfaces

Maps the output as the given parameter T

Creates a Const Parser

Creates an Ident Parser.

Maps input to output. This is the default Mapping

Base type Parser implemented by all other parsers

Creates a Number Parser.

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

Creates a Tuple Parser

Creates a Union Parser