Skip to content

Commit

Permalink
fixed uint32 array
Browse files Browse the repository at this point in the history
  • Loading branch information
epbsb committed Jul 1, 2024
1 parent b3b63bb commit ed4b031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class npyjs {
"<u4": {
name: "uint32",
size: 32,
arrayConstructor: Int32Array,
arrayConstructor: Uint32Array,
},
"<i4": {
name: "int32",
Expand Down

0 comments on commit ed4b031

Please sign in to comment.