|
|
hai 1 mes | |
|---|---|---|
| .. | ||
| index.js | hai 1 mes | |
| license | hai 1 mes | |
| package.json | hai 1 mes | |
| readme.md | hai 1 mes | |
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively to remain hidden if the process crashes.
$ npm install --save restore-cursor
var restoreCursor = require('restore-cursor');
restoreCursor();
MIT © Sindre Sorhus