mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
368 B
TypeScript
14 lines
368 B
TypeScript
// Type definitions for gulp-jsonminify 1.0
|
|
// Project: https://github.com/tcarlsen/gulp-jsonminify
|
|
// Definitions by: Pine Mizune <https://github.com/pine>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="node" />
|
|
|
|
declare namespace jsonminify {
|
|
}
|
|
|
|
declare function jsonminify(): NodeJS.ReadWriteStream;
|
|
|
|
export = jsonminify;
|