database-petani-mobile/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs
2026-02-23 16:39:35 +07:00

4 lines
97 B
JavaScript

const isMotionValue = (value) => Boolean(value && value.getVelocity);
export { isMotionValue };