Browse Source

Export Interface from readline.js

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
7068912fbb
  1. 1
      lib/readline.js

1
lib/readline.js

@ -285,3 +285,4 @@ Interface.prototype._ttyWrite = function (b) {
} }
}; };
exports.Interface = Interface;

Loading…
Cancel
Save