UNPKG

voxa

Version:

A fsm (state machine) framework for Alexa, Dialogflow, Facebook Messenger and Botframework apps using Node.js

4 lines (3 loc) 177 B
export { StateMachine, IUnhandledStateCb } from "./StateMachine"; export { ITransition, SystemTransition } from "./transitions"; export { State, IStateHandler } from "./State";