@types/lodash 4.14.171 → 4.14.172

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: Tue, 06 Jul 2021 22:02:44 GMT
11
+ * Last updated: Tue, 03 Aug 2021 08:31:20 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
lodash/common/lang.d.ts CHANGED
@@ -948,7 +948,7 @@ declare module "../index" {
948
948
  * Checks if value is a native function.
949
949
  * @param value The value to check.
950
950
  *
951
- * @retrun Returns true if value is a native function, else false.
951
+ * @return Returns true if value is a native function, else false.
952
952
  */
953
953
  isNative(value: any): value is (...args: any[]) => any;
954
954
  }
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.171",
3
+ "version": "4.14.172",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
@@ -60,6 +60,6 @@
60
60
  },
61
61
  "scripts": {},
62
62
  "dependencies": {},
63
- "typesPublisherContentHash": "47ee457337f16c752395542084e5ec22662487b7b62ec8850fa3bd079fb06e81",
63
+ "typesPublisherContentHash": "c531bcff25b826bd15082a3163d719b3d8ad00653a0a5ce5503747ec39843008",
64
64
  "typeScriptVersion": "3.6"
65
65
  }