clear-terminal-full
A tiny npm module to clear the full terminal using the shell command "clear".
Installation
You can install this module via npm:
npm install clear-terminal-full
Usage
const clear = require("clear-terminal-full");
clear();
This will clear the full terminal screen.
License
This project is licensed under the MIT License - see the LICENSE file for details.