import { Enumerable } from "https://deno.land/x/proc@0.20.23/src/enumerable.ts";
Transform the iterable from one type to another with an opportunity to catch and handle errors.
Parameters
fn: (it: AsyncIterable<T>) => AsyncIterable<U>
The transform function.
Returns
The transformed iterable.