tree: ebd65ba65524a7a5aab3a856be7cbca81b8066a8
  1. index.d.ts
  2. index.js
  3. license
  4. package.json
  5. readme.md
node_modules/restore-cursor/readme.md

restore-cursor Build Status

Gracefully restore the CLI cursor on exit

Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.

Install

$ npm install restore-cursor

Usage

const restoreCursor = require('restore-cursor');

restoreCursor();

License

MIT © Sindre Sorhus