qauMaWeb/node_modules/core-js/modules/es.object.has-own.js

9 lines
250 B
JavaScript
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
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
});