UNPKG

lib-curses

Version:

Simple node.js library for work with console

7 lines (6 loc) 163 B
/** * Initializes terminal screen by clearing it and positioning cursor at top-left corner. * * @returns {void} */ export declare function initScreen(): void;