Skip to main content
Go to Latest
type alias matches.ParserNames
import { type matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { ParserNames } = matches;
definition:
| "Any"
| "Array"
| "ArrayOf"
| "Boolean"
| "Concat"
| "Default"
| "Deferred"
| "Named"
| "Dictionary"
| "Function"
| "Guard"
| "Literal"
| "Mapped"
| "Maybe"
| "Named"
| "Null"
| "Number"
| "Partial"
| "Object"
| "Or"
| "Recursive"
| "Shape"
| "String"
| "Tuple"
| "Unknown"
| "Wrapper"