{"version":3,"file":"commons-app-has-own-property.js.3b0c21206258d6da0799.js","mappings":"+GAAA,IAAIA,EAAc,EAAQ,MACtBC,EAAW,EAAQ,MAEnBC,EAAiBF,EAAY,CAAC,EAAEE,gBAKpCC,EAAOC,QAAUC,OAAOC,QAAU,SAAgBC,EAAIC,GACpD,OAAON,EAAeD,EAASM,GAAKC,EACtC,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/has-own-property.js"],"sourcesContent":["var uncurryThis = require('../internals/function-uncurry-this');\nvar toObject = require('../internals/to-object');\n\nvar hasOwnProperty = uncurryThis({}.hasOwnProperty);\n\n// `HasOwnProperty` abstract operation\n// https://tc39.es/ecma262/#sec-hasownproperty\n// eslint-disable-next-line es-x/no-object-hasown -- safe\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty(toObject(it), key);\n};\n"],"names":["uncurryThis","toObject","hasOwnProperty","module","exports","Object","hasOwn","it","key"],"sourceRoot":""}