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

x/rimbu/actor/mod.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.14.0/actor/mod.ts";
const { StateType } = Actor;
definition: A extends Actor.Base<infer S> ? S : unknown