uni-ticket-system/node_modules/core-js/modules/es.object.has-own.js
2023-12-05 10:11:10 +08:00

9 lines
250 B
JavaScript

var $ = require('../internals/export');
var hasOwn = require('../internals/has-own-property');
// `Object.hasOwn` method
// https://github.com/tc39/proposal-accessible-object-hasownproperty
$({ target: 'Object', stat: true }, {
hasOwn: hasOwn
});