property ReadLineOptions.history
Usage in Deno
```typescript
import { type ReadLineOptions } from "node:node__readline.d.ts";
```
Initial list of history lines. This option makes sense
only if `terminal` is set to `true` by the user or by an internal `output`
check, otherwise the history caching mechanism is not initialized at all.