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_line.helper.d.ts
8 lines
(7 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Clears specified line in terminal. * *
@param
{
number
}
y
- Y coordinate of line to be cleared. *
@returns
{
void
} */
export
declare
function
clearLine
(
y
:
number
):
void
;