peggyParser.d.ts (501B)
1 declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): Error; 2 declare class peg$SyntaxError { 3 constructor(message: any, expected: any, found: any, location: any); 4 format(sources: any): string; 5 } 6 declare namespace peg$SyntaxError { 7 function buildMessage(expected: any, found: any): string; 8 } 9 declare function peg$parse(input: any, options: any): any; 10 export { peg$SyntaxError as SyntaxError, peg$parse as parse }; 11 //# sourceMappingURL=peggyParser.d.ts.map