@types/crack-json
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Installation

npm install --save @types/crack-json

Summary

This package contains type definitions for crack-json (https://github.com/gajus/crack-json#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/crack-json.

index.d.ts

export function extractJson(
    subject: string,
    configuration?: {
        filter?: (input: string) => boolean;
        parser?: (input: string) => any;
    },
): any;

Additional Details

  • Last updated: Wed, 20 Dec 2023 06:07:05 GMT
  • Dependencies: none

Credits

These definitions were written by Johannes Henning.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/crack-json

Weekly Downloads

64

Version

1.3.0

License

MIT

Unpacked Size

2.9 kB

Total Files

5

Last publish

Collaborators

  • types