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