* A specialized version of `_.pick` which picks `object` properties specified * by `props`. * * @private * @param {Object} object The source object. * @param {string[]} props The property names to pick. * @returns {Object} Returns the new object.
(object, props)
source not stored for this graph (policy: none)
no test coverage detected