cypress 7.1.0 → 7.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/cli.js +4 -4
- package/lib/errors.js +6 -1
- package/lib/exec/open.js +6 -9
- package/lib/exec/run.js +6 -26
- package/lib/exec/shared.js +50 -0
- package/lib/tasks/download.js +39 -5
- package/lib/tasks/install.js +18 -6
- package/lib/tasks/unzip.js +9 -12
- package/lib/tasks/verify.js +9 -3
- package/package.json +3 -4
- package/types/chai/index.d.ts +5 -3
- package/types/cypress-npm-api.d.ts +5 -0
- package/types/cypress.d.ts +40 -7
- package/types/lodash/common/array.d.ts +519 -2105
- package/types/lodash/common/collection.d.ts +912 -1569
- package/types/lodash/common/common.d.ts +71 -61
- package/types/lodash/common/date.d.ts +2 -6
- package/types/lodash/common/function.d.ts +808 -867
- package/types/lodash/common/lang.d.ts +239 -483
- package/types/lodash/common/math.d.ts +64 -191
- package/types/lodash/common/number.d.ts +39 -86
- package/types/lodash/common/object.d.ts +675 -2265
- package/types/lodash/common/seq.d.ts +101 -87
- package/types/lodash/common/string.d.ts +81 -352
- package/types/lodash/common/util.d.ts +337 -639
- package/types/lodash/fp.d.ts +478 -532
- package/types/lodash/index.d.ts +0 -1
- package/types/minimatch/index.d.ts +5 -15
- package/types/net-stubbing.ts +14 -10
- package/types/sinon/index.d.ts +218 -227
- package/types/sinon/ts3.1/index.d.ts +1789 -0
- package/types/lodash/ts3.1/add.d.ts +0 -2
- package/types/lodash/ts3.1/after.d.ts +0 -2
- package/types/lodash/ts3.1/ary.d.ts +0 -2
- package/types/lodash/ts3.1/assign.d.ts +0 -2
- package/types/lodash/ts3.1/assignIn.d.ts +0 -2
- package/types/lodash/ts3.1/assignInWith.d.ts +0 -2
- package/types/lodash/ts3.1/assignWith.d.ts +0 -2
- package/types/lodash/ts3.1/at.d.ts +0 -2
- package/types/lodash/ts3.1/attempt.d.ts +0 -2
- package/types/lodash/ts3.1/before.d.ts +0 -2
- package/types/lodash/ts3.1/bind.d.ts +0 -2
- package/types/lodash/ts3.1/bindAll.d.ts +0 -2
- package/types/lodash/ts3.1/bindKey.d.ts +0 -2
- package/types/lodash/ts3.1/camelCase.d.ts +0 -2
- package/types/lodash/ts3.1/capitalize.d.ts +0 -2
- package/types/lodash/ts3.1/castArray.d.ts +0 -2
- package/types/lodash/ts3.1/ceil.d.ts +0 -2
- package/types/lodash/ts3.1/chain.d.ts +0 -2
- package/types/lodash/ts3.1/chunk.d.ts +0 -2
- package/types/lodash/ts3.1/clamp.d.ts +0 -2
- package/types/lodash/ts3.1/clone.d.ts +0 -2
- package/types/lodash/ts3.1/cloneDeep.d.ts +0 -2
- package/types/lodash/ts3.1/cloneDeepWith.d.ts +0 -2
- package/types/lodash/ts3.1/cloneWith.d.ts +0 -2
- package/types/lodash/ts3.1/common/array.d.ts +0 -2127
- package/types/lodash/ts3.1/common/collection.d.ts +0 -1930
- package/types/lodash/ts3.1/common/common.d.ts +0 -284
- package/types/lodash/ts3.1/common/date.d.ts +0 -23
- package/types/lodash/ts3.1/common/function.d.ts +0 -1392
- package/types/lodash/ts3.1/common/lang.d.ts +0 -1694
- package/types/lodash/ts3.1/common/math.d.ts +0 -405
- package/types/lodash/ts3.1/common/number.d.ts +0 -131
- package/types/lodash/ts3.1/common/object.d.ts +0 -2507
- package/types/lodash/ts3.1/common/seq.d.ts +0 -210
- package/types/lodash/ts3.1/common/string.d.ts +0 -788
- package/types/lodash/ts3.1/common/util.d.ts +0 -1219
- package/types/lodash/ts3.1/compact.d.ts +0 -2
- package/types/lodash/ts3.1/concat.d.ts +0 -2
- package/types/lodash/ts3.1/cond.d.ts +0 -2
- package/types/lodash/ts3.1/conformsTo.d.ts +0 -2
- package/types/lodash/ts3.1/constant.d.ts +0 -2
- package/types/lodash/ts3.1/countBy.d.ts +0 -2
- package/types/lodash/ts3.1/create.d.ts +0 -2
- package/types/lodash/ts3.1/curry.d.ts +0 -2
- package/types/lodash/ts3.1/curryRight.d.ts +0 -2
- package/types/lodash/ts3.1/debounce.d.ts +0 -2
- package/types/lodash/ts3.1/deburr.d.ts +0 -2
- package/types/lodash/ts3.1/defaultTo.d.ts +0 -2
- package/types/lodash/ts3.1/defaults.d.ts +0 -2
- package/types/lodash/ts3.1/defaultsDeep.d.ts +0 -2
- package/types/lodash/ts3.1/defer.d.ts +0 -2
- package/types/lodash/ts3.1/delay.d.ts +0 -2
- package/types/lodash/ts3.1/difference.d.ts +0 -2
- package/types/lodash/ts3.1/differenceBy.d.ts +0 -2
- package/types/lodash/ts3.1/differenceWith.d.ts +0 -2
- package/types/lodash/ts3.1/divide.d.ts +0 -2
- package/types/lodash/ts3.1/drop.d.ts +0 -2
- package/types/lodash/ts3.1/dropRight.d.ts +0 -2
- package/types/lodash/ts3.1/dropRightWhile.d.ts +0 -2
- package/types/lodash/ts3.1/dropWhile.d.ts +0 -2
- package/types/lodash/ts3.1/each.d.ts +0 -2
- package/types/lodash/ts3.1/eachRight.d.ts +0 -2
- package/types/lodash/ts3.1/endsWith.d.ts +0 -2
- package/types/lodash/ts3.1/entries.d.ts +0 -2
- package/types/lodash/ts3.1/entriesIn.d.ts +0 -2
- package/types/lodash/ts3.1/eq.d.ts +0 -2
- package/types/lodash/ts3.1/escape.d.ts +0 -2
- package/types/lodash/ts3.1/escapeRegExp.d.ts +0 -2
- package/types/lodash/ts3.1/every.d.ts +0 -2
- package/types/lodash/ts3.1/extend.d.ts +0 -2
- package/types/lodash/ts3.1/extendWith.d.ts +0 -2
- package/types/lodash/ts3.1/fill.d.ts +0 -2
- package/types/lodash/ts3.1/filter.d.ts +0 -2
- package/types/lodash/ts3.1/find.d.ts +0 -2
- package/types/lodash/ts3.1/findIndex.d.ts +0 -2
- package/types/lodash/ts3.1/findKey.d.ts +0 -2
- package/types/lodash/ts3.1/findLast.d.ts +0 -2
- package/types/lodash/ts3.1/findLastIndex.d.ts +0 -2
- package/types/lodash/ts3.1/findLastKey.d.ts +0 -2
- package/types/lodash/ts3.1/first.d.ts +0 -2
- package/types/lodash/ts3.1/flatMap.d.ts +0 -2
- package/types/lodash/ts3.1/flatMapDeep.d.ts +0 -2
- package/types/lodash/ts3.1/flatMapDepth.d.ts +0 -2
- package/types/lodash/ts3.1/flatten.d.ts +0 -2
- package/types/lodash/ts3.1/flattenDeep.d.ts +0 -2
- package/types/lodash/ts3.1/flattenDepth.d.ts +0 -2
- package/types/lodash/ts3.1/flip.d.ts +0 -2
- package/types/lodash/ts3.1/floor.d.ts +0 -2
- package/types/lodash/ts3.1/flow.d.ts +0 -2
- package/types/lodash/ts3.1/flowRight.d.ts +0 -2
- package/types/lodash/ts3.1/forEach.d.ts +0 -2
- package/types/lodash/ts3.1/forEachRight.d.ts +0 -2
- package/types/lodash/ts3.1/forIn.d.ts +0 -2
- package/types/lodash/ts3.1/forInRight.d.ts +0 -2
- package/types/lodash/ts3.1/forOwn.d.ts +0 -2
- package/types/lodash/ts3.1/forOwnRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/F.d.ts +0 -2
- package/types/lodash/ts3.1/fp/T.d.ts +0 -2
- package/types/lodash/ts3.1/fp/__.d.ts +0 -3
- package/types/lodash/ts3.1/fp/add.d.ts +0 -2
- package/types/lodash/ts3.1/fp/after.d.ts +0 -2
- package/types/lodash/ts3.1/fp/all.d.ts +0 -2
- package/types/lodash/ts3.1/fp/allPass.d.ts +0 -2
- package/types/lodash/ts3.1/fp/always.d.ts +0 -2
- package/types/lodash/ts3.1/fp/any.d.ts +0 -2
- package/types/lodash/ts3.1/fp/anyPass.d.ts +0 -2
- package/types/lodash/ts3.1/fp/apply.d.ts +0 -2
- package/types/lodash/ts3.1/fp/ary.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assign.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignAllWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignInAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignInAllWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignInWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assignWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assoc.d.ts +0 -2
- package/types/lodash/ts3.1/fp/assocPath.d.ts +0 -2
- package/types/lodash/ts3.1/fp/at.d.ts +0 -2
- package/types/lodash/ts3.1/fp/attempt.d.ts +0 -2
- package/types/lodash/ts3.1/fp/before.d.ts +0 -2
- package/types/lodash/ts3.1/fp/bind.d.ts +0 -2
- package/types/lodash/ts3.1/fp/bindAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/bindKey.d.ts +0 -2
- package/types/lodash/ts3.1/fp/camelCase.d.ts +0 -2
- package/types/lodash/ts3.1/fp/capitalize.d.ts +0 -2
- package/types/lodash/ts3.1/fp/castArray.d.ts +0 -2
- package/types/lodash/ts3.1/fp/ceil.d.ts +0 -2
- package/types/lodash/ts3.1/fp/chunk.d.ts +0 -2
- package/types/lodash/ts3.1/fp/clamp.d.ts +0 -2
- package/types/lodash/ts3.1/fp/clone.d.ts +0 -2
- package/types/lodash/ts3.1/fp/cloneDeep.d.ts +0 -2
- package/types/lodash/ts3.1/fp/cloneDeepWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/cloneWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/compact.d.ts +0 -2
- package/types/lodash/ts3.1/fp/complement.d.ts +0 -2
- package/types/lodash/ts3.1/fp/compose.d.ts +0 -2
- package/types/lodash/ts3.1/fp/concat.d.ts +0 -2
- package/types/lodash/ts3.1/fp/cond.d.ts +0 -2
- package/types/lodash/ts3.1/fp/conforms.d.ts +0 -2
- package/types/lodash/ts3.1/fp/conformsTo.d.ts +0 -2
- package/types/lodash/ts3.1/fp/constant.d.ts +0 -2
- package/types/lodash/ts3.1/fp/contains.d.ts +0 -2
- package/types/lodash/ts3.1/fp/convert.d.ts +0 -15
- package/types/lodash/ts3.1/fp/countBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/create.d.ts +0 -2
- package/types/lodash/ts3.1/fp/curry.d.ts +0 -2
- package/types/lodash/ts3.1/fp/curryN.d.ts +0 -2
- package/types/lodash/ts3.1/fp/curryRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/curryRightN.d.ts +0 -2
- package/types/lodash/ts3.1/fp/debounce.d.ts +0 -2
- package/types/lodash/ts3.1/fp/deburr.d.ts +0 -2
- package/types/lodash/ts3.1/fp/defaultTo.d.ts +0 -2
- package/types/lodash/ts3.1/fp/defaults.d.ts +0 -2
- package/types/lodash/ts3.1/fp/defaultsAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/defaultsDeep.d.ts +0 -2
- package/types/lodash/ts3.1/fp/defaultsDeepAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/defer.d.ts +0 -2
- package/types/lodash/ts3.1/fp/delay.d.ts +0 -2
- package/types/lodash/ts3.1/fp/difference.d.ts +0 -2
- package/types/lodash/ts3.1/fp/differenceBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/differenceWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dissoc.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dissocPath.d.ts +0 -2
- package/types/lodash/ts3.1/fp/divide.d.ts +0 -2
- package/types/lodash/ts3.1/fp/drop.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dropLast.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dropLastWhile.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dropRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dropRightWhile.d.ts +0 -2
- package/types/lodash/ts3.1/fp/dropWhile.d.ts +0 -2
- package/types/lodash/ts3.1/fp/each.d.ts +0 -2
- package/types/lodash/ts3.1/fp/eachRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/endsWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/entries.d.ts +0 -2
- package/types/lodash/ts3.1/fp/entriesIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/eq.d.ts +0 -2
- package/types/lodash/ts3.1/fp/equals.d.ts +0 -2
- package/types/lodash/ts3.1/fp/escape.d.ts +0 -2
- package/types/lodash/ts3.1/fp/escapeRegExp.d.ts +0 -2
- package/types/lodash/ts3.1/fp/every.d.ts +0 -2
- package/types/lodash/ts3.1/fp/extend.d.ts +0 -2
- package/types/lodash/ts3.1/fp/extendAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/extendAllWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/extendWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/fill.d.ts +0 -2
- package/types/lodash/ts3.1/fp/filter.d.ts +0 -2
- package/types/lodash/ts3.1/fp/find.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findIndex.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findIndexFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findKey.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findLast.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findLastFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findLastIndex.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findLastIndexFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/findLastKey.d.ts +0 -2
- package/types/lodash/ts3.1/fp/first.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flatMap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flatMapDeep.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flatMapDepth.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flatten.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flattenDeep.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flattenDepth.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flip.d.ts +0 -2
- package/types/lodash/ts3.1/fp/floor.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flow.d.ts +0 -2
- package/types/lodash/ts3.1/fp/flowRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/forEach.d.ts +0 -2
- package/types/lodash/ts3.1/fp/forEachRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/forIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/forInRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/forOwn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/forOwnRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/fromPairs.d.ts +0 -2
- package/types/lodash/ts3.1/fp/functions.d.ts +0 -2
- package/types/lodash/ts3.1/fp/functionsIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/get.d.ts +0 -2
- package/types/lodash/ts3.1/fp/getOr.d.ts +0 -2
- package/types/lodash/ts3.1/fp/groupBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/gt.d.ts +0 -2
- package/types/lodash/ts3.1/fp/gte.d.ts +0 -2
- package/types/lodash/ts3.1/fp/has.d.ts +0 -2
- package/types/lodash/ts3.1/fp/hasIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/head.d.ts +0 -2
- package/types/lodash/ts3.1/fp/identical.d.ts +0 -2
- package/types/lodash/ts3.1/fp/identity.d.ts +0 -2
- package/types/lodash/ts3.1/fp/inRange.d.ts +0 -2
- package/types/lodash/ts3.1/fp/includes.d.ts +0 -2
- package/types/lodash/ts3.1/fp/includesFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/indexBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/indexOf.d.ts +0 -2
- package/types/lodash/ts3.1/fp/indexOfFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/init.d.ts +0 -2
- package/types/lodash/ts3.1/fp/initial.d.ts +0 -2
- package/types/lodash/ts3.1/fp/intersection.d.ts +0 -2
- package/types/lodash/ts3.1/fp/intersectionBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/intersectionWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invert.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invertBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invertObj.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invoke.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invokeArgs.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invokeArgsMap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/invokeMap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isArguments.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isArray.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isArrayBuffer.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isArrayLike.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isArrayLikeObject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isBoolean.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isBuffer.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isDate.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isElement.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isEmpty.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isEqual.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isEqualWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isError.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isFinite.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isFunction.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isInteger.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isLength.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isMap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isMatch.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isMatchWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isNaN.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isNative.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isNil.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isNull.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isNumber.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isObject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isObjectLike.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isPlainObject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isRegExp.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isSafeInteger.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isSet.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isString.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isSymbol.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isTypedArray.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isUndefined.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isWeakMap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/isWeakSet.d.ts +0 -2
- package/types/lodash/ts3.1/fp/iteratee.d.ts +0 -2
- package/types/lodash/ts3.1/fp/join.d.ts +0 -2
- package/types/lodash/ts3.1/fp/juxt.d.ts +0 -2
- package/types/lodash/ts3.1/fp/kebabCase.d.ts +0 -2
- package/types/lodash/ts3.1/fp/keyBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/keys.d.ts +0 -2
- package/types/lodash/ts3.1/fp/keysIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/last.d.ts +0 -2
- package/types/lodash/ts3.1/fp/lastIndexOf.d.ts +0 -2
- package/types/lodash/ts3.1/fp/lastIndexOfFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/lowerCase.d.ts +0 -2
- package/types/lodash/ts3.1/fp/lowerFirst.d.ts +0 -2
- package/types/lodash/ts3.1/fp/lt.d.ts +0 -2
- package/types/lodash/ts3.1/fp/lte.d.ts +0 -2
- package/types/lodash/ts3.1/fp/map.d.ts +0 -2
- package/types/lodash/ts3.1/fp/mapKeys.d.ts +0 -2
- package/types/lodash/ts3.1/fp/mapValues.d.ts +0 -2
- package/types/lodash/ts3.1/fp/matches.d.ts +0 -2
- package/types/lodash/ts3.1/fp/matchesProperty.d.ts +0 -2
- package/types/lodash/ts3.1/fp/max.d.ts +0 -2
- package/types/lodash/ts3.1/fp/maxBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/mean.d.ts +0 -2
- package/types/lodash/ts3.1/fp/meanBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/memoize.d.ts +0 -2
- package/types/lodash/ts3.1/fp/merge.d.ts +0 -2
- package/types/lodash/ts3.1/fp/mergeAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/mergeAllWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/mergeWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/method.d.ts +0 -2
- package/types/lodash/ts3.1/fp/methodOf.d.ts +0 -2
- package/types/lodash/ts3.1/fp/min.d.ts +0 -2
- package/types/lodash/ts3.1/fp/minBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/multiply.d.ts +0 -2
- package/types/lodash/ts3.1/fp/nAry.d.ts +0 -2
- package/types/lodash/ts3.1/fp/negate.d.ts +0 -2
- package/types/lodash/ts3.1/fp/noConflict.d.ts +0 -2
- package/types/lodash/ts3.1/fp/noop.d.ts +0 -2
- package/types/lodash/ts3.1/fp/now.d.ts +0 -2
- package/types/lodash/ts3.1/fp/nth.d.ts +0 -2
- package/types/lodash/ts3.1/fp/nthArg.d.ts +0 -2
- package/types/lodash/ts3.1/fp/omit.d.ts +0 -2
- package/types/lodash/ts3.1/fp/omitAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/omitBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/once.d.ts +0 -2
- package/types/lodash/ts3.1/fp/orderBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/over.d.ts +0 -2
- package/types/lodash/ts3.1/fp/overArgs.d.ts +0 -2
- package/types/lodash/ts3.1/fp/overEvery.d.ts +0 -2
- package/types/lodash/ts3.1/fp/overSome.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pad.d.ts +0 -2
- package/types/lodash/ts3.1/fp/padChars.d.ts +0 -2
- package/types/lodash/ts3.1/fp/padCharsEnd.d.ts +0 -2
- package/types/lodash/ts3.1/fp/padCharsStart.d.ts +0 -2
- package/types/lodash/ts3.1/fp/padEnd.d.ts +0 -2
- package/types/lodash/ts3.1/fp/padStart.d.ts +0 -2
- package/types/lodash/ts3.1/fp/parseInt.d.ts +0 -2
- package/types/lodash/ts3.1/fp/partial.d.ts +0 -2
- package/types/lodash/ts3.1/fp/partialRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/partition.d.ts +0 -2
- package/types/lodash/ts3.1/fp/path.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pathEq.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pathOr.d.ts +0 -2
- package/types/lodash/ts3.1/fp/paths.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pick.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pickAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pickBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pipe.d.ts +0 -2
- package/types/lodash/ts3.1/fp/placeholder.d.ts +0 -3
- package/types/lodash/ts3.1/fp/pluck.d.ts +0 -2
- package/types/lodash/ts3.1/fp/prop.d.ts +0 -2
- package/types/lodash/ts3.1/fp/propEq.d.ts +0 -2
- package/types/lodash/ts3.1/fp/propOr.d.ts +0 -2
- package/types/lodash/ts3.1/fp/property.d.ts +0 -2
- package/types/lodash/ts3.1/fp/propertyOf.d.ts +0 -2
- package/types/lodash/ts3.1/fp/props.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pull.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pullAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pullAllBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pullAllWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/pullAt.d.ts +0 -2
- package/types/lodash/ts3.1/fp/random.d.ts +0 -2
- package/types/lodash/ts3.1/fp/range.d.ts +0 -2
- package/types/lodash/ts3.1/fp/rangeRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/rangeStep.d.ts +0 -2
- package/types/lodash/ts3.1/fp/rangeStepRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/rearg.d.ts +0 -2
- package/types/lodash/ts3.1/fp/reduce.d.ts +0 -2
- package/types/lodash/ts3.1/fp/reduceRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/reject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/remove.d.ts +0 -2
- package/types/lodash/ts3.1/fp/repeat.d.ts +0 -2
- package/types/lodash/ts3.1/fp/replace.d.ts +0 -2
- package/types/lodash/ts3.1/fp/rest.d.ts +0 -2
- package/types/lodash/ts3.1/fp/restFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/result.d.ts +0 -2
- package/types/lodash/ts3.1/fp/reverse.d.ts +0 -2
- package/types/lodash/ts3.1/fp/round.d.ts +0 -2
- package/types/lodash/ts3.1/fp/runInContext.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sample.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sampleSize.d.ts +0 -2
- package/types/lodash/ts3.1/fp/set.d.ts +0 -2
- package/types/lodash/ts3.1/fp/setWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/shuffle.d.ts +0 -2
- package/types/lodash/ts3.1/fp/size.d.ts +0 -2
- package/types/lodash/ts3.1/fp/slice.d.ts +0 -2
- package/types/lodash/ts3.1/fp/snakeCase.d.ts +0 -2
- package/types/lodash/ts3.1/fp/some.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedIndex.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedIndexBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedIndexOf.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedLastIndex.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedLastIndexBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedLastIndexOf.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedUniq.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sortedUniqBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/split.d.ts +0 -2
- package/types/lodash/ts3.1/fp/spread.d.ts +0 -2
- package/types/lodash/ts3.1/fp/spreadFrom.d.ts +0 -2
- package/types/lodash/ts3.1/fp/startCase.d.ts +0 -2
- package/types/lodash/ts3.1/fp/startsWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/stubArray.d.ts +0 -2
- package/types/lodash/ts3.1/fp/stubFalse.d.ts +0 -2
- package/types/lodash/ts3.1/fp/stubObject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/stubString.d.ts +0 -2
- package/types/lodash/ts3.1/fp/stubTrue.d.ts +0 -2
- package/types/lodash/ts3.1/fp/subtract.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sum.d.ts +0 -2
- package/types/lodash/ts3.1/fp/sumBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/symmetricDifference.d.ts +0 -2
- package/types/lodash/ts3.1/fp/symmetricDifferenceBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/symmetricDifferenceWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/tail.d.ts +0 -2
- package/types/lodash/ts3.1/fp/take.d.ts +0 -2
- package/types/lodash/ts3.1/fp/takeLast.d.ts +0 -2
- package/types/lodash/ts3.1/fp/takeLastWhile.d.ts +0 -2
- package/types/lodash/ts3.1/fp/takeRight.d.ts +0 -2
- package/types/lodash/ts3.1/fp/takeRightWhile.d.ts +0 -2
- package/types/lodash/ts3.1/fp/takeWhile.d.ts +0 -2
- package/types/lodash/ts3.1/fp/tap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/template.d.ts +0 -2
- package/types/lodash/ts3.1/fp/throttle.d.ts +0 -2
- package/types/lodash/ts3.1/fp/thru.d.ts +0 -2
- package/types/lodash/ts3.1/fp/times.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toArray.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toFinite.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toInteger.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toLength.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toLower.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toNumber.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toPairs.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toPairsIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toPath.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toPlainObject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toSafeInteger.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toString.d.ts +0 -2
- package/types/lodash/ts3.1/fp/toUpper.d.ts +0 -2
- package/types/lodash/ts3.1/fp/transform.d.ts +0 -2
- package/types/lodash/ts3.1/fp/trim.d.ts +0 -2
- package/types/lodash/ts3.1/fp/trimChars.d.ts +0 -2
- package/types/lodash/ts3.1/fp/trimCharsEnd.d.ts +0 -2
- package/types/lodash/ts3.1/fp/trimCharsStart.d.ts +0 -2
- package/types/lodash/ts3.1/fp/trimEnd.d.ts +0 -2
- package/types/lodash/ts3.1/fp/trimStart.d.ts +0 -2
- package/types/lodash/ts3.1/fp/truncate.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unapply.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unary.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unescape.d.ts +0 -2
- package/types/lodash/ts3.1/fp/union.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unionBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unionWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/uniq.d.ts +0 -2
- package/types/lodash/ts3.1/fp/uniqBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/uniqWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/uniqueId.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unnest.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unset.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unzip.d.ts +0 -2
- package/types/lodash/ts3.1/fp/unzipWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/update.d.ts +0 -2
- package/types/lodash/ts3.1/fp/updateWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/upperCase.d.ts +0 -2
- package/types/lodash/ts3.1/fp/upperFirst.d.ts +0 -2
- package/types/lodash/ts3.1/fp/useWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/values.d.ts +0 -2
- package/types/lodash/ts3.1/fp/valuesIn.d.ts +0 -2
- package/types/lodash/ts3.1/fp/where.d.ts +0 -2
- package/types/lodash/ts3.1/fp/whereEq.d.ts +0 -2
- package/types/lodash/ts3.1/fp/without.d.ts +0 -2
- package/types/lodash/ts3.1/fp/words.d.ts +0 -2
- package/types/lodash/ts3.1/fp/wrap.d.ts +0 -2
- package/types/lodash/ts3.1/fp/xor.d.ts +0 -2
- package/types/lodash/ts3.1/fp/xorBy.d.ts +0 -2
- package/types/lodash/ts3.1/fp/xorWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp/zip.d.ts +0 -2
- package/types/lodash/ts3.1/fp/zipAll.d.ts +0 -2
- package/types/lodash/ts3.1/fp/zipObj.d.ts +0 -2
- package/types/lodash/ts3.1/fp/zipObject.d.ts +0 -2
- package/types/lodash/ts3.1/fp/zipObjectDeep.d.ts +0 -2
- package/types/lodash/ts3.1/fp/zipWith.d.ts +0 -2
- package/types/lodash/ts3.1/fp.d.ts +0 -4938
- package/types/lodash/ts3.1/fromPairs.d.ts +0 -2
- package/types/lodash/ts3.1/functions.d.ts +0 -2
- package/types/lodash/ts3.1/functionsIn.d.ts +0 -2
- package/types/lodash/ts3.1/get.d.ts +0 -2
- package/types/lodash/ts3.1/groupBy.d.ts +0 -2
- package/types/lodash/ts3.1/gt.d.ts +0 -2
- package/types/lodash/ts3.1/gte.d.ts +0 -2
- package/types/lodash/ts3.1/has.d.ts +0 -2
- package/types/lodash/ts3.1/hasIn.d.ts +0 -2
- package/types/lodash/ts3.1/head.d.ts +0 -2
- package/types/lodash/ts3.1/identity.d.ts +0 -2
- package/types/lodash/ts3.1/inRange.d.ts +0 -2
- package/types/lodash/ts3.1/includes.d.ts +0 -2
- package/types/lodash/ts3.1/index.d.ts +0 -33
- package/types/lodash/ts3.1/indexOf.d.ts +0 -2
- package/types/lodash/ts3.1/initial.d.ts +0 -2
- package/types/lodash/ts3.1/intersection.d.ts +0 -2
- package/types/lodash/ts3.1/intersectionBy.d.ts +0 -2
- package/types/lodash/ts3.1/intersectionWith.d.ts +0 -2
- package/types/lodash/ts3.1/invert.d.ts +0 -2
- package/types/lodash/ts3.1/invertBy.d.ts +0 -2
- package/types/lodash/ts3.1/invoke.d.ts +0 -2
- package/types/lodash/ts3.1/invokeMap.d.ts +0 -2
- package/types/lodash/ts3.1/isArguments.d.ts +0 -2
- package/types/lodash/ts3.1/isArray.d.ts +0 -2
- package/types/lodash/ts3.1/isArrayBuffer.d.ts +0 -2
- package/types/lodash/ts3.1/isArrayLike.d.ts +0 -2
- package/types/lodash/ts3.1/isArrayLikeObject.d.ts +0 -2
- package/types/lodash/ts3.1/isBoolean.d.ts +0 -2
- package/types/lodash/ts3.1/isBuffer.d.ts +0 -2
- package/types/lodash/ts3.1/isDate.d.ts +0 -2
- package/types/lodash/ts3.1/isElement.d.ts +0 -2
- package/types/lodash/ts3.1/isEmpty.d.ts +0 -2
- package/types/lodash/ts3.1/isEqual.d.ts +0 -2
- package/types/lodash/ts3.1/isEqualWith.d.ts +0 -2
- package/types/lodash/ts3.1/isError.d.ts +0 -2
- package/types/lodash/ts3.1/isFinite.d.ts +0 -2
- package/types/lodash/ts3.1/isFunction.d.ts +0 -2
- package/types/lodash/ts3.1/isInteger.d.ts +0 -2
- package/types/lodash/ts3.1/isLength.d.ts +0 -2
- package/types/lodash/ts3.1/isMap.d.ts +0 -2
- package/types/lodash/ts3.1/isMatch.d.ts +0 -2
- package/types/lodash/ts3.1/isMatchWith.d.ts +0 -2
- package/types/lodash/ts3.1/isNaN.d.ts +0 -2
- package/types/lodash/ts3.1/isNative.d.ts +0 -2
- package/types/lodash/ts3.1/isNil.d.ts +0 -2
- package/types/lodash/ts3.1/isNull.d.ts +0 -2
- package/types/lodash/ts3.1/isNumber.d.ts +0 -2
- package/types/lodash/ts3.1/isObject.d.ts +0 -2
- package/types/lodash/ts3.1/isObjectLike.d.ts +0 -2
- package/types/lodash/ts3.1/isPlainObject.d.ts +0 -2
- package/types/lodash/ts3.1/isRegExp.d.ts +0 -2
- package/types/lodash/ts3.1/isSafeInteger.d.ts +0 -2
- package/types/lodash/ts3.1/isSet.d.ts +0 -2
- package/types/lodash/ts3.1/isString.d.ts +0 -2
- package/types/lodash/ts3.1/isSymbol.d.ts +0 -2
- package/types/lodash/ts3.1/isTypedArray.d.ts +0 -2
- package/types/lodash/ts3.1/isUndefined.d.ts +0 -2
- package/types/lodash/ts3.1/isWeakMap.d.ts +0 -2
- package/types/lodash/ts3.1/isWeakSet.d.ts +0 -2
- package/types/lodash/ts3.1/iteratee.d.ts +0 -2
- package/types/lodash/ts3.1/join.d.ts +0 -2
- package/types/lodash/ts3.1/kebabCase.d.ts +0 -2
- package/types/lodash/ts3.1/keyBy.d.ts +0 -2
- package/types/lodash/ts3.1/keys.d.ts +0 -2
- package/types/lodash/ts3.1/keysIn.d.ts +0 -2
- package/types/lodash/ts3.1/last.d.ts +0 -2
- package/types/lodash/ts3.1/lastIndexOf.d.ts +0 -2
- package/types/lodash/ts3.1/lowerCase.d.ts +0 -2
- package/types/lodash/ts3.1/lowerFirst.d.ts +0 -2
- package/types/lodash/ts3.1/lt.d.ts +0 -2
- package/types/lodash/ts3.1/lte.d.ts +0 -2
- package/types/lodash/ts3.1/map.d.ts +0 -2
- package/types/lodash/ts3.1/mapKeys.d.ts +0 -2
- package/types/lodash/ts3.1/mapValues.d.ts +0 -2
- package/types/lodash/ts3.1/matches.d.ts +0 -2
- package/types/lodash/ts3.1/matchesProperty.d.ts +0 -2
- package/types/lodash/ts3.1/max.d.ts +0 -2
- package/types/lodash/ts3.1/maxBy.d.ts +0 -2
- package/types/lodash/ts3.1/mean.d.ts +0 -2
- package/types/lodash/ts3.1/meanBy.d.ts +0 -2
- package/types/lodash/ts3.1/memoize.d.ts +0 -2
- package/types/lodash/ts3.1/merge.d.ts +0 -2
- package/types/lodash/ts3.1/mergeWith.d.ts +0 -2
- package/types/lodash/ts3.1/method.d.ts +0 -2
- package/types/lodash/ts3.1/methodOf.d.ts +0 -2
- package/types/lodash/ts3.1/min.d.ts +0 -2
- package/types/lodash/ts3.1/minBy.d.ts +0 -2
- package/types/lodash/ts3.1/mixin.d.ts +0 -2
- package/types/lodash/ts3.1/multiply.d.ts +0 -2
- package/types/lodash/ts3.1/negate.d.ts +0 -2
- package/types/lodash/ts3.1/noConflict.d.ts +0 -2
- package/types/lodash/ts3.1/noop.d.ts +0 -2
- package/types/lodash/ts3.1/now.d.ts +0 -2
- package/types/lodash/ts3.1/nth.d.ts +0 -2
- package/types/lodash/ts3.1/nthArg.d.ts +0 -2
- package/types/lodash/ts3.1/omit.d.ts +0 -2
- package/types/lodash/ts3.1/omitBy.d.ts +0 -2
- package/types/lodash/ts3.1/once.d.ts +0 -2
- package/types/lodash/ts3.1/orderBy.d.ts +0 -2
- package/types/lodash/ts3.1/over.d.ts +0 -2
- package/types/lodash/ts3.1/overArgs.d.ts +0 -2
- package/types/lodash/ts3.1/overEvery.d.ts +0 -2
- package/types/lodash/ts3.1/overSome.d.ts +0 -2
- package/types/lodash/ts3.1/pad.d.ts +0 -2
- package/types/lodash/ts3.1/padEnd.d.ts +0 -2
- package/types/lodash/ts3.1/padStart.d.ts +0 -2
- package/types/lodash/ts3.1/parseInt.d.ts +0 -2
- package/types/lodash/ts3.1/partial.d.ts +0 -2
- package/types/lodash/ts3.1/partialRight.d.ts +0 -2
- package/types/lodash/ts3.1/partition.d.ts +0 -2
- package/types/lodash/ts3.1/pick.d.ts +0 -2
- package/types/lodash/ts3.1/pickBy.d.ts +0 -2
- package/types/lodash/ts3.1/property.d.ts +0 -2
- package/types/lodash/ts3.1/propertyOf.d.ts +0 -2
- package/types/lodash/ts3.1/pull.d.ts +0 -2
- package/types/lodash/ts3.1/pullAll.d.ts +0 -2
- package/types/lodash/ts3.1/pullAllBy.d.ts +0 -2
- package/types/lodash/ts3.1/pullAllWith.d.ts +0 -2
- package/types/lodash/ts3.1/pullAt.d.ts +0 -2
- package/types/lodash/ts3.1/random.d.ts +0 -2
- package/types/lodash/ts3.1/range.d.ts +0 -2
- package/types/lodash/ts3.1/rangeRight.d.ts +0 -2
- package/types/lodash/ts3.1/rearg.d.ts +0 -2
- package/types/lodash/ts3.1/reduce.d.ts +0 -2
- package/types/lodash/ts3.1/reduceRight.d.ts +0 -2
- package/types/lodash/ts3.1/reject.d.ts +0 -2
- package/types/lodash/ts3.1/remove.d.ts +0 -2
- package/types/lodash/ts3.1/repeat.d.ts +0 -2
- package/types/lodash/ts3.1/replace.d.ts +0 -2
- package/types/lodash/ts3.1/rest.d.ts +0 -2
- package/types/lodash/ts3.1/result.d.ts +0 -2
- package/types/lodash/ts3.1/reverse.d.ts +0 -2
- package/types/lodash/ts3.1/round.d.ts +0 -2
- package/types/lodash/ts3.1/runInContext.d.ts +0 -2
- package/types/lodash/ts3.1/sample.d.ts +0 -2
- package/types/lodash/ts3.1/sampleSize.d.ts +0 -2
- package/types/lodash/ts3.1/set.d.ts +0 -2
- package/types/lodash/ts3.1/setWith.d.ts +0 -2
- package/types/lodash/ts3.1/shuffle.d.ts +0 -2
- package/types/lodash/ts3.1/size.d.ts +0 -2
- package/types/lodash/ts3.1/slice.d.ts +0 -2
- package/types/lodash/ts3.1/snakeCase.d.ts +0 -2
- package/types/lodash/ts3.1/some.d.ts +0 -2
- package/types/lodash/ts3.1/sortBy.d.ts +0 -2
- package/types/lodash/ts3.1/sortedIndex.d.ts +0 -2
- package/types/lodash/ts3.1/sortedIndexBy.d.ts +0 -2
- package/types/lodash/ts3.1/sortedIndexOf.d.ts +0 -2
- package/types/lodash/ts3.1/sortedLastIndex.d.ts +0 -2
- package/types/lodash/ts3.1/sortedLastIndexBy.d.ts +0 -2
- package/types/lodash/ts3.1/sortedLastIndexOf.d.ts +0 -2
- package/types/lodash/ts3.1/sortedUniq.d.ts +0 -2
- package/types/lodash/ts3.1/sortedUniqBy.d.ts +0 -2
- package/types/lodash/ts3.1/split.d.ts +0 -2
- package/types/lodash/ts3.1/spread.d.ts +0 -2
- package/types/lodash/ts3.1/startCase.d.ts +0 -2
- package/types/lodash/ts3.1/startsWith.d.ts +0 -2
- package/types/lodash/ts3.1/stubFalse.d.ts +0 -2
- package/types/lodash/ts3.1/stubTrue.d.ts +0 -2
- package/types/lodash/ts3.1/subtract.d.ts +0 -2
- package/types/lodash/ts3.1/sum.d.ts +0 -2
- package/types/lodash/ts3.1/sumBy.d.ts +0 -2
- package/types/lodash/ts3.1/tail.d.ts +0 -2
- package/types/lodash/ts3.1/take.d.ts +0 -2
- package/types/lodash/ts3.1/takeRight.d.ts +0 -2
- package/types/lodash/ts3.1/takeRightWhile.d.ts +0 -2
- package/types/lodash/ts3.1/takeWhile.d.ts +0 -2
- package/types/lodash/ts3.1/tap.d.ts +0 -2
- package/types/lodash/ts3.1/template.d.ts +0 -2
- package/types/lodash/ts3.1/throttle.d.ts +0 -2
- package/types/lodash/ts3.1/thru.d.ts +0 -2
- package/types/lodash/ts3.1/times.d.ts +0 -2
- package/types/lodash/ts3.1/toArray.d.ts +0 -2
- package/types/lodash/ts3.1/toFinite.d.ts +0 -2
- package/types/lodash/ts3.1/toInteger.d.ts +0 -2
- package/types/lodash/ts3.1/toLength.d.ts +0 -2
- package/types/lodash/ts3.1/toLower.d.ts +0 -2
- package/types/lodash/ts3.1/toNumber.d.ts +0 -2
- package/types/lodash/ts3.1/toPairs.d.ts +0 -2
- package/types/lodash/ts3.1/toPairsIn.d.ts +0 -2
- package/types/lodash/ts3.1/toPath.d.ts +0 -2
- package/types/lodash/ts3.1/toPlainObject.d.ts +0 -2
- package/types/lodash/ts3.1/toSafeInteger.d.ts +0 -2
- package/types/lodash/ts3.1/toString.d.ts +0 -2
- package/types/lodash/ts3.1/toUpper.d.ts +0 -2
- package/types/lodash/ts3.1/transform.d.ts +0 -2
- package/types/lodash/ts3.1/trim.d.ts +0 -2
- package/types/lodash/ts3.1/trimEnd.d.ts +0 -2
- package/types/lodash/ts3.1/trimStart.d.ts +0 -2
- package/types/lodash/ts3.1/truncate.d.ts +0 -2
- package/types/lodash/ts3.1/unary.d.ts +0 -2
- package/types/lodash/ts3.1/unescape.d.ts +0 -2
- package/types/lodash/ts3.1/union.d.ts +0 -2
- package/types/lodash/ts3.1/unionBy.d.ts +0 -2
- package/types/lodash/ts3.1/unionWith.d.ts +0 -2
- package/types/lodash/ts3.1/uniq.d.ts +0 -2
- package/types/lodash/ts3.1/uniqBy.d.ts +0 -2
- package/types/lodash/ts3.1/uniqWith.d.ts +0 -2
- package/types/lodash/ts3.1/uniqueId.d.ts +0 -2
- package/types/lodash/ts3.1/unset.d.ts +0 -2
- package/types/lodash/ts3.1/unzip.d.ts +0 -2
- package/types/lodash/ts3.1/unzipWith.d.ts +0 -2
- package/types/lodash/ts3.1/update.d.ts +0 -2
- package/types/lodash/ts3.1/updateWith.d.ts +0 -2
- package/types/lodash/ts3.1/upperCase.d.ts +0 -2
- package/types/lodash/ts3.1/upperFirst.d.ts +0 -2
- package/types/lodash/ts3.1/values.d.ts +0 -2
- package/types/lodash/ts3.1/valuesIn.d.ts +0 -2
- package/types/lodash/ts3.1/without.d.ts +0 -2
- package/types/lodash/ts3.1/words.d.ts +0 -2
- package/types/lodash/ts3.1/wrap.d.ts +0 -2
- package/types/lodash/ts3.1/xor.d.ts +0 -2
- package/types/lodash/ts3.1/xorBy.d.ts +0 -2
- package/types/lodash/ts3.1/xorWith.d.ts +0 -2
- package/types/lodash/ts3.1/zip.d.ts +0 -2
- package/types/lodash/ts3.1/zipObject.d.ts +0 -2
- package/types/lodash/ts3.1/zipObjectDeep.d.ts +0 -2
- package/types/lodash/ts3.1/zipWith.d.ts +0 -2
package/types/lodash/fp.d.ts
CHANGED
@@ -20,7 +20,7 @@ declare namespace _ {
|
|
20
20
|
(func: lodash.__, n: number): LodashAfter1x2;
|
21
21
|
<TFunc extends (...args: any[]) => any>(func: TFunc, n: number): TFunc;
|
22
22
|
}
|
23
|
-
type LodashAfter1x1<TFunc> = (n: number) => TFunc;
|
23
|
+
type LodashAfter1x1<TFunc extends (...args: any[]) => any> = (n: number) => TFunc;
|
24
24
|
type LodashAfter1x2 = <TFunc extends (...args: any[]) => any>(func: TFunc) => TFunc;
|
25
25
|
interface LodashEvery {
|
26
26
|
<T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashEvery1x1<T>;
|
@@ -198,23 +198,23 @@ declare namespace _ {
|
|
198
198
|
type LodashSet2x6 = <TResult>(path: lodash.PropertyPath) => TResult;
|
199
199
|
interface LodashAt {
|
200
200
|
(props: lodash.PropertyPath): LodashAt1x1;
|
201
|
-
<T>(props: lodash.__, object:
|
202
|
-
<T>(props: lodash.PropertyPath, object:
|
201
|
+
<T>(props: lodash.__, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashAt1x2<T>;
|
202
|
+
<T>(props: lodash.PropertyPath, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
|
203
203
|
<T extends object>(props: lodash.Many<keyof T>): LodashAt2x1<T>;
|
204
204
|
<T extends object>(props: lodash.__, object: T | null | undefined): LodashAt2x2<T>;
|
205
205
|
<T extends object>(props: lodash.Many<keyof T>, object: T | null | undefined): Array<T[keyof T]>;
|
206
206
|
}
|
207
|
-
type LodashAt1x1 = <T>(object:
|
207
|
+
type LodashAt1x1 = <T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => T[];
|
208
208
|
type LodashAt1x2<T> = (props: lodash.PropertyPath) => T[];
|
209
209
|
type LodashAt2x1<T> = (object: T | null | undefined) => Array<T[keyof T]>;
|
210
210
|
type LodashAt2x2<T> = (props: lodash.Many<keyof T>) => Array<T[keyof T]>;
|
211
|
-
type LodashAttempt = <TResult>(func: (...args: any[]) => TResult) => TResult|Error;
|
211
|
+
type LodashAttempt = <TResult>(func: (...args: any[]) => TResult) => TResult | Error;
|
212
212
|
interface LodashBefore {
|
213
213
|
<TFunc extends (...args: any[]) => any>(func: TFunc): LodashBefore1x1<TFunc>;
|
214
214
|
(func: lodash.__, n: number): LodashBefore1x2;
|
215
215
|
<TFunc extends (...args: any[]) => any>(func: TFunc, n: number): TFunc;
|
216
216
|
}
|
217
|
-
type LodashBefore1x1<TFunc> = (n: number) => TFunc;
|
217
|
+
type LodashBefore1x1<TFunc extends (...args: any[]) => any> = (n: number) => TFunc;
|
218
218
|
type LodashBefore1x2 = <TFunc extends (...args: any[]) => any>(func: TFunc) => TFunc;
|
219
219
|
interface LodashBind {
|
220
220
|
(func: (...args: any[]) => any): LodashBind1x1;
|
@@ -299,52 +299,16 @@ declare namespace _ {
|
|
299
299
|
<TResult>(customizer: lodash.CloneWithCustomizer<T, TResult | undefined>): TResult | T;
|
300
300
|
}
|
301
301
|
type LodashCloneWith2x1<T, TResult> = (value: T) => TResult | T;
|
302
|
-
type LodashCompact = <T>(array: lodash.List<T | null | undefined
|
303
|
-
|
304
|
-
(predicate: () => boolean): () => boolean;
|
305
|
-
<A1>(predicate: (a1: A1) => boolean): (a1: A1) => boolean;
|
306
|
-
<A1, A2>(predicate: (a1: A1, a2: A2) => boolean): (a1: A1, a2: A2) => boolean;
|
307
|
-
(predicate: (...args: any[]) => any): (...args: any[]) => boolean;
|
308
|
-
}
|
302
|
+
type LodashCompact = <T>(array: lodash.List<T> | null | undefined) => Array<Exclude<T, null | undefined | false | "" | 0>>;
|
303
|
+
type LodashNegate = <T extends any[]>(predicate: (...args: T) => any) => (...args: T) => boolean;
|
309
304
|
interface LodashFlowRight {
|
310
|
-
<R2,
|
311
|
-
<
|
312
|
-
<
|
313
|
-
<
|
314
|
-
<
|
315
|
-
<
|
316
|
-
|
317
|
-
<A1, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R3;
|
318
|
-
<A1, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R4;
|
319
|
-
<A1, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R5;
|
320
|
-
<A1, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R6;
|
321
|
-
<A1, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R7;
|
322
|
-
<A1, A2, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R2;
|
323
|
-
<A1, A2, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R3;
|
324
|
-
<A1, A2, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R4;
|
325
|
-
<A1, A2, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R5;
|
326
|
-
<A1, A2, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R6;
|
327
|
-
<A1, A2, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R7;
|
328
|
-
<A1, A2, A3, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R2;
|
329
|
-
<A1, A2, A3, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R3;
|
330
|
-
<A1, A2, A3, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R4;
|
331
|
-
<A1, A2, A3, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R5;
|
332
|
-
<A1, A2, A3, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R6;
|
333
|
-
<A1, A2, A3, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R7;
|
334
|
-
<A1, A2, A3, A4, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R2;
|
335
|
-
<A1, A2, A3, A4, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R3;
|
336
|
-
<A1, A2, A3, A4, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R4;
|
337
|
-
<A1, A2, A3, A4, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R5;
|
338
|
-
<A1, A2, A3, A4, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R6;
|
339
|
-
<A1, A2, A3, A4, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R7;
|
340
|
-
<R2, R1>(f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R2;
|
341
|
-
<R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R3;
|
342
|
-
<R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R4;
|
343
|
-
<R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R5;
|
344
|
-
<R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R6;
|
345
|
-
<R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R7;
|
346
|
-
(f7: (a: any) => any, f6: (a: any) => any, f5: (a: any) => any, f4: (a: any) => any, f3: (a: any) => any, f2: (a: any) => any, f1: () => any, ...funcs: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
|
347
|
-
(funcs: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
|
305
|
+
<A extends any[], R1, R2, R3, R4, R5, R6, R7>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R7;
|
306
|
+
<A extends any[], R1, R2, R3, R4, R5, R6>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R6;
|
307
|
+
<A extends any[], R1, R2, R3, R4, R5>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R5;
|
308
|
+
<A extends any[], R1, R2, R3, R4>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R4;
|
309
|
+
<A extends any[], R1, R2, R3>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R3;
|
310
|
+
<A extends any[], R1, R2>(f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R2;
|
311
|
+
(...func: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
|
348
312
|
}
|
349
313
|
interface LodashConcat {
|
350
314
|
<T>(array: lodash.Many<T>): LodashConcat1x1<T>;
|
@@ -363,10 +327,10 @@ declare namespace _ {
|
|
363
327
|
type LodashConformsTo1x2<T> = (source: lodash.ConformsPredicateObject<T>) => boolean;
|
364
328
|
interface LodashContains {
|
365
329
|
<T>(target: T): LodashContains1x1<T>;
|
366
|
-
<T>(target: lodash.__, collection: lodash.
|
367
|
-
<T>(target: T, collection: lodash.
|
330
|
+
<T>(target: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashContains1x2<T>;
|
331
|
+
<T>(target: T, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
|
368
332
|
}
|
369
|
-
type LodashContains1x1<T> = (collection: lodash.
|
333
|
+
type LodashContains1x1<T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
|
370
334
|
type LodashContains1x2<T> = (target: T) => boolean;
|
371
335
|
interface LodashCountBy {
|
372
336
|
<T>(iteratee: lodash.ValueIteratee<T>): LodashCountBy1x1<T>;
|
@@ -459,25 +423,25 @@ declare namespace _ {
|
|
459
423
|
type LodashCurryRightN6x2 = (arity: number) => (...args: any[]) => any;
|
460
424
|
interface LodashDebounce {
|
461
425
|
(wait: number): LodashDebounce1x1;
|
462
|
-
<T extends (...args: any
|
463
|
-
<T extends (...args: any
|
426
|
+
<T extends (...args: any) => any>(wait: lodash.__, func: T): LodashDebounce1x2<T>;
|
427
|
+
<T extends (...args: any) => any>(wait: number, func: T): lodash.DebouncedFunc<T>;
|
464
428
|
}
|
465
|
-
type LodashDebounce1x1 = <T extends (...args: any
|
466
|
-
type LodashDebounce1x2<T> = (wait: number) =>
|
429
|
+
type LodashDebounce1x1 = <T extends (...args: any) => any>(func: T) => lodash.DebouncedFunc<T>;
|
430
|
+
type LodashDebounce1x2<T extends (...args: any) => any> = (wait: number) => lodash.DebouncedFunc<T>;
|
467
431
|
type LodashDeburr = (string: string) => string;
|
468
432
|
interface LodashDefaults {
|
469
433
|
<TSource>(source: TSource): LodashDefaults1x1<TSource>;
|
470
434
|
<TObject>(source: lodash.__, object: TObject): LodashDefaults1x2<TObject>;
|
471
|
-
<TObject, TSource>(source: TSource, object: TObject):
|
435
|
+
<TObject, TSource>(source: TSource, object: TObject): TSource & TObject;
|
472
436
|
}
|
473
|
-
type LodashDefaults1x1<TSource> = <TObject>(object: TObject) =>
|
474
|
-
type LodashDefaults1x2<TObject> = <TSource>(source: TSource) =>
|
437
|
+
type LodashDefaults1x1<TSource> = <TObject>(object: TObject) => TSource & TObject;
|
438
|
+
type LodashDefaults1x2<TObject> = <TSource>(source: TSource) => TSource & TObject;
|
475
439
|
interface LodashDefaultsAll {
|
476
|
-
<TObject, TSource>(object: [TObject, TSource]):
|
477
|
-
<TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]):
|
478
|
-
<TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]):
|
479
|
-
<TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]):
|
480
|
-
<TObject>(object: [TObject]):
|
440
|
+
<TObject, TSource>(object: [TObject, TSource]): TSource & TObject;
|
441
|
+
<TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TSource2 & TSource1 & TObject;
|
442
|
+
<TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TSource3 & TSource2 & TSource1 & TObject;
|
443
|
+
<TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]): TSource4 & TSource3 & TSource2 & TSource1 & TObject;
|
444
|
+
<TObject>(object: [TObject]): TObject;
|
481
445
|
(object: ReadonlyArray<any>): any;
|
482
446
|
}
|
483
447
|
interface LodashDefaultsDeep {
|
@@ -1347,52 +1311,17 @@ declare namespace _ {
|
|
1347
1311
|
}
|
1348
1312
|
type LodashFlattenDepth1x1 = <T>(array: lodash.ListOfRecursiveArraysOrValues<T> | null | undefined) => T[];
|
1349
1313
|
type LodashFlattenDepth1x2<T> = (depth: number) => T[];
|
1350
|
-
type LodashFlip = <T extends (...args: any
|
1314
|
+
type LodashFlip = <T extends (...args: any) => any>(func: T) => T;
|
1351
1315
|
type LodashFloor = (n: number) => number;
|
1352
1316
|
interface LodashFlow {
|
1353
|
-
<R1, R2>(f1: () => R1, f2: (a: R1) => R2): () =>
|
1354
|
-
<R1, R2, R3>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): () =>
|
1355
|
-
<R1, R2, R3, R4>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): () =>
|
1356
|
-
<R1, R2, R3, R4, R5>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): () => R5;
|
1357
|
-
<R1, R2, R3, R4
|
1358
|
-
<
|
1359
|
-
<
|
1360
|
-
|
1361
|
-
<A1, R1, R2, R3>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1) => R3;
|
1362
|
-
<A1, R1, R2, R3, R4>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1) => R4;
|
1363
|
-
<A1, R1, R2, R3, R4, R5>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1) => R5;
|
1364
|
-
<A1, R1, R2, R3, R4, R5, R6>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1) => R6;
|
1365
|
-
<A1, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1) => R7;
|
1366
|
-
<A1, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1) => any;
|
1367
|
-
<A1, A2, R1, R2>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2) => R2;
|
1368
|
-
<A1, A2, R1, R2, R3>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2) => R3;
|
1369
|
-
<A1, A2, R1, R2, R3, R4>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2) => R4;
|
1370
|
-
<A1, A2, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2) => R5;
|
1371
|
-
<A1, A2, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2) => R6;
|
1372
|
-
<A1, A2, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2) => R7;
|
1373
|
-
<A1, A2, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2) => any;
|
1374
|
-
<A1, A2, A3, R1, R2>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2, a3: A3) => R2;
|
1375
|
-
<A1, A2, A3, R1, R2, R3>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2, a3: A3) => R3;
|
1376
|
-
<A1, A2, A3, R1, R2, R3, R4>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2, a3: A3) => R4;
|
1377
|
-
<A1, A2, A3, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2, a3: A3) => R5;
|
1378
|
-
<A1, A2, A3, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2, a3: A3) => R6;
|
1379
|
-
<A1, A2, A3, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2, a3: A3) => R7;
|
1380
|
-
<A1, A2, A3, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2, a3: A3) => any;
|
1381
|
-
<A1, A2, A3, A4, R1, R2>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2, a3: A3, a4: A4) => R2;
|
1382
|
-
<A1, A2, A3, A4, R1, R2, R3>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2, a3: A3, a4: A4) => R3;
|
1383
|
-
<A1, A2, A3, A4, R1, R2, R3, R4>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2, a3: A3, a4: A4) => R4;
|
1384
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2, a3: A3, a4: A4) => R5;
|
1385
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2, a3: A3, a4: A4) => R6;
|
1386
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2, a3: A3, a4: A4) => R7;
|
1387
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2, a3: A3, a4: A4) => any;
|
1388
|
-
<A1, A2, A3, A4, R1, R2>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R2;
|
1389
|
-
<A1, A2, A3, A4, R1, R2, R3>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R3;
|
1390
|
-
<A1, A2, A3, A4, R1, R2, R3, R4>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R4;
|
1391
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R5;
|
1392
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R6;
|
1393
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R7;
|
1394
|
-
<A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => any;
|
1395
|
-
(funcs: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
|
1317
|
+
<A extends any[], R1, R2, R3, R4, R5, R6, R7>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (...args: A) => R7;
|
1318
|
+
<A extends any[], R1, R2, R3, R4, R5, R6, R7>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...func: Array<lodash.Many<(a: any) => any>>): (...args: A) => any;
|
1319
|
+
<A extends any[], R1, R2, R3, R4, R5, R6>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (...args: A) => R6;
|
1320
|
+
<A extends any[], R1, R2, R3, R4, R5>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (...args: A) => R5;
|
1321
|
+
<A extends any[], R1, R2, R3, R4>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (...args: A) => R4;
|
1322
|
+
<A extends any[], R1, R2, R3>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (...args: A) => R3;
|
1323
|
+
<A extends any[], R1, R2>(f1: (...args: A) => R1, f2: (a: R1) => R2): (...args: A) => R2;
|
1324
|
+
(...func: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
|
1396
1325
|
}
|
1397
1326
|
interface LodashForIn {
|
1398
1327
|
<T>(iteratee: (value: T) => any): LodashForIn1x1<T>;
|
@@ -1459,48 +1388,65 @@ declare namespace _ {
|
|
1459
1388
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashGet2x2<TObject>;
|
1460
1389
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
1461
1390
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashGet3x1<TObject, TKey1, TKey2>;
|
1391
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
|
1462
1392
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
1463
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]):
|
1393
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashGet5x1<TObject, TKey1, TKey2, TKey3>;
|
1394
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
|
1464
1395
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
1465
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]):
|
1396
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashGet7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
1397
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
1466
1398
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
1467
|
-
(path: number):
|
1468
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T>):
|
1399
|
+
(path: number): LodashGet9x1;
|
1400
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashGet9x2<T>;
|
1469
1401
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
1470
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
1402
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGet10x2<T>;
|
1471
1403
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
1472
|
-
(path: lodash.PropertyPath):
|
1473
|
-
(path: lodash.__, object: null | undefined):
|
1404
|
+
(path: lodash.PropertyPath): LodashGet11x1;
|
1405
|
+
(path: lodash.__, object: null | undefined): LodashGet11x2;
|
1474
1406
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
1475
|
-
(path: lodash.__, object: any):
|
1407
|
+
(path: lodash.__, object: any): LodashGet12x2;
|
1476
1408
|
(path: lodash.PropertyPath, object: any): any;
|
1477
1409
|
}
|
1478
1410
|
interface LodashGet1x1<TObject, TKey extends keyof TObject> {
|
1479
1411
|
(object: TObject): TObject[TKey];
|
1480
1412
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
1481
1413
|
}
|
1482
|
-
|
1414
|
+
interface LodashGet1x2<TObject> {
|
1415
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
|
1416
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
|
1417
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
|
1418
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
|
1419
|
+
}
|
1483
1420
|
interface LodashGet2x2<TObject> {
|
1484
1421
|
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
1485
1422
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
1486
1423
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
|
1487
1424
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
1488
1425
|
}
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1426
|
+
interface LodashGet3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
1427
|
+
(object: TObject): TObject[TKey1][TKey2];
|
1428
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
1429
|
+
}
|
1430
|
+
interface LodashGet5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
1431
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3];
|
1432
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
1433
|
+
}
|
1434
|
+
interface LodashGet7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
1435
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
1436
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
1437
|
+
}
|
1438
|
+
interface LodashGet9x1 {
|
1493
1439
|
<T>(object: lodash.NumericDictionary<T>): T;
|
1494
1440
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
1495
1441
|
}
|
1496
|
-
type
|
1497
|
-
type
|
1498
|
-
interface
|
1442
|
+
type LodashGet9x2<T> = (path: number) => T;
|
1443
|
+
type LodashGet10x2<T> = (path: number) => T | undefined;
|
1444
|
+
interface LodashGet11x1 {
|
1499
1445
|
(object: null | undefined): undefined;
|
1500
1446
|
(object: any): any;
|
1501
1447
|
}
|
1502
|
-
type
|
1503
|
-
type
|
1448
|
+
type LodashGet11x2 = (path: lodash.PropertyPath) => undefined;
|
1449
|
+
type LodashGet12x2 = (path: lodash.PropertyPath) => any;
|
1504
1450
|
interface LodashGetOr {
|
1505
1451
|
<TDefault>(defaultValue: TDefault): LodashGetOr1x1<TDefault>;
|
1506
1452
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashGetOr1x2<TObject, TKey>;
|
@@ -1688,31 +1634,31 @@ declare namespace _ {
|
|
1688
1634
|
}
|
1689
1635
|
interface LodashIncludes {
|
1690
1636
|
<T>(target: T): LodashIncludes1x1<T>;
|
1691
|
-
<T>(target: lodash.__, collection: lodash.
|
1692
|
-
<T>(target: T, collection: lodash.
|
1637
|
+
<T>(target: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludes1x2<T>;
|
1638
|
+
<T>(target: T, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
|
1693
1639
|
}
|
1694
|
-
type LodashIncludes1x1<T> = (collection: lodash.
|
1640
|
+
type LodashIncludes1x1<T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
|
1695
1641
|
type LodashIncludes1x2<T> = (target: T) => boolean;
|
1696
1642
|
interface LodashIncludesFrom {
|
1697
1643
|
<T>(target: T): LodashIncludesFrom1x1<T>;
|
1698
1644
|
(target: lodash.__, fromIndex: number): LodashIncludesFrom1x2;
|
1699
1645
|
<T>(target: T, fromIndex: number): LodashIncludesFrom1x3<T>;
|
1700
|
-
<T>(target: lodash.__, fromIndex: lodash.__, collection: lodash.
|
1701
|
-
<T>(target: T, fromIndex: lodash.__, collection: lodash.
|
1702
|
-
<T>(target: lodash.__, fromIndex: number, collection: lodash.
|
1703
|
-
<T>(target: T, fromIndex: number, collection: lodash.
|
1646
|
+
<T>(target: lodash.__, fromIndex: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x4<T>;
|
1647
|
+
<T>(target: T, fromIndex: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x5;
|
1648
|
+
<T>(target: lodash.__, fromIndex: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x6<T>;
|
1649
|
+
<T>(target: T, fromIndex: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
|
1704
1650
|
}
|
1705
1651
|
interface LodashIncludesFrom1x1<T> {
|
1706
1652
|
(fromIndex: number): LodashIncludesFrom1x3<T>;
|
1707
|
-
(fromIndex: lodash.__, collection: lodash.
|
1708
|
-
(fromIndex: number, collection: lodash.
|
1653
|
+
(fromIndex: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x5;
|
1654
|
+
(fromIndex: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
|
1709
1655
|
}
|
1710
1656
|
interface LodashIncludesFrom1x2 {
|
1711
1657
|
<T>(target: T): LodashIncludesFrom1x3<T>;
|
1712
|
-
<T>(target: lodash.__, collection: lodash.
|
1713
|
-
<T>(target: T, collection: lodash.
|
1658
|
+
<T>(target: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x6<T>;
|
1659
|
+
<T>(target: T, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
|
1714
1660
|
}
|
1715
|
-
type LodashIncludesFrom1x3<T> = (collection: lodash.
|
1661
|
+
type LodashIncludesFrom1x3<T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
|
1716
1662
|
interface LodashIncludesFrom1x4<T> {
|
1717
1663
|
(target: T): LodashIncludesFrom1x5;
|
1718
1664
|
(target: lodash.__, fromIndex: number): LodashIncludesFrom1x6<T>;
|
@@ -1793,12 +1739,12 @@ declare namespace _ {
|
|
1793
1739
|
type LodashInRange1x5 = (end: number) => boolean;
|
1794
1740
|
type LodashInRange1x6 = (start: number) => boolean;
|
1795
1741
|
interface LodashIntersection {
|
1796
|
-
<T>(arrays2: lodash.List<T>): LodashIntersection1x1<T>;
|
1797
|
-
<T>(arrays2: lodash.__, arrays: lodash.List<T>): LodashIntersection1x2<T>;
|
1798
|
-
<T>(arrays2: lodash.List<T
|
1742
|
+
<T>(arrays2: lodash.List<T> | null | undefined): LodashIntersection1x1<T>;
|
1743
|
+
<T>(arrays2: lodash.__, arrays: lodash.List<T> | null | undefined): LodashIntersection1x2<T>;
|
1744
|
+
<T>(arrays2: lodash.List<T> | null | undefined, arrays: lodash.List<T> | null | undefined): T[];
|
1799
1745
|
}
|
1800
|
-
type LodashIntersection1x1<T> = (arrays: lodash.List<T>) => T[];
|
1801
|
-
type LodashIntersection1x2<T> = (arrays2: lodash.List<T>) => T[];
|
1746
|
+
type LodashIntersection1x1<T> = (arrays: lodash.List<T> | null | undefined) => T[];
|
1747
|
+
type LodashIntersection1x2<T> = (arrays2: lodash.List<T> | null | undefined) => T[];
|
1802
1748
|
interface LodashIntersectionBy {
|
1803
1749
|
<T1, T2>(iteratee: lodash.ValueIteratee<T1 | T2>): LodashIntersectionBy1x1<T1, T2>;
|
1804
1750
|
<T1>(iteratee: lodash.__, array: lodash.List<T1> | null): LodashIntersectionBy1x2<T1>;
|
@@ -1856,12 +1802,12 @@ declare namespace _ {
|
|
1856
1802
|
type LodashInvert = (object: object) => lodash.Dictionary<string>;
|
1857
1803
|
interface LodashInvertBy {
|
1858
1804
|
<T>(interatee: lodash.ValueIteratee<T>): LodashInvertBy1x1<T>;
|
1859
|
-
<T>(interatee: lodash.__, object:
|
1860
|
-
<T>(interatee: lodash.ValueIteratee<T>, object:
|
1805
|
+
<T>(interatee: lodash.__, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashInvertBy1x2<T>;
|
1806
|
+
<T>(interatee: lodash.ValueIteratee<T>, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): lodash.Dictionary<string[]>;
|
1861
1807
|
<T extends object>(interatee: lodash.__, object: T | null | undefined): LodashInvertBy2x2<T>;
|
1862
1808
|
<T extends object>(interatee: lodash.ValueIteratee<T[keyof T]>, object: T | null | undefined): lodash.Dictionary<string[]>;
|
1863
1809
|
}
|
1864
|
-
type LodashInvertBy1x1<T> = (object: lodash.
|
1810
|
+
type LodashInvertBy1x1<T> = (object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | object | null | undefined) => lodash.Dictionary<string[]>;
|
1865
1811
|
type LodashInvertBy1x2<T> = (interatee: lodash.ValueIteratee<T>) => lodash.Dictionary<string[]>;
|
1866
1812
|
type LodashInvertBy2x2<T> = (interatee: lodash.ValueIteratee<T[keyof T]>) => lodash.Dictionary<string[]>;
|
1867
1813
|
interface LodashInvoke {
|
@@ -1960,16 +1906,14 @@ declare namespace _ {
|
|
1960
1906
|
type LodashIsArray = (value: any) => value is any[];
|
1961
1907
|
type LodashIsArrayBuffer = (value: any) => value is ArrayBuffer;
|
1962
1908
|
interface LodashIsArrayLike {
|
1963
|
-
<T>(
|
1909
|
+
<T extends { __lodashAnyHack: any }>(t: T): boolean;
|
1964
1910
|
(value: ((...args: any[]) => any) | null | undefined): value is never;
|
1965
1911
|
(value: any): value is { length: number };
|
1966
1912
|
}
|
1967
1913
|
interface LodashIsArrayLikeObject {
|
1968
|
-
<T>(value: T
|
1969
|
-
|
1970
|
-
(value:
|
1971
|
-
// tslint:disable-next-line:ban-types (type guard doesn't seem to work correctly without the Function type)
|
1972
|
-
<T extends object>(value: T | ((...args: any[]) => any) | Function | string | boolean | number | null | undefined): value is T & { length: number };
|
1914
|
+
<T extends { __lodashAnyHack: any }>(value: T): boolean;
|
1915
|
+
(value: ((...args: any[]) => any) | lodash.FunctionBase | string | boolean | number | null | undefined): value is never;
|
1916
|
+
(value: any): value is object & { length: number };
|
1973
1917
|
}
|
1974
1918
|
type LodashIsBoolean = (value: any) => value is boolean;
|
1975
1919
|
type LodashIsBuffer = (value: any) => boolean;
|
@@ -2055,7 +1999,7 @@ declare namespace _ {
|
|
2055
1999
|
type LodashIsSafeInteger = (value: any) => boolean;
|
2056
2000
|
type LodashIsSet = (value: any) => value is Set<any>;
|
2057
2001
|
type LodashIsString = (value: any) => value is string;
|
2058
|
-
type LodashIsSymbol = (value: any) =>
|
2002
|
+
type LodashIsSymbol = (value: any) => value is symbol;
|
2059
2003
|
type LodashIsTypedArray = (value: any) => boolean;
|
2060
2004
|
type LodashIsUndefined = (value: any) => value is undefined;
|
2061
2005
|
type LodashIsWeakMap = (value: any) => value is WeakMap<object, any>;
|
@@ -2135,26 +2079,26 @@ declare namespace _ {
|
|
2135
2079
|
<T extends object>(iteratee: lodash.__, collection: T | null | undefined): LodashMap3x2<T>;
|
2136
2080
|
<T extends object, TResult>(iteratee: (value: T[keyof T]) => TResult, collection: T | null | undefined): TResult[];
|
2137
2081
|
<T, K extends keyof T>(iteratee: K): LodashMap4x1<T, K>;
|
2138
|
-
<T>(iteratee: lodash.__, collection: lodash.
|
2139
|
-
<T, K extends keyof T>(iteratee: K, collection: lodash.
|
2082
|
+
<T>(iteratee: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashMap4x2<T>;
|
2083
|
+
<T, K extends keyof T>(iteratee: K, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): Array<T[K]>;
|
2140
2084
|
(iteratee: string): LodashMap5x1;
|
2141
|
-
<T>(iteratee: string, collection: lodash.
|
2085
|
+
<T>(iteratee: string, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): any[];
|
2142
2086
|
(iteratee: object): LodashMap6x1;
|
2143
|
-
<T>(iteratee: object, collection: lodash.
|
2087
|
+
<T>(iteratee: object, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean[];
|
2144
2088
|
}
|
2145
2089
|
type LodashMap1x1<T, TResult> = (collection: T[] | lodash.List<T> | null | undefined) => TResult[];
|
2146
2090
|
type LodashMap1x2<T> = <TResult>(iteratee: (value: T) => TResult) => TResult[];
|
2147
2091
|
type LodashMap2x2<T> = <TResult>(iteratee: (value: T) => TResult) => TResult[];
|
2148
2092
|
type LodashMap3x1<T, TResult> = (collection: T | null | undefined) => TResult[];
|
2149
2093
|
type LodashMap3x2<T> = <TResult>(iteratee: (value: T[keyof T]) => TResult) => TResult[];
|
2150
|
-
type LodashMap4x1<T, K extends keyof T> = (collection: lodash.
|
2094
|
+
type LodashMap4x1<T, K extends keyof T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => Array<T[K]>;
|
2151
2095
|
interface LodashMap4x2<T> {
|
2152
2096
|
<K extends keyof T>(iteratee: K): Array<T[K]>;
|
2153
2097
|
(iteratee: string): any[];
|
2154
2098
|
(iteratee: object): boolean[];
|
2155
2099
|
}
|
2156
|
-
type LodashMap5x1 = <T>(collection: lodash.
|
2157
|
-
type LodashMap6x1 = <T>(collection: lodash.
|
2100
|
+
type LodashMap5x1 = <T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => any[];
|
2101
|
+
type LodashMap6x1 = <T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean[];
|
2158
2102
|
interface LodashMapKeys {
|
2159
2103
|
(iteratee: lodash.ValueIteratee<number>): LodashMapKeys1x1;
|
2160
2104
|
<T>(iteratee: lodash.__, object: lodash.List<T> | null | undefined): LodashMapKeys1x2<T>;
|
@@ -2228,7 +2172,7 @@ declare namespace _ {
|
|
2228
2172
|
}
|
2229
2173
|
type LodashMeanBy1x1<T> = (collection: lodash.List<T> | null | undefined) => number;
|
2230
2174
|
type LodashMeanBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => number;
|
2231
|
-
type LodashMemoize = <T extends (...args: any
|
2175
|
+
type LodashMemoize = <T extends (...args: any) => any>(func: T) => T & lodash.MemoizedFunction;
|
2232
2176
|
interface LodashMerge {
|
2233
2177
|
<TObject>(object: TObject): LodashMerge1x1<TObject>;
|
2234
2178
|
<TSource>(object: lodash.__, source: TSource): LodashMerge1x2<TSource>;
|
@@ -2306,24 +2250,18 @@ declare namespace _ {
|
|
2306
2250
|
type LodashNth1x2<T> = (n: number) => T | undefined;
|
2307
2251
|
type LodashNthArg = (n: number) => (...args: any[]) => any;
|
2308
2252
|
interface LodashOmit {
|
2309
|
-
(paths: lodash.Many<
|
2310
|
-
<T extends
|
2311
|
-
<T extends lodash.AnyKindOfDictionary>(paths: lodash.Many<lodash.PropertyName>, object: T | null | undefined): T;
|
2312
|
-
<T extends object, K extends keyof T>(paths: lodash.Many<K>): LodashOmit2x1<T, K>;
|
2313
|
-
<T extends object>(paths: lodash.__, object: T | null | undefined): LodashOmit2x2<T>;
|
2253
|
+
<T extends object, K extends keyof T>(paths: lodash.Many<K>): LodashOmit1x1<T, K>;
|
2254
|
+
<T extends object>(paths: lodash.__, object: T | null | undefined): LodashOmit1x2<T>;
|
2314
2255
|
<T extends object, K extends keyof T>(paths: lodash.Many<K>, object: T | null | undefined): lodash.Omit<T, K>;
|
2256
|
+
(paths: lodash.Many<lodash.PropertyName>): LodashOmit2x1;
|
2315
2257
|
<T extends object>(paths: lodash.Many<lodash.PropertyName>, object: T | null | undefined): lodash.PartialObject<T>;
|
2316
2258
|
}
|
2317
|
-
|
2318
|
-
|
2319
|
-
<T extends object>(object: T | null | undefined): lodash.PartialObject<T>;
|
2320
|
-
}
|
2321
|
-
type LodashOmit1x2<T> = (paths: lodash.Many<lodash.PropertyName>) => T;
|
2322
|
-
type LodashOmit2x1<T, K extends keyof T> = (object: T | null | undefined) => lodash.Omit<T, K>;
|
2323
|
-
interface LodashOmit2x2<T> {
|
2259
|
+
type LodashOmit1x1<T, K extends keyof T> = (object: T | null | undefined) => lodash.Omit<T, K>;
|
2260
|
+
interface LodashOmit1x2<T> {
|
2324
2261
|
<K extends keyof T>(paths: lodash.Many<K>): lodash.Omit<T, K>;
|
2325
2262
|
(paths: lodash.Many<lodash.PropertyName>): lodash.PartialObject<T>;
|
2326
2263
|
}
|
2264
|
+
type LodashOmit2x1 = <T extends object>(object: T | null | undefined) => lodash.PartialObject<T>;
|
2327
2265
|
interface LodashOmitBy {
|
2328
2266
|
<T>(predicate: lodash.ValueKeyIteratee<T>): LodashOmitBy1x1<T>;
|
2329
2267
|
<T>(predicate: lodash.__, object: lodash.Dictionary<T> | null | undefined): LodashOmitBy1x2<T>;
|
@@ -2341,7 +2279,7 @@ declare namespace _ {
|
|
2341
2279
|
type LodashOmitBy1x2<T> = (predicate: lodash.ValueKeyIteratee<T>) => lodash.Dictionary<T>;
|
2342
2280
|
type LodashOmitBy2x2<T> = (predicate: lodash.ValueKeyIteratee<T>) => lodash.NumericDictionary<T>;
|
2343
2281
|
type LodashOmitBy3x2<T> = (predicate: lodash.ValueKeyIteratee<T[keyof T]>) => lodash.PartialObject<T>;
|
2344
|
-
type LodashOnce = <T extends (...args: any
|
2282
|
+
type LodashOnce = <T extends (...args: any) => any>(func: T) => T;
|
2345
2283
|
interface LodashOrderBy {
|
2346
2284
|
<T>(iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x1<T>;
|
2347
2285
|
(iteratees: lodash.__, orders: lodash.Many<boolean|"asc"|"desc">): LodashOrderBy1x2;
|
@@ -2522,187 +2460,164 @@ declare namespace _ {
|
|
2522
2460
|
type LodashParseInt1x1 = (string: string) => number;
|
2523
2461
|
type LodashParseInt1x2 = (radix: number) => number;
|
2524
2462
|
interface LodashPartial {
|
2525
|
-
<T1, R>(func: lodash.
|
2526
|
-
<
|
2527
|
-
<T1, R>(func: lodash.
|
2528
|
-
<T1, T2, R>(func: lodash.
|
2529
|
-
<T1, T2, R>(func: lodash.
|
2530
|
-
<
|
2531
|
-
<T1, T2, R>(func: lodash.
|
2532
|
-
<T1,
|
2533
|
-
<T1, T2, R>(func: lodash.
|
2534
|
-
<
|
2535
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>,
|
2536
|
-
<T1, T2, T3, R>(func: lodash.
|
2537
|
-
<T1, T2, T3, R>(func: lodash.
|
2538
|
-
<T3>(func: lodash.
|
2539
|
-
<T1, T2, T3, R>(func: lodash.
|
2540
|
-
<T1, T3>(func: lodash.
|
2541
|
-
<T1, T2, T3
|
2542
|
-
<T2, T3>(func: lodash.
|
2543
|
-
<
|
2544
|
-
<T1, T2, T3>(func: lodash.
|
2545
|
-
<T1,
|
2546
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R
|
2547
|
-
<
|
2548
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2]): lodash.
|
2549
|
-
<T1, T2,
|
2550
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>,
|
2551
|
-
<
|
2552
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__,
|
2553
|
-
<T1,
|
2554
|
-
<T4>(func: lodash.
|
2555
|
-
<
|
2556
|
-
<T1, T4>(func: lodash.
|
2557
|
-
<
|
2558
|
-
<
|
2559
|
-
<
|
2560
|
-
<T1, T2,
|
2561
|
-
<T1, T2
|
2562
|
-
<
|
2563
|
-
<T1, T2, T3,
|
2564
|
-
<T1, T3,
|
2565
|
-
<T1, T2, T3, T4, R>(func:
|
2566
|
-
<T2, T3, T4>(func: lodash.__,
|
2567
|
-
<T1, T2, T3, T4, R>(func:
|
2568
|
-
<T1, T2, T3, T4>(func: lodash.__, arg1: [T1, T2, T3, T4]): LodashPartial26x2<T1, T2, T3, T4>;
|
2569
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, T4]): lodash.Function0< R>;
|
2570
|
-
(func: (...args: any[]) => any): LodashPartial27x1;
|
2571
|
-
(func: lodash.__, args: ReadonlyArray<any>): LodashPartial27x2;
|
2572
|
-
(func: (...args: any[]) => any, args: ReadonlyArray<any>): (...args: any[]) => any;
|
2463
|
+
<T1, T2, R>(func: lodash.Function2<T1, T2, R>): LodashPartial1x1<T1, T2, R>;
|
2464
|
+
<T2>(func: lodash.__, plc1: [lodash.__, T2]): LodashPartial1x2<T2>;
|
2465
|
+
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, plc1: [lodash.__, T2]): lodash.Function1<T1, R>;
|
2466
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>): LodashPartial2x1<T1, T2, T3, R>;
|
2467
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, T2]): lodash.Function2<T1, T3, R>;
|
2468
|
+
<T3>(func: lodash.__, plc1: [lodash.__, lodash.__, T3]): LodashPartial3x2<T3>;
|
2469
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, lodash.__, T3]): lodash.Function2<T1, T2, R>;
|
2470
|
+
<T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartial4x2<T1, T3>;
|
2471
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
|
2472
|
+
<T2, T3>(func: lodash.__, plc1: [lodash.__, T2, T3]): LodashPartial5x2<T2, T3>;
|
2473
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, T2, T3]): lodash.Function1<T1, R>;
|
2474
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): LodashPartial6x1<T1, T2, T3, T4, R>;
|
2475
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2]): lodash.Function3<T1, T3, T4, R>;
|
2476
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, T3]): lodash.Function3<T1, T2, T4, R>;
|
2477
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3]): lodash.Function2<T2, T4, R>;
|
2478
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, T3]): lodash.Function2<T1, T4, R>;
|
2479
|
+
<T1, T2, T3>(func: lodash.__, arg1OrT1: [T1, T2, T3]): LodashPartial10x2<T1, T2, T3>;
|
2480
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3]): lodash.Function1<T4, R>;
|
2481
|
+
<T4>(func: lodash.__, plc1: [lodash.__, lodash.__, lodash.__, T4]): LodashPartial11x2<T4>;
|
2482
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3<T1, T2, T3, R>;
|
2483
|
+
<T1, T4>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartial12x2<T1, T4>;
|
2484
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
|
2485
|
+
<T2, T4>(func: lodash.__, plc1: [lodash.__, T2, lodash.__, T4]): LodashPartial13x2<T2, T4>;
|
2486
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
|
2487
|
+
<T1, T2, T4>(func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartial14x2<T1, T2, T4>;
|
2488
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
|
2489
|
+
<T3, T4>(func: lodash.__, plc1: [lodash.__, lodash.__, T3, T4]): LodashPartial15x2<T3, T4>;
|
2490
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
|
2491
|
+
<T1, T3, T4>(func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartial16x2<T1, T3, T4>;
|
2492
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
|
2493
|
+
<T2, T3, T4>(func: lodash.__, plc1: [lodash.__, T2, T3, T4]): LodashPartial17x2<T2, T3, T4>;
|
2494
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
|
2495
|
+
<TS extends any[], T1, R>(func: (t1: T1, ...ts: TS) => R): LodashPartial18x1<TS, T1, R>;
|
2496
|
+
<T1>(func: lodash.__, arg1: [T1]): LodashPartial18x2<T1>;
|
2497
|
+
<TS extends any[], T1, R>(func: (t1: T1, ...ts: TS) => R, arg1: [T1]): (...ts: TS) => R;
|
2498
|
+
<TS extends any[], T1, T2, R>(func: (t1: T1, t2: T2, ...ts: TS) => R): LodashPartial19x1<TS, T1, T2, R>;
|
2499
|
+
<T1, T2>(func: lodash.__, t1: [T1, T2]): LodashPartial19x2<T1, T2>;
|
2500
|
+
<TS extends any[], T1, T2, R>(func: (t1: T1, t2: T2, ...ts: TS) => R, t1: [T1, T2]): (...ts: TS) => R;
|
2501
|
+
<TS extends any[], T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R): LodashPartial20x1<TS, T1, T2, T3, R>;
|
2502
|
+
<TS extends any[], T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R, t1: [T1, T2, T3]): (...ts: TS) => R;
|
2503
|
+
<TS extends any[], T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R): LodashPartial21x1<TS, T1, T2, T3, T4, R>;
|
2504
|
+
<T1, T2, T3, T4>(func: lodash.__, t1: [T1, T2, T3, T4]): LodashPartial21x2<T1, T2, T3, T4>;
|
2505
|
+
<TS extends any[], T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R, t1: [T1, T2, T3, T4]): (...ts: TS) => R;
|
2573
2506
|
placeholder: lodash.__;
|
2574
2507
|
}
|
2575
|
-
type LodashPartial1x1<T1, R> = (
|
2576
|
-
interface LodashPartial1x2<
|
2577
|
-
<R>(func: lodash.
|
2578
|
-
<
|
2579
|
-
<
|
2580
|
-
|
2581
|
-
|
2582
|
-
|
2583
|
-
(
|
2584
|
-
(
|
2585
|
-
(
|
2586
|
-
}
|
2587
|
-
interface LodashPartial3x2<
|
2588
|
-
<T1, R>(func: lodash.
|
2589
|
-
<T1,
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
<R>(func: lodash.
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2597
|
-
|
2598
|
-
|
2599
|
-
|
2600
|
-
(
|
2601
|
-
(plc1: [lodash.__, lodash.__, T3]): lodash.
|
2602
|
-
(arg1: [T1, lodash.__, T3]): lodash.
|
2603
|
-
(plc1: [lodash.__, T2, T3]): lodash.
|
2604
|
-
(arg1: [T1, T2, T3]): lodash.
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
|
2612
|
-
|
2613
|
-
|
2614
|
-
|
2615
|
-
<
|
2616
|
-
|
2617
|
-
|
2618
|
-
|
2619
|
-
|
2620
|
-
|
2621
|
-
|
2622
|
-
|
2623
|
-
|
2624
|
-
|
2625
|
-
|
2626
|
-
|
2627
|
-
|
2628
|
-
|
2629
|
-
|
2630
|
-
|
2631
|
-
(arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2< T2, T3, R>;
|
2632
|
-
(plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
|
2633
|
-
(arg1: [T1, T2, lodash.__, T4]): lodash.Function1< T3, R>;
|
2634
|
-
(plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
|
2635
|
-
(arg1: [T1, lodash.__, T3, T4]): lodash.Function1< T2, R>;
|
2636
|
-
(plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
|
2637
|
-
(arg1: [T1, T2, T3, T4]): lodash.Function0< R>;
|
2638
|
-
}
|
2639
|
-
type LodashPartial19x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
|
2640
|
-
type LodashPartial20x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2< T2, T3, R>;
|
2641
|
-
type LodashPartial21x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
|
2642
|
-
type LodashPartial22x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T3, R>;
|
2643
|
-
type LodashPartial23x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
|
2644
|
-
type LodashPartial24x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T2, R>;
|
2645
|
-
type LodashPartial25x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
|
2646
|
-
type LodashPartial26x2<T1, T2, T3, T4> = <R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function0< R>;
|
2647
|
-
type LodashPartial27x1 = (args: ReadonlyArray<any>) => (...args: any[]) => any;
|
2648
|
-
type LodashPartial27x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
|
2508
|
+
type LodashPartial1x1<T1, T2, R> = (plc1: [lodash.__, T2]) => lodash.Function1<T1, R>;
|
2509
|
+
interface LodashPartial1x2<T2> {
|
2510
|
+
<T1, R>(func: lodash.Function2<T1, T2, R>): lodash.Function1<T1, R>;
|
2511
|
+
<T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2<T1, T3, R>;
|
2512
|
+
<T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3<T1, T3, T4, R>;
|
2513
|
+
}
|
2514
|
+
interface LodashPartial2x1<T1, T2, T3, R> {
|
2515
|
+
(plc1: [lodash.__, T2]): lodash.Function2<T1, T3, R>;
|
2516
|
+
(plc1: [lodash.__, lodash.__, T3]): lodash.Function2<T1, T2, R>;
|
2517
|
+
(arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
|
2518
|
+
(plc1: [lodash.__, T2, T3]): lodash.Function1<T1, R>;
|
2519
|
+
}
|
2520
|
+
interface LodashPartial3x2<T3> {
|
2521
|
+
<T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2<T1, T2, R>;
|
2522
|
+
<T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3<T1, T2, T4, R>;
|
2523
|
+
}
|
2524
|
+
interface LodashPartial4x2<T1, T3> {
|
2525
|
+
<T2, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1<T2, R>;
|
2526
|
+
<T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2<T2, T4, R>;
|
2527
|
+
}
|
2528
|
+
interface LodashPartial5x2<T2, T3> {
|
2529
|
+
<T1, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1<T1, R>;
|
2530
|
+
<T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2<T1, T4, R>;
|
2531
|
+
}
|
2532
|
+
interface LodashPartial6x1<T1, T2, T3, T4, R> {
|
2533
|
+
(plc1: [lodash.__, T2]): lodash.Function3<T1, T3, T4, R>;
|
2534
|
+
(plc1: [lodash.__, lodash.__, T3]): lodash.Function3<T1, T2, T4, R>;
|
2535
|
+
(arg1: [T1, lodash.__, T3]): lodash.Function2<T2, T4, R>;
|
2536
|
+
(plc1: [lodash.__, T2, T3]): lodash.Function2<T1, T4, R>;
|
2537
|
+
(arg1: [T1, T2, T3]): lodash.Function1<T4, R>;
|
2538
|
+
(plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3<T1, T2, T3, R>;
|
2539
|
+
(arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
|
2540
|
+
(plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
|
2541
|
+
(arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
|
2542
|
+
(plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
|
2543
|
+
(arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
|
2544
|
+
(plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
|
2545
|
+
}
|
2546
|
+
interface LodashPartial10x2<T1, T2, T3> {
|
2547
|
+
<T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function1<T4, R>;
|
2548
|
+
<TS extends any[], R>(func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R): (...ts: TS) => R;
|
2549
|
+
}
|
2550
|
+
type LodashPartial11x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
|
2551
|
+
type LodashPartial12x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T2, T3, R>;
|
2552
|
+
type LodashPartial13x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
|
2553
|
+
type LodashPartial14x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T3, R>;
|
2554
|
+
type LodashPartial15x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
|
2555
|
+
type LodashPartial16x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T2, R>;
|
2556
|
+
type LodashPartial17x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
|
2557
|
+
type LodashPartial18x1<TS extends any[], T1, R> = (arg1: [T1]) => (...ts: TS) => R;
|
2558
|
+
type LodashPartial18x2<T1> = <TS extends any[], R>(func: (t1: T1, ...ts: TS) => R) => (...ts: TS) => R;
|
2559
|
+
type LodashPartial19x1<TS extends any[], T1, T2, R> = (t1: [T1, T2]) => (...ts: TS) => R;
|
2560
|
+
type LodashPartial19x2<T1, T2> = <TS extends any[], R>(func: (t1: T1, t2: T2, ...ts: TS) => R) => (...ts: TS) => R;
|
2561
|
+
type LodashPartial20x1<TS extends any[], T1, T2, T3, R> = (t1: [T1, T2, T3]) => (...ts: TS) => R;
|
2562
|
+
type LodashPartial21x1<TS extends any[], T1, T2, T3, T4, R> = (t1: [T1, T2, T3, T4]) => (...ts: TS) => R;
|
2563
|
+
type LodashPartial21x2<T1, T2, T3, T4> = <TS extends any[], R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R) => (...ts: TS) => R;
|
2649
2564
|
interface LodashPartialRight {
|
2650
2565
|
<T1, R>(func: lodash.Function1<T1, R>): LodashPartialRight1x1<T1, R>;
|
2651
2566
|
<T1>(func: lodash.__, arg1: [T1]): LodashPartialRight1x2<T1>;
|
2652
2567
|
<T1, R>(func: lodash.Function1<T1, R>, arg1: [T1]): lodash.Function0<R>;
|
2653
2568
|
<T1, T2, R>(func: lodash.Function2<T1, T2, R>): LodashPartialRight2x1<T1, T2, R>;
|
2654
2569
|
<T1>(func: lodash.__, arg1: [T1, lodash.__]): LodashPartialRight2x2<T1>;
|
2655
|
-
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, lodash.__]): lodash.Function1<
|
2570
|
+
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, lodash.__]): lodash.Function1<T2, R>;
|
2656
2571
|
<T2>(func: lodash.__, arg2: [T2]): LodashPartialRight3x2<T2>;
|
2657
|
-
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg2: [T2]): lodash.Function1<T1,
|
2572
|
+
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg2: [T2]): lodash.Function1<T1, R>;
|
2658
2573
|
<T1, T2>(func: lodash.__, arg1: [T1, T2]): LodashPartialRight4x2<T1, T2>;
|
2659
|
-
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, T2]): lodash.Function0<
|
2574
|
+
<T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, T2]): lodash.Function0<R>;
|
2660
2575
|
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>): LodashPartialRight5x1<T1, T2, T3, R>;
|
2661
2576
|
<T1>(func: lodash.__, arg1: [T1, lodash.__, lodash.__]): LodashPartialRight5x2<T1>;
|
2662
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, lodash.__]): lodash.Function2<
|
2577
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, lodash.__]): lodash.Function2<T2, T3, R>;
|
2663
2578
|
<T2>(func: lodash.__, arg2: [T2, lodash.__]): LodashPartialRight6x2<T2>;
|
2664
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, lodash.__]): lodash.Function2<T1,
|
2579
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, lodash.__]): lodash.Function2<T1, T3, R>;
|
2665
2580
|
<T1, T2>(func: lodash.__, arg1: [T1, T2, lodash.__]): LodashPartialRight7x2<T1, T2>;
|
2666
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, lodash.__]): lodash.Function1<
|
2581
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, lodash.__]): lodash.Function1<T3, R>;
|
2667
2582
|
<T3>(func: lodash.__, arg3: [T3]): LodashPartialRight8x2<T3>;
|
2668
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg3: [T3]): lodash.Function2<T1, T2,
|
2583
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg3: [T3]): lodash.Function2<T1, T2, R>;
|
2669
2584
|
<T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartialRight9x2<T1, T3>;
|
2670
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1<
|
2585
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
|
2671
2586
|
<T2, T3>(func: lodash.__, arg2: [T2, T3]): LodashPartialRight10x2<T2, T3>;
|
2672
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, T3]): lodash.Function1<T1,
|
2587
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, T3]): lodash.Function1<T1, R>;
|
2673
2588
|
<T1, T2, T3>(func: lodash.__, arg1: [T1, T2, T3]): LodashPartialRight11x2<T1, T2, T3>;
|
2674
|
-
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, T3]): lodash.Function0<
|
2589
|
+
<T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, T3]): lodash.Function0<R>;
|
2675
2590
|
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): LodashPartialRight12x1<T1, T2, T3, T4, R>;
|
2676
2591
|
<T1>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, lodash.__]): LodashPartialRight12x2<T1>;
|
2677
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3<
|
2592
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3<T2, T3, T4, R>;
|
2678
2593
|
<T2>(func: lodash.__, arg2: [T2, lodash.__, lodash.__]): LodashPartialRight13x2<T2>;
|
2679
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1,
|
2594
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1, T3, T4, R>;
|
2680
2595
|
<T1, T2>(func: lodash.__, arg1: [T1, T2, lodash.__, lodash.__]): LodashPartialRight14x2<T1, T2>;
|
2681
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2<
|
2596
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2<T3, T4, R>;
|
2682
2597
|
<T3>(func: lodash.__, arg3: [T3, lodash.__]): LodashPartialRight15x2<T3>;
|
2683
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, lodash.__]): lodash.Function3<T1, T2,
|
2598
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, lodash.__]): lodash.Function3<T1, T2, T4, R>;
|
2684
2599
|
<T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3, lodash.__]): LodashPartialRight16x2<T1, T3>;
|
2685
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2<
|
2600
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2<T2, T4, R>;
|
2686
2601
|
<T2, T3>(func: lodash.__, arg2: [T2, T3, lodash.__]): LodashPartialRight17x2<T2, T3>;
|
2687
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, lodash.__]): lodash.Function2<T1,
|
2602
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, lodash.__]): lodash.Function2<T1, T4, R>;
|
2688
2603
|
<T1, T2, T3>(func: lodash.__, arg1: [T1, T2, T3, lodash.__]): LodashPartialRight18x2<T1, T2, T3>;
|
2689
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, lodash.__]): lodash.Function1<
|
2604
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, lodash.__]): lodash.Function1<T4, R>;
|
2690
2605
|
<T4>(func: lodash.__, arg4: [T4]): LodashPartialRight19x2<T4>;
|
2691
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg4: [T4]): lodash.Function3<T1, T2, T3,
|
2606
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg4: [T4]): lodash.Function3<T1, T2, T3, R>;
|
2692
2607
|
<T1, T4>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartialRight20x2<T1, T4>;
|
2693
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<
|
2608
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
|
2694
2609
|
<T2, T4>(func: lodash.__, arg2: [T2, lodash.__, T4]): LodashPartialRight21x2<T2, T4>;
|
2695
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, T4]): lodash.Function2<T1,
|
2610
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
|
2696
2611
|
<T1, T2, T4>(func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartialRight22x2<T1, T2, T4>;
|
2697
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1<
|
2612
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
|
2698
2613
|
<T3, T4>(func: lodash.__, arg3: [T3, T4]): LodashPartialRight23x2<T3, T4>;
|
2699
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, T4]): lodash.Function2<T1, T2,
|
2614
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, T4]): lodash.Function2<T1, T2, R>;
|
2700
2615
|
<T1, T3, T4>(func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartialRight24x2<T1, T3, T4>;
|
2701
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1<
|
2616
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
|
2702
2617
|
<T2, T3, T4>(func: lodash.__, arg2: [T2, T3, T4]): LodashPartialRight25x2<T2, T3, T4>;
|
2703
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, T4]): lodash.Function1<T1,
|
2618
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, T4]): lodash.Function1<T1, R>;
|
2704
2619
|
<T1, T2, T3, T4>(func: lodash.__, arg1: [T1, T2, T3, T4]): LodashPartialRight26x2<T1, T2, T3, T4>;
|
2705
|
-
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, T4]): lodash.Function0<
|
2620
|
+
<T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, T4]): lodash.Function0<R>;
|
2706
2621
|
(func: (...args: any[]) => any): LodashPartialRight27x1;
|
2707
2622
|
(func: lodash.__, args: ReadonlyArray<any>): LodashPartialRight27x2;
|
2708
2623
|
(func: (...args: any[]) => any, args: ReadonlyArray<any>): (...args: any[]) => any;
|
@@ -2711,61 +2626,61 @@ declare namespace _ {
|
|
2711
2626
|
type LodashPartialRight1x1<T1, R> = (arg1: [T1]) => lodash.Function0<R>;
|
2712
2627
|
type LodashPartialRight1x2<T1> = <R>(func: lodash.Function1<T1, R>) => lodash.Function0<R>;
|
2713
2628
|
interface LodashPartialRight2x1<T1, T2, R> {
|
2714
|
-
(arg1: [T1, lodash.__]): lodash.Function1<
|
2715
|
-
(arg2: [T2]): lodash.Function1<T1,
|
2716
|
-
(arg1: [T1, T2]): lodash.Function0<
|
2629
|
+
(arg1: [T1, lodash.__]): lodash.Function1<T2, R>;
|
2630
|
+
(arg2: [T2]): lodash.Function1<T1, R>;
|
2631
|
+
(arg1: [T1, T2]): lodash.Function0<R>;
|
2717
2632
|
}
|
2718
|
-
type LodashPartialRight2x2<T1> = <T2, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<
|
2719
|
-
type LodashPartialRight3x2<T2> = <T1, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<T1,
|
2720
|
-
type LodashPartialRight4x2<T1, T2> = <R>(func: lodash.Function2<T1, T2, R>) => lodash.Function0<
|
2633
|
+
type LodashPartialRight2x2<T1> = <T2, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<T2, R>;
|
2634
|
+
type LodashPartialRight3x2<T2> = <T1, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<T1, R>;
|
2635
|
+
type LodashPartialRight4x2<T1, T2> = <R>(func: lodash.Function2<T1, T2, R>) => lodash.Function0<R>;
|
2721
2636
|
interface LodashPartialRight5x1<T1, T2, T3, R> {
|
2722
|
-
(arg1: [T1, lodash.__, lodash.__]): lodash.Function2<
|
2723
|
-
(arg2: [T2, lodash.__]): lodash.Function2<T1,
|
2724
|
-
(arg1: [T1, T2, lodash.__]): lodash.Function1<
|
2725
|
-
(arg3: [T3]): lodash.Function2<T1, T2,
|
2726
|
-
(arg1: [T1, lodash.__, T3]): lodash.Function1<
|
2727
|
-
(arg2: [T2, T3]): lodash.Function1<T1,
|
2728
|
-
(arg1: [T1, T2, T3]): lodash.Function0<
|
2729
|
-
}
|
2730
|
-
type LodashPartialRight5x2<T1> = <T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<
|
2731
|
-
type LodashPartialRight6x2<T2> = <T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1,
|
2732
|
-
type LodashPartialRight7x2<T1, T2> = <T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<
|
2733
|
-
type LodashPartialRight8x2<T3> = <T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T2,
|
2734
|
-
type LodashPartialRight9x2<T1, T3> = <T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<
|
2735
|
-
type LodashPartialRight10x2<T2, T3> = <T1, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T1,
|
2736
|
-
type LodashPartialRight11x2<T1, T2, T3> = <R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function0<
|
2637
|
+
(arg1: [T1, lodash.__, lodash.__]): lodash.Function2<T2, T3, R>;
|
2638
|
+
(arg2: [T2, lodash.__]): lodash.Function2<T1, T3, R>;
|
2639
|
+
(arg1: [T1, T2, lodash.__]): lodash.Function1<T3, R>;
|
2640
|
+
(arg3: [T3]): lodash.Function2<T1, T2, R>;
|
2641
|
+
(arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
|
2642
|
+
(arg2: [T2, T3]): lodash.Function1<T1, R>;
|
2643
|
+
(arg1: [T1, T2, T3]): lodash.Function0<R>;
|
2644
|
+
}
|
2645
|
+
type LodashPartialRight5x2<T1> = <T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T2, T3, R>;
|
2646
|
+
type LodashPartialRight6x2<T2> = <T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T3, R>;
|
2647
|
+
type LodashPartialRight7x2<T1, T2> = <T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T3, R>;
|
2648
|
+
type LodashPartialRight8x2<T3> = <T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T2, R>;
|
2649
|
+
type LodashPartialRight9x2<T1, T3> = <T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T2, R>;
|
2650
|
+
type LodashPartialRight10x2<T2, T3> = <T1, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T1, R>;
|
2651
|
+
type LodashPartialRight11x2<T1, T2, T3> = <R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function0<R>;
|
2737
2652
|
interface LodashPartialRight12x1<T1, T2, T3, T4, R> {
|
2738
|
-
(arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3<
|
2739
|
-
(arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1,
|
2740
|
-
(arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2<
|
2741
|
-
(arg3: [T3, lodash.__]): lodash.Function3<T1, T2,
|
2742
|
-
(arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2<
|
2743
|
-
(arg2: [T2, T3, lodash.__]): lodash.Function2<T1,
|
2744
|
-
(arg1: [T1, T2, T3, lodash.__]): lodash.Function1<
|
2745
|
-
(arg4: [T4]): lodash.Function3<T1, T2, T3,
|
2746
|
-
(arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<
|
2747
|
-
(arg2: [T2, lodash.__, T4]): lodash.Function2<T1,
|
2748
|
-
(arg1: [T1, T2, lodash.__, T4]): lodash.Function1<
|
2749
|
-
(arg3: [T3, T4]): lodash.Function2<T1, T2,
|
2750
|
-
(arg1: [T1, lodash.__, T3, T4]): lodash.Function1<
|
2751
|
-
(arg2: [T2, T3, T4]): lodash.Function1<T1,
|
2752
|
-
(arg1: [T1, T2, T3, T4]): lodash.Function0<
|
2753
|
-
}
|
2754
|
-
type LodashPartialRight12x2<T1> = <T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<
|
2755
|
-
type LodashPartialRight13x2<T2> = <T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1,
|
2756
|
-
type LodashPartialRight14x2<T1, T2> = <T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<
|
2757
|
-
type LodashPartialRight15x2<T3> = <T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2,
|
2758
|
-
type LodashPartialRight16x2<T1, T3> = <T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<
|
2759
|
-
type LodashPartialRight17x2<T2, T3> = <T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1,
|
2760
|
-
type LodashPartialRight18x2<T1, T2, T3> = <T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<
|
2761
|
-
type LodashPartialRight19x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3,
|
2762
|
-
type LodashPartialRight20x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<
|
2763
|
-
type LodashPartialRight21x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1,
|
2764
|
-
type LodashPartialRight22x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<
|
2765
|
-
type LodashPartialRight23x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2,
|
2766
|
-
type LodashPartialRight24x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<
|
2767
|
-
type LodashPartialRight25x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1,
|
2768
|
-
type LodashPartialRight26x2<T1, T2, T3, T4> = <R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function0<
|
2653
|
+
(arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3<T2, T3, T4, R>;
|
2654
|
+
(arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1, T3, T4, R>;
|
2655
|
+
(arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2<T3, T4, R>;
|
2656
|
+
(arg3: [T3, lodash.__]): lodash.Function3<T1, T2, T4, R>;
|
2657
|
+
(arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2<T2, T4, R>;
|
2658
|
+
(arg2: [T2, T3, lodash.__]): lodash.Function2<T1, T4, R>;
|
2659
|
+
(arg1: [T1, T2, T3, lodash.__]): lodash.Function1<T4, R>;
|
2660
|
+
(arg4: [T4]): lodash.Function3<T1, T2, T3, R>;
|
2661
|
+
(arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
|
2662
|
+
(arg2: [T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
|
2663
|
+
(arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
|
2664
|
+
(arg3: [T3, T4]): lodash.Function2<T1, T2, R>;
|
2665
|
+
(arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
|
2666
|
+
(arg2: [T2, T3, T4]): lodash.Function1<T1, R>;
|
2667
|
+
(arg1: [T1, T2, T3, T4]): lodash.Function0<R>;
|
2668
|
+
}
|
2669
|
+
type LodashPartialRight12x2<T1> = <T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T2, T3, T4, R>;
|
2670
|
+
type LodashPartialRight13x2<T2> = <T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T3, T4, R>;
|
2671
|
+
type LodashPartialRight14x2<T1, T2> = <T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T3, T4, R>;
|
2672
|
+
type LodashPartialRight15x2<T3> = <T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T4, R>;
|
2673
|
+
type LodashPartialRight16x2<T1, T3> = <T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T2, T4, R>;
|
2674
|
+
type LodashPartialRight17x2<T2, T3> = <T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T4, R>;
|
2675
|
+
type LodashPartialRight18x2<T1, T2, T3> = <T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T4, R>;
|
2676
|
+
type LodashPartialRight19x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
|
2677
|
+
type LodashPartialRight20x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T2, T3, R>;
|
2678
|
+
type LodashPartialRight21x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
|
2679
|
+
type LodashPartialRight22x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T3, R>;
|
2680
|
+
type LodashPartialRight23x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
|
2681
|
+
type LodashPartialRight24x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T2, R>;
|
2682
|
+
type LodashPartialRight25x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
|
2683
|
+
type LodashPartialRight26x2<T1, T2, T3, T4> = <R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function0<R>;
|
2769
2684
|
type LodashPartialRight27x1 = (args: ReadonlyArray<any>) => (...args: any[]) => any;
|
2770
2685
|
type LodashPartialRight27x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
|
2771
2686
|
interface LodashPartition {
|
@@ -2791,48 +2706,65 @@ declare namespace _ {
|
|
2791
2706
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPath2x2<TObject>;
|
2792
2707
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
2793
2708
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPath3x1<TObject, TKey1, TKey2>;
|
2709
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
|
2794
2710
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
2795
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]):
|
2711
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashPath5x1<TObject, TKey1, TKey2, TKey3>;
|
2712
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
|
2796
2713
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
2797
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]):
|
2714
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashPath7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
2715
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
2798
2716
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
2799
|
-
(path: number):
|
2800
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T>):
|
2717
|
+
(path: number): LodashPath9x1;
|
2718
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPath9x2<T>;
|
2801
2719
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
2802
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
2720
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPath10x2<T>;
|
2803
2721
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
2804
|
-
(path: lodash.PropertyPath):
|
2805
|
-
(path: lodash.__, object: null | undefined):
|
2722
|
+
(path: lodash.PropertyPath): LodashPath11x1;
|
2723
|
+
(path: lodash.__, object: null | undefined): LodashPath11x2;
|
2806
2724
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
2807
|
-
(path: lodash.__, object: any):
|
2725
|
+
(path: lodash.__, object: any): LodashPath12x2;
|
2808
2726
|
(path: lodash.PropertyPath, object: any): any;
|
2809
2727
|
}
|
2810
2728
|
interface LodashPath1x1<TObject, TKey extends keyof TObject> {
|
2811
2729
|
(object: TObject): TObject[TKey];
|
2812
2730
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
2813
2731
|
}
|
2814
|
-
|
2732
|
+
interface LodashPath1x2<TObject> {
|
2733
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
|
2734
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
|
2735
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
|
2736
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
|
2737
|
+
}
|
2815
2738
|
interface LodashPath2x2<TObject> {
|
2816
2739
|
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
2817
2740
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
2818
2741
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
|
2819
2742
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
2820
2743
|
}
|
2821
|
-
|
2822
|
-
|
2823
|
-
|
2824
|
-
|
2744
|
+
interface LodashPath3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
2745
|
+
(object: TObject): TObject[TKey1][TKey2];
|
2746
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
2747
|
+
}
|
2748
|
+
interface LodashPath5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
2749
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3];
|
2750
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
2751
|
+
}
|
2752
|
+
interface LodashPath7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
2753
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
2754
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
2755
|
+
}
|
2756
|
+
interface LodashPath9x1 {
|
2825
2757
|
<T>(object: lodash.NumericDictionary<T>): T;
|
2826
2758
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
2827
2759
|
}
|
2828
|
-
type
|
2829
|
-
type
|
2830
|
-
interface
|
2760
|
+
type LodashPath9x2<T> = (path: number) => T;
|
2761
|
+
type LodashPath10x2<T> = (path: number) => T | undefined;
|
2762
|
+
interface LodashPath11x1 {
|
2831
2763
|
(object: null | undefined): undefined;
|
2832
2764
|
(object: any): any;
|
2833
2765
|
}
|
2834
|
-
type
|
2835
|
-
type
|
2766
|
+
type LodashPath11x2 = (path: lodash.PropertyPath) => undefined;
|
2767
|
+
type LodashPath12x2 = (path: lodash.PropertyPath) => any;
|
2836
2768
|
interface LodashPathOr {
|
2837
2769
|
<TDefault>(defaultValue: TDefault): LodashPathOr1x1<TDefault>;
|
2838
2770
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPathOr1x2<TObject, TKey>;
|
@@ -2982,12 +2914,12 @@ declare namespace _ {
|
|
2982
2914
|
<T extends object, U extends keyof T>(props: lodash.Many<U>, object: T): Pick<T, U>;
|
2983
2915
|
(props: lodash.PropertyPath): LodashPick2x1;
|
2984
2916
|
<T>(props: lodash.__, object: T | null | undefined): LodashPick2x2<T>;
|
2985
|
-
<T>(props: lodash.PropertyPath, object: T | null | undefined): lodash.
|
2917
|
+
<T>(props: lodash.PropertyPath, object: T | null | undefined): lodash.PartialObject<T>;
|
2986
2918
|
}
|
2987
2919
|
type LodashPick1x1<T, U extends keyof T> = (object: T) => Pick<T, U>;
|
2988
2920
|
type LodashPick1x2<T> = <U extends keyof T>(props: lodash.Many<U>) => Pick<T, U>;
|
2989
|
-
type LodashPick2x1 = <T>(object: T | null | undefined) => lodash.
|
2990
|
-
type LodashPick2x2<T> = (props: lodash.PropertyPath) => lodash.
|
2921
|
+
type LodashPick2x1 = <T>(object: T | null | undefined) => lodash.PartialObject<T>;
|
2922
|
+
type LodashPick2x2<T> = (props: lodash.PropertyPath) => lodash.PartialObject<T>;
|
2991
2923
|
interface LodashPickBy {
|
2992
2924
|
<T, S extends T>(predicate: lodash.ValueKeyIterateeTypeGuard<T, S>): LodashPickBy1x1<T, S>;
|
2993
2925
|
<T>(predicate: lodash.__, object: lodash.Dictionary<T> | null | undefined): LodashPickBy1x2<T>;
|
@@ -3025,48 +2957,65 @@ declare namespace _ {
|
|
3025
2957
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashProp2x2<TObject>;
|
3026
2958
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
3027
2959
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashProp3x1<TObject, TKey1, TKey2>;
|
2960
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
|
3028
2961
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
3029
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]):
|
2962
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashProp5x1<TObject, TKey1, TKey2, TKey3>;
|
2963
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
|
3030
2964
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
3031
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]):
|
2965
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashProp7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
2966
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
3032
2967
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3033
|
-
(path: number):
|
3034
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T>):
|
2968
|
+
(path: number): LodashProp9x1;
|
2969
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProp9x2<T>;
|
3035
2970
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
3036
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
2971
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProp10x2<T>;
|
3037
2972
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3038
|
-
(path: lodash.PropertyPath):
|
3039
|
-
(path: lodash.__, object: null | undefined):
|
2973
|
+
(path: lodash.PropertyPath): LodashProp11x1;
|
2974
|
+
(path: lodash.__, object: null | undefined): LodashProp11x2;
|
3040
2975
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
3041
|
-
(path: lodash.__, object: any):
|
2976
|
+
(path: lodash.__, object: any): LodashProp12x2;
|
3042
2977
|
(path: lodash.PropertyPath, object: any): any;
|
3043
2978
|
}
|
3044
2979
|
interface LodashProp1x1<TObject, TKey extends keyof TObject> {
|
3045
2980
|
(object: TObject): TObject[TKey];
|
3046
2981
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
3047
2982
|
}
|
3048
|
-
|
2983
|
+
interface LodashProp1x2<TObject> {
|
2984
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
|
2985
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
|
2986
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
|
2987
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
|
2988
|
+
}
|
3049
2989
|
interface LodashProp2x2<TObject> {
|
3050
2990
|
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
3051
2991
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
3052
2992
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
|
3053
2993
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3054
2994
|
}
|
3055
|
-
|
3056
|
-
|
3057
|
-
|
3058
|
-
|
2995
|
+
interface LodashProp3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
2996
|
+
(object: TObject): TObject[TKey1][TKey2];
|
2997
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
2998
|
+
}
|
2999
|
+
interface LodashProp5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
3000
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3];
|
3001
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
3002
|
+
}
|
3003
|
+
interface LodashProp7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
3004
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
3005
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3006
|
+
}
|
3007
|
+
interface LodashProp9x1 {
|
3059
3008
|
<T>(object: lodash.NumericDictionary<T>): T;
|
3060
3009
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3061
3010
|
}
|
3062
|
-
type
|
3063
|
-
type
|
3064
|
-
interface
|
3011
|
+
type LodashProp9x2<T> = (path: number) => T;
|
3012
|
+
type LodashProp10x2<T> = (path: number) => T | undefined;
|
3013
|
+
interface LodashProp11x1 {
|
3065
3014
|
(object: null | undefined): undefined;
|
3066
3015
|
(object: any): any;
|
3067
3016
|
}
|
3068
|
-
type
|
3069
|
-
type
|
3017
|
+
type LodashProp11x2 = (path: lodash.PropertyPath) => undefined;
|
3018
|
+
type LodashProp12x2 = (path: lodash.PropertyPath) => any;
|
3070
3019
|
interface LodashProperty {
|
3071
3020
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashProperty1x1<TObject, TKey>;
|
3072
3021
|
<TObject extends object>(path: lodash.__, object: TObject): LodashProperty1x2<TObject>;
|
@@ -3074,48 +3023,65 @@ declare namespace _ {
|
|
3074
3023
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashProperty2x2<TObject>;
|
3075
3024
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
3076
3025
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashProperty3x1<TObject, TKey1, TKey2>;
|
3026
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
|
3077
3027
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
3078
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]):
|
3028
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashProperty5x1<TObject, TKey1, TKey2, TKey3>;
|
3029
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
|
3079
3030
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
3080
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]):
|
3031
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashProperty7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
3032
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
3081
3033
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3082
|
-
(path: number):
|
3083
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T>):
|
3034
|
+
(path: number): LodashProperty9x1;
|
3035
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProperty9x2<T>;
|
3084
3036
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
3085
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
3037
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProperty10x2<T>;
|
3086
3038
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3087
|
-
(path: lodash.PropertyPath):
|
3088
|
-
(path: lodash.__, object: null | undefined):
|
3039
|
+
(path: lodash.PropertyPath): LodashProperty11x1;
|
3040
|
+
(path: lodash.__, object: null | undefined): LodashProperty11x2;
|
3089
3041
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
3090
|
-
(path: lodash.__, object: any):
|
3042
|
+
(path: lodash.__, object: any): LodashProperty12x2;
|
3091
3043
|
(path: lodash.PropertyPath, object: any): any;
|
3092
3044
|
}
|
3093
3045
|
interface LodashProperty1x1<TObject, TKey extends keyof TObject> {
|
3094
3046
|
(object: TObject): TObject[TKey];
|
3095
3047
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
3096
3048
|
}
|
3097
|
-
|
3049
|
+
interface LodashProperty1x2<TObject> {
|
3050
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
|
3051
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
|
3052
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
|
3053
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
|
3054
|
+
}
|
3098
3055
|
interface LodashProperty2x2<TObject> {
|
3099
3056
|
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
3100
3057
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
3101
3058
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
|
3102
3059
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3103
3060
|
}
|
3104
|
-
|
3105
|
-
|
3106
|
-
|
3107
|
-
|
3061
|
+
interface LodashProperty3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
3062
|
+
(object: TObject): TObject[TKey1][TKey2];
|
3063
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
3064
|
+
}
|
3065
|
+
interface LodashProperty5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
3066
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3];
|
3067
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
3068
|
+
}
|
3069
|
+
interface LodashProperty7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
3070
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
3071
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3072
|
+
}
|
3073
|
+
interface LodashProperty9x1 {
|
3108
3074
|
<T>(object: lodash.NumericDictionary<T>): T;
|
3109
3075
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3110
3076
|
}
|
3111
|
-
type
|
3112
|
-
type
|
3113
|
-
interface
|
3077
|
+
type LodashProperty9x2<T> = (path: number) => T;
|
3078
|
+
type LodashProperty10x2<T> = (path: number) => T | undefined;
|
3079
|
+
interface LodashProperty11x1 {
|
3114
3080
|
(object: null | undefined): undefined;
|
3115
3081
|
(object: any): any;
|
3116
3082
|
}
|
3117
|
-
type
|
3118
|
-
type
|
3083
|
+
type LodashProperty11x2 = (path: lodash.PropertyPath) => undefined;
|
3084
|
+
type LodashProperty12x2 = (path: lodash.PropertyPath) => any;
|
3119
3085
|
interface LodashPropertyOf {
|
3120
3086
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPropertyOf1x1<TObject, TKey>;
|
3121
3087
|
<TObject extends object>(path: lodash.__, object: TObject): LodashPropertyOf1x2<TObject>;
|
@@ -3123,48 +3089,65 @@ declare namespace _ {
|
|
3123
3089
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPropertyOf2x2<TObject>;
|
3124
3090
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
3125
3091
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPropertyOf3x1<TObject, TKey1, TKey2>;
|
3092
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
|
3126
3093
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
3127
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]):
|
3094
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashPropertyOf5x1<TObject, TKey1, TKey2, TKey3>;
|
3095
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
|
3128
3096
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
3129
|
-
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]):
|
3097
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashPropertyOf7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
3098
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
3130
3099
|
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3131
|
-
(path: number):
|
3132
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T>):
|
3100
|
+
(path: number): LodashPropertyOf9x1;
|
3101
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPropertyOf9x2<T>;
|
3133
3102
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
3134
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
3103
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropertyOf10x2<T>;
|
3135
3104
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3136
|
-
(path: lodash.PropertyPath):
|
3137
|
-
(path: lodash.__, object: null | undefined):
|
3105
|
+
(path: lodash.PropertyPath): LodashPropertyOf11x1;
|
3106
|
+
(path: lodash.__, object: null | undefined): LodashPropertyOf11x2;
|
3138
3107
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
3139
|
-
(path: lodash.__, object: any):
|
3108
|
+
(path: lodash.__, object: any): LodashPropertyOf12x2;
|
3140
3109
|
(path: lodash.PropertyPath, object: any): any;
|
3141
3110
|
}
|
3142
3111
|
interface LodashPropertyOf1x1<TObject, TKey extends keyof TObject> {
|
3143
3112
|
(object: TObject): TObject[TKey];
|
3144
3113
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
3145
3114
|
}
|
3146
|
-
|
3115
|
+
interface LodashPropertyOf1x2<TObject> {
|
3116
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
|
3117
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
|
3118
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
|
3119
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
|
3120
|
+
}
|
3147
3121
|
interface LodashPropertyOf2x2<TObject> {
|
3148
3122
|
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
3149
3123
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
3150
3124
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
|
3151
3125
|
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3152
3126
|
}
|
3153
|
-
|
3154
|
-
|
3155
|
-
|
3156
|
-
|
3127
|
+
interface LodashPropertyOf3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
3128
|
+
(object: TObject): TObject[TKey1][TKey2];
|
3129
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
|
3130
|
+
}
|
3131
|
+
interface LodashPropertyOf5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
3132
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3];
|
3133
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
|
3134
|
+
}
|
3135
|
+
interface LodashPropertyOf7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
3136
|
+
(object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
|
3137
|
+
(object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
3138
|
+
}
|
3139
|
+
interface LodashPropertyOf9x1 {
|
3157
3140
|
<T>(object: lodash.NumericDictionary<T>): T;
|
3158
3141
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3159
3142
|
}
|
3160
|
-
type
|
3161
|
-
type
|
3162
|
-
interface
|
3143
|
+
type LodashPropertyOf9x2<T> = (path: number) => T;
|
3144
|
+
type LodashPropertyOf10x2<T> = (path: number) => T | undefined;
|
3145
|
+
interface LodashPropertyOf11x1 {
|
3163
3146
|
(object: null | undefined): undefined;
|
3164
3147
|
(object: any): any;
|
3165
3148
|
}
|
3166
|
-
type
|
3167
|
-
type
|
3149
|
+
type LodashPropertyOf11x2 = (path: lodash.PropertyPath) => undefined;
|
3150
|
+
type LodashPropertyOf12x2 = (path: lodash.PropertyPath) => any;
|
3168
3151
|
interface LodashPropOr {
|
3169
3152
|
<TDefault>(defaultValue: TDefault): LodashPropOr1x1<TDefault>;
|
3170
3153
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPropOr1x2<TObject, TKey>;
|
@@ -3799,18 +3782,18 @@ declare namespace _ {
|
|
3799
3782
|
type LodashRound = (n: number) => number;
|
3800
3783
|
type LodashRunInContext = (context: object) => lodash.LoDashStatic;
|
3801
3784
|
interface LodashSample {
|
3802
|
-
<T>(collection: lodash.
|
3785
|
+
<T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
3803
3786
|
<T extends object>(collection: T | null | undefined): T[keyof T] | undefined;
|
3804
3787
|
}
|
3805
3788
|
interface LodashSampleSize {
|
3806
3789
|
(n: number): LodashSampleSize1x1;
|
3807
|
-
<T>(n: lodash.__, collection: lodash.
|
3808
|
-
<T>(n: number, collection: lodash.
|
3790
|
+
<T>(n: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashSampleSize1x2<T>;
|
3791
|
+
<T>(n: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
|
3809
3792
|
<T extends object>(n: lodash.__, collection: T | null | undefined): LodashSampleSize2x2<T>;
|
3810
3793
|
<T extends object>(n: number, collection: T | null | undefined): Array<T[keyof T]>;
|
3811
3794
|
}
|
3812
3795
|
interface LodashSampleSize1x1 {
|
3813
|
-
<T>(collection: lodash.
|
3796
|
+
<T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
|
3814
3797
|
<T extends object>(collection: T | null | undefined): Array<T[keyof T]>;
|
3815
3798
|
}
|
3816
3799
|
type LodashSampleSize1x2<T> = (n: number) => T[];
|
@@ -4036,12 +4019,12 @@ declare namespace _ {
|
|
4036
4019
|
type LodashSortedUniqBy1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
|
4037
4020
|
type LodashSortedUniqBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => T[];
|
4038
4021
|
interface LodashSplit {
|
4039
|
-
(separator: RegExp|string): LodashSplit1x1;
|
4040
|
-
(separator: lodash.__, string: string): LodashSplit1x2;
|
4041
|
-
(separator: RegExp|string, string: string): string[];
|
4022
|
+
(separator: RegExp | string): LodashSplit1x1;
|
4023
|
+
(separator: lodash.__, string: string | null | undefined): LodashSplit1x2;
|
4024
|
+
(separator: RegExp | string, string: string | null | undefined): string[];
|
4042
4025
|
}
|
4043
|
-
type LodashSplit1x1 = (string: string) => string[];
|
4044
|
-
type LodashSplit1x2 = (separator: RegExp|string) => string[];
|
4026
|
+
type LodashSplit1x1 = (string: string | null | undefined) => string[];
|
4027
|
+
type LodashSplit1x2 = (separator: RegExp | string) => string[];
|
4045
4028
|
type LodashSpread = <TResult>(func: (...args: any[]) => TResult) => (...args: any[]) => TResult;
|
4046
4029
|
interface LodashSpreadFrom {
|
4047
4030
|
(start: number): LodashSpreadFrom1x1;
|
@@ -4177,11 +4160,11 @@ declare namespace _ {
|
|
4177
4160
|
type LodashTemplate = (string: string) => lodash.TemplateExecutor;
|
4178
4161
|
interface LodashThrottle {
|
4179
4162
|
(wait: number): LodashThrottle1x1;
|
4180
|
-
<T extends (...args: any
|
4181
|
-
<T extends (...args: any
|
4163
|
+
<T extends (...args: any) => any>(wait: lodash.__, func: T): LodashThrottle1x2<T>;
|
4164
|
+
<T extends (...args: any) => any>(wait: number, func: T): lodash.DebouncedFunc<T>;
|
4182
4165
|
}
|
4183
|
-
type LodashThrottle1x1 = <T extends (...args: any
|
4184
|
-
type LodashThrottle1x2<T> = (wait: number) =>
|
4166
|
+
type LodashThrottle1x1 = <T extends (...args: any) => any>(func: T) => lodash.DebouncedFunc<T>;
|
4167
|
+
type LodashThrottle1x2<T extends (...args: any) => any> = (wait: number) => lodash.DebouncedFunc<T>;
|
4185
4168
|
interface LodashThru {
|
4186
4169
|
<T, TResult>(interceptor: (value: T) => TResult): LodashThru1x1<T, TResult>;
|
4187
4170
|
<T>(interceptor: lodash.__, value: T): LodashThru1x2<T>;
|
@@ -4197,7 +4180,7 @@ declare namespace _ {
|
|
4197
4180
|
type LodashTimes1x1<TResult> = (n: number) => TResult[];
|
4198
4181
|
type LodashTimes1x2 = <TResult>(iteratee: (num: number) => TResult) => TResult[];
|
4199
4182
|
interface LodashToArray {
|
4200
|
-
<T>(value:
|
4183
|
+
<T>(value: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
|
4201
4184
|
<T>(value: T): Array<T[keyof T]>;
|
4202
4185
|
(): any[];
|
4203
4186
|
}
|
@@ -4212,75 +4195,44 @@ declare namespace _ {
|
|
4212
4195
|
type LodashToString = (value: any) => string;
|
4213
4196
|
type LodashToUpper = (string: string) => string;
|
4214
4197
|
interface LodashTransform {
|
4215
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4216
|
-
<TResult>(iteratee: lodash.__, accumulator:
|
4217
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4198
|
+
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform1x1<T, TResult>;
|
4199
|
+
<TResult>(iteratee: lodash.__, accumulator: TResult): LodashTransform1x2<TResult>;
|
4200
|
+
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult): LodashTransform1x3<T, TResult>;
|
4218
4201
|
<T>(iteratee: lodash.__, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x4<T>;
|
4219
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4220
|
-
<T, TResult>(iteratee: lodash.__, accumulator:
|
4221
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4222
|
-
<T
|
4223
|
-
<TResult>(iteratee: lodash.
|
4224
|
-
<T, TResult>(iteratee: lodash.
|
4225
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform2x5<TResult>;
|
4226
|
-
<T, TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>, object: ReadonlyArray<T>): LodashTransform2x6<T, TResult>;
|
4227
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.Dictionary<TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): lodash.Dictionary<TResult>;
|
4228
|
-
<T>(iteratee: lodash.__, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x4<T>;
|
4229
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x5<TResult>;
|
4230
|
-
<T, TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>, object: lodash.Dictionary<T>): LodashTransform3x6<T, TResult>;
|
4231
|
-
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform4x5<TResult>;
|
4232
|
-
<T, TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>, object: lodash.Dictionary<T>): LodashTransform4x6<T, TResult>;
|
4202
|
+
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x5<TResult>;
|
4203
|
+
<T, TResult>(iteratee: lodash.__, accumulator: TResult, object: ReadonlyArray<T>): LodashTransform1x6<T, TResult>;
|
4204
|
+
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult;
|
4205
|
+
<T>(iteratee: lodash.__, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x4<T>;
|
4206
|
+
<T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x5<TResult>;
|
4207
|
+
<T, TResult>(iteratee: lodash.__, accumulator: TResult, object: lodash.Dictionary<T>): LodashTransform2x6<T, TResult>;
|
4233
4208
|
}
|
4234
4209
|
interface LodashTransform1x1<T, TResult> {
|
4235
|
-
(accumulator:
|
4210
|
+
(accumulator: TResult): LodashTransform1x3<T, TResult>;
|
4236
4211
|
(accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x5<TResult>;
|
4237
|
-
(accumulator:
|
4238
|
-
(accumulator: lodash.__, object: lodash.Dictionary<T>):
|
4212
|
+
(accumulator: TResult, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult;
|
4213
|
+
(accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x5<TResult>;
|
4239
4214
|
}
|
4240
4215
|
interface LodashTransform1x2<TResult> {
|
4241
|
-
<T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4216
|
+
<T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform1x3<T, TResult>;
|
4242
4217
|
<T>(iteratee: lodash.__, object: ReadonlyArray<T>): LodashTransform1x6<T, TResult>;
|
4243
|
-
<T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4244
|
-
<T>(iteratee: lodash.__, object: lodash.Dictionary<T>):
|
4218
|
+
<T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult;
|
4219
|
+
<T>(iteratee: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x6<T, TResult>;
|
4245
4220
|
}
|
4246
|
-
type LodashTransform1x3<T, TResult> = (object: ReadonlyArray<T> | lodash.Dictionary<T>) => TResult
|
4221
|
+
type LodashTransform1x3<T, TResult> = (object: ReadonlyArray<T> | lodash.Dictionary<T>) => TResult;
|
4247
4222
|
interface LodashTransform1x4<T> {
|
4248
|
-
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4249
|
-
<TResult>(iteratee: lodash.__, accumulator:
|
4250
|
-
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult
|
4251
|
-
|
4252
|
-
|
4253
|
-
|
4254
|
-
|
4255
|
-
|
4256
|
-
|
4257
|
-
|
4258
|
-
|
4259
|
-
|
4260
|
-
|
4261
|
-
(accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x5<TResult>;
|
4262
|
-
}
|
4263
|
-
interface LodashTransform2x2<TResult> {
|
4264
|
-
<T>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>): LodashTransform2x3<T, TResult>;
|
4265
|
-
<T>(iteratee: lodash.__, object: ReadonlyArray<T>): LodashTransform2x6<T, TResult>;
|
4266
|
-
<T>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, object: ReadonlyArray<T> | lodash.Dictionary<T>): lodash.Dictionary<TResult>;
|
4267
|
-
<T>(iteratee: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x6<T, TResult>;
|
4268
|
-
}
|
4269
|
-
type LodashTransform2x3<T, TResult> = (object: ReadonlyArray<T> | lodash.Dictionary<T>) => lodash.Dictionary<TResult>;
|
4270
|
-
type LodashTransform2x5<TResult> = (accumulator: lodash.Dictionary<TResult>) => lodash.Dictionary<TResult>;
|
4271
|
-
type LodashTransform2x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>) => lodash.Dictionary<TResult>;
|
4272
|
-
interface LodashTransform3x4<T> {
|
4273
|
-
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>): LodashTransform3x5<TResult>;
|
4274
|
-
<TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>): LodashTransform3x6<T, TResult>;
|
4275
|
-
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.Dictionary<TResult>): lodash.Dictionary<TResult>;
|
4276
|
-
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>): LodashTransform4x5<TResult>;
|
4277
|
-
<TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>): LodashTransform4x6<T, TResult>;
|
4278
|
-
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: ReadonlyArray<TResult>): TResult[];
|
4279
|
-
}
|
4280
|
-
type LodashTransform3x5<TResult> = (accumulator: lodash.Dictionary<TResult>) => lodash.Dictionary<TResult>;
|
4281
|
-
type LodashTransform3x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>) => lodash.Dictionary<TResult>;
|
4282
|
-
type LodashTransform4x5<TResult> = (accumulator: ReadonlyArray<TResult>) => TResult[];
|
4283
|
-
type LodashTransform4x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>) => TResult[];
|
4223
|
+
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform1x5<TResult>;
|
4224
|
+
<TResult>(iteratee: lodash.__, accumulator: TResult): LodashTransform1x6<T, TResult>;
|
4225
|
+
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult): TResult;
|
4226
|
+
}
|
4227
|
+
type LodashTransform1x5<TResult> = (accumulator: TResult) => TResult;
|
4228
|
+
type LodashTransform1x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult>) => TResult;
|
4229
|
+
interface LodashTransform2x4<T> {
|
4230
|
+
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform2x5<TResult>;
|
4231
|
+
<TResult>(iteratee: lodash.__, accumulator: TResult): LodashTransform2x6<T, TResult>;
|
4232
|
+
<TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult): TResult;
|
4233
|
+
}
|
4234
|
+
type LodashTransform2x5<TResult> = (accumulator: TResult) => TResult;
|
4235
|
+
type LodashTransform2x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult>) => TResult;
|
4284
4236
|
type LodashTrim = (string: string) => string;
|
4285
4237
|
interface LodashTrimChars {
|
4286
4238
|
(chars: string): LodashTrimChars1x1;
|
@@ -4522,7 +4474,7 @@ declare namespace _ {
|
|
4522
4474
|
(object: any): any[];
|
4523
4475
|
}
|
4524
4476
|
interface LodashValuesIn {
|
4525
|
-
<T>(object: lodash.Dictionary<T
|
4477
|
+
<T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | lodash.List<T> | null | undefined): T[];
|
4526
4478
|
<T extends object>(object: T | null | undefined): Array<T[keyof T]>;
|
4527
4479
|
}
|
4528
4480
|
interface LodashWithout {
|
@@ -4537,15 +4489,9 @@ declare namespace _ {
|
|
4537
4489
|
<T, TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult): LodashWrap1x1<T, TArgs, TResult>;
|
4538
4490
|
<T>(wrapper: lodash.__, value: T): LodashWrap1x2<T>;
|
4539
4491
|
<T, TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult, value: T): (...args: TArgs[]) => TResult;
|
4540
|
-
<T, TResult>(wrapper: (value: T, ...args: any[]) => TResult): LodashWrap2x1<T, TResult>;
|
4541
|
-
<T, TResult>(wrapper: (value: T, ...args: any[]) => TResult, value: T): (...args: any[]) => TResult;
|
4542
4492
|
}
|
4543
4493
|
type LodashWrap1x1<T, TArgs, TResult> = (value: T) => (...args: TArgs[]) => TResult;
|
4544
|
-
|
4545
|
-
<TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult): (...args: TArgs[]) => TResult;
|
4546
|
-
<TResult>(wrapper: (value: T, ...args: any[]) => TResult): (...args: any[]) => TResult;
|
4547
|
-
}
|
4548
|
-
type LodashWrap2x1<T, TResult> = (value: T) => (...args: any[]) => TResult;
|
4494
|
+
type LodashWrap1x2<T> = <TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult) => (...args: TArgs[]) => TResult;
|
4549
4495
|
interface LodashZip {
|
4550
4496
|
<T1>(arrays1: lodash.List<T1>): LodashZip1x1<T1>;
|
4551
4497
|
<T2>(arrays1: lodash.__, arrays2: lodash.List<T2>): LodashZip1x2<T2>;
|