Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AsyncCompleter

AsyncCompleter: function

Type declaration

    • (line: string, callback: function): any
    • Parameters

      • line: string
      • callback: function

      Returns any

Completer

Completer: function

Type declaration

CompleterResult

CompleterResult: [string[], string]

ReadLine

ReadLine: Interface

Functions

clearLine

  • Parameters

    Returns void

clearScreenDown

  • Parameters

    Returns void

createInterface

cursorTo

  • cursorTo(stream: WritableStream, x: number, y?: undefined | number): void
  • Parameters

    Returns void

emitKeypressEvents

  • Parameters

    Returns void

moveCursor

  • moveCursor(stream: WritableStream, dx: number | string, dy: number | string): void
  • Parameters

    Returns void

Generated using TypeDoc