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
73bb8e982d
sangwaritaxi_website
/
node_modules
/
framer-motion
/
dist
/
es
/
animation
/
utils
/
is-keyframes-target.mjs
6 lines
98 B
JavaScript
Raw
Blame
History
const
isKeyframesTarget
=
(
v
)
=>
{
return
Array
.
isArray
(
v
)
;
}
;
export
{
isKeyframesTarget
}
;
Reference in New Issue
View Git Blame
Copy Permalink