package os
- Alphabetic
- Public
- All
Type Members
-
trait
CPUInfo
extends Object
CPU Information
CPU Information
- Annotations
- @RawJSType() @native()
-
trait
CPUTime
extends Object
CPU Time
CPU Time
- Annotations
- @RawJSType() @native()
-
class
NetworkInterface
extends Object
Represents a Network Interface
Represents a Network Interface
- Annotations
- @RawJSType() @native()
-
trait
OS
extends Object
Provides a few basic operating-system related utility functions.
Provides a few basic operating-system related utility functions.
- Annotations
- @RawJSType() @native()
- Version
7.4.0
- See also
https://nodejs.org/api/os.html
-
class
UserInfoObject
extends Object
User Information Object
User Information Object
- Annotations
- @RawJSType() @ScalaJSDefined()
{"uid":501,"gid":20,"username":"ldaniels","homedir":"/Users/ldaniels","shell":"/bin/bash"}
Example: -
class
UserInfoOptions
extends Object
User Info Options
User Info Options
- Annotations
- @RawJSType() @ScalaJSDefined()