projecte_ionic/node_modules/core-js-pure/modules/es.object.has-own.js
2022-02-09 18:30:03 +01:00

9 lines
250 B
JavaScript
Executable file

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