{"version":3,"file":"commons-app-object-to-string.js.e82591ee7ee419113476.js","mappings":"2HACA,IAAIA,EAAwB,EAAQ,MAChCC,EAAU,EAAQ,KAItBC,EAAOC,QAAUH,EAAwB,CAAC,EAAEI,SAAW,WACrD,MAAO,WAAaH,EAAQI,MAAQ,GACtC,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/object-to-string.js"],"sourcesContent":["'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n"],"names":["TO_STRING_TAG_SUPPORT","classof","module","exports","toString","this"],"sourceRoot":""}