tree: 7d5c7f05f039e36ea6614dedafe5618ef792bda1 [path history] [tgz]
  1. index.js
  2. LICENSE
  3. package.json
  4. readme.md
node_modules/restore-cursor/readme.md

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