@types/lodash 3.10.5 → 3.10.7

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 v3.10/LICENSE CHANGED
File without changes
lodash v3.10/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/lodash`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Lo-Dash (http://lodash.com/).
5
+ This package contains type definitions for lodash (http://lodash.com/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash/v3.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 16 Aug 2022 19:02:42 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:07 GMT
12
12
  * Dependencies: none
13
- * Global values: `_`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).
lodash v3.10/index.d.ts CHANGED
@@ -1,8 +1,3 @@
1
- // Type definitions for Lo-Dash 3.10
2
- // Project: http://lodash.com/
3
- // Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  declare var _: _.LoDashStatic;
7
2
 
8
3
  declare namespace _ {
@@ -4190,7 +4185,7 @@ declare namespace _ {
4190
4185
  *
4191
4186
  * @param value The value to provide to interceptor.
4192
4187
  * @param interceptor The function to invoke.
4193
- * @parem thisArg The this binding of interceptor.
4188
+ * @param thisArg The this binding of interceptor.
4194
4189
  * @return Returns value.
4195
4190
  **/
4196
4191
  tap<T>(
@@ -11350,7 +11345,7 @@ declare namespace _ {
11350
11345
  * Checks if value is a native function.
11351
11346
  * @param value The value to check.
11352
11347
  *
11353
- * @retrun Returns true if value is a native function, else false.
11348
+ * @return Returns true if value is a native function, else false.
11354
11349
  */
11355
11350
  isNative(value: any): value is Function;
11356
11351
  }
@@ -14755,7 +14750,7 @@ declare namespace _ {
14755
14750
  * Splits string by separator.
14756
14751
  *
14757
14752
  * Note: This method is based on String#split.
14758
- *
14753
+ *
14759
14754
  * @param separator The separator pattern to split by.
14760
14755
  * @param limit The length to truncate results to.
14761
14756
  * @return Returns the new array with the terms splitted.
@@ -15113,7 +15108,7 @@ declare namespace _ {
15113
15108
  *
15114
15109
  * @param func The value to convert to a callback.
15115
15110
  * @param thisArg The this binding of func.
15116
- * @result Returns the callback.
15111
+ * @return Returns the callback.
15117
15112
  */
15118
15113
  callback<TResult>(
15119
15114
  func: Function,
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "3.10.5",
4
- "description": "TypeScript definitions for Lo-Dash",
3
+ "version": "3.10.7",
4
+ "description": "TypeScript definitions for lodash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Brian Zengel",
10
- "url": "https://github.com/bczengel",
11
- "githubUsername": "bczengel"
10
+ "githubUsername": "bczengel",
11
+ "url": "https://github.com/bczengel"
12
12
  },
13
13
  {
14
14
  "name": "Ilya Mochalov",
15
- "url": "https://github.com/chrootsu",
16
- "githubUsername": "chrootsu"
15
+ "githubUsername": "chrootsu",
16
+ "url": "https://github.com/chrootsu"
17
17
  }
18
18
  ],
19
19
  "main": "",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "023302063a56f20c2f398ab49ee72a24d2527001c3a991182aefd1c75c07389b",
29
- "typeScriptVersion": "4.0"
28
+ "typesPublisherContentHash": "39026dc2e57323106febd360ff9f4191fd3d9b1451bdc7b362617000db336125",
29
+ "typeScriptVersion": "4.5"
30
30
  }