clear-terminal-line
Clear a terminal line (row).
Clears the line the cursor is on, but doesn't change the position of it.
Install
$ npm install --save clear-terminal-line
Usage
var clearLine = require("clear-terminal-line")
clearLine();
Related
- clear-terminal - Clear the terminal screen.