Skip to content

Commit 665f4aa

Browse files
authored
doc: add missing Value::IsBigInt (#1319)
1 parent 358b2d3 commit 665f4aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/value.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ bool Napi::Value::IsArrayBuffer() const;
141141
Returns `true` if the underlying value is a JavaScript `Napi::ArrayBuffer` or
142142
`false` otherwise.
143143

144+
```cpp
145+
bool Napi::Value::IsBigInt() const;
146+
```
147+
148+
Returns `true` if the underlying value is a JavaScript `Napi::BigInt` or `false`
149+
otherwise.
150+
144151
### IsBoolean
145152

146153
```cpp

0 commit comments

Comments
 (0)