Plato on Github
Report Home
node_modules/es5-ext/object/every.js
Maintainability
85.43
Lines of code
3
Difficulty
1.50
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
'use strict'; module.exports = require('./_iterate')('every', true);