UNPKG

120 BTypeScriptView Raw
1import { Parser } from '.';
2
3declare const parser: {
4 parsers: {
5 meriyah: Parser;
6 };
7};
8export = parser;