Node.js module

repl

Not implemented in Bun

Not implemented. Use Bun's built-in REPL (`bun run` with no arguments or `bun repl`).

Functions 1

  • repl.start()

    The repl.start() method creates and starts a REPLServer instance.

Classes 2

  • class repl.Recoverable

    Indicates a recoverable error that a REPLServer can use to support multi-line input.

  • class repl.REPLServer

    Instances of repl.REPLServer are created using the start method or directly using the JavaScript new keyword.

Interfaces 4

Types 3

Variables 3