import { clearLine } from "https://deno.land/std@0.176.0/node/_readline.d.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.