From 4081c2036a5af21519095da1b8b99c507b0fba93 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 17 Apr 2022 17:37:10 +0200 Subject: Deprecation --- node_modules/restore-cursor/readme.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 node_modules/restore-cursor/readme.md (limited to 'node_modules/restore-cursor/readme.md') diff --git a/node_modules/restore-cursor/readme.md b/node_modules/restore-cursor/readme.md deleted file mode 100644 index 0ed544e..0000000 --- a/node_modules/restore-cursor/readme.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -import restoreCursor from 'restore-cursor'; - -restoreCursor(); -``` - ---- - -
- - Get professional support for this package with a Tidelift subscription - -
- - Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. -
-
-- cgit