DefinitelyTyped/types/json3/index.d.ts
2019-02-12 14:36:28 -08:00

8 lines
236 B
TypeScript

// Type definitions for json3 3.3
// Project: http://bestiejs.github.io/json3
// Definitions by: NN <https://github.com/NN--->
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare var json3: JSON;
export = json3;