UNPKG

247 BTypeScriptView Raw
1import { AnyStateMachine } from './index';
2export interface ScxmlToMachineOptions {
3 delimiter?: string;
4}
5export declare function toMachine(xml: string, options: ScxmlToMachineOptions): AnyStateMachine;
6//# sourceMappingURL=scxml.d.ts.map
\No newline at end of file