source: imaps-frontend/node_modules/possible-typed-array-names/index.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 225 bytes
Line 
1declare const names: [
2 'Float32Array',
3 'Float64Array',
4 'Int8Array',
5 'Int16Array',
6 'Int32Array',
7 'Uint8Array',
8 'Uint8ClampedArray',
9 'Uint16Array',
10 'Uint32Array',
11 'BigInt64Array',
12 'BigUint64Array'
13];
14
15export = names;
Note: See TracBrowser for help on using the repository browser.