This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
XMD
/
Lightstar
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
3b57de02e3
Branches
Tags
master
Lightstar
/
node_modules
/
framer-motion
/
dist
/
es
/
animation
/
utils
/
is-keyframes-target.mjs
is-keyframes-target.mjs
98 B
Verlauf
Originalformat
1
2
3
4
5
const isKeyframesTarget = (v) => {
return Array.isArray(v);
};
export { isKeyframesTarget };