UNPKG

209 BTypeScriptView Raw
1declare function parseJson(input: string | null, filepath?: string): any;
2declare function parseJson(input: string | null, reviver: (key: any, value: any) => any, filepath?: string): any;
3
4export = parseJson;