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
new 없고
value function constructor 작동 안하고
From 으로 해야함
Seonglae Cho