@types/lodash 3.10.5 → 3.10.6
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/README.md +1 -1
- lodash v3.10/index.d.ts +4 -4
- lodash v3.10/package.json +3 -3
lodash v3.10/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Lo-Dash (http://lodash.com/).
|
|
|
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:
|
|
11
|
+
* Last updated: Thu, 25 May 2023 20:34:25 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `_`
|
|
14
14
|
|
lodash v3.10/index.d.ts
CHANGED
|
@@ -4190,7 +4190,7 @@ declare namespace _ {
|
|
|
4190
4190
|
*
|
|
4191
4191
|
* @param value The value to provide to interceptor.
|
|
4192
4192
|
* @param interceptor The function to invoke.
|
|
4193
|
-
* @
|
|
4193
|
+
* @param thisArg The this binding of interceptor.
|
|
4194
4194
|
* @return Returns value.
|
|
4195
4195
|
**/
|
|
4196
4196
|
tap<T>(
|
|
@@ -11350,7 +11350,7 @@ declare namespace _ {
|
|
|
11350
11350
|
* Checks if value is a native function.
|
|
11351
11351
|
* @param value The value to check.
|
|
11352
11352
|
*
|
|
11353
|
-
* @
|
|
11353
|
+
* @return Returns true if value is a native function, else false.
|
|
11354
11354
|
*/
|
|
11355
11355
|
isNative(value: any): value is Function;
|
|
11356
11356
|
}
|
|
@@ -14755,7 +14755,7 @@ declare namespace _ {
|
|
|
14755
14755
|
* Splits string by separator.
|
|
14756
14756
|
*
|
|
14757
14757
|
* Note: This method is based on String#split.
|
|
14758
|
-
*
|
|
14758
|
+
*
|
|
14759
14759
|
* @param separator The separator pattern to split by.
|
|
14760
14760
|
* @param limit The length to truncate results to.
|
|
14761
14761
|
* @return Returns the new array with the terms splitted.
|
|
@@ -15113,7 +15113,7 @@ declare namespace _ {
|
|
|
15113
15113
|
*
|
|
15114
15114
|
* @param func The value to convert to a callback.
|
|
15115
15115
|
* @param thisArg The this binding of func.
|
|
15116
|
-
* @
|
|
15116
|
+
* @return Returns the callback.
|
|
15117
15117
|
*/
|
|
15118
15118
|
callback<TResult>(
|
|
15119
15119
|
func: Function,
|
lodash v3.10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.6",
|
|
4
4
|
"description": "TypeScript definitions for Lo-Dash",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {},
|
|
27
27
|
"dependencies": {},
|
|
28
|
-
"typesPublisherContentHash": "
|
|
29
|
-
"typeScriptVersion": "4.
|
|
28
|
+
"typesPublisherContentHash": "183bf9d0dcbf864c67567168500832bb5c035d7eca2bffe93f8c5c2d9869822c",
|
|
29
|
+
"typeScriptVersion": "4.3"
|
|
30
30
|
}
|