lib-curses
Version:
Simple node.js library for work with console
13 lines (12 loc) • 714 B
TypeScript
import { addch } from './helpers/addch.helper';
import { clearLine } from './helpers/clear_line.helper';
import { clearScreen } from './helpers/clear_screen.helper';
import { getch } from './helpers/getch.helper';
import { hideCursor } from './helpers/hide_сursor.helper';
import { initScreen } from './helpers/init_screen.helper';
import { input } from './helpers/input.helper';
import { inputch } from './helpers/inputch.helper';
import { position } from './helpers/position.helper';
import { print } from './helpers/print.helper';
import { showCursor } from './helpers/show_сursor.helper';
export { addch, clearLine, clearScreen, getch, hideCursor, initScreen, input, inputch, position, print, showCursor, };