UNPKG

rwsdk

Version:

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

6 lines (5 loc) 235 B
export declare const loadServerModule: (id: string) => Promise<any>; export declare const getServerModuleExport: (id: string) => Promise<any>; export declare const ssrWebpackRequire: (id: string) => Promise<{ [x: string]: any; }>;