@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-change

Weekly Downloads

119

Version

1.0.3

License

MIT

Unpacked Size

3.45 kB

Total Files

5

Last publish

Collaborators

  • types