We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c01af2 commit bd2c5ecCopy full SHA for bd2c5ec
doc/bigint.md
@@ -79,7 +79,7 @@ Returns the number of words needed to store this `BigInt` value.
79
### ToWords
80
81
```cpp
82
-void Napi::BigInt::ToWords(size_t* word_count, int* sign_bit, uint64_t* words);
+void Napi::BigInt::ToWords(int* sign_bit, size_t* word_count, uint64_t* words);
83
```
84
85
- `[out] sign_bit`: Integer representing if the JavaScript `BigInt` is positive
0 commit comments