GoScrobble/web/node_modules/core-js/modules/esnext.object.has-own.js

9 lines
237 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
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
});