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

node_modules.core-js.modules.es7.object.values.js Maven / Gradle / Ivy

The newest version!
// https://github.com/tc39/proposal-object-values-entries
var $export = require('./_export');
var $values = require('./_object-to-array')(false);

$export($export.S, 'Object', {
  values: function values(it) {
    return $values(it);
  }
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy