1 | # Installation
|
2 | > `npm install --save @types/json3`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for json3 (https://bestiejs.github.io/json3).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json3.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json3/index.d.ts)
|
10 | ````ts
|
11 | declare var json3: JSON;
|
12 | export = json3;
|
13 |
|
14 | ````
|
15 |
|
16 | ### Additional Details
|
17 | * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
|
18 | * Dependencies: none
|
19 |
|
20 | # Credits
|
21 | These definitions were written by [NN](https://github.com/NN---).
|
22 |
|
\ | No newline at end of file |