Redo @asurinov's commit a01bba4

This commit is contained in:
Nathan Shively-Sanders 2016-11-23 15:10:43 -08:00
parent 578ab24317
commit 7f5e867200

View File

@ -3672,7 +3672,7 @@ declare module _ {
* @param predicate Predicate function.
* @param context `this` object in `iterator`, optional.
*/
findKey<T>(obj: _.Dictionary<T>, predicate: _.ObjectIterator<T, boolean>, context?: any): T
findKey<T>(obj: _.Dictionary<T>, predicate: _.ObjectIterator<T, boolean>, context?: any): string;
/**
* Return a copy of the object, filtered to only have values for the whitelisted keys