Hi everyone, I want add version management functions that are available on the N-API: - `napi_get_node_version` [https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_napi_get_node_version](https://nodejs.org/dist/latest-v10.x/docs/api/n-api.html#n_api_napi_get_node_version) - `napi_get_version` [https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_napi_get_version](https://nodejs.org/dist/latest-v10.x/docs/api/n-api.html#n_api_napi_get_version) It's my intention add these two functions on Napi namespace as I did for `AdjustExternalMemory` see: [https://github.com/nodejs/node-addon-api/issues/260](https://github.com/nodejs/node-addon-api/issues/260) Are you agree or have some suggestions to help me?
Hi everyone, I want add version management functions that are available on the N-API:
napi_get_node_versionhttps://nodejs.org/dist/latest/docs/api/n-api.html#n_api_napi_get_node_versionnapi_get_versionhttps://nodejs.org/dist/latest/docs/api/n-api.html#n_api_napi_get_versionIt's my intention add these two functions on Napi namespace as I did for
AdjustExternalMemorysee: #260Are you agree or have some suggestions to help me?