UNPKG

rwsdk

Version:

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

3 lines (2 loc) 174 B
import { type Connection, type WebSocketFactory } from "./types.js"; export declare function getConnection(endpoint: string, webSocketFactory: WebSocketFactory): Connection;