UNPKG

rwsdk

Version:

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

4 lines (3 loc) 260 B
export declare const loadServerModule: ((id: string) => Promise<any>) & import("lodash").MemoizedFunction; export declare const getServerModuleExport: (id: string) => Promise<any>; export declare const createServerReference: (id: string, name: string) => any;