📄 index.d.ts
/home/palash/git/site/node_modules/@types/parse-json/index.d.ts
Language: ts • Lines: 4
declare function parseJson(input: string | null, filepath?: string): any;
declare function parseJson(input: string | null, reviver: (key: any, value: any) => any, filepath?: string): any;

export = parseJson;