UNPKG

vike

Version:

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

8 lines (7 loc) 243 B
export { onLoad }; import { assertIsNotBrowser } from '../../utils/assertIsNotBrowser.js'; import { assertIsNotProductionRuntime } from '../runtime/utils.js'; function onLoad() { assertIsNotBrowser(); assertIsNotProductionRuntime(); }