{"version":3,"file":"commons-app-array-for-each.js.475305f1f5891c2affa0.js","mappings":"4HACA,IAAIA,EAAW,gBAGXC,EAFsB,EAAQ,KAEdC,CAAoB,WAIxCC,EAAOC,QAAWH,EAGd,GAAGI,QAH2B,SAAiBC,GACjD,OAAON,EAASO,KAAMD,EAAYE,UAAUC,OAAS,EAAID,UAAU,QAAKE,EAE1E,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/array-for-each.js"],"sourcesContent":["'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es-x/no-array-prototype-foreach -- safe\n} : [].forEach;\n"],"names":["$forEach","STRICT_METHOD","arrayMethodIsStrict","module","exports","forEach","callbackfn","this","arguments","length","undefined"],"sourceRoot":""}