@types/lodash 4.14.195 → 4.14.196
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/index.d.ts +0 -12
- 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: Tue, 25 Jul 2023 23:32:44 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `_`
|
|
14
14
|
|
lodash/index.d.ts
CHANGED
|
@@ -31,15 +31,3 @@ declare namespace _ {
|
|
|
31
31
|
// tslint:disable-next-line no-empty-interface (This will be augmented)
|
|
32
32
|
interface LoDashStatic {}
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
// Backward compatibility with --target es5
|
|
36
|
-
declare global {
|
|
37
|
-
// tslint:disable-next-line:no-empty-interface
|
|
38
|
-
interface Set<T> { }
|
|
39
|
-
// tslint:disable-next-line:no-empty-interface
|
|
40
|
-
interface Map<K, V> { }
|
|
41
|
-
// tslint:disable-next-line:no-empty-interface
|
|
42
|
-
interface WeakSet<T> { }
|
|
43
|
-
// tslint:disable-next-line:no-empty-interface
|
|
44
|
-
interface WeakMap<K extends object, V> { }
|
|
45
|
-
}
|
lodash/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.196",
|
|
4
4
|
"description": "TypeScript definitions for Lo-Dash",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
},
|
|
56
56
|
"scripts": {},
|
|
57
57
|
"dependencies": {},
|
|
58
|
-
"typesPublisherContentHash": "
|
|
58
|
+
"typesPublisherContentHash": "64982931e98fd6a3d4a4943a636abff8a31c96da2820877bbb6744620bc63918",
|
|
59
59
|
"typeScriptVersion": "4.3"
|
|
60
60
|
}
|