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.

7 lines (5 loc) 162 B
import { JssmViz } from './viz.js'; export { JssmViz } from './viz.js'; if (!customElements.get('jssm-viz')) { customElements.define('jssm-viz', JssmViz); }