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