huanggang 03a863fb53 add node_modules 7 years atrás
..
index.js 03a863fb53 add node_modules 7 years atrás
license 03a863fb53 add node_modules 7 years atrás
package.json 03a863fb53 add node_modules 7 years atrás
readme.md 03a863fb53 add node_modules 7 years atrás

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