diff --git a/docs/4.17.15.html b/docs/4.17.15.html index 1cf54a11..494f1f00 100644 --- a/docs/4.17.15.html +++ b/docs/4.17.15.html @@ -4691,7 +4691,7 @@
_.pick(object, [paths])Creates an object composed of the picked object properties.
The opposite of _.omit; this method creates an object composed of the picked object properties.
0.1.0
_.pickBy(object, [predicate=_.identity])Creates an object composed of the object properties predicate returns
+
The opposite of _.omitBy; this method creates an object composed of the object properties predicate returns
truthy for. The predicate is invoked with two arguments: (value, key).
4.0.0