property REPLServer.prototype.writer
Usage in Deno
```typescript import { REPLServer } from "node:node__repl.d.ts"; ```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`.