|
hace 1 mes | |
---|---|---|
.. | ||
node_modules | hace 1 mes | |
index.d.ts | hace 1 mes | |
index.js | hace 1 mes | |
license | hace 1 mes | |
package.json | hace 1 mes | |
readme.md | hace 1 mes |
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