Export Interface from readline.js

v0.7.4-release
Ryan Dahl 2010-08-08 11:52:31 -07:00
parent e8c2453f6d
commit 7068912fbb
1 changed files with 1 additions and 0 deletions

View File

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