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

4 lines
97 B
JavaScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
const isMotionValue = (value) => Boolean(value && value.getVelocity);
export { isMotionValue };