UNPKG

@scion-scxml/core

Version:

StateCharts Interpretation and Optimization eNgine (SCION) CORE is an implementation of Statecharts in JavaScript.

5 lines (3 loc) 145 B
import * as base from '@scion-scxml/core-base'; export * from '@scion-scxml/core-base'; export class Statechart extends base.BaseInterpreter {}