The array-like object to transform
Async function that transforms each element
Optionaloptions: { simultaneous?: number }Optional configuration object
Optional Readonlysimultaneous?: numberMaximum number of transforms to run simultaneously (default: 1)
Map on ArrayLike objects with an asynchronous transformer.