gaojunlong 0b996e41aa 2025-03-04-1 há 2 meses atrás
..
index.js 0b996e41aa 2025-03-04-1 há 2 meses atrás
license 0b996e41aa 2025-03-04-1 há 2 meses atrás
package.json 0b996e41aa 2025-03-04-1 há 2 meses atrás
readme.md 0b996e41aa 2025-03-04-1 há 2 meses 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