mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Merge pull request #1720 from gscshoyru/patch-9
Change resolver type to Function in lodash.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -2672,7 +2672,7 @@ declare module _ {
|
||||
**/
|
||||
memoize<T extends Function>(
|
||||
func: T,
|
||||
resolver?: (n: any) => string): T;
|
||||
resolver?: Function): T;
|
||||
}
|
||||
|
||||
//_.once
|
||||
|
||||
Reference in New Issue
Block a user