Skip to content

Commit

Permalink
Monkey-patch BigInt64Array and BigUint64Array
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Dec 21, 2023
1 parent 9f0ccfe commit fb4850a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ export function init() {
"Int8Array",
"Int16Array",
"Int32Array",
"BigInt64Array",
"Uint8Array",
"Uint8ClampedArray",
"Uint16Array",
"Uint32Array",
"BigUint64Array",
"Float32Array",
"Float64Array",
];
Expand Down

0 comments on commit fb4850a

Please sign in to comment.