tree: b78b2dbc6c82103681b5244004e14c216ae441fe [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