Merge pull request #3397 from YakupIpek/patch-1

Parameterless last method should return _ChainSingle
This commit is contained in:
Masahiro Wakame
2015-01-02 20:09:19 +09:00
+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[]`.