@types/lodash 4.17.21 → 4.17.22
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/lang.d.ts +0 -4
- lodash/package.json +2 -2
lodash/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for lodash (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: Sat,
|
|
11
|
+
* Last updated: Sat, 10 Jan 2026 07:34:05 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
lodash/common/lang.d.ts
CHANGED
|
@@ -342,10 +342,6 @@ declare module "../index" {
|
|
|
342
342
|
* @return Returns true if value is correctly classified, else false.
|
|
343
343
|
*/
|
|
344
344
|
isArray(value?: any): value is any[];
|
|
345
|
-
/**
|
|
346
|
-
* @see _.isArray
|
|
347
|
-
*/
|
|
348
|
-
isArray<T>(value?: any): value is any[];
|
|
349
345
|
}
|
|
350
346
|
interface LoDashImplicitWrapper<TValue> {
|
|
351
347
|
/**
|
lodash/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.22",
|
|
4
4
|
"description": "TypeScript definitions for lodash",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"scripts": {},
|
|
52
52
|
"dependencies": {},
|
|
53
53
|
"peerDependencies": {},
|
|
54
|
-
"typesPublisherContentHash": "
|
|
54
|
+
"typesPublisherContentHash": "79603be9c422e70c74d5503a6eeaca0659fe855bd841ca38c21d78c0b80489ad",
|
|
55
55
|
"typeScriptVersion": "5.2"
|
|
56
56
|
}
|