Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BeforeExitListener

BeforeExitListener: function

Type declaration

    • (code: number): void
    • Parameters

      • code: number

      Returns void

DisconnectListener

DisconnectListener: function

Type declaration

    • (): void
    • Returns void

ExitListener

ExitListener: function

Type declaration

    • (code: number): void
    • Parameters

      • code: number

      Returns void

MessageListener

MessageListener: function

Type declaration

    • (message: any, sendHandle: any): void
    • Parameters

      • message: any
      • sendHandle: any

      Returns void

MultipleResolveListener

MultipleResolveListener: function

Type declaration

MultipleResolveType

MultipleResolveType: "resolve" | "reject"

NewListenerListener

NewListenerListener: function

Type declaration

    • (type: string | symbol, listener: function): void
    • Parameters

      • type: string | symbol
      • listener: function
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      Returns void

Platform

Platform: "aix" | "android" | "darwin" | "freebsd" | "linux" | "openbsd" | "sunos" | "win32" | "cygwin" | "netbsd"

RejectionHandledListener

RejectionHandledListener: function

Type declaration

    • (promise: Promise<any>): void
    • Parameters

      • promise: Promise<any>

      Returns void

RemoveListenerListener

RemoveListenerListener: function

Type declaration

    • (type: string | symbol, listener: function): void
    • Parameters

      • type: string | symbol
      • listener: function
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      Returns void

Signals

Signals: "SIGABRT" | "SIGALRM" | "SIGBUS" | "SIGCHLD" | "SIGCONT" | "SIGFPE" | "SIGHUP" | "SIGILL" | "SIGINT" | "SIGIO" | "SIGIOT" | "SIGKILL" | "SIGPIPE" | "SIGPOLL" | "SIGPROF" | "SIGPWR" | "SIGQUIT" | "SIGSEGV" | "SIGSTKFLT" | "SIGSTOP" | "SIGSYS" | "SIGTERM" | "SIGTRAP" | "SIGTSTP" | "SIGTTIN" | "SIGTTOU" | "SIGUNUSED" | "SIGURG" | "SIGUSR1" | "SIGUSR2" | "SIGVTALRM" | "SIGWINCH" | "SIGXCPU" | "SIGXFSZ" | "SIGBREAK" | "SIGLOST" | "SIGINFO"

SignalsListener

SignalsListener: function

Type declaration

UncaughtExceptionListener

UncaughtExceptionListener: function

Type declaration

    • Parameters

      Returns void

UnhandledRejectionListener

UnhandledRejectionListener: function

Type declaration

    • (reason: __type | null | undefined, promise: Promise<any>): void
    • Parameters

      • reason: __type | null | undefined
      • promise: Promise<any>

      Returns void

WarningListener

WarningListener: function

Type declaration

    • Parameters

      Returns void

Generated using TypeDoc