is-motion-value.mjs 97 B

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