variable map
import { map } from "async.ts";

Type

<T, S>(iterable: AsyncIterable<T>, convert: (value: T) => S) => AsyncIterable<S>