summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index bfe20c1bef..15b84189c9 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -26,6 +26,8 @@ A string constant defining the operating system-specific end-of-line marker:
added: v0.5.0
-->
+* Returns: {String}
+
The `os.arch()` method returns a string identifying the operating system CPU
architecture *for which the Node.js binary was compiled*.
@@ -36,6 +38,9 @@ The current possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
Equivalent to [`process.arch`][].
## os.constants
+<!-- YAML
+added: v6.3.0
+-->
* {Object}