The Clear function is basically a function built in the package to clear the console/terminal. It requires a single parameter which is a special stream. So like this:
castoestreamer.Clear(stream);
Parameter Value stream process.stdout
Returns {Promise}