import * as typebox from "https://deno.land/x/typebox@0.33.22/src/syntax/parsebox/runtime/types.ts";
Variables
v As | 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 | |
f Ref | Creates a Ref parser |
Creates a String Parser. Options are an array of permissable quote characters | |
Creates a Tuple parser | |
Creates a Union parser |
Type Aliases
Infers the Output Parameter for a Parser | |