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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy