This website requires JavaScript.
Explore
Help
Sign In
internal
/
sangwaritaxi_website
Watch
3
Star
0
Fork
You've already forked sangwaritaxi_website
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f0f90c7e5
sangwaritaxi_website
/
node_modules
/
motion-dom
/
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