mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
Merge pull request #5213 from apare/patch-1
Invalid partition return type in chain
This commit is contained in:
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[][]`.
|
||||
|
||||
Reference in New Issue
Block a user