UNPKG

prray

Version:

'Promisified' Array, it compatible with the original Array but comes with async versions of native Array methods, such as `mapAsync`, `filterAsync`, `reduceAsync`, `sortAsync`, `findAsync`, `findIndexAsync`, `everyAsync`, `someAsync`, `forEachAsync`...

8 lines 145 B
/** * Ben Huang * tohuangbin@gmail.com * 2019-10-01 */ import Prray from './prray'; export default Prray; //# sourceMappingURL=index.d.ts.map