This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
mightyplow
/
jslib
Vigiar
1
Colocar Estrela
1
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
b4e5579358
Ramos
Etiquetas
develop
master
jslib
/
lib
/
array
/
toArray.js
toArray.js
69 B
Histórico
Em bruto
1
2
3
const toArray = arraylike => [...arraylike];
export default toArray;