| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4575f92 commit c9b302b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,8 @@ A string constant defining the operating system-specific end-of-line marker: | |||
| 26 | 26 | added: v0.5.0 | |
| 27 | 27 | --> | |
| 28 | 28 | ||
| 29 | + * Returns: {String} | ||
| 30 | + | ||
| 29 | 31 | The `os.arch()` method returns a string identifying the operating system CPU | |
| 30 | 32 | architecture *for which the Node.js binary was compiled*. | |
| 31 | 33 | ||
@@ -36,6 +38,9 @@ The current possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`, | |||
| 36 | 38 | Equivalent to [`process.arch`][]. | |
| 37 | 39 | ||
| 38 | 40 | ## os.constants | |
| 41 | + <!-- YAML | ||
| 42 | + added: v6.3.0 | ||
| 43 | + --> | ||
| 39 | 44 | ||
| 40 | 45 | * {Object} | |
| 41 | 46 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments