{"ast":null,"code":"'use strict';\n\nvar possibleNames = ['BigInt64Array', 'BigUint64Array', 'Float32Array', 'Float64Array', 'Int16Array', 'Int32Array', 'Int8Array', 'Uint16Array', 'Uint32Array', 'Uint8Array', 'Uint8ClampedArray'];\nvar g = typeof globalThis === 'undefined' ? global : globalThis;\nmodule.exports = function availableTypedArrays() {\n  var out = [];\n  for (var i = 0; i < possibleNames.length; i++) {\n    if (typeof g[possibleNames[i]] === 'function') {\n      out[out.length] = possibleNames[i];\n    }\n  }\n  return out;\n};","map":{"version":3,"names":["possibleNames","g","globalThis","global","module","exports","availableTypedArrays","out","i","length"],"sources":["C:/Users/user/Desktop/000newport/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"],"mappings":"AAAA,YAAY;;AAEZ,IAAIA,aAAa,GAAG,CACnB,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,aAAa,EACb,aAAa,EACb,YAAY,EACZ,mBAAmB,CACnB;AAED,IAAIC,CAAC,GAAG,OAAOC,UAAU,KAAK,WAAW,GAAGC,MAAM,GAAGD,UAAU;AAE/DE,MAAM,CAACC,OAAO,GAAG,SAASC,oBAAoBA,CAAA,EAAG;EAChD,IAAIC,GAAG,GAAG,EAAE;EACZ,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGR,aAAa,CAACS,MAAM,EAAED,CAAC,EAAE,EAAE;IAC9C,IAAI,OAAOP,CAAC,CAACD,aAAa,CAACQ,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;MAC9CD,GAAG,CAACA,GAAG,CAACE,MAAM,CAAC,GAAGT,aAAa,CAACQ,CAAC,CAAC;IACnC;EACD;EACA,OAAOD,GAAG;AACX,CAAC"},"metadata":{},"sourceType":"script","externalDependencies":[]}