Sha256: 2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b

Contents?: true

Size: 434 Bytes

Versions: 41

Compression:

Stored size: 434 Bytes

Contents

// Type definitions for parse-json 4.0
// Project: https://github.com/sindresorhus/parse-json
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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;

Version data entries

41 entries across 40 versions & 7 rubygems

Version Path
trusty-cms-6.3.1 node_modules/@types/parse-json/index.d.ts
optimacms-0.1.61 spec/dummy/node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.7 node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.6 node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.5 node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.4 node_modules/@types/parse-json/index.d.ts
disco_app-0.16.1 test/dummy/node_modules/@types/parse-json/index.d.ts
disco_app-0.15.2 test/dummy/node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.3 node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.2 node_modules/@types/parse-json/index.d.ts
disco_app-0.18.4 test/dummy/node_modules/@types/parse-json/index.d.ts
disco_app-0.18.1 test/dummy/node_modules/@types/parse-json/index.d.ts
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@types/parse-json/index.d.ts
disco_app-0.14.0 test/dummy/node_modules/@types/parse-json/index.d.ts
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.1 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.3.5 node_modules/@types/parse-json/index.d.ts
trusty-cms-5.0.0 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.3.4 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.3.3 node_modules/@types/parse-json/index.d.ts