Plato on Github
Report Home
lib/index.js
Maintainability
76.43
Lines of code
13
Difficulty
3.33
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
'use strict'; // Load modules const Server = require('./server'); // Declare internals const internals = {}; exports.Server = Server;