mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #5213 from apare/patch-1
Invalid partition return type in chain
This commit is contained in:
commit
9ffa03f181
2
underscore/underscore.d.ts
vendored
2
underscore/underscore.d.ts
vendored
@ -2833,7 +2833,7 @@ interface _Chain<T> {
|
||||
* Wrapped type `any[]`.
|
||||
* @see _.partition
|
||||
**/
|
||||
partition(iterator: _.ListIterator<T, boolean>, context?: any): _Chain<T[][]>;
|
||||
partition(iterator: _.ListIterator<T, boolean>, context?: any): _Chain<T[]>;
|
||||
|
||||
/**
|
||||
* Wrapped type `any[][]`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user