Files
liquidjs/dist/util/promise.d.ts
T
2019-02-19 23:55:38 +08:00

3 lines
162 B
TypeScript

export declare function anySeries(iterable: any, iteratee: any): Promise<any>;
export declare function mapSeries(iterable: any, iteratee: any): Promise<any[]>;