Skip to content

Commit

Permalink
fix: add uint32 as an acceptable type (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Oct 10, 2023
1 parent 2cede91 commit 2b4d6d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ const numberTypes = [
"int",
"int8",
"int16",
"int32",
"int128",
"int256",
"uint",
"uint8",
"uint32",
"uint16",
"uint128",
"uint256",
Expand Down

0 comments on commit 2b4d6d7

Please sign in to comment.