UNPKG

rwsdk

Version:

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

7 lines (6 loc) 267 B
/** * Mock implementation of the virtual:use-client-lookup.js module for tests. * This provides an empty lookup object since tests don't need to actually * load client modules - they use dependency injection for React hooks. */ export const useClientLookup = {};