var isMotionValue = function (value) { return Boolean(value !== null && typeof value === "object" && value.getVelocity); }; export { isMotionValue };