@rivetkit/cloudflare-workers
Version:
Cloudflare Workers adapter for RivetKit actors
12 lines (11 loc) • 324 B
text/typescript
export type { Client } from "rivetkit";
export type { DriverContext } from "./actor-driver";
export { createActorDurableObject } from "./actor-handler-do";
export type { InputConfig as Config } from "./config";
export {
type Bindings,
createHandler,
createInlineClient,
HandlerOutput,
InlineOutput,
} from "./handler";