_.chain(T[]).keys() should be a Chain<string> not Chain<T>

This commit is contained in:
Lars Corneliussen
2013-12-09 14:56:57 +01:00
parent 94579b4c6f
commit cf2ab21031

View File

@@ -2707,7 +2707,7 @@ interface _Chain<T> {
* Wrapped type `object`.
* @see _.keys
**/
keys(): _Chain<T>;
keys(): _Chain<string>;
/**
* Wrapped type `object`.