mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-26 08:48:18 -05:00
restore-cursor 
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.
Install
$ npm install restore-cursor
Usage
const restoreCursor = require('restore-cursor');
restoreCursor();
License
MIT © Sindre Sorhus