This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
gs_nuxt
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
16d8992bf4
Rami (Branch)
Tag
master
gs_nuxt
/
node_modules
/
hard-source-webpack-plugin
/
lib
/
util
/
Object.values.js
Object.values.js
98 B
Cronologia
Originale
1
2
3
module.exports = function Object_values(obj) {
return Object.keys(obj).map(key => obj[key]);
};