|
||||
---|---|---|---|---|
.. | ||||
index.js | 11e3a9652a | vor 7 Jahren | ||
license | 11e3a9652a | vor 7 Jahren | ||
package.json | 11e3a9652a | vor 7 Jahren | ||
readme.md | 11e3a9652a | vor 7 Jahren |
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.
$ npm install --save restore-cursor
const restoreCursor = require('restore-cursor');
restoreCursor();
MIT © Sindre Sorhus