1.1.6 • Published 2 years ago
@types/gulp-jsonmin v1.1.6
Installation
npm install --save @types/gulp-jsonmin
Summary
This package contains type definitions for gulp-jsonmin (https://github.com/englercj/gulp-jsonmin).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-jsonmin.
index.d.ts
// Type definitions for gulp-jsonmin 1.1
// Project: https://github.com/englercj/gulp-jsonmin
// Definitions by: Romain Faust <https://github.com/romain-faust>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { Transform } from 'stream';
declare function gulpJsonmin(options?: gulpJsonmin.Options): Transform;
declare namespace gulpJsonmin {
interface Options {
verbose?: boolean | undefined;
}
}
export = gulpJsonmin;
Additional Details
- Last updated: Thu, 08 Jul 2021 14:22:29 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by Romain Faust.