frontend/.pnpm-store/v3/files/a9/b0bf870ee1a31178d6290a9554c0fc90df3b57603080a97270e02c04fe3523ce8dbdf326896f1685df3bc88c5a9cd30097368044fa140dc7136d5bb1de9cee

27 lines
497 B
Plaintext

# restore-cursor [![Build Status](https://travis-ci.org/sindresorhus/restore-cursor.svg?branch=master)](https://travis-ci.org/sindresorhus/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 restore-cursor
```
## Usage
```js
const restoreCursor = require('restore-cursor');
restoreCursor();
```
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)