Package Exports
- clear-any-console
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clear-any-console) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clear-any-console
📟 Cross platform console clear for your next Node.js CLI.
Install
npm install clear-any-console
Usage
const clearConsole = require('clear-any-console');
// Then when you want to clear the console.
clearConsole();
Check out my VSCode Power User Course →