DefinitelyTyped/types/json-js/index.d.ts
2018-01-09 10:59:37 -08:00

9 lines
276 B
TypeScript

// Type definitions for json-js 1.1
// Project: https://github.com/cangosta/JSON-js
// Definitions by: NN <https://github.com/NN--->
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
declare const json: typeof JSON;
export = json;