mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Redo @asurinov's commit a01bba4
This commit is contained in:
parent
578ab24317
commit
7f5e867200
2
underscore/index.d.ts
vendored
2
underscore/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user