Skip to main content
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@0.14.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.