innovationDriveApp/node_modules/restore-cursor
2018-07-08 22:49:17 +10:00
..
index.js added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
license added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
package.json deleted homepage in package.json 2018-07-08 22:49:17 +10:00
readme.md added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10: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 --save restore-cursor

Usage

const restoreCursor = require('restore-cursor');
restoreCursor();

License

MIT © Sindre Sorhus