UNPKG

rwsdk

Version:

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

5 lines (4 loc) 158 B
export declare const loadModule: (id: string) => Promise<any>; export declare const clientWebpackRequire: (id: string) => Promise<{ [x: string]: any; }>;