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