%PDF- %PDF-
Direktori : /var/www/html/node_modules/object.hasown/ |
Current File : //var/www/html/node_modules/object.hasown/shim.js |
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimObjectHasOwn() { var polyfill = getPolyfill(); define(Object, { hasOwn: polyfill }, { values: function testObjectHasOwn() { return Object.hasOwn !== polyfill; } }); return polyfill; };