@types/lodash 4.14.105 → 4.14.109
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 +40 -177
- lodash/common/collection.d.ts +90 -238
- lodash/common/common.d.ts +11 -3
- lodash/common/date.d.ts +1 -1
- lodash/common/function.d.ts +272 -166
- lodash/common/lang.d.ts +3 -4
- lodash/common/math.d.ts +13 -17
- lodash/common/number.d.ts +1 -5
- lodash/common/object.d.ts +93 -54
- lodash/common/seq.d.ts +2 -4
- lodash/common/string.d.ts +1 -1
- lodash/common/util.d.ts +18 -10
- lodash/fp/F.d.ts +2 -0
- lodash/fp/T.d.ts +2 -0
- lodash/fp/__.d.ts +3 -0
- lodash/fp/add.d.ts +2 -0
- lodash/fp/after.d.ts +2 -0
- lodash/fp/all.d.ts +2 -0
- lodash/fp/allPass.d.ts +2 -0
- lodash/fp/always.d.ts +2 -0
- lodash/fp/any.d.ts +2 -0
- lodash/fp/anyPass.d.ts +2 -0
- lodash/fp/apply.d.ts +2 -0
- lodash/fp/ary.d.ts +2 -0
- lodash/fp/assign.d.ts +2 -0
- lodash/fp/assignAll.d.ts +2 -0
- lodash/fp/assignAllWith.d.ts +2 -0
- lodash/fp/assignIn.d.ts +2 -0
- lodash/fp/assignInAll.d.ts +2 -0
- lodash/fp/assignInAllWith.d.ts +2 -0
- lodash/fp/assignInWith.d.ts +2 -0
- lodash/fp/assignWith.d.ts +2 -0
- lodash/fp/assoc.d.ts +2 -0
- lodash/fp/assocPath.d.ts +2 -0
- lodash/fp/at.d.ts +2 -0
- lodash/fp/attempt.d.ts +2 -0
- lodash/fp/before.d.ts +2 -0
- lodash/fp/bind.d.ts +2 -0
- lodash/fp/bindAll.d.ts +2 -0
- lodash/fp/bindKey.d.ts +2 -0
- lodash/fp/camelCase.d.ts +2 -0
- lodash/fp/capitalize.d.ts +2 -0
- lodash/fp/castArray.d.ts +2 -0
- lodash/fp/ceil.d.ts +2 -0
- lodash/fp/chunk.d.ts +2 -0
- lodash/fp/clamp.d.ts +2 -0
- lodash/fp/clone.d.ts +2 -0
- lodash/fp/cloneDeep.d.ts +2 -0
- lodash/fp/cloneDeepWith.d.ts +2 -0
- lodash/fp/cloneWith.d.ts +2 -0
- lodash/fp/compact.d.ts +2 -0
- lodash/fp/complement.d.ts +2 -0
- lodash/fp/compose.d.ts +2 -0
- lodash/fp/concat.d.ts +2 -0
- lodash/fp/cond.d.ts +2 -0
- lodash/fp/conforms.d.ts +2 -0
- lodash/fp/conformsTo.d.ts +2 -0
- lodash/fp/constant.d.ts +2 -0
- lodash/fp/contains.d.ts +2 -0
- lodash/fp/convert.d.ts +15 -0
- lodash/fp/countBy.d.ts +2 -0
- lodash/fp/create.d.ts +2 -0
- lodash/fp/curry.d.ts +2 -0
- lodash/fp/curryN.d.ts +2 -0
- lodash/fp/curryRight.d.ts +2 -0
- lodash/fp/curryRightN.d.ts +2 -0
- lodash/fp/debounce.d.ts +2 -0
- lodash/fp/deburr.d.ts +2 -0
- lodash/fp/defaultTo.d.ts +2 -0
- lodash/fp/defaults.d.ts +2 -0
- lodash/fp/defaultsAll.d.ts +2 -0
- lodash/fp/defaultsDeep.d.ts +2 -0
- lodash/fp/defaultsDeepAll.d.ts +2 -0
- lodash/fp/defer.d.ts +2 -0
- lodash/fp/delay.d.ts +2 -0
- lodash/fp/difference.d.ts +2 -0
- lodash/fp/differenceBy.d.ts +2 -0
- lodash/fp/differenceWith.d.ts +2 -0
- lodash/fp/dissoc.d.ts +2 -0
- lodash/fp/dissocPath.d.ts +2 -0
- lodash/fp/divide.d.ts +2 -0
- lodash/fp/drop.d.ts +2 -0
- lodash/fp/dropLast.d.ts +2 -0
- lodash/fp/dropLastWhile.d.ts +2 -0
- lodash/fp/dropRight.d.ts +2 -0
- lodash/fp/dropRightWhile.d.ts +2 -0
- lodash/fp/dropWhile.d.ts +2 -0
- lodash/fp/each.d.ts +2 -0
- lodash/fp/eachRight.d.ts +2 -0
- lodash/fp/endsWith.d.ts +2 -0
- lodash/fp/entries.d.ts +2 -0
- lodash/fp/entriesIn.d.ts +2 -0
- lodash/fp/eq.d.ts +2 -0
- lodash/fp/equals.d.ts +2 -0
- lodash/fp/escape.d.ts +2 -0
- lodash/fp/escapeRegExp.d.ts +2 -0
- lodash/fp/every.d.ts +2 -0
- lodash/fp/extend.d.ts +2 -0
- lodash/fp/extendAll.d.ts +2 -0
- lodash/fp/extendAllWith.d.ts +2 -0
- lodash/fp/extendWith.d.ts +2 -0
- lodash/fp/fill.d.ts +2 -0
- lodash/fp/filter.d.ts +2 -0
- lodash/fp/find.d.ts +2 -0
- lodash/fp/findFrom.d.ts +2 -0
- lodash/fp/findIndex.d.ts +2 -0
- lodash/fp/findIndexFrom.d.ts +2 -0
- lodash/fp/findKey.d.ts +2 -0
- lodash/fp/findLast.d.ts +2 -0
- lodash/fp/findLastFrom.d.ts +2 -0
- lodash/fp/findLastIndex.d.ts +2 -0
- lodash/fp/findLastIndexFrom.d.ts +2 -0
- lodash/fp/findLastKey.d.ts +2 -0
- lodash/fp/first.d.ts +2 -0
- lodash/fp/flatMap.d.ts +2 -0
- lodash/fp/flatMapDeep.d.ts +2 -0
- lodash/fp/flatMapDepth.d.ts +2 -0
- lodash/fp/flatten.d.ts +2 -0
- lodash/fp/flattenDeep.d.ts +2 -0
- lodash/fp/flattenDepth.d.ts +2 -0
- lodash/fp/flip.d.ts +2 -0
- lodash/fp/floor.d.ts +2 -0
- lodash/fp/flow.d.ts +2 -0
- lodash/fp/flowRight.d.ts +2 -0
- lodash/fp/forEach.d.ts +2 -0
- lodash/fp/forEachRight.d.ts +2 -0
- lodash/fp/forIn.d.ts +2 -0
- lodash/fp/forInRight.d.ts +2 -0
- lodash/fp/forOwn.d.ts +2 -0
- lodash/fp/forOwnRight.d.ts +2 -0
- lodash/fp/fromPairs.d.ts +2 -0
- lodash/fp/functions.d.ts +2 -0
- lodash/fp/functionsIn.d.ts +2 -0
- lodash/fp/get.d.ts +2 -0
- lodash/fp/getOr.d.ts +2 -0
- lodash/fp/groupBy.d.ts +2 -0
- lodash/fp/gt.d.ts +2 -0
- lodash/fp/gte.d.ts +2 -0
- lodash/fp/has.d.ts +2 -0
- lodash/fp/hasIn.d.ts +2 -0
- lodash/fp/head.d.ts +2 -0
- lodash/fp/identical.d.ts +2 -0
- lodash/fp/identity.d.ts +2 -0
- lodash/fp/inRange.d.ts +2 -0
- lodash/fp/includes.d.ts +2 -0
- lodash/fp/includesFrom.d.ts +2 -0
- lodash/fp/indexBy.d.ts +2 -0
- lodash/fp/indexOf.d.ts +2 -0
- lodash/fp/indexOfFrom.d.ts +2 -0
- lodash/fp/init.d.ts +2 -0
- lodash/fp/initial.d.ts +2 -0
- lodash/fp/intersection.d.ts +2 -0
- lodash/fp/intersectionBy.d.ts +2 -0
- lodash/fp/intersectionWith.d.ts +2 -0
- lodash/fp/invert.d.ts +2 -0
- lodash/fp/invertBy.d.ts +2 -0
- lodash/fp/invertObj.d.ts +2 -0
- lodash/fp/invoke.d.ts +2 -0
- lodash/fp/invokeArgs.d.ts +2 -0
- lodash/fp/invokeArgsMap.d.ts +2 -0
- lodash/fp/invokeMap.d.ts +2 -0
- lodash/fp/isArguments.d.ts +2 -0
- lodash/fp/isArray.d.ts +2 -0
- lodash/fp/isArrayBuffer.d.ts +2 -0
- lodash/fp/isArrayLike.d.ts +2 -0
- lodash/fp/isArrayLikeObject.d.ts +2 -0
- lodash/fp/isBoolean.d.ts +2 -0
- lodash/fp/isBuffer.d.ts +2 -0
- lodash/fp/isDate.d.ts +2 -0
- lodash/fp/isElement.d.ts +2 -0
- lodash/fp/isEmpty.d.ts +2 -0
- lodash/fp/isEqual.d.ts +2 -0
- lodash/fp/isEqualWith.d.ts +2 -0
- lodash/fp/isError.d.ts +2 -0
- lodash/fp/isFinite.d.ts +2 -0
- lodash/fp/isFunction.d.ts +2 -0
- lodash/fp/isInteger.d.ts +2 -0
- lodash/fp/isLength.d.ts +2 -0
- lodash/fp/isMap.d.ts +2 -0
- lodash/fp/isMatch.d.ts +2 -0
- lodash/fp/isMatchWith.d.ts +2 -0
- lodash/fp/isNaN.d.ts +2 -0
- lodash/fp/isNative.d.ts +2 -0
- lodash/fp/isNil.d.ts +2 -0
- lodash/fp/isNull.d.ts +2 -0
- lodash/fp/isNumber.d.ts +2 -0
- lodash/fp/isObject.d.ts +2 -0
- lodash/fp/isObjectLike.d.ts +2 -0
- lodash/fp/isPlainObject.d.ts +2 -0
- lodash/fp/isRegExp.d.ts +2 -0
- lodash/fp/isSafeInteger.d.ts +2 -0
- lodash/fp/isSet.d.ts +2 -0
- lodash/fp/isString.d.ts +2 -0
- lodash/fp/isSymbol.d.ts +2 -0
- lodash/fp/isTypedArray.d.ts +2 -0
- lodash/fp/isUndefined.d.ts +2 -0
- lodash/fp/isWeakMap.d.ts +2 -0
- lodash/fp/isWeakSet.d.ts +2 -0
- lodash/fp/iteratee.d.ts +2 -0
- lodash/fp/join.d.ts +2 -0
- lodash/fp/juxt.d.ts +2 -0
- lodash/fp/kebabCase.d.ts +2 -0
- lodash/fp/keyBy.d.ts +2 -0
- lodash/fp/keys.d.ts +2 -0
- lodash/fp/keysIn.d.ts +2 -0
- lodash/fp/last.d.ts +2 -0
- lodash/fp/lastIndexOf.d.ts +2 -0
- lodash/fp/lastIndexOfFrom.d.ts +2 -0
- lodash/fp/lowerCase.d.ts +2 -0
- lodash/fp/lowerFirst.d.ts +2 -0
- lodash/fp/lt.d.ts +2 -0
- lodash/fp/lte.d.ts +2 -0
- lodash/fp/map.d.ts +2 -0
- lodash/fp/mapKeys.d.ts +2 -0
- lodash/fp/mapValues.d.ts +2 -0
- lodash/fp/matches.d.ts +2 -0
- lodash/fp/matchesProperty.d.ts +2 -0
- lodash/fp/max.d.ts +2 -0
- lodash/fp/maxBy.d.ts +2 -0
- lodash/fp/mean.d.ts +2 -0
- lodash/fp/meanBy.d.ts +2 -0
- lodash/fp/memoize.d.ts +2 -0
- lodash/fp/merge.d.ts +2 -0
- lodash/fp/mergeAll.d.ts +2 -0
- lodash/fp/mergeAllWith.d.ts +2 -0
- lodash/fp/mergeWith.d.ts +2 -0
- lodash/fp/method.d.ts +2 -0
- lodash/fp/methodOf.d.ts +2 -0
- lodash/fp/min.d.ts +2 -0
- lodash/fp/minBy.d.ts +2 -0
- lodash/fp/multiply.d.ts +2 -0
- lodash/fp/nAry.d.ts +2 -0
- lodash/fp/negate.d.ts +2 -0
- lodash/fp/noConflict.d.ts +2 -0
- lodash/fp/noop.d.ts +2 -0
- lodash/fp/now.d.ts +2 -0
- lodash/fp/nth.d.ts +2 -0
- lodash/fp/nthArg.d.ts +2 -0
- lodash/fp/omit.d.ts +2 -0
- lodash/fp/omitAll.d.ts +2 -0
- lodash/fp/omitBy.d.ts +2 -0
- lodash/fp/once.d.ts +2 -0
- lodash/fp/orderBy.d.ts +2 -0
- lodash/fp/over.d.ts +2 -0
- lodash/fp/overArgs.d.ts +2 -0
- lodash/fp/overEvery.d.ts +2 -0
- lodash/fp/overSome.d.ts +2 -0
- lodash/fp/pad.d.ts +2 -0
- lodash/fp/padChars.d.ts +2 -0
- lodash/fp/padCharsEnd.d.ts +2 -0
- lodash/fp/padCharsStart.d.ts +2 -0
- lodash/fp/padEnd.d.ts +2 -0
- lodash/fp/padStart.d.ts +2 -0
- lodash/fp/parseInt.d.ts +2 -0
- lodash/fp/partial.d.ts +2 -0
- lodash/fp/partialRight.d.ts +2 -0
- lodash/fp/partition.d.ts +2 -0
- lodash/fp/path.d.ts +2 -0
- lodash/fp/pathEq.d.ts +2 -0
- lodash/fp/pathOr.d.ts +2 -0
- lodash/fp/paths.d.ts +2 -0
- lodash/fp/pick.d.ts +2 -0
- lodash/fp/pickAll.d.ts +2 -0
- lodash/fp/pickBy.d.ts +2 -0
- lodash/fp/pipe.d.ts +2 -0
- lodash/fp/placeholder.d.ts +3 -0
- lodash/fp/pluck.d.ts +2 -0
- lodash/fp/prop.d.ts +2 -0
- lodash/fp/propEq.d.ts +2 -0
- lodash/fp/propOr.d.ts +2 -0
- lodash/fp/property.d.ts +2 -0
- lodash/fp/propertyOf.d.ts +2 -0
- lodash/fp/props.d.ts +2 -0
- lodash/fp/pull.d.ts +2 -0
- lodash/fp/pullAll.d.ts +2 -0
- lodash/fp/pullAllBy.d.ts +2 -0
- lodash/fp/pullAllWith.d.ts +2 -0
- lodash/fp/pullAt.d.ts +2 -0
- lodash/fp/random.d.ts +2 -0
- lodash/fp/range.d.ts +2 -0
- lodash/fp/rangeRight.d.ts +2 -0
- lodash/fp/rangeStep.d.ts +2 -0
- lodash/fp/rangeStepRight.d.ts +2 -0
- lodash/fp/rearg.d.ts +2 -0
- lodash/fp/reduce.d.ts +2 -0
- lodash/fp/reduceRight.d.ts +2 -0
- lodash/fp/reject.d.ts +2 -0
- lodash/fp/remove.d.ts +2 -0
- lodash/fp/repeat.d.ts +2 -0
- lodash/fp/replace.d.ts +2 -0
- lodash/fp/rest.d.ts +2 -0
- lodash/fp/restFrom.d.ts +2 -0
- lodash/fp/result.d.ts +2 -0
- lodash/fp/reverse.d.ts +2 -0
- lodash/fp/round.d.ts +2 -0
- lodash/fp/runInContext.d.ts +2 -0
- lodash/fp/sample.d.ts +2 -0
- lodash/fp/sampleSize.d.ts +2 -0
- lodash/fp/set.d.ts +2 -0
- lodash/fp/setWith.d.ts +2 -0
- lodash/fp/shuffle.d.ts +2 -0
- lodash/fp/size.d.ts +2 -0
- lodash/fp/slice.d.ts +2 -0
- lodash/fp/snakeCase.d.ts +2 -0
- lodash/fp/some.d.ts +2 -0
- lodash/fp/sortBy.d.ts +2 -0
- lodash/fp/sortedIndex.d.ts +2 -0
- lodash/fp/sortedIndexBy.d.ts +2 -0
- lodash/fp/sortedIndexOf.d.ts +2 -0
- lodash/fp/sortedLastIndex.d.ts +2 -0
- lodash/fp/sortedLastIndexBy.d.ts +2 -0
- lodash/fp/sortedLastIndexOf.d.ts +2 -0
- lodash/fp/sortedUniq.d.ts +2 -0
- lodash/fp/sortedUniqBy.d.ts +2 -0
- lodash/fp/split.d.ts +2 -0
- lodash/fp/spread.d.ts +2 -0
- lodash/fp/spreadFrom.d.ts +2 -0
- lodash/fp/startCase.d.ts +2 -0
- lodash/fp/startsWith.d.ts +2 -0
- lodash/fp/stubArray.d.ts +2 -0
- lodash/fp/stubFalse.d.ts +2 -0
- lodash/fp/stubObject.d.ts +2 -0
- lodash/fp/stubString.d.ts +2 -0
- lodash/fp/stubTrue.d.ts +2 -0
- lodash/fp/subtract.d.ts +2 -0
- lodash/fp/sum.d.ts +2 -0
- lodash/fp/sumBy.d.ts +2 -0
- lodash/fp/symmetricDifference.d.ts +2 -0
- lodash/fp/symmetricDifferenceBy.d.ts +2 -0
- lodash/fp/symmetricDifferenceWith.d.ts +2 -0
- lodash/fp/tail.d.ts +2 -0
- lodash/fp/take.d.ts +2 -0
- lodash/fp/takeLast.d.ts +2 -0
- lodash/fp/takeLastWhile.d.ts +2 -0
- lodash/fp/takeRight.d.ts +2 -0
- lodash/fp/takeRightWhile.d.ts +2 -0
- lodash/fp/takeWhile.d.ts +2 -0
- lodash/fp/tap.d.ts +2 -0
- lodash/fp/template.d.ts +2 -0
- lodash/fp/throttle.d.ts +2 -0
- lodash/fp/thru.d.ts +2 -0
- lodash/fp/times.d.ts +2 -0
- lodash/fp/toArray.d.ts +2 -0
- lodash/fp/toFinite.d.ts +2 -0
- lodash/fp/toInteger.d.ts +2 -0
- lodash/fp/toLength.d.ts +2 -0
- lodash/fp/toLower.d.ts +2 -0
- lodash/fp/toNumber.d.ts +2 -0
- lodash/fp/toPairs.d.ts +2 -0
- lodash/fp/toPairsIn.d.ts +2 -0
- lodash/fp/toPath.d.ts +2 -0
- lodash/fp/toPlainObject.d.ts +2 -0
- lodash/fp/toSafeInteger.d.ts +2 -0
- lodash/fp/toString.d.ts +2 -0
- lodash/fp/toUpper.d.ts +2 -0
- lodash/fp/transform.d.ts +2 -0
- lodash/fp/trim.d.ts +2 -0
- lodash/fp/trimChars.d.ts +2 -0
- lodash/fp/trimCharsEnd.d.ts +2 -0
- lodash/fp/trimCharsStart.d.ts +2 -0
- lodash/fp/trimEnd.d.ts +2 -0
- lodash/fp/trimStart.d.ts +2 -0
- lodash/fp/truncate.d.ts +2 -0
- lodash/fp/unapply.d.ts +2 -0
- lodash/fp/unary.d.ts +2 -0
- lodash/fp/unescape.d.ts +2 -0
- lodash/fp/union.d.ts +2 -0
- lodash/fp/unionBy.d.ts +2 -0
- lodash/fp/unionWith.d.ts +2 -0
- lodash/fp/uniq.d.ts +2 -0
- lodash/fp/uniqBy.d.ts +2 -0
- lodash/fp/uniqWith.d.ts +2 -0
- lodash/fp/uniqueId.d.ts +2 -0
- lodash/fp/unnest.d.ts +2 -0
- lodash/fp/unset.d.ts +2 -0
- lodash/fp/unzip.d.ts +2 -0
- lodash/fp/unzipWith.d.ts +2 -0
- lodash/fp/update.d.ts +2 -0
- lodash/fp/updateWith.d.ts +2 -0
- lodash/fp/upperCase.d.ts +2 -0
- lodash/fp/upperFirst.d.ts +2 -0
- lodash/fp/useWith.d.ts +2 -0
- lodash/fp/values.d.ts +2 -0
- lodash/fp/valuesIn.d.ts +2 -0
- lodash/fp/where.d.ts +2 -0
- lodash/fp/whereEq.d.ts +2 -0
- lodash/fp/without.d.ts +2 -0
- lodash/fp/words.d.ts +2 -0
- lodash/fp/wrap.d.ts +2 -0
- lodash/fp/xor.d.ts +2 -0
- lodash/fp/xorBy.d.ts +2 -0
- lodash/fp/xorWith.d.ts +2 -0
- lodash/fp/zip.d.ts +2 -0
- lodash/fp/zipAll.d.ts +2 -0
- lodash/fp/zipObj.d.ts +2 -0
- lodash/fp/zipObject.d.ts +2 -0
- lodash/fp/zipObjectDeep.d.ts +2 -0
- lodash/fp/zipWith.d.ts +2 -0
- lodash/fp.d.ts +4765 -0
- lodash/package.json +3 -3
lodash/common/function.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ declare module "../index" {
|
|
|
95
95
|
// bind
|
|
96
96
|
|
|
97
97
|
interface FunctionBind {
|
|
98
|
-
placeholder:
|
|
98
|
+
placeholder: __;
|
|
99
99
|
|
|
100
100
|
(
|
|
101
101
|
func: (...args: any[]) => any,
|
|
@@ -145,7 +145,7 @@ declare module "../index" {
|
|
|
145
145
|
// bindKey
|
|
146
146
|
|
|
147
147
|
interface FunctionBindKey {
|
|
148
|
-
placeholder:
|
|
148
|
+
placeholder: __;
|
|
149
149
|
|
|
150
150
|
(
|
|
151
151
|
object: object,
|
|
@@ -195,7 +195,7 @@ declare module "../index" {
|
|
|
195
195
|
|
|
196
196
|
// curry
|
|
197
197
|
|
|
198
|
-
interface
|
|
198
|
+
interface Curry {
|
|
199
199
|
/**
|
|
200
200
|
* Creates a function that accepts one or more arguments of func that when called either invokes func returning
|
|
201
201
|
* its result, if all func arguments have been provided, or returns a function that accepts one or more of the
|
|
@@ -204,7 +204,7 @@ declare module "../index" {
|
|
|
204
204
|
* @param arity The arity of func.
|
|
205
205
|
* @return Returns the new curried function.
|
|
206
206
|
*/
|
|
207
|
-
|
|
207
|
+
<T1, R>(func: (t1: T1) => R, arity?: number):
|
|
208
208
|
CurriedFunction1<T1, R>;
|
|
209
209
|
/**
|
|
210
210
|
* Creates a function that accepts one or more arguments of func that when called either invokes func returning
|
|
@@ -214,7 +214,7 @@ declare module "../index" {
|
|
|
214
214
|
* @param arity The arity of func.
|
|
215
215
|
* @return Returns the new curried function.
|
|
216
216
|
*/
|
|
217
|
-
|
|
217
|
+
<T1, T2, R>(func: (t1: T1, t2: T2) => R, arity?: number):
|
|
218
218
|
CurriedFunction2<T1, T2, R>;
|
|
219
219
|
/**
|
|
220
220
|
* Creates a function that accepts one or more arguments of func that when called either invokes func returning
|
|
@@ -224,7 +224,7 @@ declare module "../index" {
|
|
|
224
224
|
* @param arity The arity of func.
|
|
225
225
|
* @return Returns the new curried function.
|
|
226
226
|
*/
|
|
227
|
-
|
|
227
|
+
<T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3) => R, arity?: number):
|
|
228
228
|
CurriedFunction3<T1, T2, T3, R>;
|
|
229
229
|
/**
|
|
230
230
|
* Creates a function that accepts one or more arguments of func that when called either invokes func returning
|
|
@@ -234,7 +234,7 @@ declare module "../index" {
|
|
|
234
234
|
* @param arity The arity of func.
|
|
235
235
|
* @return Returns the new curried function.
|
|
236
236
|
*/
|
|
237
|
-
|
|
237
|
+
<T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4) => R, arity?: number):
|
|
238
238
|
CurriedFunction4<T1, T2, T3, T4, R>;
|
|
239
239
|
/**
|
|
240
240
|
* Creates a function that accepts one or more arguments of func that when called either invokes func returning
|
|
@@ -244,7 +244,7 @@ declare module "../index" {
|
|
|
244
244
|
* @param arity The arity of func.
|
|
245
245
|
* @return Returns the new curried function.
|
|
246
246
|
*/
|
|
247
|
-
|
|
247
|
+
<T1, T2, T3, T4, T5, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R, arity?: number):
|
|
248
248
|
CurriedFunction5<T1, T2, T3, T4, T5, R>;
|
|
249
249
|
/**
|
|
250
250
|
* Creates a function that accepts one or more arguments of func that when called either invokes func returning
|
|
@@ -254,7 +254,13 @@ declare module "../index" {
|
|
|
254
254
|
* @param arity The arity of func.
|
|
255
255
|
* @return Returns the new curried function.
|
|
256
256
|
*/
|
|
257
|
-
|
|
257
|
+
(func: (...args: any[]) => any, arity?: number): (...args: any[]) => any;
|
|
258
|
+
|
|
259
|
+
placeholder: __;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
interface LoDashStatic {
|
|
263
|
+
curry: Curry;
|
|
258
264
|
}
|
|
259
265
|
|
|
260
266
|
interface CurriedFunction1<T1, R> {
|
|
@@ -265,60 +271,149 @@ declare module "../index" {
|
|
|
265
271
|
interface CurriedFunction2<T1, T2, R> {
|
|
266
272
|
(): CurriedFunction2<T1, T2, R>;
|
|
267
273
|
(t1: T1): CurriedFunction1<T2, R>;
|
|
274
|
+
(t1: __, t2: T2): CurriedFunction1<T1, R>;
|
|
268
275
|
(t1: T1, t2: T2): R;
|
|
269
276
|
}
|
|
270
277
|
|
|
271
278
|
interface CurriedFunction3<T1, T2, T3, R> {
|
|
272
279
|
(): CurriedFunction3<T1, T2, T3, R>;
|
|
273
280
|
(t1: T1): CurriedFunction2<T2, T3, R>;
|
|
281
|
+
(t1: __, t2: T2): CurriedFunction2<T1, T3, R>;
|
|
274
282
|
(t1: T1, t2: T2): CurriedFunction1<T3, R>;
|
|
283
|
+
(t1: __, t2: __, t3: T3): CurriedFunction2<T1, T2, R>;
|
|
284
|
+
(t1: T1, t2: __, t3: T3): CurriedFunction1<T2, R>;
|
|
285
|
+
(t1: __, t2: T2, t3: T3): CurriedFunction1<T1, R>;
|
|
275
286
|
(t1: T1, t2: T2, t3: T3): R;
|
|
276
287
|
}
|
|
277
288
|
|
|
278
289
|
interface CurriedFunction4<T1, T2, T3, T4, R> {
|
|
279
290
|
(): CurriedFunction4<T1, T2, T3, T4, R>;
|
|
280
291
|
(t1: T1): CurriedFunction3<T2, T3, T4, R>;
|
|
292
|
+
(t1: __, t2: T2): CurriedFunction3<T1, T3, T4, R>;
|
|
281
293
|
(t1: T1, t2: T2): CurriedFunction2<T3, T4, R>;
|
|
294
|
+
(t1: __, t2: __, t3: T3): CurriedFunction3<T1, T2, T4, R>;
|
|
295
|
+
(t1: __, t2: __, t3: T3): CurriedFunction2<T2, T4, R>;
|
|
296
|
+
(t1: __, t2: T2, t3: T3): CurriedFunction2<T1, T4, R>;
|
|
282
297
|
(t1: T1, t2: T2, t3: T3): CurriedFunction1<T4, R>;
|
|
298
|
+
(t1: __, t2: __, t3: __, t4: T4): CurriedFunction3<T1, T2, T3, R>;
|
|
299
|
+
(t1: T1, t2: __, t3: __, t4: T4): CurriedFunction2<T2, T3, R>;
|
|
300
|
+
(t1: __, t2: T2, t3: __, t4: T4): CurriedFunction2<T1, T3, R>;
|
|
301
|
+
(t1: __, t2: __, t3: T3, t4: T4): CurriedFunction2<T1, T2, R>;
|
|
302
|
+
(t1: T1, t2: T2, t3: __, t4: T4): CurriedFunction1<T3, R>;
|
|
303
|
+
(t1: T1, t2: __, t3: T3, t4: T4): CurriedFunction1<T2, R>;
|
|
304
|
+
(t1: __, t2: T2, t3: T3, t4: T4): CurriedFunction1<T1, R>;
|
|
283
305
|
(t1: T1, t2: T2, t3: T3, t4: T4): R;
|
|
284
306
|
}
|
|
285
307
|
|
|
286
308
|
interface CurriedFunction5<T1, T2, T3, T4, T5, R> {
|
|
287
309
|
(): CurriedFunction5<T1, T2, T3, T4, T5, R>;
|
|
288
310
|
(t1: T1): CurriedFunction4<T2, T3, T4, T5, R>;
|
|
311
|
+
(t1: __, t2: T2): CurriedFunction4<T1, T3, T4, T5, R>;
|
|
289
312
|
(t1: T1, t2: T2): CurriedFunction3<T3, T4, T5, R>;
|
|
313
|
+
(t1: __, t2: __, t3: T3): CurriedFunction4<T1, T2, T4, T5, R>;
|
|
314
|
+
(t1: T1, t2: __, t3: T3): CurriedFunction3<T2, T4, T5, R>;
|
|
315
|
+
(t1: __, t2: T2, t3: T3): CurriedFunction3<T1, T4, T5, R>;
|
|
290
316
|
(t1: T1, t2: T2, t3: T3): CurriedFunction2<T4, T5, R>;
|
|
317
|
+
(t1: __, t2: __, t3: __, t4: T4): CurriedFunction4<T1, T2, T3, T5, R>;
|
|
318
|
+
(t1: T1, t2: __, t3: __, t4: T4): CurriedFunction3<T2, T3, T5, R>;
|
|
319
|
+
(t1: __, t2: T2, t3: __, t4: T4): CurriedFunction3<T1, T3, T5, R>;
|
|
320
|
+
(t1: __, t2: __, t3: T3, t4: T4): CurriedFunction3<T1, T2, T5, R>;
|
|
321
|
+
(t1: T1, t2: T2, t3: __, t4: T4): CurriedFunction2<T3, T5, R>;
|
|
322
|
+
(t1: T1, t2: __, t3: T3, t4: T4): CurriedFunction2<T2, T5, R>;
|
|
323
|
+
(t1: __, t2: T2, t3: T3, t4: T4): CurriedFunction2<T1, T5, R>;
|
|
291
324
|
(t1: T1, t2: T2, t3: T3, t4: T4): CurriedFunction1<T5, R>;
|
|
325
|
+
(t1: __, t2: __, t3: __, t4: __, t5: T5): CurriedFunction4<T1, T2, T3, T4, R>;
|
|
326
|
+
(t1: T1, t2: __, t3: __, t4: __, t5: T5): CurriedFunction3<T2, T3, T4, R>;
|
|
327
|
+
(t1: __, t2: T2, t3: __, t4: __, t5: T5): CurriedFunction3<T1, T3, T4, R>;
|
|
328
|
+
(t1: __, t2: __, t3: T3, t4: __, t5: T5): CurriedFunction3<T1, T2, T4, R>;
|
|
329
|
+
(t1: __, t2: __, t3: __, t4: T4, t5: T5): CurriedFunction3<T1, T2, T3, R>;
|
|
330
|
+
(t1: T1, t2: T2, t3: __, t4: __, t5: T5): CurriedFunction2<T3, T4, R>;
|
|
331
|
+
(t1: T1, t2: __, t3: T3, t4: __, t5: T5): CurriedFunction2<T2, T4, R>;
|
|
332
|
+
(t1: T1, t2: __, t3: __, t4: T4, t5: T5): CurriedFunction2<T2, T3, R>;
|
|
333
|
+
(t1: __, t2: T2, t3: T3, t4: __, t5: T5): CurriedFunction2<T1, T4, R>;
|
|
334
|
+
(t1: __, t2: T2, t3: __, t4: T4, t5: T5): CurriedFunction2<T1, T3, R>;
|
|
335
|
+
(t1: __, t2: __, t3: T3, t4: T4, t5: T5): CurriedFunction2<T1, T2, R>;
|
|
336
|
+
(t1: T1, t2: T2, t3: T3, t4: __, t5: T5): CurriedFunction1<T4, R>;
|
|
337
|
+
(t1: T1, t2: T2, t3: __, t4: T4, t5: T5): CurriedFunction1<T3, R>;
|
|
338
|
+
(t1: T1, t2: __, t3: T3, t4: T4, t5: T5): CurriedFunction1<T2, R>;
|
|
339
|
+
(t1: __, t2: T2, t3: T3, t4: T4, t5: T5): CurriedFunction1<T1, R>;
|
|
292
340
|
(t1: T1, t2: T2, t3: T3, t4: T4, t5: T5): R;
|
|
293
341
|
}
|
|
342
|
+
|
|
294
343
|
interface RightCurriedFunction1<T1, R> {
|
|
295
344
|
(): RightCurriedFunction1<T1, R>;
|
|
296
345
|
(t1: T1): R;
|
|
297
346
|
}
|
|
347
|
+
|
|
298
348
|
interface RightCurriedFunction2<T1, T2, R> {
|
|
299
349
|
(): RightCurriedFunction2<T1, T2, R>;
|
|
300
350
|
(t2: T2): RightCurriedFunction1<T1, R>;
|
|
351
|
+
(t1: T1, t2: __): RightCurriedFunction1<T2, R>;
|
|
301
352
|
(t1: T1, t2: T2): R;
|
|
302
353
|
}
|
|
354
|
+
|
|
303
355
|
interface RightCurriedFunction3<T1, T2, T3, R> {
|
|
304
356
|
(): RightCurriedFunction3<T1, T2, T3, R>;
|
|
305
357
|
(t3: T3): RightCurriedFunction2<T1, T2, R>;
|
|
358
|
+
(t2: T2, t3: __): RightCurriedFunction2<T1, T3, R>;
|
|
306
359
|
(t2: T2, t3: T3): RightCurriedFunction1<T1, R>;
|
|
360
|
+
(t1: T1, t2: __, t3: __): RightCurriedFunction2<T2, T3, R>;
|
|
361
|
+
(t1: T1, t2: T2, t3: __): RightCurriedFunction1<T3, R>;
|
|
362
|
+
(t1: T1, t2: __, t3: T3): RightCurriedFunction1<T2, R>;
|
|
307
363
|
(t1: T1, t2: T2, t3: T3): R;
|
|
308
364
|
}
|
|
365
|
+
|
|
309
366
|
interface RightCurriedFunction4<T1, T2, T3, T4, R> {
|
|
310
367
|
(): RightCurriedFunction4<T1, T2, T3, T4, R>;
|
|
311
368
|
(t4: T4): RightCurriedFunction3<T1, T2, T3, R>;
|
|
369
|
+
(t3: T3, t4: __): RightCurriedFunction3<T1, T2, T4, R>;
|
|
312
370
|
(t3: T3, t4: T4): RightCurriedFunction2<T1, T2, R>;
|
|
371
|
+
(t2: T2, t3: __, t4: __): RightCurriedFunction3<T1, T3, T4, R>;
|
|
372
|
+
(t2: T2, t3: T3, t4: __): RightCurriedFunction2<T1, T4, R>;
|
|
373
|
+
(t2: T2, t3: __, t4: T4): RightCurriedFunction2<T1, T3, R>;
|
|
313
374
|
(t2: T2, t3: T3, t4: T4): RightCurriedFunction1<T1, R>;
|
|
375
|
+
(t1: T1, t2: __, t3: __, t4: __): RightCurriedFunction3<T2, T3, T4, R>;
|
|
376
|
+
(t1: T1, t2: T2, t3: __, t4: __): RightCurriedFunction2<T3, T4, R>;
|
|
377
|
+
(t1: T1, t2: __, t3: T3, t4: __): RightCurriedFunction2<T2, T4, R>;
|
|
378
|
+
(t1: T1, t2: __, t3: __, t4: T4): RightCurriedFunction2<T2, T3, R>;
|
|
379
|
+
(t1: T1, t2: T2, t3: T3, t4: __): RightCurriedFunction1<T4, R>;
|
|
380
|
+
(t1: T1, t2: T2, t3: __, t4: T4): RightCurriedFunction1<T3, R>;
|
|
381
|
+
(t1: T1, t2: __, t3: T3, t4: T4): RightCurriedFunction1<T2, R>;
|
|
314
382
|
(t1: T1, t2: T2, t3: T3, t4: T4): R;
|
|
315
383
|
}
|
|
384
|
+
|
|
316
385
|
interface RightCurriedFunction5<T1, T2, T3, T4, T5, R> {
|
|
317
386
|
(): RightCurriedFunction5<T1, T2, T3, T4, T5, R>;
|
|
318
387
|
(t5: T5): RightCurriedFunction4<T1, T2, T3, T4, R>;
|
|
388
|
+
(t4: T4, t5: __): RightCurriedFunction4<T1, T2, T3, T5, R>;
|
|
319
389
|
(t4: T4, t5: T5): RightCurriedFunction3<T1, T2, T3, R>;
|
|
390
|
+
(t3: T3, t4: __, t5: __): RightCurriedFunction4<T1, T2, T4, T5, R>;
|
|
391
|
+
(t3: T3, t4: T4, t5: __): RightCurriedFunction3<T1, T2, T5, R>;
|
|
392
|
+
(t3: T3, t4: __, t5: T5): RightCurriedFunction3<T1, T2, T4, R>;
|
|
320
393
|
(t3: T3, t4: T4, t5: T5): RightCurriedFunction2<T1, T2, R>;
|
|
394
|
+
(t2: T2, t3: __, t4: __, t5: __): RightCurriedFunction4<T1, T3, T4, T5, R>;
|
|
395
|
+
(t2: T2, t3: T3, t4: __, t5: __): RightCurriedFunction3<T1, T4, T5, R>;
|
|
396
|
+
(t2: T2, t3: __, t4: T4, t5: __): RightCurriedFunction3<T1, T3, T5, R>;
|
|
397
|
+
(t2: T2, t3: __, t4: __, t5: T5): RightCurriedFunction3<T1, T3, T4, R>;
|
|
398
|
+
(t2: T2, t3: T3, t4: T4, t5: __): RightCurriedFunction2<T1, T5, R>;
|
|
399
|
+
(t2: T2, t3: T3, t4: __, t5: T5): RightCurriedFunction2<T1, T4, R>;
|
|
400
|
+
(t2: T2, t3: __, t4: T4, t5: T5): RightCurriedFunction2<T1, T3, R>;
|
|
321
401
|
(t2: T2, t3: T3, t4: T4, t5: T5): RightCurriedFunction1<T1, R>;
|
|
402
|
+
(t1: T1, t2: __, t3: __, t4: __, t5: __): RightCurriedFunction4<T2, T3, T4, T5, R>;
|
|
403
|
+
(t1: T1, t2: T2, t3: __, t4: __, t5: __): RightCurriedFunction3<T3, T4, T5, R>;
|
|
404
|
+
(t1: T1, t2: __, t3: T3, t4: __, t5: __): RightCurriedFunction3<T2, T4, T5, R>;
|
|
405
|
+
(t1: T1, t2: __, t3: __, t4: T4, t5: __): RightCurriedFunction3<T2, T3, T5, R>;
|
|
406
|
+
(t1: T1, t2: __, t3: __, t4: __, t5: T5): RightCurriedFunction3<T2, T3, T4, R>;
|
|
407
|
+
(t1: T1, t2: T2, t3: T3, t4: __, t5: __): RightCurriedFunction2<T4, T5, R>;
|
|
408
|
+
(t1: T1, t2: T2, t3: __, t4: T4, t5: __): RightCurriedFunction2<T3, T5, R>;
|
|
409
|
+
(t1: T1, t2: T2, t3: __, t4: __, t5: T5): RightCurriedFunction2<T3, T4, R>;
|
|
410
|
+
(t1: T1, t2: __, t3: T3, t4: T4, t5: __): RightCurriedFunction2<T2, T5, R>;
|
|
411
|
+
(t1: T1, t2: __, t3: T3, t4: __, t5: T5): RightCurriedFunction2<T2, T4, R>;
|
|
412
|
+
(t1: T1, t2: __, t3: __, t4: T4, t5: T5): RightCurriedFunction2<T2, T3, R>;
|
|
413
|
+
(t1: T1, t2: T2, t3: T3, t4: T4, t5: __): RightCurriedFunction1<T5, R>;
|
|
414
|
+
(t1: T1, t2: T2, t3: T3, t4: __, t5: T5): RightCurriedFunction1<T4, R>;
|
|
415
|
+
(t1: T1, t2: T2, t3: __, t4: T4, t5: T5): RightCurriedFunction1<T3, R>;
|
|
416
|
+
(t1: T1, t2: __, t3: T3, t4: T4, t5: T5): RightCurriedFunction1<T2, R>;
|
|
322
417
|
(t1: T1, t2: T2, t3: T3, t4: T4, t5: T5): R;
|
|
323
418
|
}
|
|
324
419
|
|
|
@@ -398,7 +493,7 @@ declare module "../index" {
|
|
|
398
493
|
|
|
399
494
|
// curryRight
|
|
400
495
|
|
|
401
|
-
interface
|
|
496
|
+
interface CurryRight {
|
|
402
497
|
/**
|
|
403
498
|
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
404
499
|
* instead of _.partial.
|
|
@@ -406,7 +501,7 @@ declare module "../index" {
|
|
|
406
501
|
* @param arity The arity of func.
|
|
407
502
|
* @return Returns the new curried function.
|
|
408
503
|
*/
|
|
409
|
-
|
|
504
|
+
<T1, R>(func: (t1: T1) => R, arity?: number):
|
|
410
505
|
RightCurriedFunction1<T1, R>;
|
|
411
506
|
/**
|
|
412
507
|
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
@@ -415,7 +510,7 @@ declare module "../index" {
|
|
|
415
510
|
* @param arity The arity of func.
|
|
416
511
|
* @return Returns the new curried function.
|
|
417
512
|
*/
|
|
418
|
-
|
|
513
|
+
<T1, T2, R>(func: (t1: T1, t2: T2) => R, arity?: number):
|
|
419
514
|
RightCurriedFunction2<T1, T2, R>;
|
|
420
515
|
/**
|
|
421
516
|
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
@@ -424,7 +519,7 @@ declare module "../index" {
|
|
|
424
519
|
* @param arity The arity of func.
|
|
425
520
|
* @return Returns the new curried function.
|
|
426
521
|
*/
|
|
427
|
-
|
|
522
|
+
<T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3) => R, arity?: number):
|
|
428
523
|
RightCurriedFunction3<T1, T2, T3, R>;
|
|
429
524
|
/**
|
|
430
525
|
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
@@ -433,7 +528,7 @@ declare module "../index" {
|
|
|
433
528
|
* @param arity The arity of func.
|
|
434
529
|
* @return Returns the new curried function.
|
|
435
530
|
*/
|
|
436
|
-
|
|
531
|
+
<T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4) => R, arity?: number):
|
|
437
532
|
RightCurriedFunction4<T1, T2, T3, T4, R>;
|
|
438
533
|
/**
|
|
439
534
|
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
@@ -442,7 +537,7 @@ declare module "../index" {
|
|
|
442
537
|
* @param arity The arity of func.
|
|
443
538
|
* @return Returns the new curried function.
|
|
444
539
|
*/
|
|
445
|
-
|
|
540
|
+
<T1, T2, T3, T4, T5, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R, arity?: number):
|
|
446
541
|
RightCurriedFunction5<T1, T2, T3, T4, T5, R>;
|
|
447
542
|
/**
|
|
448
543
|
* This method is like _.curry except that arguments are applied to func in the manner of _.partialRight
|
|
@@ -451,7 +546,13 @@ declare module "../index" {
|
|
|
451
546
|
* @param arity The arity of func.
|
|
452
547
|
* @return Returns the new curried function.
|
|
453
548
|
*/
|
|
454
|
-
|
|
549
|
+
(func: (...args: any[]) => any, arity?: number): (...args: any[]) => any;
|
|
550
|
+
|
|
551
|
+
placeholder: __;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
interface LoDashStatic {
|
|
555
|
+
curryRight: CurryRight;
|
|
455
556
|
}
|
|
456
557
|
|
|
457
558
|
interface LoDashImplicitWrapper<TValue> {
|
|
@@ -667,30 +768,30 @@ declare module "../index" {
|
|
|
667
768
|
// flip
|
|
668
769
|
|
|
669
770
|
interface LoDashStatic {
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
771
|
+
/**
|
|
772
|
+
* Creates a function that invokes `func` with arguments reversed.
|
|
773
|
+
*
|
|
774
|
+
* @category Function
|
|
775
|
+
* @param func The function to flip arguments for.
|
|
776
|
+
* @returns Returns the new function.
|
|
777
|
+
* @example
|
|
778
|
+
*
|
|
779
|
+
* var flipped = _.flip(function() {
|
|
780
|
+
* return _.toArray(arguments);
|
|
781
|
+
* });
|
|
782
|
+
*
|
|
783
|
+
* flipped('a', 'b', 'c', 'd');
|
|
784
|
+
* // => ['d', 'c', 'b', 'a']
|
|
785
|
+
*/
|
|
786
|
+
flip<T extends (...args: any[]) => any>(func: T): T;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
interface LoDashWrapper<TValue> {
|
|
790
|
+
/**
|
|
791
|
+
* @see _.flip
|
|
792
|
+
*/
|
|
793
|
+
flip(): this;
|
|
794
|
+
}
|
|
694
795
|
|
|
695
796
|
// memoize
|
|
696
797
|
|
|
@@ -771,34 +872,34 @@ declare module "../index" {
|
|
|
771
872
|
|
|
772
873
|
// overArgs
|
|
773
874
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
875
|
+
interface LoDashStatic {
|
|
876
|
+
/**
|
|
877
|
+
* Creates a function that runs each argument through a corresponding transform function.
|
|
878
|
+
*
|
|
879
|
+
* @param func The function to wrap.
|
|
880
|
+
* @param transforms The functions to transform arguments, specified as individual functions or arrays
|
|
881
|
+
* of functions.
|
|
882
|
+
* @return Returns the new function.
|
|
883
|
+
*/
|
|
884
|
+
overArgs(
|
|
885
|
+
func: (...args: any[]) => any,
|
|
886
|
+
...transforms: Array<Many<(...args: any[]) => any>>
|
|
887
|
+
): (...args: any[]) => any;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
891
|
+
/**
|
|
892
|
+
* @see _.overArgs
|
|
893
|
+
*/
|
|
894
|
+
overArgs(...transforms: Array<Many<(...args: any[]) => any>>): LoDashImplicitWrapper<(...args: any[]) => any>;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
898
|
+
/**
|
|
899
|
+
* @see _.overArgs
|
|
900
|
+
*/
|
|
901
|
+
overArgs(...transforms: Array<Many<(...args: any[]) => any>>): LoDashExplicitWrapper<(...args: any[]) => any>;
|
|
902
|
+
}
|
|
802
903
|
|
|
803
904
|
// partial
|
|
804
905
|
|
|
@@ -828,7 +929,8 @@ declare module "../index" {
|
|
|
828
929
|
partial: ExplicitPartial;
|
|
829
930
|
}
|
|
830
931
|
|
|
831
|
-
|
|
932
|
+
/** The placeholder, to be used in curried functions */
|
|
933
|
+
type __ = LoDashStatic;
|
|
832
934
|
|
|
833
935
|
type Function0<R> = () => R;
|
|
834
936
|
type Function1<T1, R> = (t1: T1) => R;
|
|
@@ -845,36 +947,38 @@ declare module "../index" {
|
|
|
845
947
|
// arity 2
|
|
846
948
|
<T1, T2, R>(func: Function2<T1, T2, R>): Function2<T1, T2, R>;
|
|
847
949
|
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1): Function1< T2, R>;
|
|
848
|
-
<T1, T2, R>(func: Function2<T1, T2, R>, plc1:
|
|
950
|
+
<T1, T2, R>(func: Function2<T1, T2, R>, plc1: __, arg2: T2): Function1<T1, R>;
|
|
849
951
|
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1, arg2: T2): Function0< R>;
|
|
850
952
|
// arity 3
|
|
851
953
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>): Function3<T1, T2, T3, R>;
|
|
852
954
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1): Function2< T2, T3, R>;
|
|
853
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1:
|
|
955
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1: __, arg2: T2): Function2<T1, T3, R>;
|
|
854
956
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2): Function1< T3, R>;
|
|
855
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1:
|
|
856
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2:
|
|
857
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1:
|
|
957
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1: __, plc2: __, arg3: T3): Function2<T1, T2, R>;
|
|
958
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2: __, arg3: T3): Function1< T2, R>;
|
|
959
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, plc1: __, arg2: T2, arg3: T3): Function1<T1, R>;
|
|
858
960
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2, arg3: T3): Function0< R>;
|
|
859
961
|
// arity 4
|
|
860
962
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>): Function4<T1, T2, T3, T4, R>;
|
|
861
963
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1): Function3< T2, T3, T4, R>;
|
|
862
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
964
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, arg2: T2): Function3<T1, T3, T4, R>;
|
|
863
965
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2): Function2< T3, T4, R>;
|
|
864
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
865
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
866
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
966
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, plc2: __, arg3: T3): Function3<T1, T2, T4, R>;
|
|
967
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, arg3: T3): Function2< T2, T4, R>;
|
|
968
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, arg2: T2, arg3: T3): Function2<T1, T4, R>;
|
|
867
969
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3): Function1< T4, R>;
|
|
868
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
869
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
870
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
871
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3:
|
|
872
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
873
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
874
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1:
|
|
970
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, plc2: __, plc3: __, arg4: T4): Function3<T1, T2, T3, R>;
|
|
971
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, plc3: __, arg4: T4): Function2< T2, T3, R>;
|
|
972
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, arg2: T2, plc3: __, arg4: T4): Function2<T1, T3, R>;
|
|
973
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3: __, arg4: T4): Function1< T3, R>;
|
|
974
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, plc2: __, arg3: T3, arg4: T4): Function2<T1, T2, R>;
|
|
975
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, arg3: T3, arg4: T4): Function1< T2, R>;
|
|
976
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, plc1: __, arg2: T2, arg3: T3, arg4: T4): Function1<T1, R>;
|
|
875
977
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): Function0< R>;
|
|
876
978
|
// catch-all
|
|
877
979
|
(func: (...args: any[]) => any, ...args: any[]): (...args: any[]) => any;
|
|
980
|
+
|
|
981
|
+
placeholder: __;
|
|
878
982
|
}
|
|
879
983
|
|
|
880
984
|
interface ImplicitPartial {
|
|
@@ -886,33 +990,33 @@ declare module "../index" {
|
|
|
886
990
|
// arity 2
|
|
887
991
|
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
888
992
|
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
889
|
-
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, plc1:
|
|
993
|
+
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, plc1: __, arg2: T2): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
890
994
|
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function0< R>>;
|
|
891
995
|
// arity 3
|
|
892
996
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>): LoDashImplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
893
997
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1): LoDashImplicitWrapper<Function2< T2, T3, R>>;
|
|
894
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1:
|
|
998
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1: __, arg2: T2): LoDashImplicitWrapper<Function2<T1, T3, R>>;
|
|
895
999
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function1< T3, R>>;
|
|
896
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1:
|
|
897
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2:
|
|
898
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1:
|
|
1000
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1: __, plc2: __, arg3: T3): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
1001
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: __, arg3: T3): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
1002
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, plc1: __, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
899
1003
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function0< R>>;
|
|
900
1004
|
// arity 4
|
|
901
1005
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>): LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>;
|
|
902
1006
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1): LoDashImplicitWrapper<Function3< T2, T3, T4, R>>;
|
|
903
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
1007
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2): LoDashImplicitWrapper<Function3<T1, T3, T4, R>>;
|
|
904
1008
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function2< T3, T4, R>>;
|
|
905
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
906
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
907
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
1009
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, plc2: __, arg3: T3): LoDashImplicitWrapper<Function3<T1, T2, T4, R>>;
|
|
1010
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3): LoDashImplicitWrapper<Function2< T2, T4, R>>;
|
|
1011
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function2<T1, T4, R>>;
|
|
908
1012
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function1< T4, R>>;
|
|
909
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
910
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
911
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
912
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3:
|
|
913
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
914
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
915
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
1013
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, plc2: __, plc3: __, arg4: T4): LoDashImplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
1014
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, plc3: __, arg4: T4): LoDashImplicitWrapper<Function2< T2, T3, R>>;
|
|
1015
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2, plc3: __, arg4: T4): LoDashImplicitWrapper<Function2<T1, T3, R>>;
|
|
1016
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: __, arg4: T4): LoDashImplicitWrapper<Function1< T3, R>>;
|
|
1017
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, plc2: __, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
1018
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
1019
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
916
1020
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function0< R>>;
|
|
917
1021
|
// catch-all
|
|
918
1022
|
(...args: any[]): LoDashImplicitWrapper<(...args: any[]) => any>;
|
|
@@ -927,33 +1031,33 @@ declare module "../index" {
|
|
|
927
1031
|
// arity 2
|
|
928
1032
|
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
929
1033
|
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
930
|
-
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, plc1:
|
|
1034
|
+
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, plc1: __, arg2: T2): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
931
1035
|
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function0< R>>;
|
|
932
1036
|
// arity 3
|
|
933
1037
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>): LoDashExplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
934
1038
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1): LoDashExplicitWrapper<Function2< T2, T3, R>>;
|
|
935
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1:
|
|
1039
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1: __, arg2: T2): LoDashExplicitWrapper<Function2<T1, T3, R>>;
|
|
936
1040
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function1< T3, R>>;
|
|
937
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1:
|
|
938
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2:
|
|
939
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1:
|
|
1041
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1: __, plc2: __, arg3: T3): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
1042
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: __, arg3: T3): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
1043
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, plc1: __, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
940
1044
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function0< R>>;
|
|
941
1045
|
// arity 4
|
|
942
1046
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>): LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>;
|
|
943
1047
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1): LoDashExplicitWrapper<Function3< T2, T3, T4, R>>;
|
|
944
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
1048
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2): LoDashExplicitWrapper<Function3<T1, T3, T4, R>>;
|
|
945
1049
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function2< T3, T4, R>>;
|
|
946
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
947
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
948
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
1050
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, plc2: __, arg3: T3): LoDashExplicitWrapper<Function3<T1, T2, T4, R>>;
|
|
1051
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3): LoDashExplicitWrapper<Function2< T2, T4, R>>;
|
|
1052
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function2<T1, T4, R>>;
|
|
949
1053
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function1< T4, R>>;
|
|
950
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
951
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
952
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
953
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3:
|
|
954
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
955
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
956
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1:
|
|
1054
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, plc2: __, plc3: __, arg4: T4): LoDashExplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
1055
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, plc3: __, arg4: T4): LoDashExplicitWrapper<Function2< T2, T3, R>>;
|
|
1056
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2, plc3: __, arg4: T4): LoDashExplicitWrapper<Function2<T1, T3, R>>;
|
|
1057
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: __, arg4: T4): LoDashExplicitWrapper<Function1< T3, R>>;
|
|
1058
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, plc2: __, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
1059
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
1060
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, plc1: __, arg2: T2, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
957
1061
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function0< R>>;
|
|
958
1062
|
// catch-all
|
|
959
1063
|
(...args: any[]): LoDashExplicitWrapper<(...args: any[]) => any>;
|
|
@@ -994,37 +1098,39 @@ declare module "../index" {
|
|
|
994
1098
|
<T1, R>(func: Function1<T1, R>, arg1: T1): Function0<R>;
|
|
995
1099
|
// arity 2
|
|
996
1100
|
<T1, T2, R>(func: Function2<T1, T2, R>): Function2<T1, T2, R>;
|
|
997
|
-
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1, plc2:
|
|
1101
|
+
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1, plc2: __): Function1< T2, R>;
|
|
998
1102
|
<T1, T2, R>(func: Function2<T1, T2, R>, arg2: T2): Function1<T1, R>;
|
|
999
1103
|
<T1, T2, R>(func: Function2<T1, T2, R>, arg1: T1, arg2: T2): Function0< R>;
|
|
1000
1104
|
// arity 3
|
|
1001
1105
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>): Function3<T1, T2, T3, R>;
|
|
1002
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2:
|
|
1003
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg2: T2, plc3:
|
|
1004
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2, plc3:
|
|
1106
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2: __, plc3: __): Function2< T2, T3, R>;
|
|
1107
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg2: T2, plc3: __): Function2<T1, T3, R>;
|
|
1108
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2, plc3: __): Function1< T3, R>;
|
|
1005
1109
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg3: T3): Function2<T1, T2, R>;
|
|
1006
|
-
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2:
|
|
1110
|
+
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, plc2: __, arg3: T3): Function1< T2, R>;
|
|
1007
1111
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg2: T2, arg3: T3): Function1<T1, R>;
|
|
1008
1112
|
<T1, T2, T3, R>(func: Function3<T1, T2, T3, R>, arg1: T1, arg2: T2, arg3: T3): Function0< R>;
|
|
1009
1113
|
// arity 4
|
|
1010
1114
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>): Function4<T1, T2, T3, T4, R>;
|
|
1011
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
1012
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, plc3:
|
|
1013
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3:
|
|
1014
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg3: T3, plc4:
|
|
1015
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
1016
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, arg3: T3, plc4:
|
|
1017
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3, plc4:
|
|
1115
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, plc3: __, plc4: __): Function3< T2, T3, T4, R>;
|
|
1116
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, plc3: __, plc4: __): Function3<T1, T3, T4, R>;
|
|
1117
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3: __, plc4: __): Function2< T3, T4, R>;
|
|
1118
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg3: T3, plc4: __): Function3<T1, T2, T4, R>;
|
|
1119
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, arg3: T3, plc4: __): Function2< T2, T4, R>;
|
|
1120
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, arg3: T3, plc4: __): Function2<T1, T4, R>;
|
|
1121
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3, plc4: __): Function1< T4, R>;
|
|
1018
1122
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg4: T4): Function3<T1, T2, T3, R>;
|
|
1019
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
1020
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, plc3:
|
|
1021
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3:
|
|
1123
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, plc3: __, arg4: T4): Function2< T2, T3, R>;
|
|
1124
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, plc3: __, arg4: T4): Function2<T1, T3, R>;
|
|
1125
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, plc3: __, arg4: T4): Function1< T3, R>;
|
|
1022
1126
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg3: T3, arg4: T4): Function2<T1, T2, R>;
|
|
1023
|
-
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2:
|
|
1127
|
+
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, plc2: __, arg3: T3, arg4: T4): Function1< T2, R>;
|
|
1024
1128
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg2: T2, arg3: T3, arg4: T4): Function1<T1, R>;
|
|
1025
1129
|
<T1, T2, T3, T4, R>(func: Function4<T1, T2, T3, T4, R>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): Function0< R>;
|
|
1026
1130
|
// catch-all
|
|
1027
1131
|
(func: (...args: any[]) => any, ...args: any[]): (...args: any[]) => any;
|
|
1132
|
+
|
|
1133
|
+
placeholder: __;
|
|
1028
1134
|
}
|
|
1029
1135
|
|
|
1030
1136
|
interface ImplicitPartialRight {
|
|
@@ -1035,33 +1141,33 @@ declare module "../index" {
|
|
|
1035
1141
|
<T1, R>(this: LoDashImplicitWrapper<Function1<T1, R>>, arg1: T1): LoDashImplicitWrapper<Function0<R>>;
|
|
1036
1142
|
// arity 2
|
|
1037
1143
|
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
1038
|
-
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1, plc2:
|
|
1144
|
+
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1, plc2: __): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
1039
1145
|
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg2: T2): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
1040
1146
|
<T1, T2, R>(this: LoDashImplicitWrapper<Function2<T1, T2, R>>, arg1: T1, arg2: T2): LoDashImplicitWrapper<Function0< R>>;
|
|
1041
1147
|
// arity 3
|
|
1042
1148
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>): LoDashImplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
1043
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2:
|
|
1044
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg2: T2, plc3:
|
|
1045
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, plc3:
|
|
1149
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: __, plc3: __): LoDashImplicitWrapper<Function2< T2, T3, R>>;
|
|
1150
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg2: T2, plc3: __): LoDashImplicitWrapper<Function2<T1, T3, R>>;
|
|
1151
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, plc3: __): LoDashImplicitWrapper<Function1< T3, R>>;
|
|
1046
1152
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg3: T3): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
1047
|
-
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2:
|
|
1153
|
+
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: __, arg3: T3): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
1048
1154
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
1049
1155
|
<T1, T2, T3, R>(this: LoDashImplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashImplicitWrapper<Function0< R>>;
|
|
1050
1156
|
// arity 4
|
|
1051
1157
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>): LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>;
|
|
1052
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1053
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3:
|
|
1054
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3:
|
|
1055
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg3: T3, plc4:
|
|
1056
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1057
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, arg3: T3, plc4:
|
|
1058
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, plc4:
|
|
1158
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, plc3: __, plc4: __): LoDashImplicitWrapper<Function3< T2, T3, T4, R>>;
|
|
1159
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3: __, plc4: __): LoDashImplicitWrapper<Function3<T1, T3, T4, R>>;
|
|
1160
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: __, plc4: __): LoDashImplicitWrapper<Function2< T3, T4, R>>;
|
|
1161
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg3: T3, plc4: __): LoDashImplicitWrapper<Function3<T1, T2, T4, R>>;
|
|
1162
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3, plc4: __): LoDashImplicitWrapper<Function2< T2, T4, R>>;
|
|
1163
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, arg3: T3, plc4: __): LoDashImplicitWrapper<Function2<T1, T4, R>>;
|
|
1164
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, plc4: __): LoDashImplicitWrapper<Function1< T4, R>>;
|
|
1059
1165
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg4: T4): LoDashImplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
1060
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1061
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3:
|
|
1062
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3:
|
|
1166
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, plc3: __, arg4: T4): LoDashImplicitWrapper<Function2< T2, T3, R>>;
|
|
1167
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3: __, arg4: T4): LoDashImplicitWrapper<Function2<T1, T3, R>>;
|
|
1168
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: __, arg4: T4): LoDashImplicitWrapper<Function1< T3, R>>;
|
|
1063
1169
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function2<T1, T2, R>>;
|
|
1064
|
-
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1170
|
+
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function1< T2, R>>;
|
|
1065
1171
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function1<T1, R>>;
|
|
1066
1172
|
<T1, T2, T3, T4, R>(this: LoDashImplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): LoDashImplicitWrapper<Function0< R>>;
|
|
1067
1173
|
// catch-all
|
|
@@ -1076,33 +1182,33 @@ declare module "../index" {
|
|
|
1076
1182
|
<T1, R>(this: LoDashExplicitWrapper<Function1<T1, R>>, arg1: T1): LoDashExplicitWrapper<Function0<R>>;
|
|
1077
1183
|
// arity 2
|
|
1078
1184
|
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
1079
|
-
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1, plc2:
|
|
1185
|
+
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1, plc2: __): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
1080
1186
|
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg2: T2): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
1081
1187
|
<T1, T2, R>(this: LoDashExplicitWrapper<Function2<T1, T2, R>>, arg1: T1, arg2: T2): LoDashExplicitWrapper<Function0< R>>;
|
|
1082
1188
|
// arity 3
|
|
1083
1189
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>): LoDashExplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
1084
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2:
|
|
1085
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg2: T2, plc3:
|
|
1086
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, plc3:
|
|
1190
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: __, plc3: __): LoDashExplicitWrapper<Function2< T2, T3, R>>;
|
|
1191
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg2: T2, plc3: __): LoDashExplicitWrapper<Function2<T1, T3, R>>;
|
|
1192
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, plc3: __): LoDashExplicitWrapper<Function1< T3, R>>;
|
|
1087
1193
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg3: T3): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
1088
|
-
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2:
|
|
1194
|
+
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, plc2: __, arg3: T3): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
1089
1195
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
1090
1196
|
<T1, T2, T3, R>(this: LoDashExplicitWrapper<Function3<T1, T2, T3, R>>, arg1: T1, arg2: T2, arg3: T3): LoDashExplicitWrapper<Function0< R>>;
|
|
1091
1197
|
// arity 4
|
|
1092
1198
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>): LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>;
|
|
1093
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1094
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3:
|
|
1095
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3:
|
|
1096
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg3: T3, plc4:
|
|
1097
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1098
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, arg3: T3, plc4:
|
|
1099
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, plc4:
|
|
1199
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, plc3: __, plc4: __): LoDashExplicitWrapper<Function3< T2, T3, T4, R>>;
|
|
1200
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3: __, plc4: __): LoDashExplicitWrapper<Function3<T1, T3, T4, R>>;
|
|
1201
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: __, plc4: __): LoDashExplicitWrapper<Function2< T3, T4, R>>;
|
|
1202
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg3: T3, plc4: __): LoDashExplicitWrapper<Function3<T1, T2, T4, R>>;
|
|
1203
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3, plc4: __): LoDashExplicitWrapper<Function2< T2, T4, R>>;
|
|
1204
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, arg3: T3, plc4: __): LoDashExplicitWrapper<Function2<T1, T4, R>>;
|
|
1205
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, plc4: __): LoDashExplicitWrapper<Function1< T4, R>>;
|
|
1100
1206
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg4: T4): LoDashExplicitWrapper<Function3<T1, T2, T3, R>>;
|
|
1101
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1102
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3:
|
|
1103
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3:
|
|
1207
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, plc3: __, arg4: T4): LoDashExplicitWrapper<Function2< T2, T3, R>>;
|
|
1208
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, plc3: __, arg4: T4): LoDashExplicitWrapper<Function2<T1, T3, R>>;
|
|
1209
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, plc3: __, arg4: T4): LoDashExplicitWrapper<Function1< T3, R>>;
|
|
1104
1210
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function2<T1, T2, R>>;
|
|
1105
|
-
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2:
|
|
1211
|
+
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, plc2: __, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function1< T2, R>>;
|
|
1106
1212
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg2: T2, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function1<T1, R>>;
|
|
1107
1213
|
<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<Function4<T1, T2, T3, T4, R>>, arg1: T1, arg2: T2, arg3: T3, arg4: T4): LoDashExplicitWrapper<Function0< R>>;
|
|
1108
1214
|
// catch-all
|
|
@@ -1364,4 +1470,4 @@ declare module "../index" {
|
|
|
1364
1470
|
wrapper: (value: TValue, ...args: any[]) => TResult
|
|
1365
1471
|
): LoDashExplicitWrapper<(...args: any[]) => TResult>;
|
|
1366
1472
|
}
|
|
1367
|
-
}
|
|
1473
|
+
}
|