Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 401 Bytes

File metadata and controls

14 lines (12 loc) · 401 Bytes

Clear

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);

Parameters

Parameter Value
stream process.stdout

Returns {Promise}