AhMyth 9000392778 beta version 8 yıl önce
..
index.js 9000392778 beta version 8 yıl önce
package.json 9000392778 beta version 8 yıl önce
readme.md 9000392778 beta version 8 yıl önce

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 © Sindre Sorhus