feat: initial commit
This commit is contained in:
5
node_modules/restore-cursor/readme.md
generated
vendored
5
node_modules/restore-cursor/readme.md
generated
vendored
@@ -1,4 +1,4 @@
|
||||
# restore-cursor [](https://travis-ci.org/sindresorhus/restore-cursor)
|
||||
# restore-cursor
|
||||
|
||||
> Gracefully restore the CLI cursor on exit
|
||||
|
||||
@@ -8,7 +8,7 @@ Prevent the cursor you've hidden interactively from remaining hidden if the proc
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install restore-cursor
|
||||
$ npm install --save restore-cursor
|
||||
```
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ $ npm install restore-cursor
|
||||
|
||||
```js
|
||||
const restoreCursor = require('restore-cursor');
|
||||
|
||||
restoreCursor();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user