Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/actor/main/action-base.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@1.1.0/actor/main/action-base.ts";

Interfaces

The minimal interface for an action, containing a unique tag.

Defines how to create an action, and specifies the mandatory match function to determine whether an action matches the creator.