source:
trip-planner-front/node_modules/restore-cursor/index.d.ts@
ceaed42
Last change on this file since ceaed42 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 201 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.