We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9941828 commit 75abe0bCopy full SHA for 75abe0b
4 files changed
lib/node_modules/@stdlib/os/platform/README.md
@@ -76,7 +76,6 @@ Options:
76
77
```bash
78
$ platform
79
-<platform>
80
```
81
82
</section>
lib/node_modules/@stdlib/os/platform/docs/repl.txt
@@ -4,9 +4,11 @@
4
5
Possible values:
6
7
- - 'win32'
8
- - 'darwin'
9
- - 'linux'
+ - win32
+ - darwin
+ - linux
10
+ - freebsd
11
+ - sunos
12
13
Examples
14
--------
lib/node_modules/@stdlib/os/platform/lib/index.js
@@ -4,7 +4,6 @@
* Platform on which the current process is running.
*
* @module @stdlib/os/platform
-* @type {string}
* @example
* var PLATFORM = require( '@stdlib/os/platform' );
lib/node_modules/@stdlib/os/platform/package.json
@@ -67,7 +67,6 @@
67
"darwin",
68
"linux",
69
"mac",
70
- "pc",
71
- "alias"
+ "pc"
72
]
73
}
0 commit comments