We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90240e commit d9c1cddCopy full SHA for d9c1cdd
index.js
@@ -11,15 +11,15 @@ var GLOBAL = (function getGlobal () {
11
})();
12
13
var TYPED_ARRAY_CTORS = {
14
- 'Int8Array': Int8Array,
15
- 'Uint8Array': Uint8Array,
+ 'Int8Array': Int8Array,
+ 'Uint8Array': Uint8Array,
16
'Uint8ClampedArray': Uint8ClampedArray,
17
- 'Int16Array': Int16Array,
18
- 'Uint16Array': Uint16Array,
19
- 'Int32Array': Int32Array,
20
- 'Uint32Array': Uint32Array,
21
- 'Float32Array': Float32Array,
22
- 'Float64Array': Float64Array
+ 'Int16Array': Int16Array,
+ 'Uint16Array': Uint16Array,
+ 'Int32Array': Int32Array,
+ 'Uint32Array': Uint32Array,
+ 'Float32Array': Float32Array,
+ 'Float64Array': Float64Array
23
};
24
25
function isFunction (value) {
0 commit comments