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`...

12 lines (11 loc) 283 B
"use strict"; /** * Ben Huang * tohuangbin@gmail.com * 2019-10-01 */ Object.defineProperty(exports, "__esModule", { value: true }); const prray_1 = require("./prray"); exports.default = prray_1.default; module.exports = prray_1.default; module.exports.default = prray_1.default;