UNPKG

prray

Version:

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

10 lines (7 loc) 124 B
/** * Ben Huang * tohuangbin@gmail.com * 2019-10-01 */ import { Prray, prray } from './prray' export { prray, Prray }