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.Event

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

Type Parameters

A extends Actor.Base<S>
S
optional
AC extends ActionBase = ActionBase
definition: { action: AC; prevState: S; state: S; actor: A; }