UNPKG

lib-curses

Version:

Simple node.js library for work with console

8 lines (7 loc) 179 B
/** * Clears specified line in terminal. * * @param {number} y - Y coordinate of line to be cleared. * @returns {void} */ export declare function clearLine(y: number): void;