Plato on Github
Report Home
node_modules/es5-ext/object/count.js
Maintainability
92.82
Lines of code
5
Difficulty
3.67
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
'use strict'; var keys = require('./keys'); module.exports = function (obj) { return keys(obj).length; };