Plato on Github
Report Home
node_modules/es5-ext/function/pluck.js
Maintainability
93.81
Lines of code
7
Difficulty
4.33
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
'use strict'; var value = require('../object/valid-value'); module.exports = function (name) { return function (o) { return value(o)[name]; }; };