* The base implementation of `_.pick` without support for individual * property identifiers. * * @private * @param {Object} object The source object. * @param {string[]} paths The property paths to pick. * @returns {Object} Returns the new object.
(object, paths)
source not stored for this graph (policy: none)
no test coverage detected