What problem does this feature solve?
It would be useful to export the Parser types (Parser, SafeParser, UnsafeParser) to build custom parsers outside what the framework provides. Also helps with casting types forcefully.
Describe the solution
Export Parser, SafeParser and UnsafeParser from parser.d.ts.
What problem does this feature solve?
It would be useful to export the Parser types (
Parser,SafeParser,UnsafeParser) to build custom parsers outside what the framework provides. Also helps with casting types forcefully.Describe the solution
Export
Parser,SafeParserandUnsafeParserfromparser.d.ts.