Files
SerpentRace/node_modules/framer-motion/dist/es/utils/is-browser.mjs
T
2025-08-23 00:05:18 +02:00

4 lines
72 B
JavaScript

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