RayBenefield / dev-xp

:runner: A Monorepo of projects reaching towards EPIC proportions, maintained by one person.
MIT License
16 stars 1 forks source link

Add `promiseAll` to `utils` that supports objects in addition to arrays #1253

Open RayBenefield opened 3 years ago

RayBenefield commented 3 years ago

Expected Behavior

Promise.all is super useful, but I want it to be able to handle objects so results can be keyed. Let's do this.