Hi, I see Napi::Value has methods to determine the type of its underlying value, such as IsNumber, IsObject, etc. However, there's no such method for Napi::BigInt, which is a subclass of Napi::Value, at least according to https://github.com/nodejs/node-addon-api/blob/v6.0.0/doc/value.md
This needs to be corrected ASAP.
Hi, I see
Napi::Valuehas methods to determine the type of its underlying value, such asIsNumber,IsObject, etc. However, there's no such method forNapi::BigInt, which is a subclass ofNapi::Value, at least according to https://github.com/nodejs/node-addon-api/blob/v6.0.0/doc/value.mdThis needs to be corrected ASAP.