NodeJS

object NodeJS
class Object
trait Matchable
class Any

Type members

Classlikes

@native @JSType
trait CpuUsage extends StObject
Companion
object
object CpuUsage
Companion
class
@native @JSType
trait EmitWarningOptions extends StObject
Companion
object
Companion
class
@native @JSType
trait HRTime extends StObject
@native @JSType
trait MemoryUsage extends StObject
Companion
object
object MemoryUsage
Companion
class
@native @JSType
trait MemoryUsageFn extends StObject
@JSType
trait MultipleResolveType extends StObject
Companion
object
Companion
class
@JSType
trait Platform extends StObject
Companion
object
object Platform
Companion
class
@native @JSType
trait Process extends StObject with EventEmitter
@native @JSType
trait ProcessConfig extends StObject
Companion
object
Companion
class
@native @JSType
trait ProcessRelease extends StObject
Companion
object
Companion
class
@native @JSType
trait ProcessReport extends StObject
@native @JSType
trait ProcessVersions extends StObject with Dict[String]
Companion
object
Companion
class
@native @JSType
trait ResourceUsage extends StObject
Companion
object
Companion
class
@JSType
trait Signals extends StObject
Companion
object
object Signals
Companion
class
@native @JSType
trait Socket extends StObject with ReadWriteStream

Types

type BeforeExitListener = Function1[Double, Unit]
type DisconnectListener = Function0[Unit]
type ExitListener = Function1[Double, Unit]
type MessageListener = Function2[Any, Any, Unit]
type MultipleResolveListener = Function3[MultipleResolveType, Promise[Any], Any, Unit]
type NewListenerListener = Function2[String | Symbol, Function1[Any, Unit], Unit]
type ProcessEnv = Dict[String]
type RejectionHandledListener = Function1[Promise[Any], Unit]
type RemoveListenerListener = Function2[String | Symbol, Function1[Any, Unit], Unit]
type SignalsListener = Function1[Signals, Unit]
type UncaughtExceptionListener = Function1[Error, Unit]
type UnhandledRejectionListener = Function2[UndefOr[Object | Null], Promise[Any], Unit]
type WarningListener = Function1[Error, Unit]