Packages

package os

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CPUInfo extends Object
    Annotations
    @RawJSType() @native()
  2. trait CPUTime extends Object
    Annotations
    @RawJSType() @native()
  3. class NetworkInterface extends Object

    Represents a Network Interface

    Represents a Network Interface

    Annotations
    @ScalaJSDefined() @RawJSType()
  4. 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()
    See also

    https://nodejs.org/api/os.html

  5. class UserInfoObject extends Object

    User Information Object

    User Information Object

    Annotations
    @ScalaJSDefined() @RawJSType()
    Example:
    1. {"uid":501,"gid":20,"username":"ldaniels","homedir":"/Users/ldaniels","shell":"/bin/bash"}
  6. class UserInfoOptions extends Object

    User Info Options

    User Info Options

    Annotations
    @ScalaJSDefined() @RawJSType()

Value Members

  1. object OS extends Object with OS

    Operating System Singleton

    Operating System Singleton

    Annotations
    @native() @JSImport( "os" , JSImport.Namespace )

Ungrouped