d1b39653861a2e5ffcbfdbf2f1ee5254f70cf3afd5ac5ebf93eafc658d2c3b5d53ff0293dffa3321726004ede2d37e37d9a8d10317ad9345412fa14e17b988 365 B

12345678910111213141516171819202122232425
  1. # restore-cursor
  2. > Gracefully restore the CLI cursor on exit
  3. Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.
  4. ## Install
  5. ```
  6. $ npm install --save restore-cursor
  7. ```
  8. ## Usage
  9. ```js
  10. const restoreCursor = require('restore-cursor');
  11. restoreCursor();
  12. ```
  13. ## License
  14. MIT © [Sindre Sorhus](https://sindresorhus.com)