diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index 4434f633c5..42ba56164b 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -2630,13 +2630,13 @@ interface _Chain { * Wrapped type `any[]`. * @see _.groupBy **/ - groupBy(iterator?: _.ListIterator, context?: any): _Chain; + groupBy(iterator?: _.ListIterator, context?: any): _ChainOfArrays; /** * Wrapped type `any[]`. * @see _.groupBy **/ - groupBy(iterator: string, context?: any): _Chain; + groupBy(iterator: string, context?: any): _ChainOfArrays; /** * Wrapped type `any[]`.