UNPKG

lib-curses

Version:

Simple node.js library for work with console

30 lines (29 loc) 2.72 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wait = exports.showCursor = exports.print = exports.position = exports.loop = exports.inputch = exports.input = exports.initScreen = exports.hideCursor = exports.getch = exports.clearScreen = exports.clearLine = exports.addch = void 0; const addch_helper_1 = require("./helpers/addch.helper"); Object.defineProperty(exports, "addch", { enumerable: true, get: function () { return addch_helper_1.addch; } }); const clear_line_helper_1 = require("./helpers/clear_line.helper"); Object.defineProperty(exports, "clearLine", { enumerable: true, get: function () { return clear_line_helper_1.clearLine; } }); const clear_screen_helper_1 = require("./helpers/clear_screen.helper"); Object.defineProperty(exports, "clearScreen", { enumerable: true, get: function () { return clear_screen_helper_1.clearScreen; } }); const getch_helper_1 = require("./helpers/getch.helper"); Object.defineProperty(exports, "getch", { enumerable: true, get: function () { return getch_helper_1.getch; } }); const hide__ursor_helper_1 = require("./helpers/hide_\u0441ursor.helper"); Object.defineProperty(exports, "hideCursor", { enumerable: true, get: function () { return hide__ursor_helper_1.hideCursor; } }); const init_screen_helper_1 = require("./helpers/init_screen.helper"); Object.defineProperty(exports, "initScreen", { enumerable: true, get: function () { return init_screen_helper_1.initScreen; } }); const input_helper_1 = require("./helpers/input.helper"); Object.defineProperty(exports, "input", { enumerable: true, get: function () { return input_helper_1.input; } }); const inputch_helper_1 = require("./helpers/inputch.helper"); Object.defineProperty(exports, "inputch", { enumerable: true, get: function () { return inputch_helper_1.inputch; } }); const loop_helper_1 = require("./helpers/loop.helper"); Object.defineProperty(exports, "loop", { enumerable: true, get: function () { return loop_helper_1.loop; } }); const position_helper_1 = require("./helpers/position.helper"); Object.defineProperty(exports, "position", { enumerable: true, get: function () { return position_helper_1.position; } }); const print_helper_1 = require("./helpers/print.helper"); Object.defineProperty(exports, "print", { enumerable: true, get: function () { return print_helper_1.print; } }); const show__ursor_helper_1 = require("./helpers/show_\u0441ursor.helper"); Object.defineProperty(exports, "showCursor", { enumerable: true, get: function () { return show__ursor_helper_1.showCursor; } }); const wait_helper_1 = require("./helpers/wait.helper"); Object.defineProperty(exports, "wait", { enumerable: true, get: function () { return wait_helper_1.wait; } });