This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
mightyplow
/
jslib
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b4e5579358
Rami (Branch)
Tag
develop
master
jslib
/
lib
/
array
/
toArray.js
toArray.js
69 B
Cronologia
Originale
1
2
3
const toArray = arraylike => [...arraylike];
export default toArray;