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-4.3.2 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.3.1 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.3 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.2.3 node_modules/@types/parse-json/index.d.ts
tang-0.2.1 spec/tang_app/node_modules/@types/parse-json/index.d.ts
trusty-cms-4.2.2 node_modules/@types/parse-json/index.d.ts
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/@types/parse-json/index.d.ts
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/@types/parse-json/index.d.ts
ruby2js-4.0.4 lib/tasks/testrails/node_modules/@types/parse-json/index.d.ts
ruby2js-4.0.3 lib/tasks/testrails/node_modules/@types/parse-json/index.d.ts
trusty-cms-4.2.1 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.2 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.1.9 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.1.8 node_modules/@types/parse-json/index.d.ts
tang-0.2.0 spec/tang_app/node_modules/@types/parse-json/index.d.ts
trusty-cms-4.1.7 node_modules/@types/parse-json/index.d.ts
tang-0.1.0 spec/tang_app/node_modules/@types/parse-json/index.d.ts
tang-0.0.9 spec/tang_app/node_modules/@types/parse-json/index.d.ts
trusty-cms-4.1.6 node_modules/@types/parse-json/index.d.ts
trusty-cms-4.1.5 node_modules/@types/parse-json/index.d.ts