Skip to main content
ReplOptions.input - repl - Node documentation
property ReplOptions.input

Usage in Deno

import { type ReplOptions } from "node:repl";

The Readable stream from which REPL input will be read.

Type

ReadableStream | undefined