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

x/rimbu/actor/stream/index.ts>ActorStream.enhancer

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function ActorStream.enhancer
import { ActorStream } from "https://deno.land/x/rimbu@0.13.0/actor/stream/index.ts";
const { enhancer } = ActorStream;

Type Parameters

A extends Actor.Base<S> & Actor.Dispatch<D>
D extends Actor.DispatchFunction
S

Returns

A & { stream(): ActorStream<A, S>; }