@types/json3
Version:
TypeScript definitions for json3
22 lines (16 loc) • 605 B
Markdown
# Installation
> `npm install --save @types/json3`
# Summary
This package contains type definitions for json3 (https://bestiejs.github.io/json3).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json3.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json3/index.d.ts)
````ts
declare var json3: JSON;
export = json3;
````
### 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---).