UNPKG

115 BTypeScriptView Raw
1import { Parser } from '.';
2
3declare const parser: { parsers: { [parserName: string]: Parser } };
4export = parser;