mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.17.3.
This commit is contained in:
@@ -11,7 +11,6 @@ var basePickBy = require('./_basePickBy'),
|
||||
* @returns {Object} Returns the new object.
|
||||
*/
|
||||
function basePick(object, paths) {
|
||||
object = Object(object);
|
||||
return basePickBy(object, paths, function(value, path) {
|
||||
return hasIn(object, path);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user