import * as typebox from "https://deno.land/x/typebox@0.33.22/src/syntax/parsebox/static/types.ts";
Interfaces
I As | 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 |