mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 08:24:32 +00:00
* Lodash: `fp.pickBy`: add failing type guard test * Lodash: `fp.pickBy`: use generic for property value instead of generic to fix FP test * Lodash: update generated typings * Lodash: `fp.pickBy`: add overload for user-defined type guard with `NumericDictionary` * Lodash: update generated typings * Correct `predicate` type of `pickBy` * Lodash: update generated typings * Rename `ObjectIteratorTypeGuardWithoutCollection` to `ValueKeyIterateeTypeGuard` * Lodash: update generated typings * Constant `userDefinedTypeGuard`