aboutsummaryrefslogtreecommitdiff
path: root/node_modules/restore-cursor/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/restore-cursor/index.d.ts')
-rw-r--r--node_modules/restore-cursor/index.d.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/restore-cursor/index.d.ts b/node_modules/restore-cursor/index.d.ts
deleted file mode 100644
index 417891a..0000000
--- a/node_modules/restore-cursor/index.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
-Gracefully restore the CLI cursor on exit.
-
-@example
-```
-import restoreCursor from 'restore-cursor';
-
-restoreCursor();
-```
-*/
-export default function restoreCursor(): void;