@types/gulp-jsonmin
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

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

/// <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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Romain Faust.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-jsonmin

Weekly Downloads

328

Version

1.1.6

License

MIT

Unpacked Size

3.19 kB

Total Files

5

Last publish

Collaborators

  • types