1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/restore-cursor/readme.md

26 lines
359 B
Markdown
Raw Normal View History

2023-12-18 13:12:25 +08:00
# restore-cursor
> Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively to remain hidden if the process crashes.
## Install
```sh
$ npm install --save restore-cursor
```
## Usage
```js
var restoreCursor = require('restore-cursor');
restoreCursor();
```
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)