Skip to content

Commit d3c43d5

Browse files
committed
chore: add unsigned keyword to number/uint32/base/add
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 6b79aec commit d3c43d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)