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

node_modules.core-js.fn.object.get-own-property-names.js Maven / Gradle / Ivy

The newest version!
require('../../modules/es6.object.get-own-property-names');
var $Object = require('../../modules/_core').Object;
module.exports = function getOwnPropertyNames(it) {
  return $Object.getOwnPropertyNames(it);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy