lhl 6ff0e96ad3 8-4-1 | 1 vuosi sitten | |
---|---|---|
.. | ||
index.d.ts | 1 vuosi sitten | |
index.js | 1 vuosi sitten | |
license | 1 vuosi sitten | |
package.json | 1 vuosi sitten | |
readme.md | 1 vuosi sitten |
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