Mohammad Asif cf937194cb Removed un-waned things 1. | hai 5 meses | |
---|---|---|
.. | ||
index.d.ts | hai 5 meses | |
index.js | hai 5 meses | |
license | hai 5 meses | |
package.json | hai 5 meses | |
readme.md | hai 5 meses |
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