import { clearScreenDown } from "https://deno.land/std@0.145.0/node/readline.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.