UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

3 lines (2 loc) 210 B
import { type SyncedStateClient, type WebSocketFactory } from "../connection/types.js"; export declare function createSyncedStateClient(endpoint: string, webSocketFactory: WebSocketFactory): SyncedStateClient;