qauMaWeb/node_modules/restore-cursor
赵向宇 4b9d619652 初始化 2024-10-13 18:02:27 +08:00
..
index.d.ts 初始化 2024-10-13 18:02:27 +08:00
index.js 初始化 2024-10-13 18:02:27 +08:00
license 初始化 2024-10-13 18:02:27 +08:00
package.json 初始化 2024-10-13 18:02:27 +08:00
readme.md 初始化 2024-10-13 18:02:27 +08:00

readme.md

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