Plato on Github
Report Home
node_modules/es5-ext/function/identity.js
Maintainability
97.80
Lines of code
3
Difficulty
2.40
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
'use strict'; module.exports = function (x) { return x; };