AJNB 376d9cfaf8 hjj | před 2 měsíci | |
---|---|---|
.. | ||
index.d.ts | před 2 měsíci | |
index.js | před 2 měsíci | |
license | před 2 měsíci | |
package.json | před 2 měsíci | |
readme.md | před 2 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
const restoreCursor = require('restore-cursor');
restoreCursor();
MIT © Sindre Sorhus