Skip to main content
Module

x/rimbu/actor/mod.ts>Action.Creator

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

Type for creating an Action instance.

Type Parameters

optional
P = never
optional
A extends unknown[] = []
definition: ActionBase.Creator<Action<P>, A>