UNPKG

vike

Version:

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

10 lines (9 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertIsNotBrowser = assertIsNotBrowser; const isBrowser_js_1 = require("./isBrowser.js"); const assert_js_1 = require("./assert.js"); /** Ensure we don't bloat the client-side */ function assertIsNotBrowser() { (0, assert_js_1.assert)(!(0, isBrowser_js_1.isBrowser)()); }