mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
276 B
TypeScript
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;
|