You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <spanclass="signature">[`configdir( [path] )`][@stdlib/os/configdir]</span><spanclass="delimiter">: </span><spanclass="description">return a directory for user-specific configuration files.</span>
50
-
- <spanclass="signature">[`FLOAT_WORD_ORDER`][@stdlib/os/float-word-order]</span><spanclass="delimiter">: </span><spanclass="description">platform float word order.</span>
51
49
- <spanclass="signature">[`homedir()`][@stdlib/os/homedir]</span><spanclass="delimiter">: </span><spanclass="description">return the current user's home directory.</span>
52
50
- <spanclass="signature">[`tmpdir()`][@stdlib/os/tmpdir]</span><spanclass="delimiter">: </span><spanclass="description">return the directory for storing temporary files.</span>
53
51
@@ -62,6 +60,8 @@ In addition, it exports the following constants:
62
60
<divclass="namespace-toc">
63
61
64
62
- <spanclass="signature">[`ARCH`][@stdlib/os/arch]</span><spanclass="delimiter">: </span><spanclass="description">operating system CPU architecture.</span>
- <spanclass="signature">[`FLOAT_WORD_ORDER`][@stdlib/os/float-word-order]</span><spanclass="delimiter">: </span><spanclass="description">platform float word order.</span>
65
65
- <spanclass="signature">[`NUM_CPUS`][@stdlib/os/num-cpus]</span><spanclass="delimiter">: </span><spanclass="description">number of CPUs.</span>
66
66
- <spanclass="signature">[`PLATFORM`][@stdlib/os/platform]</span><spanclass="delimiter">: </span><spanclass="description">platform on which the current process is running.</span>
0 commit comments