property REPLServer.prototype.writer
Usage in Deno
import { REPLServer } from "node:repl";
Specified in the REPL options, this is the function to invoke to format the output of
each command before writing to outputStream
. If not specified in the REPL options,
this will be a wrapper for util.inspect
.