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

Usage in Deno

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

The function to invoke to format the output of each command before writing to output.

Type

REPLWriter | undefined

See