4 lines
97 B
JavaScript

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