@redocly/respect-core
Version:
API testing framework core
15 lines • 556 B
TypeScript
declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): void;
declare class peg$SyntaxError {
constructor(message: any, expected: any, found: any, location: any);
message: any;
expected: any;
found: any;
location: any;
name: string;
}
declare namespace peg$SyntaxError {
function buildMessage(expected: any, found: any): string;
}
declare function peg$parse(input: any, options: any): any;
export { peg$SyntaxError as SyntaxError, peg$parse as parse };
//# sourceMappingURL=abnf-parser.d.ts.map