We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d84f3e commit 2381debCopy full SHA for 2381deb
src/lib/array.js
@@ -75,8 +75,6 @@ var typedArrays = {
75
uint32: typeof Uint32Array !== 'undefined' ? Uint32Array : null,
76
float32: typeof Float32Array !== 'undefined' ? Float32Array : null,
77
float64: typeof Float64Array !== 'undefined' ? Float64Array : null,
78
- int64: typeof BigInt64Array !== 'undefined' ? BigInt64Array : null,
79
- uint64: typeof BigUint64Array !== 'undefined' ? BigUint64Array : null
80
};
81
exports.typedArrays = typedArrays;
82
0 commit comments