UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

8 lines (7 loc) 331 B
import '../assertEnvClient.js'; export { getGlobalContextClientInternal }; import { getGlobalContextClientInternalShared } from '../shared/getGlobalContextClientInternalShared.js'; async function getGlobalContextClientInternal() { const globalContext = await getGlobalContextClientInternalShared(); return globalContext; }