source:
trip-planner-front/node_modules/restore-cursor/index.d.ts@
bdd6491
Last change on this file since bdd6491 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 201 bytes |
Line | |
---|---|
1 | /** |
2 | Gracefully restore the CLI cursor on exit. |
3 | |
4 | @example |
5 | ``` |
6 | import restoreCursor = require('restore-cursor'); |
7 | |
8 | restoreCursor(); |
9 | ``` |
10 | */ |
11 | declare function restoreCursor(): void; |
12 | |
13 | export = restoreCursor; |
Note:
See TracBrowser
for help on using the repository browser.