UNPKG

1.06 kBJavaScriptView Raw
1import { assign as assign$1, send as send$1, sendParent as sendParent$1, sendUpdate as sendUpdate$1, forwardTo as forwardTo$1, doneInvoke as doneInvoke$1 } from './actions.js';
2import * as actions from './actions.js';
3export { actions };
4export { toActorRef } from './Actor.js';
5export { Interpreter, InterpreterStatus, interpret, spawn } from './interpreter.js';
6export { Machine, createMachine } from './Machine.js';
7export { mapState } from './mapState.js';
8export { matchState } from './match.js';
9export { createSchema, t } from './schema.js';
10export { State } from './State.js';
11export { StateNode } from './StateNode.js';
12export { spawnBehavior } from './behaviors.js';
13export { ActionTypes, SpecialTargets } from './types.js';
14export { matchesState, toEventObject, toObserver, toSCXMLEvent } from './utils.js';
15
16var assign = assign$1,
17 send = send$1,
18 sendParent = sendParent$1,
19 sendUpdate = sendUpdate$1,
20 forwardTo = forwardTo$1,
21 doneInvoke = doneInvoke$1;
22
23export { assign, doneInvoke, forwardTo, send, sendParent, sendUpdate };