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 e1a827a commit cdb6625Copy full SHA for cdb6625
doc/bigint.md
@@ -48,7 +48,7 @@ Returns a new empty JavaScript `Napi::BigInt`.
48
### Int64Value
49
50
```cpp
51
-int64_t Napi::BitInt::Int64Value(bool* lossless) const;
+int64_t Napi::BigInt::Int64Value(bool* lossless) const;
52
```
53
54
- `[out] lossless`: Indicates whether the `BigInt` value was converted losslessly.
0 commit comments