The input object type.
The mapped value type.
The object to map, or a promise that resolves to one.
Async mapper invoked with each value and key.
Optionaloptions: MapValuesOptions<R>Configuration options, including cancellation and concurrency.
A cancellable handle that resolves to a mapped object.
Maps each value of an object asynchronously while preserving original keys.