UNPKG

rwsdk

Version:

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

5 lines (4 loc) 234 B
export declare const loadModule: ((id: string) => Promise<any>) & import("lodash").MemoizedFunction; export declare const clientWebpackRequire: ((id: string) => Promise<{ [x: string]: any; }>) & import("lodash").MemoizedFunction;