UNPKG

@state-management/simple-state-machine

Version:

A simple state management library using StateKey and Command Pattern for Angular, React, and React Native.

5 lines (4 loc) 184 B
export { Command } from './command'; export { StateKey } from './state-key'; export { StateMachine } from './state-machine'; export { UpdateStateCommand } from './UpdateStateCommand';