babel/lib/6to5/templates/values.js

6 lines
90 B
JavaScript

(function (obj) {
var arr = [];
for (var val of obj) arr.push(val);
return arr;
});