All Downloads are FREE. Search and download functionalities are using the official Maven repository.

polyfills.Object.entries.min.js Maven / Gradle / Ivy

The newest version!
Object.entries=function(e){return Object.keys(e).reduce(function(r,t){var n="string"==typeof t&&e.propertyIsEnumerable(t)?[[t,e[t]]]:[];return r.concat(n)},[])};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy