1.1.6 • Published 2 years ago

@types/gulp-jsonmin v1.1.6

Weekly downloads
50
License
MIT
Repository
github
Last release
2 years ago

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.

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

4 years ago

1.1.1

7 years ago

1.1.0

7 years ago