mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
408 B
TypeScript
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;
|