nodejs/node-addon-api
Napi::Value is the C++ manifestation of a JavaScript value. Value is a the base class upon which other JavaScript values such as Number, Boolean, String, and Object are based. The following classes inherit, either directly or indirectly, from Napi::Value: Creates a new empty Napi::Value instance.
https://github.com/nodejs/node-addon-api/blob/master/doc/value.md