This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
XMD
/
Lightstar
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
07618a6770
Ramos
Etiquetas
master
Lightstar
/
node_modules
/
framer-motion
/
dist
/
es
/
animation
/
utils
/
is-keyframes-target.mjs
is-keyframes-target.mjs
98 B
Histórico
Em bruto
1
2
3
4
5
const isKeyframesTarget = (v) => {
return Array.isArray(v);
};
export { isKeyframesTarget };