UNPKG

vike

Version:

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

9 lines (8 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertIsBrowser = assertIsBrowser; const isBrowser_js_1 = require("./isBrowser.js"); const assert_js_1 = require("./assert.js"); function assertIsBrowser() { (0, assert_js_1.assert)((0, isBrowser_js_1.isBrowser)()); }