mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Merge pull request #5213 from apare/patch-1
Invalid partition return type in chain
This commit is contained in:
Vendored
+1
-1
@@ -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[][]`.
|
||||
|
||||
Reference in New Issue
Block a user