js.node.repl

..
REPLServer

Instances of repl.REPLServer are created using the repl.start() method and should not be created directly using the JavaScript new keyword.

REPLServerEvent

Enumeration of events emitted by the REPLServer objects.

REPLServerOptions

Options object used by REPLServer.defineCommand.