UNPKG

jssm

Version:

A Javascript finite state machine (FSM) with a terse DSL and a simple API. Most FSMs are one-liners. Fast, easy, powerful, well tested, typed with TypeScript, and visualizations. MIT License.

4 lines (3 loc) 159 B
const FslDirections = ['up', 'right', 'down', 'left']; const FslThemes = ['default', 'ocean', 'modern', 'plain', 'bold']; export { FslDirections, FslThemes };