batch-promises
batch-promises copied to clipboard
easily batch promises
- fix typo
The type declarations are sitting there in the repo, but aren't present on the 0.0.3 release. This just needs an npm release.
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Hi, if you pass this function an array of promises, would it execute them in batches? What I mean is, if a `promises` array had 100 entries, would `batchPromises(4, promises)`...
Would be nice to change the arguments order in order to put the collection at the end. This would allow the following usage: ``` js import batchPromises from 'batch-promises'; Promise.resolve([1,...