import { AsyncTransformer } from "https://deno.land/x/rimbu@1.2.1/stream/async/async-transformer.ts";
const { from } = AsyncTransformer;
Returns an AsyncTransformer based on a given synchronous or asynchronous transformer.
Parameters
transformer: AsyncTransformer.Accept<T, R>
- the transformer to convert