dedsudiyu 26705b48f7 zc vor 2 Wochen
..
index.d.ts 26705b48f7 zc vor 2 Wochen
index.js 26705b48f7 zc vor 2 Wochen
license 26705b48f7 zc vor 2 Wochen
package.json 26705b48f7 zc vor 2 Wochen
readme.md 26705b48f7 zc vor 2 Wochen

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