variable writer
Usage in Deno
```typescript import { writer } from "node:node__repl.d.ts"; ```This is the default "writer" value, if none is passed in the REPL options,
and it can be overridden by custom print functions.
REPLWriter & { options: InspectOptions; }