{"version":3,"file":"commons-app-is-object.js.817b9e867b7d991e29ba.js","mappings":"8GAAA,IAAIA,EAAa,EAAQ,KAErBC,EAAiC,iBAAZC,UAAwBA,SAASC,IAGtDC,EAA6C,oBAAfH,QAA8CI,IAAhBJ,EAEhEK,EAAOC,QAAUH,EAAuB,SAAUI,GAChD,MAAoB,iBAANA,EAAwB,OAAPA,EAAcR,EAAWQ,IAAOA,IAAOP,CACxE,EAAI,SAAUO,GACZ,MAAoB,iBAANA,EAAwB,OAAPA,EAAcR,EAAWQ,EAC1D,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/is-object.js"],"sourcesContent":["var isCallable = require('../internals/is-callable');\n\nvar documentAll = typeof document == 'object' && document.all;\n\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot\nvar SPECIAL_DOCUMENT_ALL = typeof documentAll == 'undefined' && documentAll !== undefined;\n\nmodule.exports = SPECIAL_DOCUMENT_ALL ? function (it) {\n return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll;\n} : function (it) {\n return typeof it == 'object' ? it !== null : isCallable(it);\n};\n"],"names":["isCallable","documentAll","document","all","SPECIAL_DOCUMENT_ALL","undefined","module","exports","it"],"sourceRoot":""}