@types/lodash 4.14.163 → 4.14.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lodash/README.md +1 -1
- lodash/common/function.d.ts +1 -1
- lodash/package.json +2 -2
lodash/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Lo-Dash (https://lodash.com).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 30 Oct 2020 09:36:45 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `_`
|
|
14
14
|
|
lodash/common/function.d.ts
CHANGED
|
@@ -529,7 +529,7 @@ declare module "../index" {
|
|
|
529
529
|
* @return Returns the new memoizing function.
|
|
530
530
|
*/
|
|
531
531
|
memoize: {
|
|
532
|
-
<T extends (...args: any) => any>(func: T, resolver?: (...args:
|
|
532
|
+
<T extends (...args: any) => any>(func: T, resolver?: (...args: Parameters<T>) => any): T & MemoizedFunction;
|
|
533
533
|
Cache: MapCacheConstructor;
|
|
534
534
|
};
|
|
535
535
|
}
|
lodash/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.164",
|
|
4
4
|
"description": "TypeScript definitions for Lo-Dash",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"scripts": {},
|
|
61
61
|
"dependencies": {},
|
|
62
|
-
"typesPublisherContentHash": "
|
|
62
|
+
"typesPublisherContentHash": "faceee9346ac0ff4f96c90159be0677efd61ec0d81825632e562b89c6ea1947f",
|
|
63
63
|
"typeScriptVersion": "3.2"
|
|
64
64
|
}
|