mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add reduce with ObjectIterator
This commit is contained in:
Vendored
+6
@@ -179,6 +179,12 @@ interface UnderscoreStatic {
|
||||
memo?: TResult,
|
||||
context?: any): TResult;
|
||||
|
||||
reduce<T, TResult>(
|
||||
list: _.Collection<T>,
|
||||
iterator: _.ObjectIterator<T, TResult>,
|
||||
memo?: TResult,
|
||||
context?: any): TResult;
|
||||
|
||||
/**
|
||||
* @see _.reduce
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user