Skip to content

Commit dfdf6eb

Browse files
authored
doc: add missing title IsBigInt (#1352)
1 parent 8850997 commit dfdf6eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/value.md

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

144+
### IsBigInt
145+
144146
```cpp
145147
bool Napi::Value::IsBigInt() const;
146148
```

0 commit comments

Comments
 (0)