package repl
- Alphabetic
- Public
- All
Type Members
-
trait
REPL
extends Object with IEventEmitter
The repl module provides a Read-Eval-Print-Loop (REPL) implementation that is available both as a standalone program or includable in other applications.
The repl module provides a Read-Eval-Print-Loop (REPL) implementation that is available both as a standalone program or includable in other applications.
- Annotations
- @RawJSType() @native()
- Version
7.4.0
- See also
https://nodejs.org/api/repl.html#repl_repl
-
class
REPLOptions
extends Object
REPL Options
REPL Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
REPLServer
extends Object with IEventEmitter with Interface
REPL Server
REPL Server
- Annotations
- @RawJSType() @native()
Value Members
-
object
REPL
extends Object with REPL
REPL Singleton
REPL Singleton
- Annotations
- @native() @JSImport( "repl" , JSImport.Namespace )
-
object
REPLServer
REPL Server Companion