UNPKG

317 BTypeScriptView Raw
1declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): void;
2declare namespace peg$SyntaxError {
3 var buildMessage: (expected: any, found: any) => string;
4}
5declare function peg$parse(input: any, options: any): any;
6export { peg$SyntaxError as SyntaxError, peg$parse as parse };