UNPKG

rwsdk

Version:

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

4 lines (3 loc) 222 B
export declare const loadServerModule: (id: string) => Promise<any>; export declare const getServerModuleExport: (id: string) => Promise<any>; export declare const createServerReference: (id: string, name: string) => any;