yrik 2fd3c19a01 提交 пре 4 година
..
index.js eec7f449c9 first commit пре 4 година
license eec7f449c9 first commit пре 4 година
package.json 2fd3c19a01 提交 пре 4 година
readme.md eec7f449c9 first commit пре 4 година

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