UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (3 loc) 209 B
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;