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
.
REPLWriter | undefined
import { type ReplOptions } from "node:repl";
The function to invoke to format the output of each command before writing to output
.
REPLWriter | undefined