import { cursorTo } from "https://deno.land/std@0.170.0/node/_readline.d.ts";
The readline.cursorTo()
method moves cursor to the specified position in a
given TTY
stream
.
Parameters
stream: WritableStream
Invoked once the operation completes.