Mapping over an array with an Effect in Effect Typescript

Whats the best way to map over an array with an Effect? Something like Array.map but you can run an effect as a mapping function? Something like Stream.mapEffect for just for arrays
Was this page helpful?