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