aboutsummaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 2bc1218fd9..a6e038108c 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -2429,7 +2429,6 @@ returns `napi_bigint_expected`.
This API returns the C `int64_t` primitive equivalent of the given JavaScript
`BigInt`. If needed it will truncate the value, setting `lossless` to `false`.
-
#### napi_get_value_bigint_uint64
<!-- YAML
added: v10.7.0
@@ -2457,7 +2456,6 @@ returns `napi_bigint_expected`.
This API returns the C `uint64_t` primitive equivalent of the given JavaScript
`BigInt`. If needed it will truncate the value, setting `lossless` to `false`.
-
#### napi_get_value_bigint_words
<!-- YAML
added: v10.7.0