UNPKG

102 BTypeScriptView Raw
1import type { Parser } from "./Parser.js";
2export declare const parsers: Record<string, Parser<any>>;