Muqriz 48f16bfc3e initail first | 4 months ago | |
---|---|---|
.. | ||
index.d.ts | 4 months ago | |
index.js | 4 months ago | |
license | 4 months ago | |
package.json | 4 months ago | |
readme.md | 4 months ago |
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
import restoreCursor from 'restore-cursor';
restoreCursor();