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

Usage in Deno

import { REPLServer } from "node:repl";

The Writable stream to which REPL output will be written.

Type

WritableStream