scxml.d.ts 247 B

123456
  1. import { AnyStateMachine } from './index';
  2. export interface ScxmlToMachineOptions {
  3. delimiter?: string;
  4. }
  5. export declare function toMachine(xml: string, options: ScxmlToMachineOptions): AnyStateMachine;
  6. //# sourceMappingURL=scxml.d.ts.map