is-browser.mjs 112 Bytes Edit Raw Blame History Permalink 1 2 3 4 const isBrowser = typeof window !== "undefined"; export { isBrowser }; //# sourceMappingURL=is-browser.mjs.map