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

package.es.object.get-own-property-names.js Maven / Gradle / Ivy

The newest version!
'use strict';
require('../../modules/es.object.get-own-property-names');
var path = require('../../internals/path');

var Object = path.Object;

module.exports = function getOwnPropertyNames(it) {
  return Object.getOwnPropertyNames(it);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy