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 @@

Example

_.pick(object, [paths])

source npm package

-

Creates an object composed of the picked object properties.

+

The opposite of _.omit; this method creates an object composed of the picked object properties.

Since

0.1.0

Arguments

@@ -4708,7 +4708,7 @@

Example

_.pickBy(object, [predicate=_.identity])

source npm package

-

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).

Since

4.0.0