xiaofu-ruoyi-vue/node_modules/restore-cursor
ffr b5131258d8 第一次提交 2024-04-23 08:05:40 +08:00
..
index.js 第一次提交 2024-04-22 22:43:17 +08:00
license 第一次提交 2024-04-23 08:05:40 +08:00
package.json 第一次提交 2024-04-23 08:05:40 +08:00
readme.md 第一次提交 2024-04-23 08:05:40 +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