Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "repl/server/docs/types/index.d"

Index

Type aliases

Functions

Type aliases

Binary

Binary: (error: Error | null, server: any) => void

Callback invoked after creating a REPL environment.

param

error object or null

param

server object

Type declaration

    • (error: Error | null, server: any): void
    • Parameters

      • error: Error | null
      • server: any

      Returns void

Callback

Callback: Nullary | Unary | Binary

Callback invoked after creating a REPL environment.

param

error object or null

param

server object

Nullary

Nullary: () => void

Callback invoked after creating a REPL environment.

Type declaration

    • (): void
    • Returns void

Unary

Unary: (error: Error | null) => void

Callback invoked after creating a REPL environment.

param

error object or null

Type declaration

    • (error: Error | null): void
    • Parameters

      • error: Error | null

      Returns void

Functions

Export assignment repl