mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
_.chain(T[]).keys() should be a Chain<string> not Chain<T>
This commit is contained in:
2
underscore/underscore.d.ts
vendored
2
underscore/underscore.d.ts
vendored
@@ -2707,7 +2707,7 @@ interface _Chain<T> {
|
||||
* Wrapped type `object`.
|
||||
* @see _.keys
|
||||
**/
|
||||
keys(): _Chain<T>;
|
||||
keys(): _Chain<string>;
|
||||
|
||||
/**
|
||||
* Wrapped type `object`.
|
||||
|
||||
Reference in New Issue
Block a user