We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6873aa commit 51110c4Copy full SHA for 51110c4
1 file changed
blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html
@@ -202,21 +202,10 @@ <h1 slot=title>
202
</a>
203
204
<p>
205
- node-addon-api is not a library in the usual sense.
206
-
207
- <br>
208
209
- It’s not a DLL, not a binary, not something you “run”.
210
211
212
213
- It’s a header‑only C++ wrapper around Node’s native C API (N‑API).
214
215
216
217
- Meaning:
218
219
+ node-addon-api is not a library in the usual sense.<br>
+ It’s not a DLL, not a binary, not something you “run”.<br>
+ It’s a header‑only C++ wrapper around Node’s native C API (N‑API).<br>
+ Meaning:<br>
220
</p>
221
222
<ul>
0 commit comments