Package

io.scalajs.nodejs

os

Permalink

package os

os package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. os
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CPUInfo extends Object

    Permalink

    CPU Information

    CPU Information

    Annotations
    @RawJSType() @native()
  2. implicit final class CPUInfoEnrichment extends AnyVal

    Permalink

    CPU Info Enrichment

  3. trait CPUTime extends Object

    Permalink

    CPU Time

    CPU Time

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

    Permalink

    Represents a Network Interface

    Represents a Network Interface

    Annotations
    @RawJSType() @native()
  5. 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

  6. 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"}
  7. 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 )

Inherited from AnyRef

Inherited from Any

Ungrouped