UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

7 lines (6 loc) • 166 B
export { assertIsBrowser }; import { isBrowser } from './isBrowser.js'; import { assert } from './assert.js'; function assertIsBrowser() { assert(isBrowser()); }