{"version":3,"file":"commons-app-to-property-key.js.ef2efb8041377b584d13.js","mappings":"+GAAA,IAAIA,EAAc,EAAQ,MACtBC,EAAW,EAAQ,MAIvBC,EAAOC,QAAU,SAAUC,GACzB,IAAIC,EAAML,EAAYI,EAAU,UAChC,OAAOH,EAASI,GAAOA,EAAMA,EAAM,EACrC,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/to-property-key.js"],"sourcesContent":["var toPrimitive = require('../internals/to-primitive');\nvar isSymbol = require('../internals/is-symbol');\n\n// `ToPropertyKey` abstract operation\n// https://tc39.es/ecma262/#sec-topropertykey\nmodule.exports = function (argument) {\n var key = toPrimitive(argument, 'string');\n return isSymbol(key) ? key : key + '';\n};\n"],"names":["toPrimitive","isSymbol","module","exports","argument","key"],"sourceRoot":""}