import { Enumerable } from "https://deno.land/x/proc@0.20.37/src/enumerable.ts";
Transform the iterable from one type to another with an opportunity to catch and handle errors.
Parameters
fn: TransformerFunction<T, U> | TransformStream<T, U>
The transformer function or TransformStream
.
Returns
The transformed iterable.