{"version":3,"file":"commons-app-an-object.js.61e2d733b15beba0e809.js","mappings":"+GAAA,IAAIA,EAAW,EAAQ,KAEnBC,EAAUC,OACVC,EAAaC,UAGjBC,EAAOC,QAAU,SAAUC,GACzB,GAAIP,EAASO,GAAW,OAAOA,EAC/B,MAAMJ,EAAWF,EAAQM,GAAY,oBACvC,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/an-object.js"],"sourcesContent":["var isObject = require('../internals/is-object');\n\nvar $String = String;\nvar $TypeError = TypeError;\n\n// `Assert: Type(argument) is Object`\nmodule.exports = function (argument) {\n if (isObject(argument)) return argument;\n throw $TypeError($String(argument) + ' is not an object');\n};\n"],"names":["isObject","$String","String","$TypeError","TypeError","module","exports","argument"],"sourceRoot":""}