@types/json-js
Version:
TypeScript definitions for json-js
22 lines (16 loc) • 623 B
Markdown
# Installation
> `npm install --save @types/json-js`
# Summary
This package contains type definitions for json-js (https://github.com/cangosta/JSON-js).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-js.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-js/index.d.ts)
````ts
declare const json: typeof JSON;
export = json;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [NN](https://github.com/NN---).