JSPM

clear-console

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 122
  • Score
    100M100P100Q70110F
  • License ISC

Make your console as clear as a cloud free sky

Package Exports

  • clear-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-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-console

Like other console clearing modules but it works on my machine.

usage

var clear = require('clear-console');
clear()

toStart option

On Mac OS X terminal, this option clears to start (just like pressing ⌘K):

var clear = require('clear-console');
clear({toStart: true})