JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 80077
  • Score
    100M100P100Q157125F
  • License MIT

Cross platform console clear for your next Node.js CLI.

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