UNPKG

xstate

Version:

Finite State Machines and Statecharts for the Modern Web.

10 lines (9 loc) 646 B
export { assign, type AssignAction, type AssignArgs } from "./actions/assign.js"; export { cancel, type CancelAction } from "./actions/cancel.js"; export { emit, type EmitAction } from "./actions/emit.js"; export { enqueueActions, type EnqueueActionsAction } from "./actions/enqueueActions.js"; export { log, type LogAction } from "./actions/log.js"; export { raise, type RaiseAction } from "./actions/raise.js"; export { forwardTo, sendParent, sendTo, type SendToAction } from "./actions/send.js"; export { spawnChild, type SpawnAction } from "./actions/spawnChild.js"; export { stop, stopChild, type StopAction } from "./actions/stopChild.js";