mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
284 B
TypeScript
9 lines
284 B
TypeScript
// Type definitions for jsonminify 0.4.1
|
|
// Project: https://github.com/fkei/JSON.minify
|
|
// Definitions by: Dan Homola <https://github.com/no23reason>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function minify(json: string): string;
|
|
|
|
export = minify;
|