Plato on Github
Report Home
Transports/node/export.js
Maintainability
79.59
Lines of code
3
Difficulty
2.36
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
exports.TCPServer = require("./TCPServer.js"); exports.WebSocketServer = require("./WebSocketServer.js"); module.exports = exports;