DigitalConsumer.FixMyGlass/node_modules/restore-cursor
2021-09-20 17:57:19 -04:00
..
index.js initial commit 2021-09-20 17:57:19 -04:00
license initial commit 2021-09-20 17:57:19 -04:00
package.json initial commit 2021-09-20 17:57:19 -04:00
readme.md initial commit 2021-09-20 17:57:19 -04: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