is-browser.mjs 72 B

123
  1. const isBrowser = typeof window !== "undefined";
  2. export { isBrowser };