summaryrefslogtreecommitdiffstats
path: root/node_modules/node-libs-browser/mock/tty.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-libs-browser/mock/tty.js')
-rw-r--r--node_modules/node-libs-browser/mock/tty.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/node-libs-browser/mock/tty.js b/node_modules/node-libs-browser/mock/tty.js
new file mode 100644
index 0000000..a674e0f
--- /dev/null
+++ b/node_modules/node-libs-browser/mock/tty.js
@@ -0,0 +1,2 @@
+exports.isatty = function () {};
+exports.setRawMode = function () {};