mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
[Underscore] Add Iteratee shorthand syntax for some usages of map and uniq
This commit is contained in:
2
underscore/underscore.d.ts
vendored
2
underscore/underscore.d.ts
vendored
@@ -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