Abstract
Defined parsers do not allow undefined types. The output can be of type R or P.
undefined
R
P
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
Defined parsers do not allow
undefinedtypes. The output can be of typeRorP.