UNPKG

@fsmoothy/core

Version:

FSMoothy is a feature-rich and easy-to-use finite state machine for TypeScript.

7 lines 391 B
export { StateMachine } from './fsm'; export { t } from './transition'; export { nested, parallel } from './nested'; export type { Transition, FsmContext, IStateMachine, AllowedNames, StateMachineParameters, IStateMachineInspectRepresentation, } from './types'; export { isStateMachineTransitionError } from './fsm.error'; export { All } from './symbols'; //# sourceMappingURL=index.d.ts.map