Files
asciidisco.com/build/node_modules/restore-cursor/readme.md
2023-08-01 13:49:46 +02:00

359 B

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