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

0.1.5 • Public • Published

Installation

npm install --save @types/gulp-intercept

Summary

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

Details

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

index.d.ts

/// <reference types="node" />

import Vinyl = require("vinyl");

declare namespace intercept {
    interface Intercept {
        (interceptFunction: InterceptFunction): NodeJS.ReadWriteStream;
    }

    interface InterceptFunction {
        (file: Vinyl): Vinyl;
    }
}

declare var intercept: intercept.Intercept;

export = intercept;

Additional Details

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-intercept

Weekly Downloads

23

Version

0.1.5

License

MIT

Unpacked Size

3.23 kB

Total Files

5

Last publish

Collaborators

  • types