UNPKG

237 BTypeScriptView Raw
1// Type definitions for json3 3.3
2// Project: https://bestiejs.github.io/json3
3// Definitions by: NN <https://github.com/NN--->
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6declare var json3: JSON;
7export = json3;