AJNB 376d9cfaf8 hjj | пре 2 месеци | |
---|---|---|
.. | ||
index.d.ts | пре 2 месеци | |
index.js | пре 2 месеци | |
license | пре 2 месеци | |
package.json | пре 2 месеци | |
readme.md | пре 2 месеци |
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