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

10 lines 347 B
import { CallerType } from "./types"; export declare const HEADERS: { X_CALLER_ID: string; X_CALLER_TYPE: string; X_ACTOR_ID: string; X_ACTOR_TYPE: string; }; export declare const CallerTypes: Record<CallerType, CallerType>; export declare const PERSISTED_SNAPSHOT_KEY = "persistedSnapshot"; //# sourceMappingURL=constants.d.ts.map