{"version":3,"file":"commons-app-is-regexp.js.c8ee955f41ac790681cb.js","mappings":"+GAAA,IAAIA,EAAW,EAAQ,KACnBC,EAAU,EAAQ,MAGlBC,EAFkB,EAAQ,KAElBC,CAAgB,SAI5BC,EAAOC,QAAU,SAAUC,GACzB,IAAIC,EACJ,OAAOP,EAASM,UAAmCE,KAA1BD,EAAWD,EAAGJ,MAA0BK,EAA0B,UAAfN,EAAQK,GACtF,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/is-regexp.js"],"sourcesContent":["var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n"],"names":["isObject","classof","MATCH","wellKnownSymbol","module","exports","it","isRegExp","undefined"],"sourceRoot":""}