package.modules.es.object.has-own.js Maven / Gradle / Ivy
The newest version!
'use strict';
var $ = require('../internals/export');
var hasOwn = require('../internals/has-own-property');
// `Object.hasOwn` method
// https://tc39.es/ecma262/#sec-object.hasown
$({ target: 'Object', stat: true }, {
hasOwn: hasOwn
});
© 2015 - 2024 Weber Informatics LLC | Privacy Policy