????

Your IP : 216.73.216.130


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/restore-cursor/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/restore-cursor/index.d.ts

/**
Gracefully restore the CLI cursor on exit.

@example
```
import restoreCursor = require('restore-cursor');

restoreCursor();
```
*/
declare function restoreCursor(): void;

export = restoreCursor;