UNPKG
lib-curses
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
Simple node.js library for work with console
github.com/fwmakc/lib-curses
fwmakc/lib-curses
lib-curses
/
dist
/
helpers
/
clear_screen.helper.d.ts
7 lines
(6 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Clears terminal screen and moves cursor to top-left corner. * *
@returns
{
void
} */
export
declare
function
clearScreen
(
):
void
;