Files

3 lines
102 B
TypeScript
Raw Permalink Normal View History

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