car_web/node_modules/restore-cursor
xzk a886a0fe6a 许兆坤 2024-03-15 14:22:17 +08:00
..
index.js 许兆坤 2024-03-15 14:22:17 +08:00
package.json 许兆坤 2024-03-15 14:22:17 +08:00
readme.md 许兆坤 2024-03-15 14:22:17 +08:00

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