Skip to content

Commit cb498bb

Browse files
authored
doc: Add Napi::BigInt::New() overload for uint64_t
1 parent baaaa84 commit cb498bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/bigint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A JavaScript BigInt value.
88

99
```cpp
1010
static Napi::BigInt Napi::BigInt::New(Napi::Env env, int64_t value);
11+
static Napi::BigInt Napi::BigInt::New(Napi::Env env, uint64_t value);
1112
```
1213
1314
- `[in] env`: The environment in which to construct the `Napi::BigInt` object.

0 commit comments

Comments
 (0)