Files
enviPy-bayer/static/js/ketcher2/node_modules/restore-cursor/readme.md
2025-06-23 20:13:54 +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