parser.d.ts 117 B

12
  1. import { Options } from "./options";
  2. export declare function parse(source: string, options?: Partial<Options>): any;