@types/lodash 4.14.100 → 4.14.104
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 +2 -2
- lodash/common/array.d.ts +3845 -0
- lodash/common/collection.d.ts +3091 -0
- lodash/common/common.d.ts +3 -3
- lodash/{date/now.d.ts → common/date.d.ts} +3 -1
- lodash/common/function.d.ts +1367 -0
- lodash/common/lang.d.ts +1937 -0
- lodash/common/math.d.ts +536 -0
- lodash/{number/random.d.ts → common/number.d.ts} +98 -1
- lodash/common/object.d.ts +3653 -0
- lodash/common/seq.d.ts +198 -0
- lodash/common/string.d.ts +1059 -0
- lodash/common/util.d.ts +1455 -0
- lodash/index.d.ts +11 -338
- lodash/package.json +2 -7
- lodash/array/chunk.d.ts +0 -37
- lodash/array/compact.d.ts +0 -27
- lodash/array/concat.d.ts +0 -39
- lodash/array/difference.d.ts +0 -37
- lodash/array/differenceBy.d.ts +0 -243
- lodash/array/differenceWith.d.ts +0 -132
- lodash/array/drop.d.ts +0 -27
- lodash/array/dropRight.d.ts +0 -30
- lodash/array/dropRightWhile.d.ts +0 -47
- lodash/array/dropWhile.d.ts +0 -47
- lodash/array/fill.d.ts +0 -124
- lodash/array/findIndex.d.ts +0 -50
- lodash/array/findLastIndex.d.ts +0 -49
- lodash/array/first.d.ts +0 -23
- lodash/array/flatten.d.ts +0 -43
- lodash/array/flattenDeep.d.ts +0 -26
- lodash/array/flattenDepth.d.ts +0 -27
- lodash/array/fromPairs.d.ts +0 -59
- lodash/array/head.d.ts +0 -28
- lodash/array/indexOf.d.ts +0 -53
- lodash/array/initial.d.ts +0 -26
- lodash/array/intersection.d.ts +0 -33
- lodash/array/intersectionBy.d.ts +0 -134
- lodash/array/intersectionWith.d.ts +0 -133
- lodash/array/join.d.ts +0 -30
- lodash/array/last.d.ts +0 -26
- lodash/array/lastIndexOf.d.ts +0 -40
- lodash/array/nth.d.ts +0 -36
- lodash/array/pull.d.ts +0 -46
- lodash/array/pullAll.d.ts +0 -54
- lodash/array/pullAllBy.d.ts +0 -77
- lodash/array/pullAllWith.d.ts +0 -77
- lodash/array/pullAt.d.ts +0 -34
- lodash/array/remove.d.ts +0 -49
- lodash/array/reverse.d.ts +0 -27
- lodash/array/slice.d.ts +0 -40
- lodash/array/sortedIndex.d.ts +0 -45
- lodash/array/sortedIndexBy.d.ts +0 -97
- lodash/array/sortedIndexOf.d.ts +0 -42
- lodash/array/sortedLastIndex.d.ts +0 -43
- lodash/array/sortedLastIndexBy.d.ts +0 -48
- lodash/array/sortedLastIndexOf.d.ts +0 -42
- lodash/array/sortedUniq.d.ts +0 -34
- lodash/array/sortedUniqBy.d.ts +0 -66
- lodash/array/tail.d.ts +0 -26
- lodash/array/take.d.ts +0 -36
- lodash/array/takeRight.d.ts +0 -36
- lodash/array/takeRightWhile.d.ts +0 -47
- lodash/array/takeWhile.d.ts +0 -47
- lodash/array/union.d.ts +0 -33
- lodash/array/unionBy.d.ts +0 -164
- lodash/array/unionWith.d.ts +0 -103
- lodash/array/uniq.d.ts +0 -36
- lodash/array/uniqBy.d.ts +0 -71
- lodash/array/uniqWith.d.ts +0 -45
- lodash/array/unzip.d.ts +0 -27
- lodash/array/unzipWith.d.ts +0 -60
- lodash/array/without.d.ts +0 -36
- lodash/array/xor.d.ts +0 -32
- lodash/array/xorBy.d.ts +0 -104
- lodash/array/xorWith.d.ts +0 -103
- lodash/array/zip.d.ts +0 -129
- lodash/array/zipObject.d.ts +0 -58
- lodash/array/zipObjectDeep.d.ts +0 -36
- lodash/array/zipWith.d.ts +0 -187
- lodash/collection/countBy.d.ts +0 -121
- lodash/collection/each.d.ts +0 -40
- lodash/collection/eachRight.d.ts +0 -40
- lodash/collection/every.d.ts +0 -85
- lodash/collection/filter.d.ts +0 -143
- lodash/collection/find.d.ts +0 -131
- lodash/collection/findLast.d.ts +0 -121
- lodash/collection/flatMap.d.ts +0 -164
- lodash/collection/flatMapDeep.d.ts +0 -164
- lodash/collection/flatMapDepth.d.ts +0 -180
- lodash/collection/forEach.d.ts +0 -113
- lodash/collection/forEachRight.d.ts +0 -108
- lodash/collection/groupBy.d.ts +0 -121
- lodash/collection/includes.d.ts +0 -41
- lodash/collection/invokeMap.d.ts +0 -58
- lodash/collection/keyBy.d.ts +0 -121
- lodash/collection/map.d.ts +0 -180
- lodash/collection/orderBy.d.ts +0 -192
- lodash/collection/partition.d.ts +0 -72
- lodash/collection/reduce.d.ts +0 -220
- lodash/collection/reduceRight.d.ts +0 -217
- lodash/collection/reject.d.ts +0 -86
- lodash/collection/sample.d.ts +0 -74
- lodash/collection/sampleSize.d.ts +0 -60
- lodash/collection/shuffle.d.ts +0 -41
- lodash/collection/size.d.ts +0 -27
- lodash/collection/some.d.ts +0 -85
- lodash/collection/sortBy.d.ts +0 -84
- lodash/function/after.d.ts +0 -30
- lodash/function/ary.d.ts +0 -30
- lodash/function/before.d.ts +0 -32
- lodash/function/bind.d.ts +0 -50
- lodash/function/bindKey.d.ts +0 -51
- lodash/function/curry.d.ts +0 -203
- lodash/function/curryRight.d.ts +0 -132
- lodash/function/debounce.d.ts +0 -67
- lodash/function/defer.d.ts +0 -31
- lodash/function/delay.d.ts +0 -38
- lodash/function/flip.d.ts +0 -28
- lodash/function/memoize.d.ts +0 -37
- lodash/function/negate.d.ts +0 -20
- lodash/function/once.d.ts +0 -20
- lodash/function/overArgs.d.ts +0 -31
- lodash/function/partial.d.ts +0 -159
- lodash/function/partialRight.d.ts +0 -150
- lodash/function/rearg.d.ts +0 -28
- lodash/function/rest.d.ts +0 -33
- lodash/function/spread.d.ts +0 -44
- lodash/function/throttle.d.ts +0 -58
- lodash/function/unary.d.ts +0 -32
- lodash/function/wrap.d.ts +0 -61
- lodash/lang/castArray.d.ts +0 -26
- lodash/lang/clone.d.ts +0 -31
- lodash/lang/cloneDeep.d.ts +0 -26
- lodash/lang/cloneDeepWith.d.ts +0 -51
- lodash/lang/cloneWith.d.ts +0 -74
- lodash/lang/conformsTo.d.ts +0 -31
- lodash/lang/eq.d.ts +0 -55
- lodash/lang/gt.d.ts +0 -30
- lodash/lang/gte.d.ts +0 -30
- lodash/lang/isArguments.d.ts +0 -26
- lodash/lang/isArray.d.ts +0 -31
- lodash/lang/isArrayBuffer.d.ts +0 -26
- lodash/lang/isArrayLike.d.ts +0 -52
- lodash/lang/isArrayLikeObject.d.ts +0 -53
- lodash/lang/isBoolean.d.ts +0 -26
- lodash/lang/isBuffer.d.ts +0 -26
- lodash/lang/isDate.d.ts +0 -26
- lodash/lang/isElement.d.ts +0 -26
- lodash/lang/isEmpty.d.ts +0 -27
- lodash/lang/isEqual.d.ts +0 -52
- lodash/lang/isEqualWith.d.ts +0 -61
- lodash/lang/isError.d.ts +0 -27
- lodash/lang/isFinite.d.ts +0 -28
- lodash/lang/isFunction.d.ts +0 -26
- lodash/lang/isInteger.d.ts +0 -42
- lodash/lang/isLength.d.ts +0 -42
- lodash/lang/isMap.d.ts +0 -26
- lodash/lang/isMatch.d.ts +0 -42
- lodash/lang/isMatchWith.d.ts +0 -51
- lodash/lang/isNaN.d.ts +0 -28
- lodash/lang/isNative.d.ts +0 -26
- lodash/lang/isNil.d.ts +0 -37
- lodash/lang/isNull.d.ts +0 -26
- lodash/lang/isNumber.d.ts +0 -28
- lodash/lang/isObject.d.ts +0 -27
- lodash/lang/isObjectLike.d.ts +0 -41
- lodash/lang/isPlainObject.d.ts +0 -29
- lodash/lang/isRegExp.d.ts +0 -26
- lodash/lang/isSafeInteger.d.ts +0 -43
- lodash/lang/isSet.d.ts +0 -26
- lodash/lang/isString.d.ts +0 -26
- lodash/lang/isSymbol.d.ts +0 -34
- lodash/lang/isTypedArray.d.ts +0 -26
- lodash/lang/isUndefined.d.ts +0 -26
- lodash/lang/isWeakMap.d.ts +0 -26
- lodash/lang/isWeakSet.d.ts +0 -26
- lodash/lang/lt.d.ts +0 -30
- lodash/lang/lte.d.ts +0 -30
- lodash/lang/toArray.d.ts +0 -46
- lodash/lang/toFinite.d.ts +0 -41
- lodash/lang/toInteger.d.ts +0 -42
- lodash/lang/toLength.d.ts +0 -43
- lodash/lang/toNumber.d.ts +0 -40
- lodash/lang/toPlainObject.d.ts +0 -27
- lodash/lang/toSafeInteger.d.ts +0 -41
- lodash/lang/toString.d.ts +0 -24
- lodash/math/add.d.ts +0 -30
- lodash/math/ceil.d.ts +0 -30
- lodash/math/divide.d.ts +0 -30
- lodash/math/floor.d.ts +0 -30
- lodash/math/max.d.ts +0 -30
- lodash/math/maxBy.d.ts +0 -49
- lodash/math/mean.d.ts +0 -33
- lodash/math/meanBy.d.ts +0 -41
- lodash/math/min.d.ts +0 -30
- lodash/math/minBy.d.ts +0 -49
- lodash/math/multiply.d.ts +0 -29
- lodash/math/round.d.ts +0 -30
- lodash/math/subtract.d.ts +0 -39
- lodash/math/sum.d.ts +0 -31
- lodash/math/sumBy.d.ts +0 -53
- lodash/number/clamp.d.ts +0 -56
- lodash/number/inRange.d.ts +0 -39
- lodash/object/assign.d.ts +0 -172
- lodash/object/assignIn.d.ts +0 -171
- lodash/object/assignInWith.d.ts +0 -183
- lodash/object/assignWith.d.ts +0 -180
- lodash/object/at.d.ts +0 -61
- lodash/object/create.d.ts +0 -31
- lodash/object/defaults.d.ts +0 -155
- lodash/object/defaultsDeep.d.ts +0 -28
- lodash/object/entries.d.ts +0 -38
- lodash/object/entriesIn.d.ts +0 -38
- lodash/object/extend.d.ts +0 -147
- lodash/object/extendWith.d.ts +0 -159
- lodash/object/findKey.d.ts +0 -47
- lodash/object/findLastKey.d.ts +0 -46
- lodash/object/forIn.d.ts +0 -37
- lodash/object/forInRight.d.ts +0 -35
- lodash/object/forOwn.d.ts +0 -37
- lodash/object/forOwnRight.d.ts +0 -35
- lodash/object/functions.d.ts +0 -39
- lodash/object/functionsIn.d.ts +0 -39
- lodash/object/get.d.ts +0 -238
- lodash/object/has.d.ts +0 -47
- lodash/object/hasIn.d.ts +0 -46
- lodash/object/invert.d.ts +0 -30
- lodash/object/invertBy.d.ts +0 -62
- lodash/object/invoke.d.ts +0 -33
- lodash/object/keys.d.ts +0 -28
- lodash/object/keysIn.d.ts +0 -28
- lodash/object/mapKeys.d.ts +0 -86
- lodash/object/mapValues.d.ts +0 -189
- lodash/object/merge.d.ts +0 -156
- lodash/object/mergeWith.d.ts +0 -133
- lodash/object/omit.d.ts +0 -69
- lodash/object/omitBy.d.ts +0 -45
- lodash/object/pick.d.ts +0 -68
- lodash/object/pickBy.d.ts +0 -44
- lodash/object/result.d.ts +0 -39
- lodash/object/set.d.ts +0 -65
- lodash/object/setWith.d.ts +0 -71
- lodash/object/toPairs.d.ts +0 -41
- lodash/object/toPairsIn.d.ts +0 -41
- lodash/object/transform.d.ts +0 -163
- lodash/object/unset.d.ts +0 -32
- lodash/object/update.d.ts +0 -39
- lodash/object/updateWith.d.ts +0 -83
- lodash/object/values.d.ts +0 -56
- lodash/object/valuesIn.d.ts +0 -41
- lodash/seq/chain.d.ts +0 -26
- lodash/seq/prototype.at.d.ts +0 -12
- lodash/seq/prototype.chain.d.ts +0 -26
- lodash/seq/prototype.commit.d.ts +0 -11
- lodash/seq/prototype.plant.d.ts +0 -18
- lodash/seq/prototype.reverse.d.ts +0 -14
- lodash/seq/prototype.toJSON.d.ts +0 -9
- lodash/seq/prototype.toString.d.ts +0 -11
- lodash/seq/prototype.value.d.ts +0 -13
- lodash/seq/prototype.valueOf.d.ts +0 -9
- lodash/seq/tap.d.ts +0 -28
- lodash/seq/thru.d.ts +0 -31
- lodash/string/camelCase.d.ts +0 -26
- lodash/string/capitalize.d.ts +0 -26
- lodash/string/deburr.d.ts +0 -27
- lodash/string/endsWith.d.ts +0 -38
- lodash/string/escape.d.ts +0 -37
- lodash/string/escapeRegExp.d.ts +0 -27
- lodash/string/kebabCase.d.ts +0 -26
- lodash/string/lowerCase.d.ts +0 -26
- lodash/string/lowerFirst.d.ts +0 -26
- lodash/string/pad.d.ts +0 -39
- lodash/string/padEnd.d.ts +0 -39
- lodash/string/padStart.d.ts +0 -39
- lodash/string/parseInt.d.ts +0 -33
- lodash/string/repeat.d.ts +0 -32
- lodash/string/replace.d.ts +0 -59
- lodash/string/snakeCase.d.ts +0 -26
- lodash/string/split.d.ts +0 -56
- lodash/string/startCase.d.ts +0 -26
- lodash/string/startsWith.d.ts +0 -38
- lodash/string/template.d.ts +0 -61
- lodash/string/toLower.d.ts +0 -26
- lodash/string/toUpper.d.ts +0 -26
- lodash/string/trim.d.ts +0 -44
- lodash/string/trimEnd.d.ts +0 -44
- lodash/string/trimStart.d.ts +0 -44
- lodash/string/truncate.d.ts +0 -40
- lodash/string/unescape.d.ts +0 -30
- lodash/string/upperCase.d.ts +0 -26
- lodash/string/upperFirst.d.ts +0 -26
- lodash/string/words.d.ts +0 -44
- lodash/util/attempt.d.ts +0 -27
- lodash/util/bindAll.d.ts +0 -28
- lodash/util/cond.d.ts +0 -33
- lodash/util/conforms.d.ts +0 -28
- lodash/util/constant.d.ts +0 -26
- lodash/util/defaultTo.d.ts +0 -53
- lodash/util/flow.d.ts +0 -171
- lodash/util/flowRight.d.ts +0 -156
- lodash/util/identity.d.ts +0 -31
- lodash/util/iteratee.d.ts +0 -58
- lodash/util/matches.d.ts +0 -36
- lodash/util/matchesProperty.d.ts +0 -59
- lodash/util/method.d.ts +0 -31
- lodash/util/methodOf.d.ts +0 -35
- lodash/util/mixin.d.ts +0 -69
- lodash/util/noConflict.d.ts +0 -25
- lodash/util/noop.d.ts +0 -25
- lodash/util/nthArg.d.ts +0 -26
- lodash/util/over.d.ts +0 -33
- lodash/util/overEvery.d.ts +0 -27
- lodash/util/overSome.d.ts +0 -27
- lodash/util/property.d.ts +0 -26
- lodash/util/propertyOf.d.ts +0 -27
- lodash/util/range.d.ts +0 -56
- lodash/util/rangeRight.d.ts +0 -77
- lodash/util/runInContext.d.ts +0 -19
- lodash/util/stubArray.d.ts +0 -25
- lodash/util/stubFalse.d.ts +0 -25
- lodash/util/stubObject.d.ts +0 -25
- lodash/util/stubString.d.ts +0 -25
- lodash/util/stubTrue.d.ts +0 -25
- lodash/util/times.d.ts +0 -50
- lodash/util/toPath.d.ts +0 -43
- lodash/util/uniqueId.d.ts +0 -26
lodash/function/curryRight.d.ts
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
6
|
-
* instead of _.partial.
|
|
7
|
-
* @param func The function to curry.
|
|
8
|
-
* @param arity The arity of func.
|
|
9
|
-
* @return Returns the new curried function.
|
|
10
|
-
*/
|
|
11
|
-
curryRight<T1, R>(func: (t1: T1) => R, arity?: number):
|
|
12
|
-
RightCurriedFunction1<T1, R>;
|
|
13
|
-
/**
|
|
14
|
-
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
15
|
-
* instead of _.partial.
|
|
16
|
-
* @param func The function to curry.
|
|
17
|
-
* @param arity The arity of func.
|
|
18
|
-
* @return Returns the new curried function.
|
|
19
|
-
*/
|
|
20
|
-
curryRight<T1, T2, R>(func: (t1: T1, t2: T2) => R, arity?: number):
|
|
21
|
-
RightCurriedFunction2<T1, T2, R>;
|
|
22
|
-
/**
|
|
23
|
-
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
24
|
-
* instead of _.partial.
|
|
25
|
-
* @param func The function to curry.
|
|
26
|
-
* @param arity The arity of func.
|
|
27
|
-
* @return Returns the new curried function.
|
|
28
|
-
*/
|
|
29
|
-
curryRight<T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3) => R, arity?: number):
|
|
30
|
-
RightCurriedFunction3<T1, T2, T3, R>;
|
|
31
|
-
/**
|
|
32
|
-
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
33
|
-
* instead of _.partial.
|
|
34
|
-
* @param func The function to curry.
|
|
35
|
-
* @param arity The arity of func.
|
|
36
|
-
* @return Returns the new curried function.
|
|
37
|
-
*/
|
|
38
|
-
curryRight<T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4) => R, arity?: number):
|
|
39
|
-
RightCurriedFunction4<T1, T2, T3, T4, R>;
|
|
40
|
-
/**
|
|
41
|
-
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
42
|
-
* instead of _.partial.
|
|
43
|
-
* @param func The function to curry.
|
|
44
|
-
* @param arity The arity of func.
|
|
45
|
-
* @return Returns the new curried function.
|
|
46
|
-
*/
|
|
47
|
-
curryRight<T1, T2, T3, T4, T5, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R, arity?: number):
|
|
48
|
-
RightCurriedFunction5<T1, T2, T3, T4, T5, R>;
|
|
49
|
-
/**
|
|
50
|
-
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
51
|
-
* instead of _.partial.
|
|
52
|
-
* @param func The function to curry.
|
|
53
|
-
* @param arity The arity of func.
|
|
54
|
-
* @return Returns the new curried function.
|
|
55
|
-
*/
|
|
56
|
-
curryRight(func: (...args: any[]) => any, arity?: number): (...args: any[]) => any;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
60
|
-
/**
|
|
61
|
-
* @see _.curryRight
|
|
62
|
-
**/
|
|
63
|
-
curryRight<T1, R>(this: LoDashImplicitWrapper<(t1: T1) => R>, arity?: number):
|
|
64
|
-
LoDashImplicitWrapper<RightCurriedFunction1<T1, R>>;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @see _.curryRight
|
|
68
|
-
**/
|
|
69
|
-
curryRight<T1, T2, R>(this: LoDashImplicitWrapper<(t1: T1, t2: T2) => R>, arity?: number):
|
|
70
|
-
LoDashImplicitWrapper<RightCurriedFunction2<T1, T2, R>>;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @see _.curryRight
|
|
74
|
-
**/
|
|
75
|
-
curryRight<T1, T2, T3, R>(this: LoDashImplicitWrapper<(t1: T1, t2: T2, t3: T3) => R>, arity?: number):
|
|
76
|
-
LoDashImplicitWrapper<RightCurriedFunction3<T1, T2, T3, R>>;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @see _.curryRight
|
|
80
|
-
**/
|
|
81
|
-
curryRight<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<(t1: T1, t2: T2, t3: T3, t4: T4) => R>, arity?: number):
|
|
82
|
-
LoDashImplicitWrapper<RightCurriedFunction4<T1, T2, T3, T4, R>>;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @see _.curryRight
|
|
86
|
-
**/
|
|
87
|
-
curryRight<T1, T2, T3, T4, T5, R>(this: LoDashImplicitWrapper<(t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R>, arity?: number):
|
|
88
|
-
LoDashImplicitWrapper<RightCurriedFunction5<T1, T2, T3, T4, T5, R>>;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* @see _.curryRight
|
|
92
|
-
**/
|
|
93
|
-
curryRight(arity?: number): LoDashImplicitWrapper<(...args: any[]) => any>;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
97
|
-
/**
|
|
98
|
-
* @see _.curryRight
|
|
99
|
-
**/
|
|
100
|
-
curryRight<T1, R>(this: LoDashExplicitWrapper<(t1: T1) => R>, arity?: number):
|
|
101
|
-
LoDashExplicitWrapper<RightCurriedFunction1<T1, R>>;
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* @see _.curryRight
|
|
105
|
-
**/
|
|
106
|
-
curryRight<T1, T2, R>(this: LoDashExplicitWrapper<(t1: T1, t2: T2) => R>, arity?: number):
|
|
107
|
-
LoDashExplicitWrapper<RightCurriedFunction2<T1, T2, R>>;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* @see _.curryRight
|
|
111
|
-
**/
|
|
112
|
-
curryRight<T1, T2, T3, R>(this: LoDashExplicitWrapper<(t1: T1, t2: T2, t3: T3) => R>, arity?: number):
|
|
113
|
-
LoDashExplicitWrapper<RightCurriedFunction3<T1, T2, T3, R>>;
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* @see _.curryRight
|
|
117
|
-
**/
|
|
118
|
-
curryRight<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<(t1: T1, t2: T2, t3: T3, t4: T4) => R>, arity?: number):
|
|
119
|
-
LoDashExplicitWrapper<RightCurriedFunction4<T1, T2, T3, T4, R>>;
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* @see _.curryRight
|
|
123
|
-
**/
|
|
124
|
-
curryRight<T1, T2, T3, T4, T5, R>(this: LoDashExplicitWrapper<(t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R>, arity?: number):
|
|
125
|
-
LoDashExplicitWrapper<RightCurriedFunction5<T1, T2, T3, T4, T5, R>>;
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* @see _.curryRight
|
|
129
|
-
**/
|
|
130
|
-
curryRight(arity?: number): LoDashExplicitWrapper<(...args: any[]) => any>;
|
|
131
|
-
}
|
|
132
|
-
}
|
lodash/function/debounce.d.ts
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface DebounceSettings {
|
|
4
|
-
/**
|
|
5
|
-
* Specify invoking on the leading edge of the timeout.
|
|
6
|
-
*/
|
|
7
|
-
leading?: boolean;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* The maximum time func is allowed to be delayed before it’s invoked.
|
|
11
|
-
*/
|
|
12
|
-
maxWait?: number;
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Specify invoking on the trailing edge of the timeout.
|
|
16
|
-
*/
|
|
17
|
-
trailing?: boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashStatic {
|
|
21
|
-
/**
|
|
22
|
-
* Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since
|
|
23
|
-
* the last time the debounced function was invoked. The debounced function comes with a cancel method to
|
|
24
|
-
* cancel delayed invocations and a flush method to immediately invoke them. Provide an options object to
|
|
25
|
-
* indicate that func should be invoked on the leading and/or trailing edge of the wait timeout. Subsequent
|
|
26
|
-
* calls to the debounced function return the result of the last func invocation.
|
|
27
|
-
*
|
|
28
|
-
* Note: If leading and trailing options are true, func is invoked on the trailing edge of the timeout only
|
|
29
|
-
* if the the debounced function is invoked more than once during the wait timeout.
|
|
30
|
-
*
|
|
31
|
-
* See David Corbacho’s article for details over the differences between _.debounce and _.throttle.
|
|
32
|
-
*
|
|
33
|
-
* @param func The function to debounce.
|
|
34
|
-
* @param wait The number of milliseconds to delay.
|
|
35
|
-
* @param options The options object.
|
|
36
|
-
* @param options.leading Specify invoking on the leading edge of the timeout.
|
|
37
|
-
* @param options.maxWait The maximum time func is allowed to be delayed before it’s invoked.
|
|
38
|
-
* @param options.trailing Specify invoking on the trailing edge of the timeout.
|
|
39
|
-
* @return Returns the new debounced function.
|
|
40
|
-
*/
|
|
41
|
-
debounce<T extends (...args: any[]) => any>(
|
|
42
|
-
func: T,
|
|
43
|
-
wait?: number,
|
|
44
|
-
options?: DebounceSettings
|
|
45
|
-
): T & Cancelable;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
49
|
-
/**
|
|
50
|
-
* @see _.debounce
|
|
51
|
-
*/
|
|
52
|
-
debounce(
|
|
53
|
-
wait?: number,
|
|
54
|
-
options?: DebounceSettings
|
|
55
|
-
): LoDashImplicitWrapper<TValue & Cancelable>;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
59
|
-
/**
|
|
60
|
-
* @see _.debounce
|
|
61
|
-
*/
|
|
62
|
-
debounce(
|
|
63
|
-
wait?: number,
|
|
64
|
-
options?: DebounceSettings
|
|
65
|
-
): LoDashExplicitWrapper<TValue & Cancelable>;
|
|
66
|
-
}
|
|
67
|
-
}
|
lodash/function/defer.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Defers invoking the func until the current call stack has cleared. Any additional arguments are provided to
|
|
6
|
-
* func when it’s invoked.
|
|
7
|
-
*
|
|
8
|
-
* @param func The function to defer.
|
|
9
|
-
* @param args The arguments to invoke the function with.
|
|
10
|
-
* @return Returns the timer id.
|
|
11
|
-
*/
|
|
12
|
-
defer(
|
|
13
|
-
func: (...args: any[]) => any,
|
|
14
|
-
...args: any[]
|
|
15
|
-
): number;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
19
|
-
/**
|
|
20
|
-
* @see _.defer
|
|
21
|
-
*/
|
|
22
|
-
defer(...args: any[]): LoDashImplicitWrapper<number>;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
26
|
-
/**
|
|
27
|
-
* @see _.defer
|
|
28
|
-
*/
|
|
29
|
-
defer(...args: any[]): LoDashExplicitWrapper<number>;
|
|
30
|
-
}
|
|
31
|
-
}
|
lodash/function/delay.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Invokes func after wait milliseconds. Any additional arguments are provided to func when it’s invoked.
|
|
6
|
-
*
|
|
7
|
-
* @param func The function to delay.
|
|
8
|
-
* @param wait The number of milliseconds to delay invocation.
|
|
9
|
-
* @param args The arguments to invoke the function with.
|
|
10
|
-
* @return Returns the timer id.
|
|
11
|
-
*/
|
|
12
|
-
delay(
|
|
13
|
-
func: (...args: any[]) => any,
|
|
14
|
-
wait: number,
|
|
15
|
-
...args: any[]
|
|
16
|
-
): number;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
20
|
-
/**
|
|
21
|
-
* @see _.delay
|
|
22
|
-
*/
|
|
23
|
-
delay(
|
|
24
|
-
wait: number,
|
|
25
|
-
...args: any[]
|
|
26
|
-
): LoDashImplicitWrapper<number>;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
30
|
-
/**
|
|
31
|
-
* @see _.delay
|
|
32
|
-
*/
|
|
33
|
-
delay(
|
|
34
|
-
wait: number,
|
|
35
|
-
...args: any[]
|
|
36
|
-
): LoDashExplicitWrapper<number>;
|
|
37
|
-
}
|
|
38
|
-
}
|
lodash/function/flip.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates a function that invokes `func` with arguments reversed.
|
|
6
|
-
*
|
|
7
|
-
* @category Function
|
|
8
|
-
* @param func The function to flip arguments for.
|
|
9
|
-
* @returns Returns the new function.
|
|
10
|
-
* @example
|
|
11
|
-
*
|
|
12
|
-
* var flipped = _.flip(function() {
|
|
13
|
-
* return _.toArray(arguments);
|
|
14
|
-
* });
|
|
15
|
-
*
|
|
16
|
-
* flipped('a', 'b', 'c', 'd');
|
|
17
|
-
* // => ['d', 'c', 'b', 'a']
|
|
18
|
-
*/
|
|
19
|
-
flip<T extends (...args: any[]) => any>(func: T): T;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
interface LoDashWrapper<TValue> {
|
|
23
|
-
/**
|
|
24
|
-
* @see _.flip
|
|
25
|
-
*/
|
|
26
|
-
flip(): this;
|
|
27
|
-
}
|
|
28
|
-
}
|
lodash/function/memoize.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface MemoizedFunction {
|
|
4
|
-
cache: MapCache;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
interface LoDashStatic {
|
|
8
|
-
/**
|
|
9
|
-
* Creates a function that memoizes the result of func. If resolver is provided it determines the cache key for
|
|
10
|
-
* storing the result based on the arguments provided to the memoized function. By default, the first argument
|
|
11
|
-
* provided to the memoized function is coerced to a string and used as the cache key. The func is invoked with
|
|
12
|
-
* the this binding of the memoized function.
|
|
13
|
-
*
|
|
14
|
-
* @param func The function to have its output memoized.
|
|
15
|
-
* @param resolver The function to resolve the cache key.
|
|
16
|
-
* @return Returns the new memoizing function.
|
|
17
|
-
*/
|
|
18
|
-
memoize: {
|
|
19
|
-
<T extends (...args: any[]) => any>(func: T, resolver?: (...args: any[]) => any): T & MemoizedFunction;
|
|
20
|
-
Cache: MapCacheConstructor;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
25
|
-
/**
|
|
26
|
-
* @see _.memoize
|
|
27
|
-
*/
|
|
28
|
-
memoize(resolver?: (...args: any[]) => any): LoDashImplicitWrapper<TValue & MemoizedFunction>;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
32
|
-
/**
|
|
33
|
-
* @see _.memoize
|
|
34
|
-
*/
|
|
35
|
-
memoize(resolver?: (...args: any[]) => any): LoDashExplicitWrapper<TValue & MemoizedFunction>;
|
|
36
|
-
}
|
|
37
|
-
}
|
lodash/function/negate.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates a function that negates the result of the predicate func. The func predicate is invoked with
|
|
6
|
-
* the this binding and arguments of the created function.
|
|
7
|
-
*
|
|
8
|
-
* @param predicate The predicate to negate.
|
|
9
|
-
* @return Returns the new function.
|
|
10
|
-
*/
|
|
11
|
-
negate<T extends (...args: any[]) => any>(predicate: T): T;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
interface LoDashWrapper<TValue> {
|
|
15
|
-
/**
|
|
16
|
-
* @see _.negate
|
|
17
|
-
*/
|
|
18
|
-
negate(): this;
|
|
19
|
-
}
|
|
20
|
-
}
|
lodash/function/once.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates a function that is restricted to invoking func once. Repeat calls to the function return the value
|
|
6
|
-
* of the first call. The func is invoked with the this binding and arguments of the created function.
|
|
7
|
-
*
|
|
8
|
-
* @param func The function to restrict.
|
|
9
|
-
* @return Returns the new restricted function.
|
|
10
|
-
*/
|
|
11
|
-
once<T extends (...args: any[]) => any>(func: T): T;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
interface LoDashWrapper<TValue> {
|
|
15
|
-
/**
|
|
16
|
-
* @see _.once
|
|
17
|
-
*/
|
|
18
|
-
once(): this;
|
|
19
|
-
}
|
|
20
|
-
}
|
lodash/function/overArgs.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates a function that runs each argument through a corresponding transform function.
|
|
6
|
-
*
|
|
7
|
-
* @param func The function to wrap.
|
|
8
|
-
* @param transforms The functions to transform arguments, specified as individual functions or arrays
|
|
9
|
-
* of functions.
|
|
10
|
-
* @return Returns the new function.
|
|
11
|
-
*/
|
|
12
|
-
overArgs(
|
|
13
|
-
func: (...args: any[]) => any,
|
|
14
|
-
...transforms: Array<Many<(...args: any[]) => any>>
|
|
15
|
-
): (...args: any[]) => any;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
19
|
-
/**
|
|
20
|
-
* @see _.overArgs
|
|
21
|
-
*/
|
|
22
|
-
overArgs(...transforms: Array<Many<(...args: any[]) => any>>): LoDashImplicitWrapper<(...args: any[]) => any>;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
26
|
-
/**
|
|
27
|
-
* @see _.overArgs
|
|
28
|
-
*/
|
|
29
|
-
overArgs(...transforms: Array<Many<(...args: any[]) => any>>): LoDashExplicitWrapper<(...args: any[]) => any>;
|
|
30
|
-
}
|
|
31
|
-
}
|
lodash/function/partial.d.ts
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates a function that, when called, invokes func with any additional partial arguments
|
|
6
|
-
* prepended to those provided to the new function. This method is similar to _.bind except
|
|
7
|
-
* it does not alter the this binding.
|
|
8
|
-
* @param func The function to partially apply arguments to.
|
|
9
|
-
* @param args Arguments to be partially applied.
|
|
10
|
-
* @return The new partially applied function.
|
|
11
|
-
**/
|
|
12
|
-
partial: Partial;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
16
|
-
/**
|
|
17
|
-
* @see _.partial
|
|
18
|
-
*/
|
|
19
|
-
partial: ImplicitPartial;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
23
|
-
/**
|
|
24
|
-
* @see _.partial
|
|
25
|
-
*/
|
|
26
|
-
partial: ExplicitPartial;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
type PH = LoDashStatic;
|
|
30
|
-
|
|
31
|
-
type Function0<R> = () => R;
|
|
32
|
-
type Function1<T1, R> = (t1: T1) => R;
|
|
33
|
-
type Function2<T1, T2, R> = (t1: T1, t2: T2) => R;
|
|
34
|
-
type Function3<T1, T2, T3, R> = (t1: T1, t2: T2, t3: T3) => R;
|
|
35
|
-
type Function4<T1, T2, T3, T4, R> = (t1: T1, t2: T2, t3: T3, t4: T4) => R;
|
|
36
|
-
|
|
37
|
-
interface Partial {
|
|
38
|
-
// arity 0
|
|
39
|
-
<R>(func: Function0<R>): Function0<R>;
|
|
40
|
-
// arity 1
|
|
41
|
-
<T1, R>(func: Function1<T1, R>): Function1<T1, R>;
|
|
42
|
-
<T1, R>(func: Function1<T1, R>, arg1: T1): Function0<R>;
|
|
43
|
-
// arity 2
|
|
44
|
-
<T1, T2, R>(func: Function2<T1, T2, R>): Function2<T1, T2, R>;
|
|
45
|
-
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1): Function1< T2, R>;
|
|
46
|
-
<T1, T2, R>(func: Function2<T1, T2, R>, plc1: PH, arg2: T2): Function1<T1, R>;
|
|
47
|
-
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1, arg2: T2): Function0< R>;
|
|
48
|
-
// arity 3
|
|
49
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>): Function3<T1, T2, T3, R>;
|
|
50
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1): Function2< T2, T3, R>;
|
|
51
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1: PH, arg2: T2): Function2<T1, T3, R>;
|
|
52
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2): Function1< T3, R>;
|
|
53
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1: PH, plc2: PH, arg3: T3): Function2<T1, T2, R>;
|
|
54
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2: PH, arg3: T3): Function1< T2, R>;
|
|
55
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1: PH, arg2: T2, arg3: T3): Function1<T1, R>;
|
|
56
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2, arg3: T3): Function0< R>;
|
|
57
|
-
// arity 4
|
|
58
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>): Function4<T1, T2, T3, T4, R>;
|
|
59
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1): Function3< T2, T3, T4, R>;
|
|
60
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, arg2: T2): Function3<T1, T3, T4, R>;
|
|
61
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2): Function2< T3, T4, R>;
|
|
62
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, plc2: PH, arg3: T3): Function3<T1, T2, T4, R>;
|
|
63
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: PH, arg3: T3): Function2< T2, T4, R>;
|
|
64
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, arg2: T2, arg3: T3): Function2<T1, T4, R>;
|
|
65
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3): Function1< T4, R>;
|
|
66
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, plc2: PH, plc3: PH, arg4: T4): Function3<T1, T2, T3, R>;
|
|
67
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: PH, plc3: PH, arg4: T4): Function2< T2, T3, R>;
|
|
68
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, arg2: T2, plc3: PH, arg4: T4): Function2<T1, T3, R>;
|
|
69
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3: PH, arg4: T4): Function1< T3, R>;
|
|
70
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, plc2: PH, arg3: T3, arg4: T4): Function2<T1, T2, R>;
|
|
71
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: PH, arg3: T3, arg4: T4): Function1< T2, R>;
|
|
72
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: PH, arg2: T2, arg3: T3, arg4: T4): Function1<T1, R>;
|
|
73
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): Function0< R>;
|
|
74
|
-
// catch-all
|
|
75
|
-
(func: (...args: any[]) => any, ...args: any[]): (...args: any[]) => any;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
interface ImplicitPartial {
|
|
79
|
-
// arity 0
|
|
80
|
-
<R>(this: LoDashImplicitWrapper<Function0<R>>): LoDashImplicitWrapper<Function0<R>>;
|
|
81
|
-
// arity 1
|
|
82
|
-
<T1, R>(this: LoDashImplicitWrapper<Function1<T1, R>>): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
83
|
-
<T1, R>(this: LoDashImplicitWrapper<Function1<T1, R>>, arg1: T1): LoDashImplicitWrapper<Function0<R>>;
|
|
84
|
-
// arity 2
|
|
85
|
-
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
86
|
-
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
87
|
-
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, plc1: PH, arg2: T2): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
88
|
-
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function0< R>>;
|
|
89
|
-
// arity 3
|
|
90
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>): LoDashImplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
91
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1): LoDashImplicitWrapper<Function2< T2, T3, R>>;
|
|
92
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1: PH, arg2: T2): LoDashImplicitWrapper<Function2<T1, T3, R>>;
|
|
93
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function1< T3, R>>;
|
|
94
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1: PH, plc2: PH, arg3: T3): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
95
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: PH, arg3: T3): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
96
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1: PH, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
97
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function0< R>>;
|
|
98
|
-
// arity 4
|
|
99
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>): LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>;
|
|
100
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1): LoDashImplicitWrapper<Function3< T2, T3, T4, R>>;
|
|
101
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2): LoDashImplicitWrapper<Function3<T1, T3, T4, R>>;
|
|
102
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function2< T3, T4, R>>;
|
|
103
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, plc2: PH, arg3: T3): LoDashImplicitWrapper<Function3<T1, T2, T4, R>>;
|
|
104
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: PH, arg3: T3): LoDashImplicitWrapper<Function2< T2, T4, R>>;
|
|
105
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function2<T1, T4, R>>;
|
|
106
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function1< T4, R>>;
|
|
107
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, plc2: PH, plc3: PH, arg4: T4): LoDashImplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
108
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: PH, plc3: PH, arg4: T4): LoDashImplicitWrapper<Function2< T2, T3, R>>;
|
|
109
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2, plc3: PH, arg4: T4): LoDashImplicitWrapper<Function2<T1, T3, R>>;
|
|
110
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: PH, arg4: T4): LoDashImplicitWrapper<Function1< T3, R>>;
|
|
111
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, plc2: PH, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
112
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: PH, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
113
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
114
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function0< R>>;
|
|
115
|
-
// catch-all
|
|
116
|
-
(...args: any[]): LoDashImplicitWrapper<(...args: any[]) => any>;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
interface ExplicitPartial {
|
|
120
|
-
// arity 0
|
|
121
|
-
<R>(this: LoDashExplicitWrapper<Function0<R>>): LoDashExplicitWrapper<Function0<R>>;
|
|
122
|
-
// arity 1
|
|
123
|
-
<T1, R>(this: LoDashExplicitWrapper<Function1<T1, R>>): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
124
|
-
<T1, R>(this: LoDashExplicitWrapper<Function1<T1, R>>, arg1: T1): LoDashExplicitWrapper<Function0<R>>;
|
|
125
|
-
// arity 2
|
|
126
|
-
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
127
|
-
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
128
|
-
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, plc1: PH, arg2: T2): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
129
|
-
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function0< R>>;
|
|
130
|
-
// arity 3
|
|
131
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>): LoDashExplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
132
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1): LoDashExplicitWrapper<Function2< T2, T3, R>>;
|
|
133
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1: PH, arg2: T2): LoDashExplicitWrapper<Function2<T1, T3, R>>;
|
|
134
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function1< T3, R>>;
|
|
135
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1: PH, plc2: PH, arg3: T3): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
136
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: PH, arg3: T3): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
137
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1: PH, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
138
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function0< R>>;
|
|
139
|
-
// arity 4
|
|
140
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>): LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>;
|
|
141
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1): LoDashExplicitWrapper<Function3< T2, T3, T4, R>>;
|
|
142
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2): LoDashExplicitWrapper<Function3<T1, T3, T4, R>>;
|
|
143
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function2< T3, T4, R>>;
|
|
144
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, plc2: PH, arg3: T3): LoDashExplicitWrapper<Function3<T1, T2, T4, R>>;
|
|
145
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: PH, arg3: T3): LoDashExplicitWrapper<Function2< T2, T4, R>>;
|
|
146
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function2<T1, T4, R>>;
|
|
147
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function1< T4, R>>;
|
|
148
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, plc2: PH, plc3: PH, arg4: T4): LoDashExplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
149
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: PH, plc3: PH, arg4: T4): LoDashExplicitWrapper<Function2< T2, T3, R>>;
|
|
150
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2, plc3: PH, arg4: T4): LoDashExplicitWrapper<Function2<T1, T3, R>>;
|
|
151
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: PH, arg4: T4): LoDashExplicitWrapper<Function1< T3, R>>;
|
|
152
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, plc2: PH, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
153
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: PH, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
154
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: PH, arg2: T2, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
155
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function0< R>>;
|
|
156
|
-
// catch-all
|
|
157
|
-
(...args: any[]): LoDashExplicitWrapper<(...args: any[]) => any>;
|
|
158
|
-
}
|
|
159
|
-
}
|