promise-all-dynamic
v1.0.0
Published
An alternative of Promise.all that accepts an array that can change at runtime of promises
Downloads
1
Readme
An alternative of Promise.all that accepts an array that can change at runtime of promises
Installation
$ npm install --save promise-all-dynamic
Import
import PromiseAllDynamic from "promise-all-dynamic"