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

1.0.3 • Public • Published

Installation

npm install --save @types/gulp-change

Summary

This package contains type definitions for gulp-change (https://github.com/PoliteJS/gulp-change).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-change.

index.d.ts

import * as eventStream from "event-stream";

export = GulpChange;

declare function GulpChange(transformer: GulpChange.ChangeFunction): eventStream.MapStream;

declare namespace GulpChange {
    type Callback = (err: any, content: string) => any;

    // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
    type ChangeFunction = (content: string, callback: Callback) => string | void;
}

Additional Details

Credits

These definitions were written by Aankhen.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    117
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    4

Package Sidebar

Install

npm i @types/gulp-change

Weekly Downloads

104

Version

1.0.3

License

MIT

Unpacked Size

3.45 kB

Total Files

5

Last publish

Collaborators

  • types