Parameterless last method returns _ChainSingle

This commit is contained in:
YakupIpek
2015-01-02 07:19:07 +02:00
parent 9872b853d6
commit 04b66146ac
+1 -1
View File
@@ -2737,7 +2737,7 @@ interface _Chain<T> {
* Wrapped type `any[]`.
* @see _.last
**/
last(): _Chain<T>;
last(): _ChainSingle<T>;
/**
* Wrapped type `any[]`.