property ReplOptions.output Usage in Deno```typescript import { type ReplOptions } from "node:node__repl.d.ts"; ``` The `Writable` stream to which REPL output will be written. Type WritableStream | undefined