cmy a6e36702ec 2023-3-1 2 anni fa
..
index.js a6e36702ec 2023-3-1 2 anni fa
license a6e36702ec 2023-3-1 2 anni fa
package.json a6e36702ec 2023-3-1 2 anni fa
readme.md a6e36702ec 2023-3-1 2 anni fa

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