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.

5 lines (4 loc) 213 B
import { FslTheme, JssmBaseTheme } from './jssm_types'; import { base_theme } from './themes/jssm_base_stylesheet'; declare const theme_mapping: Map<FslTheme, JssmBaseTheme>; export { theme_mapping, base_theme };