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