Skip to main content
REPLServer.prototype.input - repl - Node documentation
property REPLServer.prototype.input

Usage in Deno

import { REPLServer } from "node:repl";

The Readable stream from which REPL input will be read.

Type

ReadableStream