Repository URL to install this package:
|
Version:
0.6.0 ▾
|
| .. |
| index.d.ts |
| index.js |
| license |
| package.json |
| readme.md |
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