Skip to content

Commit

Permalink
doc: add missing title IsBigInt (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarxJiao committed Jul 20, 2023
1 parent 8850997 commit dfdf6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/value.md
Expand Up @@ -141,6 +141,8 @@ bool Napi::Value::IsArrayBuffer() const;
Returns `true` if the underlying value is a JavaScript `Napi::ArrayBuffer` or
`false` otherwise.

### IsBigInt

```cpp
bool Napi::Value::IsBigInt() const;
```
Expand Down

0 comments on commit dfdf6eb

Please sign in to comment.