// Type definitions for jsonminify 0.4.1 // Project: https://github.com/fkei/JSON.minify // Definitions by: Dan Homola // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function minify(json: string): string; export = minify;