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