import { clearScreenDown } from "https://deno.land/std@0.137.0/node/_readline.d.ts";
The readline.clearScreenDown()
method clears the given TTY
stream from
the current position of the cursor down.
Parameters
stream: WritableStream
Invoked once the operation completes.