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

package.modules.es.object.values.js Maven / Gradle / Ivy

The newest version!
'use strict';
var $ = require('../internals/export');
var $values = require('../internals/object-to-array').values;

// `Object.values` method
// https://tc39.es/ecma262/#sec-object.values
$({ target: 'Object', stat: true }, {
  values: function values(O) {
    return $values(O);
  }
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy