wallet-core/node_modules/core-js/modules/es6.object.get-own-property-names.js

4 lines
147 B
JavaScript
Raw Normal View History

2016-10-10 03:43:44 +02:00
// 19.1.2.7 Object.getOwnPropertyNames(O)
2017-05-27 17:36:13 +02:00
require('./_object-sap')('getOwnPropertyNames', function(){
return require('./_object-gopn-ext').f;
2016-10-10 03:43:44 +02:00
});