From 9173ebed22edf6f6fc4b489d0763a528e302aec7 Mon Sep 17 00:00:00 2001 From: Marx Date: Wed, 19 Jul 2023 19:56:43 +0800 Subject: [PATCH] doc: add missing title IsBigInt --- doc/value.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/value.md b/doc/value.md index ed92520e7..90e358236 100644 --- a/doc/value.md +++ b/doc/value.md @@ -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; ```