Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/actor/main/index.ts>Actor.StateType

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

Type Parameters

A extends Actor.Base<any>
definition: A extends Actor.Base<infer S> ? S : unknown