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:
247 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 |
|
---|
3 | /** @type {import('.')} */
|
---|
4 | module.exports = [
|
---|
5 | 'Float32Array',
|
---|
6 | 'Float64Array',
|
---|
7 | 'Int8Array',
|
---|
8 | 'Int16Array',
|
---|
9 | 'Int32Array',
|
---|
10 | 'Uint8Array',
|
---|
11 | 'Uint8ClampedArray',
|
---|
12 | 'Uint16Array',
|
---|
13 | 'Uint32Array',
|
---|
14 | 'BigInt64Array',
|
---|
15 | 'BigUint64Array'
|
---|
16 | ];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.