Skip to content

Commit 4bff794

Browse files
committed
add changes section
1 parent 3d5bf56 commit 4bff794

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/n-api.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,13 @@ object such that no properties can be set on it, and no prototype.
22542254

22552255
#### `napi_typedarray_type`
22562256

2257+
<!-- YAML
2258+
changes:
2259+
- version: REPLACEME
2260+
pr-url: https://github.com/nodejs/node/pull/58879
2261+
description: Added `napi_float16_array` for Float16Array support.
2262+
-->
2263+
22572264
```c
22582265
typedef enum {
22592266
napi_int8_array,

0 commit comments

Comments
 (0)