8000
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 250024e commit f8cdaadCopy full SHA for f8cdaad
doc/guides/adding-new-napi-api.md
@@ -11,7 +11,7 @@ Node-API.
11
* **Must** return `napi_status`.
12
* **Should** consume `napi_env`.
13
* **Must** operate only on primitive data types, pointers to primitive
14
- datatypes or opaque handles.
+ data types or opaque handles.
15
* **Must** be a necessary API and not a nice to have. Convenience APIs
16
belong in node-addon-api.
17
* **Must** not change the signature of an existing Node-API API or break
0 commit comments