{"version":3,"file":"js/chunk-vendors-6bcecacd.cd61e5ee.js","mappings":"qHAEA,IAAIA,EAAgB,CACnB,gBACA,iBACA,eACA,eACA,aACA,aACA,YACA,cACA,cACA,aACA,qBAGGC,EAA0B,qBAAfC,WAA6B,EAAAD,EAASC,WAErDC,EAAOC,QAAU,WAEhB,IADA,IAAIC,EAAM,GACDC,EAAI,EAAGA,EAAIN,EAAcO,OAAQD,IACN,oBAAxBL,EAAED,EAAcM,MAC1BD,EAAIA,EAAIE,QAAUP,EAAcM,IAGlC,OAAOD,CACR,C","sources":["webpack://rokk3rfuel/./node_modules/available-typed-arrays/index.js"],"sourcesContent":["'use strict';\n\nvar possibleNames = [\n\t'BigInt64Array',\n\t'BigUint64Array',\n\t'Float32Array',\n\t'Float64Array',\n\t'Int16Array',\n\t'Int32Array',\n\t'Int8Array',\n\t'Uint16Array',\n\t'Uint32Array',\n\t'Uint8Array',\n\t'Uint8ClampedArray'\n];\n\nvar g = typeof globalThis === 'undefined' ? global : globalThis;\n\nmodule.exports = function availableTypedArrays() {\n\tvar out = [];\n\tfor (var i = 0; i < possibleNames.length; i++) {\n\t\tif (typeof g[possibleNames[i]] === 'function') {\n\t\t\tout[out.length] = possibleNames[i];\n\t\t}\n\t}\n\treturn out;\n};\n"],"names":["possibleNames","g","globalThis","module","exports","out","i","length"],"sourceRoot":""}