Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/stream/async/index.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.0/stream/async/index.ts";
const { Accept } = AsyncTransformer;

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