ssap_app/node_modules/restore-cursor
ananyak19 f0453fc9f0 first commit 2026-01-18 17:57:34 +05:30
..
index.js first commit 2026-01-18 17:57:34 +05:30
license first commit 2026-01-18 17:57:34 +05:30
package.json first commit 2026-01-18 17:57:34 +05:30
readme.md first commit 2026-01-18 17:57:34 +05:30

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