import { type AsyncTransformer } from "https://deno.land/x/rimbu@1.2.1/stream/async/async-transformer.ts";
const { Accept } = AsyncTransformer;
Convenience type to allow synchronous transformers to be supplied to functions that accept async transformers.
definition: AsyncTransformer<T, R> | Transformer<T, R>