property ReadLineOptions.removeHistoryDuplicates
Usage in Deno
```typescript
import { type ReadLineOptions } from "node:node__readline.d.ts";
```
If `true`, when a new input line added
to the history list duplicates an older one, this removes the older line
from the list.