Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index ba494263484..6e35185d024 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -401,7 +401,7 @@ console.log(arr); // logs the full array
## util.promisify(original)
<!-- YAML
-added: REPLACEME
+added: v8.0.0
-->
* `original` {Function}
@@ -471,7 +471,7 @@ standard format of taking an error-first callback as the last argument.
### util.promisify.custom
<!-- YAML
-added: REPLACEME
+added: v8.0.0
-->
* {symbol}