UNPKG

prray

Version:

'Promisified' Array, comes with async method supports(such as mapAsync). And it is compatible with normal array.

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