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.