Get the latest ParseResult without consuming new data.
()
| 433 | set(fullText: string): ParseResult; |
| 434 | /** Get the latest ParseResult without consuming new data. */ |
| 435 | getResult(): ParseResult; |
| 436 | } |
| 437 | |
| 438 | export function createStreamParser(cat: ParamMap, rootName?: string): StreamParser { |
no outgoing calls
no test coverage detected