UNPKG

rubico

Version:

[a]synchronous functional programming

12 lines (11 loc) 198 B
export = promiseAll; /** * @name promiseAll * * @synopsis * promiseAll(Iterable<Promise|any>) -> Promise<Array> * * @description * Dereferenced Promise.all */ declare const promiseAll: any;