Skip to content

Commit

Permalink
fix(typescript): fixes #323 an error, when importing the module into …
Browse files Browse the repository at this point in the history
…a typescript project (#324)

Signed-off-by: Chris Vaas <[email protected]>
  • Loading branch information
AuspeXeu authored Feb 25, 2020
1 parent 1de0460 commit b162586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,3 +858,4 @@ module.exports.TelnetPort = require("./ports/telnetport");
module.exports.C701Port = require("./ports/c701port");

module.exports.ServerTCP = require("./servers/servertcp");
module.exports.default = module.exports;

0 comments on commit b162586

Please sign in to comment.