UNPKG

rwsdk

Version:

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

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