UNPKG

actor-kit

Version:

Actor Kit is a library for running state machines in Cloudflare Workers, leveraging XState for robust state management. It provides a framework for managing the logic, lifecycle, persistence, synchronization, and access control of actors in a distributed

7 lines 253 B
export { createActorKitRouter } from "./createActorKitRouter"; export { createMachineServer } from "./createMachineServer"; export { fromActorKit } from "./fromActorKit"; export type { FromActorKitEmitted, FromActorKitInput, } from "./fromActorKit";