@yantrix/automata v0.0.2 • Docs
Yantrix API / @yantrix/automata / TAutomataStateContainer
Type Alias: TAutomataStateContainer<StateType>
ts
type TAutomataStateContainer<StateType>: object;
Container for automata state.
Type Parameters
• StateType extends TAutomataBaseStateType
Type declaration
state
ts
state: StateType | null;