is-browser.mjs 112 Bytes
const isBrowser = typeof window !== "undefined";

export { isBrowser };
//# sourceMappingURL=is-browser.mjs.map