function clearLine
Usage
import { clearLine } from "node:readline";
The readline.clearLine() method clears current line of given TTY stream
in a specified direction identified by dir.
dir: Direction
import { clearLine } from "node:readline";
The readline.clearLine() method clears current line of given TTY stream
in a specified direction identified by dir.
dir: Direction