Abstract
Strict parsers do not allow undefined types and do not allow returning raw data.
undefined
The type of the raw data to parse.
The type of the parsed data.
Parses the given data.
Data to be parsed.
Optional
Additional context, if needed.
Generated using TypeDoc
Strict parsers do not allow
undefined
types and do not allow returning raw data.