Creates a new object composed of the enumerable own properties of source for which
the predicate function returns a falsy value — the inverse of objPickBy.
A function (key, value) => boolean that is invoked for each own enumerable
property. A property is excluded from the result when the predicate returns truthy.
Creates a new object composed of the enumerable own properties of
sourcefor which the predicate function returns a falsy value — the inverse of objPickBy.