UNPKG

vike

Version:

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

5 lines (4 loc) 260 B
import { isBrowser } from '../utils/isBrowser.js'; import { assert } from '../utils/assert.js'; assert(isBrowser()); export { getGlobalContext, getGlobalContext as getGlobalContextAsync, getGlobalContextSync, } from './shared/createGetGlobalContextClient.js';