mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #5330 from pimterry/lodash-where-T
Remove unnecessary extra generic parameter in Lodash's _().where
This commit is contained in:
Vendored
+1
-1
@@ -5153,7 +5153,7 @@ declare module _ {
|
||||
/**
|
||||
* @see _.where
|
||||
**/
|
||||
where<T, U extends {}>(properties: U): LoDashArrayWrapper<T>;
|
||||
where<U extends {}>(properties: U): LoDashArrayWrapper<T>;
|
||||
}
|
||||
|
||||
/********
|
||||
|
||||
Reference in New Issue
Block a user