UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

13 lines (11 loc) 387 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; // packages/qwik/src/build/index.dev.ts var isDev = true; export { isBrowser, isDev, isServer }; //# sourceMappingURL=index.dev.mjs.map