astro-ghostcms/.pnpm-store/v3/files/3b/d8bcc6479ea67cea2671eddfe84...

12 lines
177 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
Gracefully restore the CLI cursor on exit.
@example
```
import restoreCursor from 'restore-cursor';
restoreCursor();
```
*/
export default function restoreCursor(): void;