vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
8 lines (7 loc) • 331 B
JavaScript
export { getGlobalContextClientInternal };
import { getGlobalContextClientInternalShared } from '../shared/getGlobalContextClientInternalShared.js';
import '../assertEnvClient.js';
async function getGlobalContextClientInternal() {
const globalContext = await getGlobalContextClientInternalShared();
return globalContext;
}