UNPKG

xstate

Version:

Finite State Machines and Statecharts for the Modern Web.

6 lines 247 B
import { AnyStateMachine } from './index'; export interface ScxmlToMachineOptions { delimiter?: string; } export declare function toMachine(xml: string, options: ScxmlToMachineOptions): AnyStateMachine; //# sourceMappingURL=scxml.d.ts.map