Awaits all Promise properties inside of the given object and wraps them all in a single promise. This is akin to Promise.all but for an object instead of an array.
Promise.all
@augment-vir/common
Awaits all Promise properties inside of the given object and wraps them all in a single promise. This is akin to
Promise.all
but for an object instead of an array.