botbook/node_modules/restore-cursor
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00
..
index.d.ts Updated. 2024-09-04 13:13:15 -03:00
index.js Updated. 2024-09-04 13:13:15 -03:00
license Updated. 2024-09-04 13:13:15 -03:00
package.json Updated. 2024-09-04 13:13:15 -03:00
readme.md Updated. 2024-09-04 13:13:15 -03: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