Muqriz 48f16bfc3e initail first | před 4 měsíci | |
---|---|---|
.. | ||
index.d.ts | před 4 měsíci | |
index.js | před 4 měsíci | |
license | před 4 měsíci | |
package.json | před 4 měsíci | |
readme.md | před 4 měsíci |
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();