Outlook_Addin_LLM/node_modules/restore-cursor
2024-11-29 21:36:41 +01:00
..
node_modules/signal-exit First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
index.d.ts First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
index.js First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
license First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
package.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
readme.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00

restore-cursor Build Status

Gracefully restore the CLI cursor on exit

Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.

Install

$ npm install restore-cursor

Usage

const restoreCursor = require('restore-cursor');

restoreCursor();

License

MIT © Sindre Sorhus