Is there an easy way to convert an array of `Outpu...
# typescript
g
Is there an easy way to convert an array of
Output
objects into one? I am aware of
pulumi.all
but that has been defined for explicit amount of arguments and as such it doesn't work with
Function.prototype.apply
as far as I see it