Convenience type where given an array of parsers and capture parsers, it first gets the capture parsers, then extracts the capture types, and returns a union of all the capture types. Example: { name: string } | { age: number }
Generated using TypeDoc
Convenience type where given an array of parsers and capture parsers, it first gets the capture parsers, then extracts the capture types, and returns a union of all the capture types. Example: { name: string } | { age: number }