We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917bd60 commit 2234749Copy full SHA for 2234749
doc/version_management.md
@@ -11,7 +11,7 @@ important to make decisions based on different versions of the system.
11
Retrieves the highest N-API version supported by Node.js runtime.
12
13
```cpp
14
-static uint32_t GetNapiVersion(Env env);
+static uint32_t Napi::VersionManagement::GetNapiVersion(Env env);
15
```
16
17
- `[in] env`: The environment in which the API is invoked under.
@@ -34,7 +34,7 @@ typedef struct {
34
````
35
36
37
-static const napi_node_version* GetNodeVersion(Env env);
+static const napi_node_version* Napi::VersionManagement::GetNodeVersion(Env env);
38
39
40
0 commit comments