UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (6 loc) 172 B
function isRefObject(ref) { return (ref && typeof ref === "object" && Object.prototype.hasOwnProperty.call(ref, "current")); } export { isRefObject };