« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index cbfc562..de4c680 100644
--- a/index.js
+++ b/index.js
@@ -20,6 +20,7 @@ module.exports = {
     }
   },
   util: {
+    tuiApp: require('./util/tui-app'),
     ansi: require('./util/ansi'),
     CommandLineInterfacer: require('./util/CommandLineInterfacer'),
     count: require('./util/count'),