mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
237 B
TypeScript
8 lines
237 B
TypeScript
// Type definitions for json3 3.3
|
|
// Project: https://bestiejs.github.io/json3
|
|
// Definitions by: NN <https://github.com/NN--->
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare var json3: JSON;
|
|
export = json3;
|