combine-promises
combine-promises copied to clipboard
Accept non promise ?
Promise.all accept non promise in its array, whereas combinePromises need a Promise in order to not complain. An easy workaround is to put Promise.resolve but it would be even better to be able to pass raw data directly as for Promise.all
Is it a dead project @slorber ?
@raskyer that looks reasonable, if you submit a PR I'll merge it 👍