UNPKG

@redwoodjs/sdk

Version:

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

6 lines (5 loc) 335 B
export declare const loadModule: ((moduleName: string) => Promise<Record<string, unknown>>) & import("lodash").MemoizedFunction; export declare const getModuleExport: (id: string) => Promise<unknown>; export declare const ssrWebpackRequire: ((id: string) => Promise<{ [x: string]: unknown; }>) & import("lodash").MemoizedFunction;