Emmanuil c2e0590820 31.07.2020 | пре 4 година | |
---|---|---|
.. | ||
index.d.ts | пре 4 година | |
index.js | пре 4 година | |
license | пре 4 година | |
package.json | пре 4 година | |
readme.md | пре 4 година |
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