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

There is a newer version: 3.3.1
Show 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 - 2025 Weber Informatics LLC | Privacy Policy