Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
Gracefully restore the CLI cursor on exit.
|
||||
|
||||
@example
|
||||
```
|
||||
import restoreCursor = require('restore-cursor');
|
||||
|
||||
restoreCursor();
|
||||
```
|
||||
*/
|
||||
declare function restoreCursor(): void;
|
||||
|
||||
export = restoreCursor;
|
||||
Reference in New Issue
Block a user