diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index 8cf92df12b..aeaf253cad 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -179,6 +179,12 @@ interface UnderscoreStatic { memo?: TResult, context?: any): TResult; + reduce( + list: _.Dictionary, + iterator: _.ObjectIterator, + memo?: TResult, + context?: any): TResult; + /** * @see _.reduce **/