Package

io.scalajs.nodejs

os

Permalink

package os

Visibility
  1. Public
  2. All

Type Members

  1. trait CPUInfo extends Object

    Permalink

    CPU Information

    CPU Information

    Annotations
    @RawJSType() @native()
  2. trait CPUTime extends Object

    Permalink

    CPU Time

    CPU Time

    Annotations
    @RawJSType() @native()
  3. class NetworkInterface extends Object

    Permalink

    Represents a Network Interface

    Represents a Network Interface

    Annotations
    @RawJSType() @native()
  4. trait OS extends Object

    Permalink

    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

    Permalink

    User Information Object

    User Information Object

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

    Permalink

    User Info Options

    User Info Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object OS extends Object with OS

    Permalink

    Operating System Singleton

    Operating System Singleton

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

Ungrouped