fb486d44a0c1e56f232389a1f60ecbceb7c4df1c070a627d7bbde604843dfd1598eef948c7289b82d02a6e57e819922275c2991cc818013997bb2315260910 264 B

1234567891011121314151617
  1. 'use strict';
  2. /** @type {import('.')} */
  3. module.exports = [
  4. 'Float16Array',
  5. 'Float32Array',
  6. 'Float64Array',
  7. 'Int8Array',
  8. 'Int16Array',
  9. 'Int32Array',
  10. 'Uint8Array',
  11. 'Uint8ClampedArray',
  12. 'Uint16Array',
  13. 'Uint32Array',
  14. 'BigInt64Array',
  15. 'BigUint64Array'
  16. ];