• feiwenli's avatar
    · 9e5860dd
    feiwenli authored
    9e5860dd
Name
Last commit
Last update
..
index.js
license
package.json
readme.md

restore-cursor

Gracefully restore the CLI cursor on exit

Prevent the cursor you've hidden interactively to remain hidden if the process crashes.

Install

$ npm install --save restore-cursor

Usage

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

License

MIT :copyright: Sindre Sorhus