securityos/node_modules/framer-motion/dist/es/utils/is-browser.mjs

4 lines
74 B
JavaScript

const isBrowser = typeof document !== "undefined";
export { isBrowser };