DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
201 Bytes
/**
Gracefully restore the CLI cursor on exit.
@example
```
import restoreCursor = require('restore-cursor');
restoreCursor();
```
*/
declare function restoreCursor(): void;
export = restoreCursor;