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 baaaa84 commit cb498bbCopy full SHA for cb498bb
doc/bigint.md
@@ -8,6 +8,7 @@ A JavaScript BigInt value.
8
9
```cpp
10
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);
12
```
13
14
- `[in] env`: The environment in which to construct the `Napi::BigInt` object.
0 commit comments