UNPKG

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