nodejs/doc/api/os.markdown

8 lines
126 B
Markdown
Raw Normal View History

2010-12-11 03:49:38 -05:00
## os Module
Use `require('os')` to access this module.
2010-12-11 02:32:48 -08:00
### os.getHostname()
2010-12-11 03:49:38 -05:00
Returns the hostname of the operating system.