index.js 247 B

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