feat: initial commit

This commit is contained in:
Carlos
2024-08-12 23:06:35 -04:00
parent c581ce5ad2
commit de4ae5d068
776 changed files with 3868 additions and 15649 deletions

View File

@@ -1,4 +1,4 @@
# restore-cursor [![Build Status](https://travis-ci.org/sindresorhus/restore-cursor.svg?branch=master)](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();
```