tree: f5473078a27ddc58075ac451841cc7337468763c [path history] [tgz]
  1. index.js
  2. LICENSE
  3. package.json
  4. readme.md
src/cobalt/debug/remote/devtools/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