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

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