This website requires JavaScript.
Explore
Help
Register
Sign In
kavi
/
kuamail
Watch
1
Star
0
Fork
You've already forked kuamail
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f1a2d385f3
kuamail
/
node_modules
/
framer-motion
/
dist
/
es
/
value
/
utils
/
is-motion-value.mjs
4 lines
97 B
JavaScript
Raw
Blame
History
const
isMotionValue
=
(
value
)
=>
Boolean
(
value
&&
value
.
getVelocity
)
;
export
{
isMotionValue
}
;
Reference in New Issue
View Git Blame
Copy Permalink