UNPKG
fsm-state-manager
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Flow FSM using a finite state machine pattern
fsm-state-manager
/
dist
/
index.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./fsm-state-manager'
;
export
*
from
'./interfaces/fsm-config.i'
;
export
*
from
'./interfaces/state-data.i'
;
export
*
from
'./types/transition-rules-type'
;