UNPKG

fsm-state-manager

Version:

A Flow FSM using a finite state machine pattern

5 lines (4 loc) 170 B
export * from './fsm-state-manager'; export * from './interfaces/fsm-config.i'; export * from './interfaces/state-data.i'; export * from './types/transition-rules-type';