Files
portfolio/node_modules/core-js/modules/es.object.has-own.js
2021-09-20 16:54:47 -04:00

9 lines
237 B
JavaScript

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