Options
All
  • Public
  • Public/Protected
  • All
Menu

Module SimpleFSM

Index

Classes

Type aliases

Type aliases

State

State: string | number | symbol

Transitions

Transitions<S, D>: Record<S, (data: D, current: S) => S>

Type parameters

Generated using TypeDoc