UNPKG

109 BTypeScriptView Raw
1import { Parser } from "../index.js";
2
3export declare const parsers: {
4 acorn: Parser;
5 espree: Parser;
6};