import { clearLine } from "https://deno.land/std@0.142.0/node/readline.ts";
The readline.clearLine()
method clears current line of given TTY
stream
in a specified direction identified by dir
.
Parameters
stream: WritableStream
Invoked once the operation completes.