mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Merge pull request #3397 from YakupIpek/patch-1
Parameterless last method should return _ChainSingle
This commit is contained in:
Vendored
+1
-1
@@ -2737,7 +2737,7 @@ interface _Chain<T> {
|
||||
* Wrapped type `any[]`.
|
||||
* @see _.last
|
||||
**/
|
||||
last(): _Chain<T>;
|
||||
last(): _ChainSingle<T>;
|
||||
|
||||
/**
|
||||
* Wrapped type `any[]`.
|
||||
|
||||
Reference in New Issue
Block a user