property ReplOptions.input Usage in Deno```typescript import { type ReplOptions } from "node:node__repl.d.ts"; ``` The `Readable` stream from which REPL input will be read. Type ReadableStream | undefined