DefinitelyTyped/types/jsonminify/index.d.ts
2017-03-24 14:27:52 -07:00

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;