This repository was archived by the owner on Nov 12, 2025. It is now read-only.
v0.3.0
Added support for time triggers.
StateMachine
.configure()
.initialState('state1')
.onTimeout(100).transitionTo('state2')Added support for time triggers.
StateMachine
.configure()
.initialState('state1')
.onTimeout(100).transitionTo('state2')