Packages

package readline

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

Type Members

  1. trait CursorPos extends Object
    Annotations
    @JSType()
  2. trait Interface extends Object with IEventEmitter

    Readline Interface

    Readline Interface

    Annotations
    @JSType() @native()
    See also

    https://nodejs.org/api/readline.html#readline_class_interface

  3. implicit final class InterfaceExtensions[T <: Interface] extends AnyVal
  4. trait Key extends Object
    Annotations
    @JSType()
  5. trait Readline extends Object

    Readline allows of a stream (such as process.stdin) on a line-by-line basis.

    Readline allows of a stream (such as process.stdin) on a line-by-line basis. To use this module, do require('readline'). Note that once you've invoked this module, your Node.js program will not terminate until you've closed the interface.

    Annotations
    @JSType() @native()
    See also

    https://nodejs.org/api/readline.html

  6. trait ReadlineOptions extends Object
    Annotations
    @JSType()

Value Members

  1. object CursorPos
  2. object Key
  3. object Readline extends Object with Readline

    Readline Singleton

    Readline Singleton

    Annotations
    @native() @JSImport("readline", JSImport.Namespace)
  4. object ReadlineOptions

Inherited from AnyRef

Inherited from Any

Ungrouped