import { AsyncTransformer } from "https://deno.land/x/rimbu@1.2.0/core/mod.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