sdfsdfs
This commit is contained in:
11
node_modules/tty-browserify/index.js
generated
vendored
Normal file
11
node_modules/tty-browserify/index.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
exports.isatty = function () { return false; };
|
||||
|
||||
function ReadStream() {
|
||||
throw new Error('tty.ReadStream is not implemented');
|
||||
}
|
||||
exports.ReadStream = ReadStream;
|
||||
|
||||
function WriteStream() {
|
||||
throw new Error('tty.ReadStream is not implemented');
|
||||
}
|
||||
exports.WriteStream = WriteStream;
|
Reference in New Issue
Block a user