1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-03-10 22:34:35 +00:00
2020-03-03 22:30:50 +02:00

9 lines
227 B
JavaScript

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);
};