cypress 3.7.0 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cli.js +59 -47
- package/lib/errors.js +7 -1
- package/lib/exec/open.js +4 -4
- package/lib/exec/run.js +75 -42
- package/lib/exec/spawn.js +13 -4
- package/lib/exec/xvfb.js +9 -2
- package/lib/tasks/state.js +14 -4
- package/lib/tasks/unzip.js +90 -16
- package/lib/util.js +1 -1
- package/package.json +2 -1
- package/types/bluebird/README.md +4 -4
- package/types/bluebird/index.d.ts +1261 -1315
- package/types/bluebird/package.json +19 -13
- package/types/chai/LICENSE +21 -21
- package/types/chai/README.md +5 -5
- package/types/chai/index.d.ts +355 -46
- package/types/chai/package.json +31 -13
- package/types/chai-jquery/README.md +2 -2
- package/types/chai-jquery/index.d.ts +3 -3
- package/types/chai-jquery/package.json +14 -13
- package/types/cypress-npm-api.d.ts +10 -1
- package/types/index.d.ts +17 -5
- package/types/lodash/README.md +6 -6
- package/types/lodash/common/array.d.ts +13 -8
- package/types/lodash/common/collection.d.ts +12 -0
- package/types/lodash/common/lang.d.ts +2 -2
- package/types/lodash/common/object.d.ts +219 -15
- package/types/lodash/common/util.d.ts +58 -0
- package/types/lodash/fp.d.ts +452 -226
- package/types/lodash/index.d.ts +1 -1
- package/types/lodash/multiply.d.ts +2 -0
- package/types/lodash/package.json +23 -16
- package/types/lodash/stubFalse.d.ts +2 -0
- package/types/lodash/stubTrue.d.ts +2 -0
- package/types/lodash/ts3.1/add.d.ts +2 -0
- package/types/lodash/ts3.1/after.d.ts +2 -0
- package/types/lodash/ts3.1/ary.d.ts +2 -0
- package/types/lodash/ts3.1/assign.d.ts +2 -0
- package/types/lodash/ts3.1/assignIn.d.ts +2 -0
- package/types/lodash/ts3.1/assignInWith.d.ts +2 -0
- package/types/lodash/ts3.1/assignWith.d.ts +2 -0
- package/types/lodash/ts3.1/at.d.ts +2 -0
- package/types/lodash/ts3.1/attempt.d.ts +2 -0
- package/types/lodash/ts3.1/before.d.ts +2 -0
- package/types/lodash/ts3.1/bind.d.ts +2 -0
- package/types/lodash/ts3.1/bindAll.d.ts +2 -0
- package/types/lodash/ts3.1/bindKey.d.ts +2 -0
- package/types/lodash/ts3.1/camelCase.d.ts +2 -0
- package/types/lodash/ts3.1/capitalize.d.ts +2 -0
- package/types/lodash/ts3.1/castArray.d.ts +2 -0
- package/types/lodash/ts3.1/ceil.d.ts +2 -0
- package/types/lodash/ts3.1/chain.d.ts +2 -0
- package/types/lodash/ts3.1/chunk.d.ts +2 -0
- package/types/lodash/ts3.1/clamp.d.ts +2 -0
- package/types/lodash/ts3.1/clone.d.ts +2 -0
- package/types/lodash/ts3.1/cloneDeep.d.ts +2 -0
- package/types/lodash/ts3.1/cloneDeepWith.d.ts +2 -0
- package/types/lodash/ts3.1/cloneWith.d.ts +2 -0
- package/types/lodash/ts3.1/common/array.d.ts +2127 -0
- package/types/lodash/ts3.1/common/collection.d.ts +1930 -0
- package/types/lodash/ts3.1/common/common.d.ts +284 -0
- package/types/lodash/ts3.1/common/date.d.ts +23 -0
- package/types/lodash/ts3.1/common/function.d.ts +1392 -0
- package/types/lodash/ts3.1/common/lang.d.ts +1694 -0
- package/types/lodash/ts3.1/common/math.d.ts +405 -0
- package/types/lodash/ts3.1/common/number.d.ts +131 -0
- package/types/lodash/ts3.1/common/object.d.ts +2507 -0
- package/types/lodash/ts3.1/common/seq.d.ts +210 -0
- package/types/lodash/ts3.1/common/string.d.ts +788 -0
- package/types/lodash/ts3.1/common/util.d.ts +1219 -0
- package/types/lodash/ts3.1/compact.d.ts +2 -0
- package/types/lodash/ts3.1/concat.d.ts +2 -0
- package/types/lodash/ts3.1/cond.d.ts +2 -0
- package/types/lodash/ts3.1/conformsTo.d.ts +2 -0
- package/types/lodash/ts3.1/constant.d.ts +2 -0
- package/types/lodash/ts3.1/countBy.d.ts +2 -0
- package/types/lodash/ts3.1/create.d.ts +2 -0
- package/types/lodash/ts3.1/curry.d.ts +2 -0
- package/types/lodash/ts3.1/curryRight.d.ts +2 -0
- package/types/lodash/ts3.1/debounce.d.ts +2 -0
- package/types/lodash/ts3.1/deburr.d.ts +2 -0
- package/types/lodash/ts3.1/defaultTo.d.ts +2 -0
- package/types/lodash/ts3.1/defaults.d.ts +2 -0
- package/types/lodash/ts3.1/defaultsDeep.d.ts +2 -0
- package/types/lodash/ts3.1/defer.d.ts +2 -0
- package/types/lodash/ts3.1/delay.d.ts +2 -0
- package/types/lodash/ts3.1/difference.d.ts +2 -0
- package/types/lodash/ts3.1/differenceBy.d.ts +2 -0
- package/types/lodash/ts3.1/differenceWith.d.ts +2 -0
- package/types/lodash/ts3.1/divide.d.ts +2 -0
- package/types/lodash/ts3.1/drop.d.ts +2 -0
- package/types/lodash/ts3.1/dropRight.d.ts +2 -0
- package/types/lodash/ts3.1/dropRightWhile.d.ts +2 -0
- package/types/lodash/ts3.1/dropWhile.d.ts +2 -0
- package/types/lodash/ts3.1/each.d.ts +2 -0
- package/types/lodash/ts3.1/eachRight.d.ts +2 -0
- package/types/lodash/ts3.1/endsWith.d.ts +2 -0
- package/types/lodash/ts3.1/entries.d.ts +2 -0
- package/types/lodash/ts3.1/entriesIn.d.ts +2 -0
- package/types/lodash/ts3.1/eq.d.ts +2 -0
- package/types/lodash/ts3.1/escape.d.ts +2 -0
- package/types/lodash/ts3.1/escapeRegExp.d.ts +2 -0
- package/types/lodash/ts3.1/every.d.ts +2 -0
- package/types/lodash/ts3.1/extend.d.ts +2 -0
- package/types/lodash/ts3.1/extendWith.d.ts +2 -0
- package/types/lodash/ts3.1/fill.d.ts +2 -0
- package/types/lodash/ts3.1/filter.d.ts +2 -0
- package/types/lodash/ts3.1/find.d.ts +2 -0
- package/types/lodash/ts3.1/findIndex.d.ts +2 -0
- package/types/lodash/ts3.1/findKey.d.ts +2 -0
- package/types/lodash/ts3.1/findLast.d.ts +2 -0
- package/types/lodash/ts3.1/findLastIndex.d.ts +2 -0
- package/types/lodash/ts3.1/findLastKey.d.ts +2 -0
- package/types/lodash/ts3.1/first.d.ts +2 -0
- package/types/lodash/ts3.1/flatMap.d.ts +2 -0
- package/types/lodash/ts3.1/flatMapDeep.d.ts +2 -0
- package/types/lodash/ts3.1/flatMapDepth.d.ts +2 -0
- package/types/lodash/ts3.1/flatten.d.ts +2 -0
- package/types/lodash/ts3.1/flattenDeep.d.ts +2 -0
- package/types/lodash/ts3.1/flattenDepth.d.ts +2 -0
- package/types/lodash/ts3.1/flip.d.ts +2 -0
- package/types/lodash/ts3.1/floor.d.ts +2 -0
- package/types/lodash/ts3.1/flow.d.ts +2 -0
- package/types/lodash/ts3.1/flowRight.d.ts +2 -0
- package/types/lodash/ts3.1/forEach.d.ts +2 -0
- package/types/lodash/ts3.1/forEachRight.d.ts +2 -0
- package/types/lodash/ts3.1/forIn.d.ts +2 -0
- package/types/lodash/ts3.1/forInRight.d.ts +2 -0
- package/types/lodash/ts3.1/forOwn.d.ts +2 -0
- package/types/lodash/ts3.1/forOwnRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/F.d.ts +2 -0
- package/types/lodash/ts3.1/fp/T.d.ts +2 -0
- package/types/lodash/ts3.1/fp/__.d.ts +3 -0
- package/types/lodash/ts3.1/fp/add.d.ts +2 -0
- package/types/lodash/ts3.1/fp/after.d.ts +2 -0
- package/types/lodash/ts3.1/fp/all.d.ts +2 -0
- package/types/lodash/ts3.1/fp/allPass.d.ts +2 -0
- package/types/lodash/ts3.1/fp/always.d.ts +2 -0
- package/types/lodash/ts3.1/fp/any.d.ts +2 -0
- package/types/lodash/ts3.1/fp/anyPass.d.ts +2 -0
- package/types/lodash/ts3.1/fp/apply.d.ts +2 -0
- package/types/lodash/ts3.1/fp/ary.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assign.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignAllWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignInAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignInAllWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignInWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assignWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assoc.d.ts +2 -0
- package/types/lodash/ts3.1/fp/assocPath.d.ts +2 -0
- package/types/lodash/ts3.1/fp/at.d.ts +2 -0
- package/types/lodash/ts3.1/fp/attempt.d.ts +2 -0
- package/types/lodash/ts3.1/fp/before.d.ts +2 -0
- package/types/lodash/ts3.1/fp/bind.d.ts +2 -0
- package/types/lodash/ts3.1/fp/bindAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/bindKey.d.ts +2 -0
- package/types/lodash/ts3.1/fp/camelCase.d.ts +2 -0
- package/types/lodash/ts3.1/fp/capitalize.d.ts +2 -0
- package/types/lodash/ts3.1/fp/castArray.d.ts +2 -0
- package/types/lodash/ts3.1/fp/ceil.d.ts +2 -0
- package/types/lodash/ts3.1/fp/chunk.d.ts +2 -0
- package/types/lodash/ts3.1/fp/clamp.d.ts +2 -0
- package/types/lodash/ts3.1/fp/clone.d.ts +2 -0
- package/types/lodash/ts3.1/fp/cloneDeep.d.ts +2 -0
- package/types/lodash/ts3.1/fp/cloneDeepWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/cloneWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/compact.d.ts +2 -0
- package/types/lodash/ts3.1/fp/complement.d.ts +2 -0
- package/types/lodash/ts3.1/fp/compose.d.ts +2 -0
- package/types/lodash/ts3.1/fp/concat.d.ts +2 -0
- package/types/lodash/ts3.1/fp/cond.d.ts +2 -0
- package/types/lodash/ts3.1/fp/conforms.d.ts +2 -0
- package/types/lodash/ts3.1/fp/conformsTo.d.ts +2 -0
- package/types/lodash/ts3.1/fp/constant.d.ts +2 -0
- package/types/lodash/ts3.1/fp/contains.d.ts +2 -0
- package/types/lodash/ts3.1/fp/convert.d.ts +15 -0
- package/types/lodash/ts3.1/fp/countBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/create.d.ts +2 -0
- package/types/lodash/ts3.1/fp/curry.d.ts +2 -0
- package/types/lodash/ts3.1/fp/curryN.d.ts +2 -0
- package/types/lodash/ts3.1/fp/curryRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/curryRightN.d.ts +2 -0
- package/types/lodash/ts3.1/fp/debounce.d.ts +2 -0
- package/types/lodash/ts3.1/fp/deburr.d.ts +2 -0
- package/types/lodash/ts3.1/fp/defaultTo.d.ts +2 -0
- package/types/lodash/ts3.1/fp/defaults.d.ts +2 -0
- package/types/lodash/ts3.1/fp/defaultsAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/defaultsDeep.d.ts +2 -0
- package/types/lodash/ts3.1/fp/defaultsDeepAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/defer.d.ts +2 -0
- package/types/lodash/ts3.1/fp/delay.d.ts +2 -0
- package/types/lodash/ts3.1/fp/difference.d.ts +2 -0
- package/types/lodash/ts3.1/fp/differenceBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/differenceWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dissoc.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dissocPath.d.ts +2 -0
- package/types/lodash/ts3.1/fp/divide.d.ts +2 -0
- package/types/lodash/ts3.1/fp/drop.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dropLast.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dropLastWhile.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dropRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dropRightWhile.d.ts +2 -0
- package/types/lodash/ts3.1/fp/dropWhile.d.ts +2 -0
- package/types/lodash/ts3.1/fp/each.d.ts +2 -0
- package/types/lodash/ts3.1/fp/eachRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/endsWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/entries.d.ts +2 -0
- package/types/lodash/ts3.1/fp/entriesIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/eq.d.ts +2 -0
- package/types/lodash/ts3.1/fp/equals.d.ts +2 -0
- package/types/lodash/ts3.1/fp/escape.d.ts +2 -0
- package/types/lodash/ts3.1/fp/escapeRegExp.d.ts +2 -0
- package/types/lodash/ts3.1/fp/every.d.ts +2 -0
- package/types/lodash/ts3.1/fp/extend.d.ts +2 -0
- package/types/lodash/ts3.1/fp/extendAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/extendAllWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/extendWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/fill.d.ts +2 -0
- package/types/lodash/ts3.1/fp/filter.d.ts +2 -0
- package/types/lodash/ts3.1/fp/find.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findIndex.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findIndexFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findKey.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findLast.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findLastFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findLastIndex.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findLastIndexFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/findLastKey.d.ts +2 -0
- package/types/lodash/ts3.1/fp/first.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flatMap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flatMapDeep.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flatMapDepth.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flatten.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flattenDeep.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flattenDepth.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flip.d.ts +2 -0
- package/types/lodash/ts3.1/fp/floor.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flow.d.ts +2 -0
- package/types/lodash/ts3.1/fp/flowRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/forEach.d.ts +2 -0
- package/types/lodash/ts3.1/fp/forEachRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/forIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/forInRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/forOwn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/forOwnRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/fromPairs.d.ts +2 -0
- package/types/lodash/ts3.1/fp/functions.d.ts +2 -0
- package/types/lodash/ts3.1/fp/functionsIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/get.d.ts +2 -0
- package/types/lodash/ts3.1/fp/getOr.d.ts +2 -0
- package/types/lodash/ts3.1/fp/groupBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/gt.d.ts +2 -0
- package/types/lodash/ts3.1/fp/gte.d.ts +2 -0
- package/types/lodash/ts3.1/fp/has.d.ts +2 -0
- package/types/lodash/ts3.1/fp/hasIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/head.d.ts +2 -0
- package/types/lodash/ts3.1/fp/identical.d.ts +2 -0
- package/types/lodash/ts3.1/fp/identity.d.ts +2 -0
- package/types/lodash/ts3.1/fp/inRange.d.ts +2 -0
- package/types/lodash/ts3.1/fp/includes.d.ts +2 -0
- package/types/lodash/ts3.1/fp/includesFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/indexBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/indexOf.d.ts +2 -0
- package/types/lodash/ts3.1/fp/indexOfFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/init.d.ts +2 -0
- package/types/lodash/ts3.1/fp/initial.d.ts +2 -0
- package/types/lodash/ts3.1/fp/intersection.d.ts +2 -0
- package/types/lodash/ts3.1/fp/intersectionBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/intersectionWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invert.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invertBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invertObj.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invoke.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invokeArgs.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invokeArgsMap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/invokeMap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isArguments.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isArray.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isArrayBuffer.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isArrayLike.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isArrayLikeObject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isBoolean.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isBuffer.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isDate.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isElement.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isEmpty.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isEqual.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isEqualWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isError.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isFinite.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isFunction.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isInteger.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isLength.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isMap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isMatch.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isMatchWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isNaN.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isNative.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isNil.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isNull.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isNumber.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isObject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isObjectLike.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isPlainObject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isRegExp.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isSafeInteger.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isSet.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isString.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isSymbol.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isTypedArray.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isUndefined.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isWeakMap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/isWeakSet.d.ts +2 -0
- package/types/lodash/ts3.1/fp/iteratee.d.ts +2 -0
- package/types/lodash/ts3.1/fp/join.d.ts +2 -0
- package/types/lodash/ts3.1/fp/juxt.d.ts +2 -0
- package/types/lodash/ts3.1/fp/kebabCase.d.ts +2 -0
- package/types/lodash/ts3.1/fp/keyBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/keys.d.ts +2 -0
- package/types/lodash/ts3.1/fp/keysIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/last.d.ts +2 -0
- package/types/lodash/ts3.1/fp/lastIndexOf.d.ts +2 -0
- package/types/lodash/ts3.1/fp/lastIndexOfFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/lowerCase.d.ts +2 -0
- package/types/lodash/ts3.1/fp/lowerFirst.d.ts +2 -0
- package/types/lodash/ts3.1/fp/lt.d.ts +2 -0
- package/types/lodash/ts3.1/fp/lte.d.ts +2 -0
- package/types/lodash/ts3.1/fp/map.d.ts +2 -0
- package/types/lodash/ts3.1/fp/mapKeys.d.ts +2 -0
- package/types/lodash/ts3.1/fp/mapValues.d.ts +2 -0
- package/types/lodash/ts3.1/fp/matches.d.ts +2 -0
- package/types/lodash/ts3.1/fp/matchesProperty.d.ts +2 -0
- package/types/lodash/ts3.1/fp/max.d.ts +2 -0
- package/types/lodash/ts3.1/fp/maxBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/mean.d.ts +2 -0
- package/types/lodash/ts3.1/fp/meanBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/memoize.d.ts +2 -0
- package/types/lodash/ts3.1/fp/merge.d.ts +2 -0
- package/types/lodash/ts3.1/fp/mergeAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/mergeAllWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/mergeWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/method.d.ts +2 -0
- package/types/lodash/ts3.1/fp/methodOf.d.ts +2 -0
- package/types/lodash/ts3.1/fp/min.d.ts +2 -0
- package/types/lodash/ts3.1/fp/minBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/multiply.d.ts +2 -0
- package/types/lodash/ts3.1/fp/nAry.d.ts +2 -0
- package/types/lodash/ts3.1/fp/negate.d.ts +2 -0
- package/types/lodash/ts3.1/fp/noConflict.d.ts +2 -0
- package/types/lodash/ts3.1/fp/noop.d.ts +2 -0
- package/types/lodash/ts3.1/fp/now.d.ts +2 -0
- package/types/lodash/ts3.1/fp/nth.d.ts +2 -0
- package/types/lodash/ts3.1/fp/nthArg.d.ts +2 -0
- package/types/lodash/ts3.1/fp/omit.d.ts +2 -0
- package/types/lodash/ts3.1/fp/omitAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/omitBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/once.d.ts +2 -0
- package/types/lodash/ts3.1/fp/orderBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/over.d.ts +2 -0
- package/types/lodash/ts3.1/fp/overArgs.d.ts +2 -0
- package/types/lodash/ts3.1/fp/overEvery.d.ts +2 -0
- package/types/lodash/ts3.1/fp/overSome.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pad.d.ts +2 -0
- package/types/lodash/ts3.1/fp/padChars.d.ts +2 -0
- package/types/lodash/ts3.1/fp/padCharsEnd.d.ts +2 -0
- package/types/lodash/ts3.1/fp/padCharsStart.d.ts +2 -0
- package/types/lodash/ts3.1/fp/padEnd.d.ts +2 -0
- package/types/lodash/ts3.1/fp/padStart.d.ts +2 -0
- package/types/lodash/ts3.1/fp/parseInt.d.ts +2 -0
- package/types/lodash/ts3.1/fp/partial.d.ts +2 -0
- package/types/lodash/ts3.1/fp/partialRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/partition.d.ts +2 -0
- package/types/lodash/ts3.1/fp/path.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pathEq.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pathOr.d.ts +2 -0
- package/types/lodash/ts3.1/fp/paths.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pick.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pickAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pickBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pipe.d.ts +2 -0
- package/types/lodash/ts3.1/fp/placeholder.d.ts +3 -0
- package/types/lodash/ts3.1/fp/pluck.d.ts +2 -0
- package/types/lodash/ts3.1/fp/prop.d.ts +2 -0
- package/types/lodash/ts3.1/fp/propEq.d.ts +2 -0
- package/types/lodash/ts3.1/fp/propOr.d.ts +2 -0
- package/types/lodash/ts3.1/fp/property.d.ts +2 -0
- package/types/lodash/ts3.1/fp/propertyOf.d.ts +2 -0
- package/types/lodash/ts3.1/fp/props.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pull.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pullAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pullAllBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pullAllWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/pullAt.d.ts +2 -0
- package/types/lodash/ts3.1/fp/random.d.ts +2 -0
- package/types/lodash/ts3.1/fp/range.d.ts +2 -0
- package/types/lodash/ts3.1/fp/rangeRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/rangeStep.d.ts +2 -0
- package/types/lodash/ts3.1/fp/rangeStepRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/rearg.d.ts +2 -0
- package/types/lodash/ts3.1/fp/reduce.d.ts +2 -0
- package/types/lodash/ts3.1/fp/reduceRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/reject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/remove.d.ts +2 -0
- package/types/lodash/ts3.1/fp/repeat.d.ts +2 -0
- package/types/lodash/ts3.1/fp/replace.d.ts +2 -0
- package/types/lodash/ts3.1/fp/rest.d.ts +2 -0
- package/types/lodash/ts3.1/fp/restFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/result.d.ts +2 -0
- package/types/lodash/ts3.1/fp/reverse.d.ts +2 -0
- package/types/lodash/ts3.1/fp/round.d.ts +2 -0
- package/types/lodash/ts3.1/fp/runInContext.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sample.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sampleSize.d.ts +2 -0
- package/types/lodash/ts3.1/fp/set.d.ts +2 -0
- package/types/lodash/ts3.1/fp/setWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/shuffle.d.ts +2 -0
- package/types/lodash/ts3.1/fp/size.d.ts +2 -0
- package/types/lodash/ts3.1/fp/slice.d.ts +2 -0
- package/types/lodash/ts3.1/fp/snakeCase.d.ts +2 -0
- package/types/lodash/ts3.1/fp/some.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedIndex.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedIndexBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedIndexOf.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedLastIndex.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedLastIndexBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedLastIndexOf.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedUniq.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sortedUniqBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/split.d.ts +2 -0
- package/types/lodash/ts3.1/fp/spread.d.ts +2 -0
- package/types/lodash/ts3.1/fp/spreadFrom.d.ts +2 -0
- package/types/lodash/ts3.1/fp/startCase.d.ts +2 -0
- package/types/lodash/ts3.1/fp/startsWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/stubArray.d.ts +2 -0
- package/types/lodash/ts3.1/fp/stubFalse.d.ts +2 -0
- package/types/lodash/ts3.1/fp/stubObject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/stubString.d.ts +2 -0
- package/types/lodash/ts3.1/fp/stubTrue.d.ts +2 -0
- package/types/lodash/ts3.1/fp/subtract.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sum.d.ts +2 -0
- package/types/lodash/ts3.1/fp/sumBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/symmetricDifference.d.ts +2 -0
- package/types/lodash/ts3.1/fp/symmetricDifferenceBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/symmetricDifferenceWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/tail.d.ts +2 -0
- package/types/lodash/ts3.1/fp/take.d.ts +2 -0
- package/types/lodash/ts3.1/fp/takeLast.d.ts +2 -0
- package/types/lodash/ts3.1/fp/takeLastWhile.d.ts +2 -0
- package/types/lodash/ts3.1/fp/takeRight.d.ts +2 -0
- package/types/lodash/ts3.1/fp/takeRightWhile.d.ts +2 -0
- package/types/lodash/ts3.1/fp/takeWhile.d.ts +2 -0
- package/types/lodash/ts3.1/fp/tap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/template.d.ts +2 -0
- package/types/lodash/ts3.1/fp/throttle.d.ts +2 -0
- package/types/lodash/ts3.1/fp/thru.d.ts +2 -0
- package/types/lodash/ts3.1/fp/times.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toArray.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toFinite.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toInteger.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toLength.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toLower.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toNumber.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toPairs.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toPairsIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toPath.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toPlainObject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toSafeInteger.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toString.d.ts +2 -0
- package/types/lodash/ts3.1/fp/toUpper.d.ts +2 -0
- package/types/lodash/ts3.1/fp/transform.d.ts +2 -0
- package/types/lodash/ts3.1/fp/trim.d.ts +2 -0
- package/types/lodash/ts3.1/fp/trimChars.d.ts +2 -0
- package/types/lodash/ts3.1/fp/trimCharsEnd.d.ts +2 -0
- package/types/lodash/ts3.1/fp/trimCharsStart.d.ts +2 -0
- package/types/lodash/ts3.1/fp/trimEnd.d.ts +2 -0
- package/types/lodash/ts3.1/fp/trimStart.d.ts +2 -0
- package/types/lodash/ts3.1/fp/truncate.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unapply.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unary.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unescape.d.ts +2 -0
- package/types/lodash/ts3.1/fp/union.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unionBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unionWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/uniq.d.ts +2 -0
- package/types/lodash/ts3.1/fp/uniqBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/uniqWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/uniqueId.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unnest.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unset.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unzip.d.ts +2 -0
- package/types/lodash/ts3.1/fp/unzipWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/update.d.ts +2 -0
- package/types/lodash/ts3.1/fp/updateWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/upperCase.d.ts +2 -0
- package/types/lodash/ts3.1/fp/upperFirst.d.ts +2 -0
- package/types/lodash/ts3.1/fp/useWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/values.d.ts +2 -0
- package/types/lodash/ts3.1/fp/valuesIn.d.ts +2 -0
- package/types/lodash/ts3.1/fp/where.d.ts +2 -0
- package/types/lodash/ts3.1/fp/whereEq.d.ts +2 -0
- package/types/lodash/ts3.1/fp/without.d.ts +2 -0
- package/types/lodash/ts3.1/fp/words.d.ts +2 -0
- package/types/lodash/ts3.1/fp/wrap.d.ts +2 -0
- package/types/lodash/ts3.1/fp/xor.d.ts +2 -0
- package/types/lodash/ts3.1/fp/xorBy.d.ts +2 -0
- package/types/lodash/ts3.1/fp/xorWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp/zip.d.ts +2 -0
- package/types/lodash/ts3.1/fp/zipAll.d.ts +2 -0
- package/types/lodash/ts3.1/fp/zipObj.d.ts +2 -0
- package/types/lodash/ts3.1/fp/zipObject.d.ts +2 -0
- package/types/lodash/ts3.1/fp/zipObjectDeep.d.ts +2 -0
- package/types/lodash/ts3.1/fp/zipWith.d.ts +2 -0
- package/types/lodash/ts3.1/fp.d.ts +4938 -0
- package/types/lodash/ts3.1/fromPairs.d.ts +2 -0
- package/types/lodash/ts3.1/functions.d.ts +2 -0
- package/types/lodash/ts3.1/functionsIn.d.ts +2 -0
- package/types/lodash/ts3.1/get.d.ts +2 -0
- package/types/lodash/ts3.1/groupBy.d.ts +2 -0
- package/types/lodash/ts3.1/gt.d.ts +2 -0
- package/types/lodash/ts3.1/gte.d.ts +2 -0
- package/types/lodash/ts3.1/has.d.ts +2 -0
- package/types/lodash/ts3.1/hasIn.d.ts +2 -0
- package/types/lodash/ts3.1/head.d.ts +2 -0
- package/types/lodash/ts3.1/identity.d.ts +2 -0
- package/types/lodash/ts3.1/inRange.d.ts +2 -0
- package/types/lodash/ts3.1/includes.d.ts +2 -0
- package/types/lodash/ts3.1/index.d.ts +33 -0
- package/types/lodash/ts3.1/indexOf.d.ts +2 -0
- package/types/lodash/ts3.1/initial.d.ts +2 -0
- package/types/lodash/ts3.1/intersection.d.ts +2 -0
- package/types/lodash/ts3.1/intersectionBy.d.ts +2 -0
- package/types/lodash/ts3.1/intersectionWith.d.ts +2 -0
- package/types/lodash/ts3.1/invert.d.ts +2 -0
- package/types/lodash/ts3.1/invertBy.d.ts +2 -0
- package/types/lodash/ts3.1/invoke.d.ts +2 -0
- package/types/lodash/ts3.1/invokeMap.d.ts +2 -0
- package/types/lodash/ts3.1/isArguments.d.ts +2 -0
- package/types/lodash/ts3.1/isArray.d.ts +2 -0
- package/types/lodash/ts3.1/isArrayBuffer.d.ts +2 -0
- package/types/lodash/ts3.1/isArrayLike.d.ts +2 -0
- package/types/lodash/ts3.1/isArrayLikeObject.d.ts +2 -0
- package/types/lodash/ts3.1/isBoolean.d.ts +2 -0
- package/types/lodash/ts3.1/isBuffer.d.ts +2 -0
- package/types/lodash/ts3.1/isDate.d.ts +2 -0
- package/types/lodash/ts3.1/isElement.d.ts +2 -0
- package/types/lodash/ts3.1/isEmpty.d.ts +2 -0
- package/types/lodash/ts3.1/isEqual.d.ts +2 -0
- package/types/lodash/ts3.1/isEqualWith.d.ts +2 -0
- package/types/lodash/ts3.1/isError.d.ts +2 -0
- package/types/lodash/ts3.1/isFinite.d.ts +2 -0
- package/types/lodash/ts3.1/isFunction.d.ts +2 -0
- package/types/lodash/ts3.1/isInteger.d.ts +2 -0
- package/types/lodash/ts3.1/isLength.d.ts +2 -0
- package/types/lodash/ts3.1/isMap.d.ts +2 -0
- package/types/lodash/ts3.1/isMatch.d.ts +2 -0
- package/types/lodash/ts3.1/isMatchWith.d.ts +2 -0
- package/types/lodash/ts3.1/isNaN.d.ts +2 -0
- package/types/lodash/ts3.1/isNative.d.ts +2 -0
- package/types/lodash/ts3.1/isNil.d.ts +2 -0
- package/types/lodash/ts3.1/isNull.d.ts +2 -0
- package/types/lodash/ts3.1/isNumber.d.ts +2 -0
- package/types/lodash/ts3.1/isObject.d.ts +2 -0
- package/types/lodash/ts3.1/isObjectLike.d.ts +2 -0
- package/types/lodash/ts3.1/isPlainObject.d.ts +2 -0
- package/types/lodash/ts3.1/isRegExp.d.ts +2 -0
- package/types/lodash/ts3.1/isSafeInteger.d.ts +2 -0
- package/types/lodash/ts3.1/isSet.d.ts +2 -0
- package/types/lodash/ts3.1/isString.d.ts +2 -0
- package/types/lodash/ts3.1/isSymbol.d.ts +2 -0
- package/types/lodash/ts3.1/isTypedArray.d.ts +2 -0
- package/types/lodash/ts3.1/isUndefined.d.ts +2 -0
- package/types/lodash/ts3.1/isWeakMap.d.ts +2 -0
- package/types/lodash/ts3.1/isWeakSet.d.ts +2 -0
- package/types/lodash/ts3.1/iteratee.d.ts +2 -0
- package/types/lodash/ts3.1/join.d.ts +2 -0
- package/types/lodash/ts3.1/kebabCase.d.ts +2 -0
- package/types/lodash/ts3.1/keyBy.d.ts +2 -0
- package/types/lodash/ts3.1/keys.d.ts +2 -0
- package/types/lodash/ts3.1/keysIn.d.ts +2 -0
- package/types/lodash/ts3.1/last.d.ts +2 -0
- package/types/lodash/ts3.1/lastIndexOf.d.ts +2 -0
- package/types/lodash/ts3.1/lowerCase.d.ts +2 -0
- package/types/lodash/ts3.1/lowerFirst.d.ts +2 -0
- package/types/lodash/ts3.1/lt.d.ts +2 -0
- package/types/lodash/ts3.1/lte.d.ts +2 -0
- package/types/lodash/ts3.1/map.d.ts +2 -0
- package/types/lodash/ts3.1/mapKeys.d.ts +2 -0
- package/types/lodash/ts3.1/mapValues.d.ts +2 -0
- package/types/lodash/ts3.1/matches.d.ts +2 -0
- package/types/lodash/ts3.1/matchesProperty.d.ts +2 -0
- package/types/lodash/ts3.1/max.d.ts +2 -0
- package/types/lodash/ts3.1/maxBy.d.ts +2 -0
- package/types/lodash/ts3.1/mean.d.ts +2 -0
- package/types/lodash/ts3.1/meanBy.d.ts +2 -0
- package/types/lodash/ts3.1/memoize.d.ts +2 -0
- package/types/lodash/ts3.1/merge.d.ts +2 -0
- package/types/lodash/ts3.1/mergeWith.d.ts +2 -0
- package/types/lodash/ts3.1/method.d.ts +2 -0
- package/types/lodash/ts3.1/methodOf.d.ts +2 -0
- package/types/lodash/ts3.1/min.d.ts +2 -0
- package/types/lodash/ts3.1/minBy.d.ts +2 -0
- package/types/lodash/ts3.1/mixin.d.ts +2 -0
- package/types/lodash/ts3.1/multiply.d.ts +2 -0
- package/types/lodash/ts3.1/negate.d.ts +2 -0
- package/types/lodash/ts3.1/noConflict.d.ts +2 -0
- package/types/lodash/ts3.1/noop.d.ts +2 -0
- package/types/lodash/ts3.1/now.d.ts +2 -0
- package/types/lodash/ts3.1/nth.d.ts +2 -0
- package/types/lodash/ts3.1/nthArg.d.ts +2 -0
- package/types/lodash/ts3.1/omit.d.ts +2 -0
- package/types/lodash/ts3.1/omitBy.d.ts +2 -0
- package/types/lodash/ts3.1/once.d.ts +2 -0
- package/types/lodash/ts3.1/orderBy.d.ts +2 -0
- package/types/lodash/ts3.1/over.d.ts +2 -0
- package/types/lodash/ts3.1/overArgs.d.ts +2 -0
- package/types/lodash/ts3.1/overEvery.d.ts +2 -0
- package/types/lodash/ts3.1/overSome.d.ts +2 -0
- package/types/lodash/ts3.1/pad.d.ts +2 -0
- package/types/lodash/ts3.1/padEnd.d.ts +2 -0
- package/types/lodash/ts3.1/padStart.d.ts +2 -0
- package/types/lodash/ts3.1/parseInt.d.ts +2 -0
- package/types/lodash/ts3.1/partial.d.ts +2 -0
- package/types/lodash/ts3.1/partialRight.d.ts +2 -0
- package/types/lodash/ts3.1/partition.d.ts +2 -0
- package/types/lodash/ts3.1/pick.d.ts +2 -0
- package/types/lodash/ts3.1/pickBy.d.ts +2 -0
- package/types/lodash/ts3.1/property.d.ts +2 -0
- package/types/lodash/ts3.1/propertyOf.d.ts +2 -0
- package/types/lodash/ts3.1/pull.d.ts +2 -0
- package/types/lodash/ts3.1/pullAll.d.ts +2 -0
- package/types/lodash/ts3.1/pullAllBy.d.ts +2 -0
- package/types/lodash/ts3.1/pullAllWith.d.ts +2 -0
- package/types/lodash/ts3.1/pullAt.d.ts +2 -0
- package/types/lodash/ts3.1/random.d.ts +2 -0
- package/types/lodash/ts3.1/range.d.ts +2 -0
- package/types/lodash/ts3.1/rangeRight.d.ts +2 -0
- package/types/lodash/ts3.1/rearg.d.ts +2 -0
- package/types/lodash/ts3.1/reduce.d.ts +2 -0
- package/types/lodash/ts3.1/reduceRight.d.ts +2 -0
- package/types/lodash/ts3.1/reject.d.ts +2 -0
- package/types/lodash/ts3.1/remove.d.ts +2 -0
- package/types/lodash/ts3.1/repeat.d.ts +2 -0
- package/types/lodash/ts3.1/replace.d.ts +2 -0
- package/types/lodash/ts3.1/rest.d.ts +2 -0
- package/types/lodash/ts3.1/result.d.ts +2 -0
- package/types/lodash/ts3.1/reverse.d.ts +2 -0
- package/types/lodash/ts3.1/round.d.ts +2 -0
- package/types/lodash/ts3.1/runInContext.d.ts +2 -0
- package/types/lodash/ts3.1/sample.d.ts +2 -0
- package/types/lodash/ts3.1/sampleSize.d.ts +2 -0
- package/types/lodash/ts3.1/set.d.ts +2 -0
- package/types/lodash/ts3.1/setWith.d.ts +2 -0
- package/types/lodash/ts3.1/shuffle.d.ts +2 -0
- package/types/lodash/ts3.1/size.d.ts +2 -0
- package/types/lodash/ts3.1/slice.d.ts +2 -0
- package/types/lodash/ts3.1/snakeCase.d.ts +2 -0
- package/types/lodash/ts3.1/some.d.ts +2 -0
- package/types/lodash/ts3.1/sortBy.d.ts +2 -0
- package/types/lodash/ts3.1/sortedIndex.d.ts +2 -0
- package/types/lodash/ts3.1/sortedIndexBy.d.ts +2 -0
- package/types/lodash/ts3.1/sortedIndexOf.d.ts +2 -0
- package/types/lodash/ts3.1/sortedLastIndex.d.ts +2 -0
- package/types/lodash/ts3.1/sortedLastIndexBy.d.ts +2 -0
- package/types/lodash/ts3.1/sortedLastIndexOf.d.ts +2 -0
- package/types/lodash/ts3.1/sortedUniq.d.ts +2 -0
- package/types/lodash/ts3.1/sortedUniqBy.d.ts +2 -0
- package/types/lodash/ts3.1/split.d.ts +2 -0
- package/types/lodash/ts3.1/spread.d.ts +2 -0
- package/types/lodash/ts3.1/startCase.d.ts +2 -0
- package/types/lodash/ts3.1/startsWith.d.ts +2 -0
- package/types/lodash/ts3.1/stubFalse.d.ts +2 -0
- package/types/lodash/ts3.1/stubTrue.d.ts +2 -0
- package/types/lodash/ts3.1/subtract.d.ts +2 -0
- package/types/lodash/ts3.1/sum.d.ts +2 -0
- package/types/lodash/ts3.1/sumBy.d.ts +2 -0
- package/types/lodash/ts3.1/tail.d.ts +2 -0
- package/types/lodash/ts3.1/take.d.ts +2 -0
- package/types/lodash/ts3.1/takeRight.d.ts +2 -0
- package/types/lodash/ts3.1/takeRightWhile.d.ts +2 -0
- package/types/lodash/ts3.1/takeWhile.d.ts +2 -0
- package/types/lodash/ts3.1/tap.d.ts +2 -0
- package/types/lodash/ts3.1/template.d.ts +2 -0
- package/types/lodash/ts3.1/throttle.d.ts +2 -0
- package/types/lodash/ts3.1/thru.d.ts +2 -0
- package/types/lodash/ts3.1/times.d.ts +2 -0
- package/types/lodash/ts3.1/toArray.d.ts +2 -0
- package/types/lodash/ts3.1/toFinite.d.ts +2 -0
- package/types/lodash/ts3.1/toInteger.d.ts +2 -0
- package/types/lodash/ts3.1/toLength.d.ts +2 -0
- package/types/lodash/ts3.1/toLower.d.ts +2 -0
- package/types/lodash/ts3.1/toNumber.d.ts +2 -0
- package/types/lodash/ts3.1/toPairs.d.ts +2 -0
- package/types/lodash/ts3.1/toPairsIn.d.ts +2 -0
- package/types/lodash/ts3.1/toPath.d.ts +2 -0
- package/types/lodash/ts3.1/toPlainObject.d.ts +2 -0
- package/types/lodash/ts3.1/toSafeInteger.d.ts +2 -0
- package/types/lodash/ts3.1/toString.d.ts +2 -0
- package/types/lodash/ts3.1/toUpper.d.ts +2 -0
- package/types/lodash/ts3.1/transform.d.ts +2 -0
- package/types/lodash/ts3.1/trim.d.ts +2 -0
- package/types/lodash/ts3.1/trimEnd.d.ts +2 -0
- package/types/lodash/ts3.1/trimStart.d.ts +2 -0
- package/types/lodash/ts3.1/truncate.d.ts +2 -0
- package/types/lodash/ts3.1/unary.d.ts +2 -0
- package/types/lodash/ts3.1/unescape.d.ts +2 -0
- package/types/lodash/ts3.1/union.d.ts +2 -0
- package/types/lodash/ts3.1/unionBy.d.ts +2 -0
- package/types/lodash/ts3.1/unionWith.d.ts +2 -0
- package/types/lodash/ts3.1/uniq.d.ts +2 -0
- package/types/lodash/ts3.1/uniqBy.d.ts +2 -0
- package/types/lodash/ts3.1/uniqWith.d.ts +2 -0
- package/types/lodash/ts3.1/uniqueId.d.ts +2 -0
- package/types/lodash/ts3.1/unset.d.ts +2 -0
- package/types/lodash/ts3.1/unzip.d.ts +2 -0
- package/types/lodash/ts3.1/unzipWith.d.ts +2 -0
- package/types/lodash/ts3.1/update.d.ts +2 -0
- package/types/lodash/ts3.1/updateWith.d.ts +2 -0
- package/types/lodash/ts3.1/upperCase.d.ts +2 -0
- package/types/lodash/ts3.1/upperFirst.d.ts +2 -0
- package/types/lodash/ts3.1/values.d.ts +2 -0
- package/types/lodash/ts3.1/valuesIn.d.ts +2 -0
- package/types/lodash/ts3.1/without.d.ts +2 -0
- package/types/lodash/ts3.1/words.d.ts +2 -0
- package/types/lodash/ts3.1/wrap.d.ts +2 -0
- package/types/lodash/ts3.1/xor.d.ts +2 -0
- package/types/lodash/ts3.1/xorBy.d.ts +2 -0
- package/types/lodash/ts3.1/xorWith.d.ts +2 -0
- package/types/lodash/ts3.1/zip.d.ts +2 -0
- package/types/lodash/ts3.1/zipObject.d.ts +2 -0
- package/types/lodash/ts3.1/zipObjectDeep.d.ts +2 -0
- package/types/lodash/ts3.1/zipWith.d.ts +2 -0
- package/types/sinon/README.md +6 -6
- package/types/sinon/index.d.ts +34 -12
- package/types/sinon/package.json +26 -13
- package/types/sinon/ts3.1/index.d.ts +101 -59
- package/types/sinon-chai/README.md +2 -2
- package/types/sinon-chai/index.d.ts +2 -2
- package/types/sinon-chai/package.json +14 -13
package/types/lodash/fp.d.ts
CHANGED
|
@@ -468,16 +468,16 @@ declare namespace _ {
|
|
|
468
468
|
interface LodashDefaults {
|
|
469
469
|
<TSource>(source: TSource): LodashDefaults1x1<TSource>;
|
|
470
470
|
<TObject>(source: lodash.__, object: TObject): LodashDefaults1x2<TObject>;
|
|
471
|
-
<TObject, TSource>(source: TSource, object: TObject): TSource & TObject
|
|
471
|
+
<TObject, TSource>(source: TSource, object: TObject): NonNullable<TSource & TObject>;
|
|
472
472
|
}
|
|
473
|
-
type LodashDefaults1x1<TSource> = <TObject>(object: TObject) => TSource & TObject
|
|
474
|
-
type LodashDefaults1x2<TObject> = <TSource>(source: TSource) => TSource & TObject
|
|
473
|
+
type LodashDefaults1x1<TSource> = <TObject>(object: TObject) => NonNullable<TSource & TObject>;
|
|
474
|
+
type LodashDefaults1x2<TObject> = <TSource>(source: TSource) => NonNullable<TSource & TObject>;
|
|
475
475
|
interface LodashDefaultsAll {
|
|
476
|
-
<TObject, TSource>(object: [TObject, TSource]): TSource & TObject
|
|
477
|
-
<TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TSource2 & TSource1 & TObject
|
|
478
|
-
<TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TSource3 & TSource2 & TSource1 & TObject
|
|
479
|
-
<TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]): TSource4 & TSource3 & TSource2 & TSource1 & TObject
|
|
480
|
-
<TObject>(object: [TObject]): TObject
|
|
476
|
+
<TObject, TSource>(object: [TObject, TSource]): NonNullable<TSource & TObject>;
|
|
477
|
+
<TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): NonNullable<TSource2 & TSource1 & TObject>;
|
|
478
|
+
<TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): NonNullable<TSource3 & TSource2 & TSource1 & TObject>;
|
|
479
|
+
<TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]): NonNullable<TSource4 & TSource3 & TSource2 & TSource1 & TObject>;
|
|
480
|
+
<TObject>(object: [TObject]): NonNullable<TObject>;
|
|
481
481
|
(object: ReadonlyArray<any>): any;
|
|
482
482
|
}
|
|
483
483
|
interface LodashDefaultsDeep {
|
|
@@ -1458,15 +1458,21 @@ declare namespace _ {
|
|
|
1458
1458
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
|
|
1459
1459
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashGet2x2<TObject>;
|
|
1460
1460
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
1461
|
-
(path:
|
|
1462
|
-
<
|
|
1461
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashGet3x1<TObject, TKey1, TKey2>;
|
|
1462
|
+
<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]): LodashGet4x1<TObject, TKey1, TKey2, TKey3>;
|
|
1464
|
+
<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]): LodashGet5x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
1466
|
+
<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): LodashGet6x1;
|
|
1468
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashGet6x2<T>;
|
|
1463
1469
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
|
1464
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
|
1470
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGet7x2<T>;
|
|
1465
1471
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
1466
|
-
(path: lodash.PropertyPath):
|
|
1467
|
-
(path: lodash.__, object: null | undefined):
|
|
1472
|
+
(path: lodash.PropertyPath): LodashGet8x1;
|
|
1473
|
+
(path: lodash.__, object: null | undefined): LodashGet8x2;
|
|
1468
1474
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
|
1469
|
-
(path: lodash.__, object: any):
|
|
1475
|
+
(path: lodash.__, object: any): LodashGet9x2;
|
|
1470
1476
|
(path: lodash.PropertyPath, object: any): any;
|
|
1471
1477
|
}
|
|
1472
1478
|
interface LodashGet1x1<TObject, TKey extends keyof TObject> {
|
|
@@ -1474,19 +1480,27 @@ declare namespace _ {
|
|
|
1474
1480
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
1475
1481
|
}
|
|
1476
1482
|
type LodashGet1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
|
|
1477
|
-
|
|
1478
|
-
|
|
1483
|
+
interface LodashGet2x2<TObject> {
|
|
1484
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
|
1485
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
|
1486
|
+
<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
|
+
<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
|
+
}
|
|
1489
|
+
type LodashGet3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
|
|
1490
|
+
type LodashGet4x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3] | undefined;
|
|
1491
|
+
type LodashGet5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
|
1492
|
+
interface LodashGet6x1 {
|
|
1479
1493
|
<T>(object: lodash.NumericDictionary<T>): T;
|
|
1480
1494
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
1481
1495
|
}
|
|
1482
|
-
type
|
|
1483
|
-
type
|
|
1484
|
-
interface
|
|
1496
|
+
type LodashGet6x2<T> = (path: number) => T;
|
|
1497
|
+
type LodashGet7x2<T> = (path: number) => T | undefined;
|
|
1498
|
+
interface LodashGet8x1 {
|
|
1485
1499
|
(object: null | undefined): undefined;
|
|
1486
1500
|
(object: any): any;
|
|
1487
1501
|
}
|
|
1488
|
-
type
|
|
1489
|
-
type
|
|
1502
|
+
type LodashGet8x2 = (path: lodash.PropertyPath) => undefined;
|
|
1503
|
+
type LodashGet9x2 = (path: lodash.PropertyPath) => any;
|
|
1490
1504
|
interface LodashGetOr {
|
|
1491
1505
|
<TDefault>(defaultValue: TDefault): LodashGetOr1x1<TDefault>;
|
|
1492
1506
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashGetOr1x2<TObject, TKey>;
|
|
@@ -1495,34 +1509,52 @@ declare namespace _ {
|
|
|
1495
1509
|
<TObject extends object, TDefault>(defaultValue: TDefault, path: lodash.__, object: TObject | null | undefined): LodashGetOr1x5<TObject, TDefault>;
|
|
1496
1510
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey], object: TObject | null | undefined): LodashGetOr1x6<TObject, TKey>;
|
|
1497
1511
|
<TObject extends object, TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey], object: TObject | null | undefined): Exclude<TObject[TKey], undefined> | TDefault;
|
|
1498
|
-
(defaultValue: lodash.__, path:
|
|
1499
|
-
<TDefault>(defaultValue: TDefault, path:
|
|
1500
|
-
<
|
|
1501
|
-
<
|
|
1502
|
-
<
|
|
1512
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2]): LodashGetOr2x2<TObject, TKey1, TKey2>;
|
|
1513
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2]): LodashGetOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
1514
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2], object: TObject | null | undefined): LodashGetOr2x6<TObject, TKey1, TKey2>;
|
|
1515
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1516
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashGetOr3x2<TObject, TKey1, TKey2, TKey3>;
|
|
1517
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): LodashGetOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
1518
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): LodashGetOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
1519
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1520
|
+
<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]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x2<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
1521
|
+
<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], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
1522
|
+
<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]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): LodashGetOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
1523
|
+
<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], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1524
|
+
(defaultValue: lodash.__, path: number): LodashGetOr5x2;
|
|
1525
|
+
<TDefault>(defaultValue: TDefault, path: number): LodashGetOr5x3<TDefault>;
|
|
1526
|
+
<T>(defaultValue: lodash.__, path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGetOr5x4<T>;
|
|
1527
|
+
<T, TDefault>(defaultValue: TDefault, path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGetOr5x5<T, TDefault>;
|
|
1528
|
+
<T>(defaultValue: lodash.__, path: number, object: lodash.NumericDictionary<T> | null | undefined): LodashGetOr5x6<T>;
|
|
1503
1529
|
<T, TDefault>(defaultValue: TDefault, path: number, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
1504
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
1505
|
-
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath):
|
|
1506
|
-
(defaultValue: lodash.__, path: lodash.__, object: null | undefined):
|
|
1507
|
-
<TDefault>(defaultValue: TDefault, path: lodash.__, object: null | undefined):
|
|
1508
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined):
|
|
1530
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashGetOr6x2;
|
|
1531
|
+
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath): LodashGetOr6x3<TDefault>;
|
|
1532
|
+
(defaultValue: lodash.__, path: lodash.__, object: null | undefined): LodashGetOr6x4;
|
|
1533
|
+
<TDefault>(defaultValue: TDefault, path: lodash.__, object: null | undefined): LodashGetOr6x5<TDefault>;
|
|
1534
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined): LodashGetOr6x6;
|
|
1509
1535
|
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath, object: null | undefined): TDefault;
|
|
1510
|
-
(defaultValue: any):
|
|
1511
|
-
(defaultValue: any, path: lodash.PropertyPath):
|
|
1512
|
-
(defaultValue: lodash.__, path: lodash.__, object: any):
|
|
1513
|
-
(defaultValue: any, path: lodash.__, object: any):
|
|
1514
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath, object: any):
|
|
1536
|
+
(defaultValue: any): LodashGetOr7x1;
|
|
1537
|
+
(defaultValue: any, path: lodash.PropertyPath): LodashGetOr7x3;
|
|
1538
|
+
(defaultValue: lodash.__, path: lodash.__, object: any): LodashGetOr7x4;
|
|
1539
|
+
(defaultValue: any, path: lodash.__, object: any): LodashGetOr7x5;
|
|
1540
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath, object: any): LodashGetOr7x6;
|
|
1515
1541
|
(defaultValue: any, path: lodash.PropertyPath, object: any): any;
|
|
1516
1542
|
}
|
|
1517
1543
|
interface LodashGetOr1x1<TDefault> {
|
|
1518
1544
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashGetOr1x3<TObject, TKey, TDefault>;
|
|
1519
1545
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashGetOr1x5<TObject, TDefault>;
|
|
1520
1546
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): Exclude<TObject[TKey], undefined> | TDefault;
|
|
1521
|
-
(path:
|
|
1522
|
-
<
|
|
1547
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashGetOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
1548
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1549
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashGetOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
1550
|
+
<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): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1551
|
+
<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]): LodashGetOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
1552
|
+
<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): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1553
|
+
(path: number): LodashGetOr5x3<TDefault>;
|
|
1554
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGetOr5x5<T, TDefault>;
|
|
1523
1555
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
1524
|
-
(path: lodash.PropertyPath):
|
|
1525
|
-
(path: lodash.__, object: null | undefined):
|
|
1556
|
+
(path: lodash.PropertyPath): LodashGetOr6x3<TDefault>;
|
|
1557
|
+
(path: lodash.__, object: null | undefined): LodashGetOr6x5<TDefault>;
|
|
1526
1558
|
(path: lodash.PropertyPath, object: null | undefined): TDefault;
|
|
1527
1559
|
}
|
|
1528
1560
|
interface LodashGetOr1x2<TObject, TKey extends keyof TObject> {
|
|
@@ -1535,51 +1567,83 @@ declare namespace _ {
|
|
|
1535
1567
|
<TDefault>(defaultValue: TDefault): LodashGetOr1x5<TObject, TDefault>;
|
|
1536
1568
|
<TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashGetOr1x6<TObject, TKey>;
|
|
1537
1569
|
<TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey]): Exclude<TObject[TKey], undefined> | TDefault;
|
|
1570
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2]): LodashGetOr2x6<TObject, TKey1, TKey2>;
|
|
1571
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2]): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1572
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashGetOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
1573
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1574
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
1575
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1576
|
+
}
|
|
1577
|
+
interface LodashGetOr1x5<TObject, TDefault> {
|
|
1578
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): Exclude<TObject[TKey], undefined> | TDefault;
|
|
1579
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1580
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1581
|
+
<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]): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1538
1582
|
}
|
|
1539
|
-
type LodashGetOr1x5<TObject, TDefault> = <TKey extends keyof TObject>(path: TKey | [TKey]) => Exclude<TObject[TKey], undefined> | TDefault;
|
|
1540
1583
|
type LodashGetOr1x6<TObject, TKey extends keyof TObject> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey], undefined> | TDefault;
|
|
1541
|
-
interface LodashGetOr2x2 {
|
|
1542
|
-
<TDefault>(defaultValue: TDefault): LodashGetOr2x3<TDefault>;
|
|
1543
|
-
|
|
1584
|
+
interface LodashGetOr2x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
|
1585
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
1586
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr2x6<TObject, TKey1, TKey2>;
|
|
1587
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1588
|
+
}
|
|
1589
|
+
type LodashGetOr2x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1590
|
+
type LodashGetOr2x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
1591
|
+
interface LodashGetOr3x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
|
1592
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
1593
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
1594
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1595
|
+
}
|
|
1596
|
+
type LodashGetOr3x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1597
|
+
type LodashGetOr3x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
1598
|
+
interface LodashGetOr4x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
|
1599
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
1600
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
1601
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1602
|
+
}
|
|
1603
|
+
type LodashGetOr4x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1604
|
+
type LodashGetOr4x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
1605
|
+
interface LodashGetOr5x2 {
|
|
1606
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr5x3<TDefault>;
|
|
1607
|
+
<T>(defaultValue: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGetOr5x6<T>;
|
|
1544
1608
|
<T, TDefault>(defaultValue: TDefault, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
1545
1609
|
}
|
|
1546
|
-
type
|
|
1547
|
-
interface
|
|
1548
|
-
<TDefault>(defaultValue: TDefault):
|
|
1549
|
-
(defaultValue: lodash.__, path: number):
|
|
1610
|
+
type LodashGetOr5x3<TDefault> = <T>(object: lodash.NumericDictionary<T> | null | undefined) => T | TDefault;
|
|
1611
|
+
interface LodashGetOr5x4<T> {
|
|
1612
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr5x5<T, TDefault>;
|
|
1613
|
+
(defaultValue: lodash.__, path: number): LodashGetOr5x6<T>;
|
|
1550
1614
|
<TDefault>(defaultValue: TDefault, path: number): T | TDefault;
|
|
1551
1615
|
}
|
|
1552
|
-
type
|
|
1553
|
-
type
|
|
1554
|
-
interface
|
|
1555
|
-
<TDefault>(defaultValue: TDefault):
|
|
1556
|
-
(defaultValue: lodash.__, object: null | undefined):
|
|
1616
|
+
type LodashGetOr5x5<T, TDefault> = (path: number) => T | TDefault;
|
|
1617
|
+
type LodashGetOr5x6<T> = <TDefault>(defaultValue: TDefault) => T | TDefault;
|
|
1618
|
+
interface LodashGetOr6x2 {
|
|
1619
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr6x3<TDefault>;
|
|
1620
|
+
(defaultValue: lodash.__, object: null | undefined): LodashGetOr6x6;
|
|
1557
1621
|
<TDefault>(defaultValue: TDefault, object: null | undefined): TDefault;
|
|
1558
|
-
(defaultValue: any):
|
|
1559
|
-
(defaultValue: lodash.__, object: any):
|
|
1622
|
+
(defaultValue: any): LodashGetOr7x3;
|
|
1623
|
+
(defaultValue: lodash.__, object: any): LodashGetOr7x6;
|
|
1560
1624
|
(defaultValue: any, object: any): any;
|
|
1561
1625
|
}
|
|
1562
|
-
type
|
|
1563
|
-
interface
|
|
1564
|
-
<TDefault>(defaultValue: TDefault):
|
|
1565
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
1626
|
+
type LodashGetOr6x3<TDefault> = (object: null | undefined) => TDefault;
|
|
1627
|
+
interface LodashGetOr6x4 {
|
|
1628
|
+
<TDefault>(defaultValue: TDefault): LodashGetOr6x5<TDefault>;
|
|
1629
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashGetOr6x6;
|
|
1566
1630
|
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath): TDefault;
|
|
1567
1631
|
}
|
|
1568
|
-
type
|
|
1569
|
-
type
|
|
1570
|
-
interface
|
|
1571
|
-
(path: lodash.PropertyPath):
|
|
1572
|
-
(path: lodash.__, object: any):
|
|
1632
|
+
type LodashGetOr6x5<TDefault> = (path: lodash.PropertyPath) => TDefault;
|
|
1633
|
+
type LodashGetOr6x6 = <TDefault>(defaultValue: TDefault) => TDefault;
|
|
1634
|
+
interface LodashGetOr7x1 {
|
|
1635
|
+
(path: lodash.PropertyPath): LodashGetOr7x3;
|
|
1636
|
+
(path: lodash.__, object: any): LodashGetOr7x5;
|
|
1573
1637
|
(path: lodash.PropertyPath, object: any): any;
|
|
1574
1638
|
}
|
|
1575
|
-
type
|
|
1576
|
-
interface
|
|
1577
|
-
(defaultValue: any):
|
|
1578
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
1639
|
+
type LodashGetOr7x3 = (object: any) => any;
|
|
1640
|
+
interface LodashGetOr7x4 {
|
|
1641
|
+
(defaultValue: any): LodashGetOr7x5;
|
|
1642
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashGetOr7x6;
|
|
1579
1643
|
(defaultValue: any, path: lodash.PropertyPath): any;
|
|
1580
1644
|
}
|
|
1581
|
-
type
|
|
1582
|
-
type
|
|
1645
|
+
type LodashGetOr7x5 = (path: lodash.PropertyPath) => any;
|
|
1646
|
+
type LodashGetOr7x6 = (defaultValue: any) => any;
|
|
1583
1647
|
interface LodashGroupBy {
|
|
1584
1648
|
<T>(iteratee: lodash.ValueIteratee<T>): LodashGroupBy1x1<T>;
|
|
1585
1649
|
<T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashGroupBy1x2<T>;
|
|
@@ -1984,7 +2048,7 @@ declare namespace _ {
|
|
|
1984
2048
|
type LodashIsNil = (value: any) => value is null | undefined;
|
|
1985
2049
|
type LodashIsNull = (value: any) => value is null;
|
|
1986
2050
|
type LodashIsNumber = (value: any) => value is number;
|
|
1987
|
-
type LodashIsObject = (value: any) =>
|
|
2051
|
+
type LodashIsObject = (value: any) => value is object;
|
|
1988
2052
|
type LodashIsObjectLike = (value: any) => boolean;
|
|
1989
2053
|
type LodashIsPlainObject = (value: any) => boolean;
|
|
1990
2054
|
type LodashIsRegExp = (value: any) => value is RegExp;
|
|
@@ -2705,30 +2769,42 @@ declare namespace _ {
|
|
|
2705
2769
|
type LodashPartialRight27x1 = (args: ReadonlyArray<any>) => (...args: any[]) => any;
|
|
2706
2770
|
type LodashPartialRight27x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
|
|
2707
2771
|
interface LodashPartition {
|
|
2708
|
-
<T>(callback: lodash.
|
|
2772
|
+
<T, U extends T>(callback: lodash.ValueIteratorTypeGuard<T, U>): LodashPartition1x1<T, U>;
|
|
2709
2773
|
<T>(callback: lodash.__, collection: lodash.List<T> | null | undefined): LodashPartition1x2<T>;
|
|
2774
|
+
<T, U extends T>(callback: lodash.ValueIteratorTypeGuard<T, U>, collection: lodash.List<T> | null | undefined): [U[], Array<Exclude<T, U>>];
|
|
2775
|
+
<T>(callback: lodash.ValueIteratee<T>): LodashPartition2x1<T>;
|
|
2710
2776
|
<T>(callback: lodash.ValueIteratee<T>, collection: lodash.List<T> | null | undefined): [T[], T[]];
|
|
2711
|
-
<T extends object>(callback: lodash.__, collection: T | null | undefined):
|
|
2777
|
+
<T extends object>(callback: lodash.__, collection: T | null | undefined): LodashPartition3x2<T>;
|
|
2712
2778
|
<T extends object>(callback: lodash.ValueIteratee<T[keyof T]>, collection: T | null | undefined): [Array<T[keyof T]>, Array<T[keyof T]>];
|
|
2713
2779
|
}
|
|
2714
|
-
type LodashPartition1x1<T> = (collection: lodash.List<T> |
|
|
2715
|
-
|
|
2716
|
-
|
|
2780
|
+
type LodashPartition1x1<T, U> = (collection: lodash.List<T> | null | undefined) => [U[], Array<Exclude<T, U>>];
|
|
2781
|
+
interface LodashPartition1x2<T> {
|
|
2782
|
+
<U extends T>(callback: lodash.ValueIteratorTypeGuard<T, U>): [U[], Array<Exclude<T, U>>];
|
|
2783
|
+
(callback: lodash.ValueIteratee<T>): [T[], T[]];
|
|
2784
|
+
}
|
|
2785
|
+
type LodashPartition2x1<T> = (collection: lodash.List<T> | object | null | undefined) => [T[], T[]];
|
|
2786
|
+
type LodashPartition3x2<T> = (callback: lodash.ValueIteratee<T[keyof T]>) => [Array<T[keyof T]>, Array<T[keyof T]>];
|
|
2717
2787
|
interface LodashPath {
|
|
2718
2788
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPath1x1<TObject, TKey>;
|
|
2719
2789
|
<TObject extends object>(path: lodash.__, object: TObject): LodashPath1x2<TObject>;
|
|
2720
2790
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
|
|
2721
2791
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPath2x2<TObject>;
|
|
2722
2792
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2723
|
-
(path:
|
|
2724
|
-
<
|
|
2793
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPath3x1<TObject, TKey1, TKey2>;
|
|
2794
|
+
<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]): LodashPath4x1<TObject, TKey1, TKey2, TKey3>;
|
|
2796
|
+
<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]): LodashPath5x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
2798
|
+
<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): LodashPath6x1;
|
|
2800
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPath6x2<T>;
|
|
2725
2801
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
|
2726
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
|
2802
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPath7x2<T>;
|
|
2727
2803
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2728
|
-
(path: lodash.PropertyPath):
|
|
2729
|
-
(path: lodash.__, object: null | undefined):
|
|
2804
|
+
(path: lodash.PropertyPath): LodashPath8x1;
|
|
2805
|
+
(path: lodash.__, object: null | undefined): LodashPath8x2;
|
|
2730
2806
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
|
2731
|
-
(path: lodash.__, object: any):
|
|
2807
|
+
(path: lodash.__, object: any): LodashPath9x2;
|
|
2732
2808
|
(path: lodash.PropertyPath, object: any): any;
|
|
2733
2809
|
}
|
|
2734
2810
|
interface LodashPath1x1<TObject, TKey extends keyof TObject> {
|
|
@@ -2736,19 +2812,27 @@ declare namespace _ {
|
|
|
2736
2812
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2737
2813
|
}
|
|
2738
2814
|
type LodashPath1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
|
|
2739
|
-
|
|
2740
|
-
|
|
2815
|
+
interface LodashPath2x2<TObject> {
|
|
2816
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
|
2817
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
|
2818
|
+
<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
|
+
<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
|
+
}
|
|
2821
|
+
type LodashPath3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
|
|
2822
|
+
type LodashPath4x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3] | undefined;
|
|
2823
|
+
type LodashPath5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
|
2824
|
+
interface LodashPath6x1 {
|
|
2741
2825
|
<T>(object: lodash.NumericDictionary<T>): T;
|
|
2742
2826
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2743
2827
|
}
|
|
2744
|
-
type
|
|
2745
|
-
type
|
|
2746
|
-
interface
|
|
2828
|
+
type LodashPath6x2<T> = (path: number) => T;
|
|
2829
|
+
type LodashPath7x2<T> = (path: number) => T | undefined;
|
|
2830
|
+
interface LodashPath8x1 {
|
|
2747
2831
|
(object: null | undefined): undefined;
|
|
2748
2832
|
(object: any): any;
|
|
2749
2833
|
}
|
|
2750
|
-
type
|
|
2751
|
-
type
|
|
2834
|
+
type LodashPath8x2 = (path: lodash.PropertyPath) => undefined;
|
|
2835
|
+
type LodashPath9x2 = (path: lodash.PropertyPath) => any;
|
|
2752
2836
|
interface LodashPathOr {
|
|
2753
2837
|
<TDefault>(defaultValue: TDefault): LodashPathOr1x1<TDefault>;
|
|
2754
2838
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPathOr1x2<TObject, TKey>;
|
|
@@ -2757,34 +2841,52 @@ declare namespace _ {
|
|
|
2757
2841
|
<TObject extends object, TDefault>(defaultValue: TDefault, path: lodash.__, object: TObject | null | undefined): LodashPathOr1x5<TObject, TDefault>;
|
|
2758
2842
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey], object: TObject | null | undefined): LodashPathOr1x6<TObject, TKey>;
|
|
2759
2843
|
<TObject extends object, TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey], object: TObject | null | undefined): Exclude<TObject[TKey], undefined> | TDefault;
|
|
2760
|
-
(defaultValue: lodash.__, path:
|
|
2761
|
-
<TDefault>(defaultValue: TDefault, path:
|
|
2762
|
-
<
|
|
2763
|
-
<
|
|
2764
|
-
<
|
|
2844
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPathOr2x2<TObject, TKey1, TKey2>;
|
|
2845
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2]): LodashPathOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
2846
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2], object: TObject | null | undefined): LodashPathOr2x6<TObject, TKey1, TKey2>;
|
|
2847
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2848
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPathOr3x2<TObject, TKey1, TKey2, TKey3>;
|
|
2849
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): LodashPathOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
2850
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): LodashPathOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
2851
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2852
|
+
<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]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x2<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
2853
|
+
<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], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
2854
|
+
<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]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): LodashPathOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
2855
|
+
<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], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2856
|
+
(defaultValue: lodash.__, path: number): LodashPathOr5x2;
|
|
2857
|
+
<TDefault>(defaultValue: TDefault, path: number): LodashPathOr5x3<TDefault>;
|
|
2858
|
+
<T>(defaultValue: lodash.__, path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPathOr5x4<T>;
|
|
2859
|
+
<T, TDefault>(defaultValue: TDefault, path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPathOr5x5<T, TDefault>;
|
|
2860
|
+
<T>(defaultValue: lodash.__, path: number, object: lodash.NumericDictionary<T> | null | undefined): LodashPathOr5x6<T>;
|
|
2765
2861
|
<T, TDefault>(defaultValue: TDefault, path: number, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
2766
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
2767
|
-
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath):
|
|
2768
|
-
(defaultValue: lodash.__, path: lodash.__, object: null | undefined):
|
|
2769
|
-
<TDefault>(defaultValue: TDefault, path: lodash.__, object: null | undefined):
|
|
2770
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined):
|
|
2862
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashPathOr6x2;
|
|
2863
|
+
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath): LodashPathOr6x3<TDefault>;
|
|
2864
|
+
(defaultValue: lodash.__, path: lodash.__, object: null | undefined): LodashPathOr6x4;
|
|
2865
|
+
<TDefault>(defaultValue: TDefault, path: lodash.__, object: null | undefined): LodashPathOr6x5<TDefault>;
|
|
2866
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined): LodashPathOr6x6;
|
|
2771
2867
|
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath, object: null | undefined): TDefault;
|
|
2772
|
-
(defaultValue: any):
|
|
2773
|
-
(defaultValue: any, path: lodash.PropertyPath):
|
|
2774
|
-
(defaultValue: lodash.__, path: lodash.__, object: any):
|
|
2775
|
-
(defaultValue: any, path: lodash.__, object: any):
|
|
2776
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath, object: any):
|
|
2868
|
+
(defaultValue: any): LodashPathOr7x1;
|
|
2869
|
+
(defaultValue: any, path: lodash.PropertyPath): LodashPathOr7x3;
|
|
2870
|
+
(defaultValue: lodash.__, path: lodash.__, object: any): LodashPathOr7x4;
|
|
2871
|
+
(defaultValue: any, path: lodash.__, object: any): LodashPathOr7x5;
|
|
2872
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath, object: any): LodashPathOr7x6;
|
|
2777
2873
|
(defaultValue: any, path: lodash.PropertyPath, object: any): any;
|
|
2778
2874
|
}
|
|
2779
2875
|
interface LodashPathOr1x1<TDefault> {
|
|
2780
2876
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPathOr1x3<TObject, TKey, TDefault>;
|
|
2781
2877
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPathOr1x5<TObject, TDefault>;
|
|
2782
2878
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): Exclude<TObject[TKey], undefined> | TDefault;
|
|
2783
|
-
(path:
|
|
2784
|
-
<
|
|
2879
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPathOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
2880
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2881
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashPathOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
2882
|
+
<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): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2883
|
+
<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]): LodashPathOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
2884
|
+
<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): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2885
|
+
(path: number): LodashPathOr5x3<TDefault>;
|
|
2886
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPathOr5x5<T, TDefault>;
|
|
2785
2887
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
2786
|
-
(path: lodash.PropertyPath):
|
|
2787
|
-
(path: lodash.__, object: null | undefined):
|
|
2888
|
+
(path: lodash.PropertyPath): LodashPathOr6x3<TDefault>;
|
|
2889
|
+
(path: lodash.__, object: null | undefined): LodashPathOr6x5<TDefault>;
|
|
2788
2890
|
(path: lodash.PropertyPath, object: null | undefined): TDefault;
|
|
2789
2891
|
}
|
|
2790
2892
|
interface LodashPathOr1x2<TObject, TKey extends keyof TObject> {
|
|
@@ -2797,51 +2899,83 @@ declare namespace _ {
|
|
|
2797
2899
|
<TDefault>(defaultValue: TDefault): LodashPathOr1x5<TObject, TDefault>;
|
|
2798
2900
|
<TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPathOr1x6<TObject, TKey>;
|
|
2799
2901
|
<TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey]): Exclude<TObject[TKey], undefined> | TDefault;
|
|
2902
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPathOr2x6<TObject, TKey1, TKey2>;
|
|
2903
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2]): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2904
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPathOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
2905
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2906
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
2907
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2908
|
+
}
|
|
2909
|
+
interface LodashPathOr1x5<TObject, TDefault> {
|
|
2910
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): Exclude<TObject[TKey], undefined> | TDefault;
|
|
2911
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2912
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2913
|
+
<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]): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2800
2914
|
}
|
|
2801
|
-
type LodashPathOr1x5<TObject, TDefault> = <TKey extends keyof TObject>(path: TKey | [TKey]) => Exclude<TObject[TKey], undefined> | TDefault;
|
|
2802
2915
|
type LodashPathOr1x6<TObject, TKey extends keyof TObject> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey], undefined> | TDefault;
|
|
2803
|
-
interface LodashPathOr2x2 {
|
|
2804
|
-
<TDefault>(defaultValue: TDefault): LodashPathOr2x3<TDefault>;
|
|
2805
|
-
|
|
2916
|
+
interface LodashPathOr2x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
|
2917
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
2918
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr2x6<TObject, TKey1, TKey2>;
|
|
2919
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2920
|
+
}
|
|
2921
|
+
type LodashPathOr2x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2922
|
+
type LodashPathOr2x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
2923
|
+
interface LodashPathOr3x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
|
2924
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
2925
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
2926
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2927
|
+
}
|
|
2928
|
+
type LodashPathOr3x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2929
|
+
type LodashPathOr3x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
2930
|
+
interface LodashPathOr4x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
|
2931
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
2932
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
2933
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2934
|
+
}
|
|
2935
|
+
type LodashPathOr4x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2936
|
+
type LodashPathOr4x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
2937
|
+
interface LodashPathOr5x2 {
|
|
2938
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr5x3<TDefault>;
|
|
2939
|
+
<T>(defaultValue: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPathOr5x6<T>;
|
|
2806
2940
|
<T, TDefault>(defaultValue: TDefault, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
2807
2941
|
}
|
|
2808
|
-
type
|
|
2809
|
-
interface
|
|
2810
|
-
<TDefault>(defaultValue: TDefault):
|
|
2811
|
-
(defaultValue: lodash.__, path: number):
|
|
2942
|
+
type LodashPathOr5x3<TDefault> = <T>(object: lodash.NumericDictionary<T> | null | undefined) => T | TDefault;
|
|
2943
|
+
interface LodashPathOr5x4<T> {
|
|
2944
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr5x5<T, TDefault>;
|
|
2945
|
+
(defaultValue: lodash.__, path: number): LodashPathOr5x6<T>;
|
|
2812
2946
|
<TDefault>(defaultValue: TDefault, path: number): T | TDefault;
|
|
2813
2947
|
}
|
|
2814
|
-
type
|
|
2815
|
-
type
|
|
2816
|
-
interface
|
|
2817
|
-
<TDefault>(defaultValue: TDefault):
|
|
2818
|
-
(defaultValue: lodash.__, object: null | undefined):
|
|
2948
|
+
type LodashPathOr5x5<T, TDefault> = (path: number) => T | TDefault;
|
|
2949
|
+
type LodashPathOr5x6<T> = <TDefault>(defaultValue: TDefault) => T | TDefault;
|
|
2950
|
+
interface LodashPathOr6x2 {
|
|
2951
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr6x3<TDefault>;
|
|
2952
|
+
(defaultValue: lodash.__, object: null | undefined): LodashPathOr6x6;
|
|
2819
2953
|
<TDefault>(defaultValue: TDefault, object: null | undefined): TDefault;
|
|
2820
|
-
(defaultValue: any):
|
|
2821
|
-
(defaultValue: lodash.__, object: any):
|
|
2954
|
+
(defaultValue: any): LodashPathOr7x3;
|
|
2955
|
+
(defaultValue: lodash.__, object: any): LodashPathOr7x6;
|
|
2822
2956
|
(defaultValue: any, object: any): any;
|
|
2823
2957
|
}
|
|
2824
|
-
type
|
|
2825
|
-
interface
|
|
2826
|
-
<TDefault>(defaultValue: TDefault):
|
|
2827
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
2958
|
+
type LodashPathOr6x3<TDefault> = (object: null | undefined) => TDefault;
|
|
2959
|
+
interface LodashPathOr6x4 {
|
|
2960
|
+
<TDefault>(defaultValue: TDefault): LodashPathOr6x5<TDefault>;
|
|
2961
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashPathOr6x6;
|
|
2828
2962
|
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath): TDefault;
|
|
2829
2963
|
}
|
|
2830
|
-
type
|
|
2831
|
-
type
|
|
2832
|
-
interface
|
|
2833
|
-
(path: lodash.PropertyPath):
|
|
2834
|
-
(path: lodash.__, object: any):
|
|
2964
|
+
type LodashPathOr6x5<TDefault> = (path: lodash.PropertyPath) => TDefault;
|
|
2965
|
+
type LodashPathOr6x6 = <TDefault>(defaultValue: TDefault) => TDefault;
|
|
2966
|
+
interface LodashPathOr7x1 {
|
|
2967
|
+
(path: lodash.PropertyPath): LodashPathOr7x3;
|
|
2968
|
+
(path: lodash.__, object: any): LodashPathOr7x5;
|
|
2835
2969
|
(path: lodash.PropertyPath, object: any): any;
|
|
2836
2970
|
}
|
|
2837
|
-
type
|
|
2838
|
-
interface
|
|
2839
|
-
(defaultValue: any):
|
|
2840
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
2971
|
+
type LodashPathOr7x3 = (object: any) => any;
|
|
2972
|
+
interface LodashPathOr7x4 {
|
|
2973
|
+
(defaultValue: any): LodashPathOr7x5;
|
|
2974
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashPathOr7x6;
|
|
2841
2975
|
(defaultValue: any, path: lodash.PropertyPath): any;
|
|
2842
2976
|
}
|
|
2843
|
-
type
|
|
2844
|
-
type
|
|
2977
|
+
type LodashPathOr7x5 = (path: lodash.PropertyPath) => any;
|
|
2978
|
+
type LodashPathOr7x6 = (defaultValue: any) => any;
|
|
2845
2979
|
interface LodashPick {
|
|
2846
2980
|
<T extends object, U extends keyof T>(props: lodash.Many<U>): LodashPick1x1<T, U>;
|
|
2847
2981
|
<T extends object>(props: lodash.__, object: T): LodashPick1x2<T>;
|
|
@@ -2890,15 +3024,21 @@ declare namespace _ {
|
|
|
2890
3024
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
|
|
2891
3025
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashProp2x2<TObject>;
|
|
2892
3026
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2893
|
-
(path:
|
|
2894
|
-
<
|
|
3027
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashProp3x1<TObject, TKey1, TKey2>;
|
|
3028
|
+
<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]): LodashProp4x1<TObject, TKey1, TKey2, TKey3>;
|
|
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;
|
|
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]): LodashProp5x1<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 | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
|
3033
|
+
(path: number): LodashProp6x1;
|
|
3034
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProp6x2<T>;
|
|
2895
3035
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
|
2896
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
|
3036
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProp7x2<T>;
|
|
2897
3037
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2898
|
-
(path: lodash.PropertyPath):
|
|
2899
|
-
(path: lodash.__, object: null | undefined):
|
|
3038
|
+
(path: lodash.PropertyPath): LodashProp8x1;
|
|
3039
|
+
(path: lodash.__, object: null | undefined): LodashProp8x2;
|
|
2900
3040
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
|
2901
|
-
(path: lodash.__, object: any):
|
|
3041
|
+
(path: lodash.__, object: any): LodashProp9x2;
|
|
2902
3042
|
(path: lodash.PropertyPath, object: any): any;
|
|
2903
3043
|
}
|
|
2904
3044
|
interface LodashProp1x1<TObject, TKey extends keyof TObject> {
|
|
@@ -2906,34 +3046,48 @@ declare namespace _ {
|
|
|
2906
3046
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2907
3047
|
}
|
|
2908
3048
|
type LodashProp1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
|
|
2909
|
-
|
|
2910
|
-
|
|
3049
|
+
interface LodashProp2x2<TObject> {
|
|
3050
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
|
3051
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
|
3052
|
+
<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
|
+
<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
|
+
}
|
|
3055
|
+
type LodashProp3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
|
|
3056
|
+
type LodashProp4x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3] | undefined;
|
|
3057
|
+
type LodashProp5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
|
3058
|
+
interface LodashProp6x1 {
|
|
2911
3059
|
<T>(object: lodash.NumericDictionary<T>): T;
|
|
2912
3060
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2913
3061
|
}
|
|
2914
|
-
type
|
|
2915
|
-
type
|
|
2916
|
-
interface
|
|
3062
|
+
type LodashProp6x2<T> = (path: number) => T;
|
|
3063
|
+
type LodashProp7x2<T> = (path: number) => T | undefined;
|
|
3064
|
+
interface LodashProp8x1 {
|
|
2917
3065
|
(object: null | undefined): undefined;
|
|
2918
3066
|
(object: any): any;
|
|
2919
3067
|
}
|
|
2920
|
-
type
|
|
2921
|
-
type
|
|
3068
|
+
type LodashProp8x2 = (path: lodash.PropertyPath) => undefined;
|
|
3069
|
+
type LodashProp9x2 = (path: lodash.PropertyPath) => any;
|
|
2922
3070
|
interface LodashProperty {
|
|
2923
3071
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashProperty1x1<TObject, TKey>;
|
|
2924
3072
|
<TObject extends object>(path: lodash.__, object: TObject): LodashProperty1x2<TObject>;
|
|
2925
3073
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
|
|
2926
3074
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashProperty2x2<TObject>;
|
|
2927
3075
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2928
|
-
(path:
|
|
2929
|
-
<
|
|
3076
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashProperty3x1<TObject, TKey1, TKey2>;
|
|
3077
|
+
<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]): LodashProperty4x1<TObject, TKey1, TKey2, TKey3>;
|
|
3079
|
+
<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]): LodashProperty5x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
3081
|
+
<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): LodashProperty6x1;
|
|
3083
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProperty6x2<T>;
|
|
2930
3084
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
|
2931
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
|
3085
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProperty7x2<T>;
|
|
2932
3086
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2933
|
-
(path: lodash.PropertyPath):
|
|
2934
|
-
(path: lodash.__, object: null | undefined):
|
|
3087
|
+
(path: lodash.PropertyPath): LodashProperty8x1;
|
|
3088
|
+
(path: lodash.__, object: null | undefined): LodashProperty8x2;
|
|
2935
3089
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
|
2936
|
-
(path: lodash.__, object: any):
|
|
3090
|
+
(path: lodash.__, object: any): LodashProperty9x2;
|
|
2937
3091
|
(path: lodash.PropertyPath, object: any): any;
|
|
2938
3092
|
}
|
|
2939
3093
|
interface LodashProperty1x1<TObject, TKey extends keyof TObject> {
|
|
@@ -2941,34 +3095,48 @@ declare namespace _ {
|
|
|
2941
3095
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2942
3096
|
}
|
|
2943
3097
|
type LodashProperty1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
|
|
2944
|
-
|
|
2945
|
-
|
|
3098
|
+
interface LodashProperty2x2<TObject> {
|
|
3099
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
|
3100
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
|
3101
|
+
<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
|
+
<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
|
+
}
|
|
3104
|
+
type LodashProperty3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
|
|
3105
|
+
type LodashProperty4x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3] | undefined;
|
|
3106
|
+
type LodashProperty5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
|
3107
|
+
interface LodashProperty6x1 {
|
|
2946
3108
|
<T>(object: lodash.NumericDictionary<T>): T;
|
|
2947
3109
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2948
3110
|
}
|
|
2949
|
-
type
|
|
2950
|
-
type
|
|
2951
|
-
interface
|
|
3111
|
+
type LodashProperty6x2<T> = (path: number) => T;
|
|
3112
|
+
type LodashProperty7x2<T> = (path: number) => T | undefined;
|
|
3113
|
+
interface LodashProperty8x1 {
|
|
2952
3114
|
(object: null | undefined): undefined;
|
|
2953
3115
|
(object: any): any;
|
|
2954
3116
|
}
|
|
2955
|
-
type
|
|
2956
|
-
type
|
|
3117
|
+
type LodashProperty8x2 = (path: lodash.PropertyPath) => undefined;
|
|
3118
|
+
type LodashProperty9x2 = (path: lodash.PropertyPath) => any;
|
|
2957
3119
|
interface LodashPropertyOf {
|
|
2958
3120
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPropertyOf1x1<TObject, TKey>;
|
|
2959
3121
|
<TObject extends object>(path: lodash.__, object: TObject): LodashPropertyOf1x2<TObject>;
|
|
2960
3122
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
|
|
2961
3123
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPropertyOf2x2<TObject>;
|
|
2962
3124
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2963
|
-
(path:
|
|
2964
|
-
<
|
|
3125
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPropertyOf3x1<TObject, TKey1, TKey2>;
|
|
3126
|
+
<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]): LodashPropertyOf4x1<TObject, TKey1, TKey2, TKey3>;
|
|
3128
|
+
<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]): LodashPropertyOf5x1<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
3130
|
+
<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): LodashPropertyOf6x1;
|
|
3132
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPropertyOf6x2<T>;
|
|
2965
3133
|
<T>(path: number, object: lodash.NumericDictionary<T>): T;
|
|
2966
|
-
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined):
|
|
3134
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropertyOf7x2<T>;
|
|
2967
3135
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2968
|
-
(path: lodash.PropertyPath):
|
|
2969
|
-
(path: lodash.__, object: null | undefined):
|
|
3136
|
+
(path: lodash.PropertyPath): LodashPropertyOf8x1;
|
|
3137
|
+
(path: lodash.__, object: null | undefined): LodashPropertyOf8x2;
|
|
2970
3138
|
(path: lodash.PropertyPath, object: null | undefined): undefined;
|
|
2971
|
-
(path: lodash.__, object: any):
|
|
3139
|
+
(path: lodash.__, object: any): LodashPropertyOf9x2;
|
|
2972
3140
|
(path: lodash.PropertyPath, object: any): any;
|
|
2973
3141
|
}
|
|
2974
3142
|
interface LodashPropertyOf1x1<TObject, TKey extends keyof TObject> {
|
|
@@ -2976,19 +3144,27 @@ declare namespace _ {
|
|
|
2976
3144
|
(object: TObject | null | undefined): TObject[TKey] | undefined;
|
|
2977
3145
|
}
|
|
2978
3146
|
type LodashPropertyOf1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
|
|
2979
|
-
|
|
2980
|
-
|
|
3147
|
+
interface LodashPropertyOf2x2<TObject> {
|
|
3148
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
|
|
3149
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
|
|
3150
|
+
<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
|
+
<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
|
+
}
|
|
3153
|
+
type LodashPropertyOf3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
|
|
3154
|
+
type LodashPropertyOf4x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3] | undefined;
|
|
3155
|
+
type LodashPropertyOf5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
|
3156
|
+
interface LodashPropertyOf6x1 {
|
|
2981
3157
|
<T>(object: lodash.NumericDictionary<T>): T;
|
|
2982
3158
|
<T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
|
|
2983
3159
|
}
|
|
2984
|
-
type
|
|
2985
|
-
type
|
|
2986
|
-
interface
|
|
3160
|
+
type LodashPropertyOf6x2<T> = (path: number) => T;
|
|
3161
|
+
type LodashPropertyOf7x2<T> = (path: number) => T | undefined;
|
|
3162
|
+
interface LodashPropertyOf8x1 {
|
|
2987
3163
|
(object: null | undefined): undefined;
|
|
2988
3164
|
(object: any): any;
|
|
2989
3165
|
}
|
|
2990
|
-
type
|
|
2991
|
-
type
|
|
3166
|
+
type LodashPropertyOf8x2 = (path: lodash.PropertyPath) => undefined;
|
|
3167
|
+
type LodashPropertyOf9x2 = (path: lodash.PropertyPath) => any;
|
|
2992
3168
|
interface LodashPropOr {
|
|
2993
3169
|
<TDefault>(defaultValue: TDefault): LodashPropOr1x1<TDefault>;
|
|
2994
3170
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPropOr1x2<TObject, TKey>;
|
|
@@ -2997,34 +3173,52 @@ declare namespace _ {
|
|
|
2997
3173
|
<TObject extends object, TDefault>(defaultValue: TDefault, path: lodash.__, object: TObject | null | undefined): LodashPropOr1x5<TObject, TDefault>;
|
|
2998
3174
|
<TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey], object: TObject | null | undefined): LodashPropOr1x6<TObject, TKey>;
|
|
2999
3175
|
<TObject extends object, TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey], object: TObject | null | undefined): Exclude<TObject[TKey], undefined> | TDefault;
|
|
3000
|
-
(defaultValue: lodash.__, path:
|
|
3001
|
-
<TDefault>(defaultValue: TDefault, path:
|
|
3002
|
-
<
|
|
3003
|
-
<
|
|
3004
|
-
<
|
|
3176
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPropOr2x2<TObject, TKey1, TKey2>;
|
|
3177
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2]): LodashPropOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
3178
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2], object: TObject | null | undefined): LodashPropOr2x6<TObject, TKey1, TKey2>;
|
|
3179
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3180
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPropOr3x2<TObject, TKey1, TKey2, TKey3>;
|
|
3181
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): LodashPropOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
3182
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): LodashPropOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
3183
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3184
|
+
<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]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x2<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
3185
|
+
<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], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
3186
|
+
<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]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): LodashPropOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
3187
|
+
<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], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3188
|
+
(defaultValue: lodash.__, path: number): LodashPropOr5x2;
|
|
3189
|
+
<TDefault>(defaultValue: TDefault, path: number): LodashPropOr5x3<TDefault>;
|
|
3190
|
+
<T>(defaultValue: lodash.__, path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropOr5x4<T>;
|
|
3191
|
+
<T, TDefault>(defaultValue: TDefault, path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropOr5x5<T, TDefault>;
|
|
3192
|
+
<T>(defaultValue: lodash.__, path: number, object: lodash.NumericDictionary<T> | null | undefined): LodashPropOr5x6<T>;
|
|
3005
3193
|
<T, TDefault>(defaultValue: TDefault, path: number, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
3006
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
3007
|
-
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath):
|
|
3008
|
-
(defaultValue: lodash.__, path: lodash.__, object: null | undefined):
|
|
3009
|
-
<TDefault>(defaultValue: TDefault, path: lodash.__, object: null | undefined):
|
|
3010
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined):
|
|
3194
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashPropOr6x2;
|
|
3195
|
+
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath): LodashPropOr6x3<TDefault>;
|
|
3196
|
+
(defaultValue: lodash.__, path: lodash.__, object: null | undefined): LodashPropOr6x4;
|
|
3197
|
+
<TDefault>(defaultValue: TDefault, path: lodash.__, object: null | undefined): LodashPropOr6x5<TDefault>;
|
|
3198
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined): LodashPropOr6x6;
|
|
3011
3199
|
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath, object: null | undefined): TDefault;
|
|
3012
|
-
(defaultValue: any):
|
|
3013
|
-
(defaultValue: any, path: lodash.PropertyPath):
|
|
3014
|
-
(defaultValue: lodash.__, path: lodash.__, object: any):
|
|
3015
|
-
(defaultValue: any, path: lodash.__, object: any):
|
|
3016
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath, object: any):
|
|
3200
|
+
(defaultValue: any): LodashPropOr7x1;
|
|
3201
|
+
(defaultValue: any, path: lodash.PropertyPath): LodashPropOr7x3;
|
|
3202
|
+
(defaultValue: lodash.__, path: lodash.__, object: any): LodashPropOr7x4;
|
|
3203
|
+
(defaultValue: any, path: lodash.__, object: any): LodashPropOr7x5;
|
|
3204
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath, object: any): LodashPropOr7x6;
|
|
3017
3205
|
(defaultValue: any, path: lodash.PropertyPath, object: any): any;
|
|
3018
3206
|
}
|
|
3019
3207
|
interface LodashPropOr1x1<TDefault> {
|
|
3020
3208
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPropOr1x3<TObject, TKey, TDefault>;
|
|
3021
3209
|
<TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPropOr1x5<TObject, TDefault>;
|
|
3022
3210
|
<TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): Exclude<TObject[TKey], undefined> | TDefault;
|
|
3023
|
-
(path:
|
|
3024
|
-
<
|
|
3211
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPropOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
3212
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3213
|
+
<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashPropOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
3214
|
+
<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): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3215
|
+
<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]): LodashPropOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
3216
|
+
<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): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3217
|
+
(path: number): LodashPropOr5x3<TDefault>;
|
|
3218
|
+
<T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropOr5x5<T, TDefault>;
|
|
3025
3219
|
<T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
3026
|
-
(path: lodash.PropertyPath):
|
|
3027
|
-
(path: lodash.__, object: null | undefined):
|
|
3220
|
+
(path: lodash.PropertyPath): LodashPropOr6x3<TDefault>;
|
|
3221
|
+
(path: lodash.__, object: null | undefined): LodashPropOr6x5<TDefault>;
|
|
3028
3222
|
(path: lodash.PropertyPath, object: null | undefined): TDefault;
|
|
3029
3223
|
}
|
|
3030
3224
|
interface LodashPropOr1x2<TObject, TKey extends keyof TObject> {
|
|
@@ -3037,51 +3231,83 @@ declare namespace _ {
|
|
|
3037
3231
|
<TDefault>(defaultValue: TDefault): LodashPropOr1x5<TObject, TDefault>;
|
|
3038
3232
|
<TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPropOr1x6<TObject, TKey>;
|
|
3039
3233
|
<TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey]): Exclude<TObject[TKey], undefined> | TDefault;
|
|
3234
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPropOr2x6<TObject, TKey1, TKey2>;
|
|
3235
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2]): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3236
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPropOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
3237
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3238
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
3239
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3], TDefault>(defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3240
|
+
}
|
|
3241
|
+
interface LodashPropOr1x5<TObject, TDefault> {
|
|
3242
|
+
<TKey extends keyof TObject>(path: TKey | [TKey]): Exclude<TObject[TKey], undefined> | TDefault;
|
|
3243
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3244
|
+
<TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3245
|
+
<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]): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3040
3246
|
}
|
|
3041
|
-
type LodashPropOr1x5<TObject, TDefault> = <TKey extends keyof TObject>(path: TKey | [TKey]) => Exclude<TObject[TKey], undefined> | TDefault;
|
|
3042
3247
|
type LodashPropOr1x6<TObject, TKey extends keyof TObject> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey], undefined> | TDefault;
|
|
3043
|
-
interface LodashPropOr2x2 {
|
|
3044
|
-
<TDefault>(defaultValue: TDefault): LodashPropOr2x3<TDefault>;
|
|
3045
|
-
|
|
3248
|
+
interface LodashPropOr2x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
|
|
3249
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr2x3<TObject, TKey1, TKey2, TDefault>;
|
|
3250
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr2x6<TObject, TKey1, TKey2>;
|
|
3251
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3252
|
+
}
|
|
3253
|
+
type LodashPropOr2x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3254
|
+
type LodashPropOr2x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
|
3255
|
+
interface LodashPropOr3x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
|
|
3256
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr3x3<TObject, TKey1, TKey2, TKey3, TDefault>;
|
|
3257
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr3x6<TObject, TKey1, TKey2, TKey3>;
|
|
3258
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3259
|
+
}
|
|
3260
|
+
type LodashPropOr3x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3261
|
+
type LodashPropOr3x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
|
3262
|
+
interface LodashPropOr4x2<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
|
|
3263
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr4x3<TObject, TKey1, TKey2, TKey3, TKey4, TDefault>;
|
|
3264
|
+
(defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr4x6<TObject, TKey1, TKey2, TKey3, TKey4>;
|
|
3265
|
+
<TDefault>(defaultValue: TDefault, object: TObject | null | undefined): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3266
|
+
}
|
|
3267
|
+
type LodashPropOr4x3<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3], TDefault> = (object: TObject | null | undefined) => Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3268
|
+
type LodashPropOr4x6<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> = <TDefault>(defaultValue: TDefault) => Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
|
3269
|
+
interface LodashPropOr5x2 {
|
|
3270
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr5x3<TDefault>;
|
|
3271
|
+
<T>(defaultValue: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropOr5x6<T>;
|
|
3046
3272
|
<T, TDefault>(defaultValue: TDefault, object: lodash.NumericDictionary<T> | null | undefined): T | TDefault;
|
|
3047
3273
|
}
|
|
3048
|
-
type
|
|
3049
|
-
interface
|
|
3050
|
-
<TDefault>(defaultValue: TDefault):
|
|
3051
|
-
(defaultValue: lodash.__, path: number):
|
|
3274
|
+
type LodashPropOr5x3<TDefault> = <T>(object: lodash.NumericDictionary<T> | null | undefined) => T | TDefault;
|
|
3275
|
+
interface LodashPropOr5x4<T> {
|
|
3276
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr5x5<T, TDefault>;
|
|
3277
|
+
(defaultValue: lodash.__, path: number): LodashPropOr5x6<T>;
|
|
3052
3278
|
<TDefault>(defaultValue: TDefault, path: number): T | TDefault;
|
|
3053
3279
|
}
|
|
3054
|
-
type
|
|
3055
|
-
type
|
|
3056
|
-
interface
|
|
3057
|
-
<TDefault>(defaultValue: TDefault):
|
|
3058
|
-
(defaultValue: lodash.__, object: null | undefined):
|
|
3280
|
+
type LodashPropOr5x5<T, TDefault> = (path: number) => T | TDefault;
|
|
3281
|
+
type LodashPropOr5x6<T> = <TDefault>(defaultValue: TDefault) => T | TDefault;
|
|
3282
|
+
interface LodashPropOr6x2 {
|
|
3283
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr6x3<TDefault>;
|
|
3284
|
+
(defaultValue: lodash.__, object: null | undefined): LodashPropOr6x6;
|
|
3059
3285
|
<TDefault>(defaultValue: TDefault, object: null | undefined): TDefault;
|
|
3060
|
-
(defaultValue: any):
|
|
3061
|
-
(defaultValue: lodash.__, object: any):
|
|
3286
|
+
(defaultValue: any): LodashPropOr7x3;
|
|
3287
|
+
(defaultValue: lodash.__, object: any): LodashPropOr7x6;
|
|
3062
3288
|
(defaultValue: any, object: any): any;
|
|
3063
3289
|
}
|
|
3064
|
-
type
|
|
3065
|
-
interface
|
|
3066
|
-
<TDefault>(defaultValue: TDefault):
|
|
3067
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
3290
|
+
type LodashPropOr6x3<TDefault> = (object: null | undefined) => TDefault;
|
|
3291
|
+
interface LodashPropOr6x4 {
|
|
3292
|
+
<TDefault>(defaultValue: TDefault): LodashPropOr6x5<TDefault>;
|
|
3293
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashPropOr6x6;
|
|
3068
3294
|
<TDefault>(defaultValue: TDefault, path: lodash.PropertyPath): TDefault;
|
|
3069
3295
|
}
|
|
3070
|
-
type
|
|
3071
|
-
type
|
|
3072
|
-
interface
|
|
3073
|
-
(path: lodash.PropertyPath):
|
|
3074
|
-
(path: lodash.__, object: any):
|
|
3296
|
+
type LodashPropOr6x5<TDefault> = (path: lodash.PropertyPath) => TDefault;
|
|
3297
|
+
type LodashPropOr6x6 = <TDefault>(defaultValue: TDefault) => TDefault;
|
|
3298
|
+
interface LodashPropOr7x1 {
|
|
3299
|
+
(path: lodash.PropertyPath): LodashPropOr7x3;
|
|
3300
|
+
(path: lodash.__, object: any): LodashPropOr7x5;
|
|
3075
3301
|
(path: lodash.PropertyPath, object: any): any;
|
|
3076
3302
|
}
|
|
3077
|
-
type
|
|
3078
|
-
interface
|
|
3079
|
-
(defaultValue: any):
|
|
3080
|
-
(defaultValue: lodash.__, path: lodash.PropertyPath):
|
|
3303
|
+
type LodashPropOr7x3 = (object: any) => any;
|
|
3304
|
+
interface LodashPropOr7x4 {
|
|
3305
|
+
(defaultValue: any): LodashPropOr7x5;
|
|
3306
|
+
(defaultValue: lodash.__, path: lodash.PropertyPath): LodashPropOr7x6;
|
|
3081
3307
|
(defaultValue: any, path: lodash.PropertyPath): any;
|
|
3082
3308
|
}
|
|
3083
|
-
type
|
|
3084
|
-
type
|
|
3309
|
+
type LodashPropOr7x5 = (path: lodash.PropertyPath) => any;
|
|
3310
|
+
type LodashPropOr7x6 = (defaultValue: any) => any;
|
|
3085
3311
|
interface LodashPull {
|
|
3086
3312
|
<T>(values: T): LodashPull1x1<T>;
|
|
3087
3313
|
<T>(values: lodash.__, array: ReadonlyArray<T>): LodashPull1x2<T>;
|