vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
8 lines (7 loc) • 331 B
JavaScript
import '../assertEnvClient.js';
export { getGlobalContextClientInternal };
import { getGlobalContextClientInternalShared } from '../shared/getGlobalContextClientInternalShared.js';
async function getGlobalContextClientInternal() {
const globalContext = await getGlobalContextClientInternalShared();
return globalContext;
}