gulp-function/dist/index.d.ts

6 lines
181 B
TypeScript
Raw Normal View History

import 'typings-global';
export declare type TExecutionMode = 'forEach' | 'forFirst' | 'atEnd';
export interface IPromiseFunction {
(file?: any, enc?: any): PromiseLike<any>;
}