Mohammad Asif cf937194cb Removed un-waned things 1. | před 6 měsíci | |
---|---|---|
.. | ||
index.d.ts | před 6 měsíci | |
index.js | před 6 měsíci | |
license | před 6 měsíci | |
package.json | před 6 měsíci | |
readme.md | před 6 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