@gmod/bed
Version:
A BED file format parser with autoSql support
11 lines (10 loc) • 377 B
TypeScript
declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): void;
declare namespace peg$SyntaxError {
var buildMessage: (expected: any, found: any) => string;
}
declare function peg$parse(input: any, options: any): {};
declare const _default: {
SyntaxError: typeof peg$SyntaxError;
parse: typeof peg$parse;
};
export default _default;