Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/es5-ext/function/pluck.js

"use strict";

var value = require("../object/valid-value");

module.exports = function (name) {
	return function (obj) { return value(obj)[name]; };
};
Back to Directory File Manager