parsers.d.ts 102 Bytes Edit Raw Blame History Permalink 1 2 import type { Parser } from "./Parser.js"; export declare const parsers: Record<string, Parser<any>>;