Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/stream/mod.ts>AsyncTransformer.Accept

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias AsyncTransformer.Accept
import { type AsyncTransformer } from "https://deno.land/x/rimbu@1.2.1/stream/mod.ts";
const { Accept } = AsyncTransformer;

Convenience type to allow synchronous transformers to be supplied to functions that accept async transformers.