module.exports = function()
in
lib/parser.js [87:89]
3
lines of code
1
McCabe index (conditional complexity)
module.exports = function (project) { return new Parser(project); };