mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-17 05:04:59 +02:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
// 19.1.2.7 Object.getOwnPropertyNames(O)
|
|
require('./_object-sap')('getOwnPropertyNames', function () {
|
|
return require('./_object-gopn-ext').f;
|
|
});
|