DefinitelyTyped/types/gulp-batch/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
408 B
TypeScript

// Type definitions for gulp-batch 1.0
// Project: https://github.com/floatdrop/gulp-batch
// Definitions by: Alvaro Menezes <https://github.com/alvarollmenezes>, Vinicius Salomao <https://github.com/vizeke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function batch(opts?: any, cb?: any, errorHandler?: any): (event: any) => void;
declare namespace batch { }
export = batch;