UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

13 lines (12 loc) 402 B
// packages/qwik/src/build/index.ts var isBrowser = /* @__PURE__ */ (() => typeof window !== "undefined" && typeof HTMLElement !== "undefined" && !!window.document && String(HTMLElement).includes("[native code]"))(); var isServer = !isBrowser; var isDev = /* @__PURE__ */ (() => { return globalThis.qDev === true; })(); export { isBrowser, isDev, isServer }; //# sourceMappingURL=index.mjs.map