Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 365B

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)