|
пре 1 месец | |
---|---|---|
.. | ||
node_modules | пре 1 месец | |
index.d.ts | пре 1 месец | |
index.js | пре 1 месец | |
license | пре 1 месец | |
package.json | пре 1 месец | |
readme.md | пре 1 месец |
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