|
5 years ago | |
---|---|---|
.. | ||
index.js | 5 years ago | |
license | 5 years ago | |
package.json | 5 years ago | |
readme.md | 5 years ago |
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