DIR: /proc/1991109/cwd/usr/share/nodejs/core-js/modules/ |
Current File : //proc/1991109/cwd/usr/share/nodejs/core-js/modules/es.object.has-own.js |
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 }); |