mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
use dictionary for reduce object list
This commit is contained in:
Vendored
+1
-1
@@ -180,7 +180,7 @@ interface UnderscoreStatic {
|
||||
context?: any): TResult;
|
||||
|
||||
reduce<T, TResult>(
|
||||
list: _.Collection<T>,
|
||||
list: _.Dictionary<T>,
|
||||
iterator: _.ObjectIterator<T, TResult>,
|
||||
memo?: TResult,
|
||||
context?: any): TResult;
|
||||
|
||||
Reference in New Issue
Block a user