parsers.d.cts 102 B

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