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

Usage in Deno

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

The Writable stream to which REPL output will be written.

Type

WritableStream | undefined