package readline
- Alphabetic
- By Inheritance
- readline
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait CursorPos extends Object
- Annotations
- @JSType()
- trait Interface extends Object with IEventEmitter
Readline Interface
Readline Interface
- Annotations
- @JSType() @native()
- See also
https://nodejs.org/api/readline.html#readline_class_interface
- implicit final class InterfaceExtensions[T <: Interface] extends AnyVal
- trait Key extends Object
- Annotations
- @JSType()
- 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
- trait ReadlineOptions extends Object
- Annotations
- @JSType()