Muqriz 48f16bfc3e initail first | hace 4 meses | |
---|---|---|
.. | ||
index.d.ts | hace 4 meses | |
index.js | hace 4 meses | |
license | hace 4 meses | |
package.json | hace 4 meses | |
readme.md | hace 4 meses |
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();