@types/lodash 4.14.185 → 4.14.186

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 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: Sun, 11 Sep 2022 10:02:42 GMT
11
+ * Last updated: Wed, 28 Sep 2022 19:03:08 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
lodash/common/lang.d.ts CHANGED
@@ -574,6 +574,7 @@ declare module "../index" {
574
574
  isEmpty<T extends { __trapAny: any }>(value?: T): boolean;
575
575
  isEmpty(value: string): value is '';
576
576
  isEmpty(value: Map<any, any> | Set<any> | List<any> | null | undefined): boolean;
577
+ isEmpty(value: object): boolean;
577
578
  isEmpty<T extends object>(value: T | null | undefined): value is EmptyObjectOf<T> | null | undefined;
578
579
  isEmpty(value?: any): boolean;
579
580
  }
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.185",
3
+ "version": "4.14.186",
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": "11778b532d98495cbbe3cd4403bdc978257877a7ea8d951491d5ae27e53879a7",
58
+ "typesPublisherContentHash": "7645fa6cd2c73e07135b0eaec899d85b2416bc0a88a3dd1f5c58a0e9158cc295",
59
59
  "typeScriptVersion": "4.1"
60
60
  }