mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
[Underscore] Add Iteratee shorthand syntax for some usages of map and uniq
This commit is contained in:
Vendored
+1
-1
@@ -162,7 +162,7 @@ interface UnderscoreStatic {
|
||||
**/
|
||||
map<T, TResult>(
|
||||
object: _.Dictionary<T>,
|
||||
iterator: _.ObjectIterator<T, TResult> ,
|
||||
iterator: _.ObjectIterator<T, TResult>,
|
||||
context?: any): TResult[];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user