Files
xen-orchestra/@xen-orchestra/async-map

@xen-orchestra/async-map

Package Version License PackagePhobia Node compatibility

Similar to Promise.all + lodash.map but wait for all promises to be settled

Install

Installation of the npm package:

> npm install --save @xen-orchestra/async-map

Usage

import asyncMap from '@xen-orchestra/async-map'

const array = await asyncMap(collection, iteratee)

Contributions

Contributions are very welcomed, either on the documentation or on the code.

You may:

  • report any issue you've encountered;
  • fork and create a pull request.

License

ISC © Vates SAS