Skip to content

Commit 7b3971f

Browse files
committed
chore: add unsigned keyword to number/uint32/base/sub
The `unsigned` keyword is present in 8 of the 10 sibling `@stdlib/number/uint32/base/*` packages (80% conformance); `add` and `sub` were the only outliers. The function operates on unsigned 32-bit integers, so the keyword applies. https://claude.ai/code/session_019SVGtKk9jEos5C9ecE4ni2
1 parent d3c43d5 commit 7b3971f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/node_modules/@stdlib/number/uint32/base/sub/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"number",
6363
"uint32",
6464
"integer",
65+
"unsigned",
6566
"c"
6667
],
6768
"__stdlib__": {

0 commit comments

Comments
 (0)