cypress 3.7.0 → 3.8.3
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -815,7 +815,7 @@ declare module "../index" {
|
|
815
815
|
defaults<TObject, TSource>(
|
816
816
|
object: TObject,
|
817
817
|
source: TSource
|
818
|
-
): TSource & TObject
|
818
|
+
): NonNullable<TSource & TObject>;
|
819
819
|
|
820
820
|
/**
|
821
821
|
* @see _.defaults
|
@@ -824,7 +824,7 @@ declare module "../index" {
|
|
824
824
|
object: TObject,
|
825
825
|
source1: TSource1,
|
826
826
|
source2: TSource2
|
827
|
-
): TSource2 & TSource1 & TObject
|
827
|
+
): NonNullable<TSource2 & TSource1 & TObject>;
|
828
828
|
|
829
829
|
/**
|
830
830
|
* @see _.defaults
|
@@ -834,7 +834,7 @@ declare module "../index" {
|
|
834
834
|
source1: TSource1,
|
835
835
|
source2: TSource2,
|
836
836
|
source3: TSource3
|
837
|
-
): TSource3 & TSource2 & TSource1 & TObject
|
837
|
+
): NonNullable<TSource3 & TSource2 & TSource1 & TObject>;
|
838
838
|
|
839
839
|
/**
|
840
840
|
* @see _.defaults
|
@@ -845,12 +845,12 @@ declare module "../index" {
|
|
845
845
|
source2: TSource2,
|
846
846
|
source3: TSource3,
|
847
847
|
source4: TSource4
|
848
|
-
): TSource4 & TSource3 & TSource2 & TSource1 & TObject
|
848
|
+
): NonNullable<TSource4 & TSource3 & TSource2 & TSource1 & TObject>;
|
849
849
|
|
850
850
|
/**
|
851
851
|
* @see _.defaults
|
852
852
|
*/
|
853
|
-
defaults<TObject>(object: TObject): TObject
|
853
|
+
defaults<TObject>(object: TObject): NonNullable<TObject>;
|
854
854
|
|
855
855
|
/**
|
856
856
|
* @see _.defaults
|
@@ -867,7 +867,7 @@ declare module "../index" {
|
|
867
867
|
*/
|
868
868
|
defaults<TSource>(
|
869
869
|
source: TSource
|
870
|
-
): LoDashImplicitWrapper<TSource & TValue
|
870
|
+
): LoDashImplicitWrapper<NonNullable<TSource & TValue>>;
|
871
871
|
|
872
872
|
/**
|
873
873
|
* @see _.defaults
|
@@ -875,7 +875,7 @@ declare module "../index" {
|
|
875
875
|
defaults<TSource1, TSource2>(
|
876
876
|
source1: TSource1,
|
877
877
|
source2: TSource2
|
878
|
-
): LoDashImplicitWrapper<TSource2 & TSource1 & TValue
|
878
|
+
): LoDashImplicitWrapper<NonNullable<TSource2 & TSource1 & TValue>>;
|
879
879
|
|
880
880
|
/**
|
881
881
|
* @see _.defaults
|
@@ -884,7 +884,7 @@ declare module "../index" {
|
|
884
884
|
source1: TSource1,
|
885
885
|
source2: TSource2,
|
886
886
|
source3: TSource3
|
887
|
-
): LoDashImplicitWrapper<TSource3 & TSource2 & TSource1 & TValue
|
887
|
+
): LoDashImplicitWrapper<NonNullable<TSource3 & TSource2 & TSource1 & TValue>>;
|
888
888
|
|
889
889
|
/**
|
890
890
|
* @see _.defaults
|
@@ -894,12 +894,12 @@ declare module "../index" {
|
|
894
894
|
source2: TSource2,
|
895
895
|
source3: TSource3,
|
896
896
|
source4: TSource4
|
897
|
-
): LoDashImplicitWrapper<TSource4 & TSource3 & TSource2 & TSource1 & TValue
|
897
|
+
): LoDashImplicitWrapper<NonNullable<TSource4 & TSource3 & TSource2 & TSource1 & TValue>>;
|
898
898
|
|
899
899
|
/**
|
900
900
|
* @see _.defaults
|
901
901
|
*/
|
902
|
-
defaults(): LoDashImplicitWrapper<TValue
|
902
|
+
defaults(): LoDashImplicitWrapper<NonNullable<TValue>>;
|
903
903
|
|
904
904
|
/**
|
905
905
|
* @see _.defaults
|
@@ -913,7 +913,7 @@ declare module "../index" {
|
|
913
913
|
*/
|
914
914
|
defaults<TSource>(
|
915
915
|
source: TSource
|
916
|
-
): LoDashExplicitWrapper<TSource & TValue
|
916
|
+
): LoDashExplicitWrapper<NonNullable<TSource & TValue>>;
|
917
917
|
|
918
918
|
/**
|
919
919
|
* @see _.defaults
|
@@ -921,7 +921,7 @@ declare module "../index" {
|
|
921
921
|
defaults<TSource1, TSource2>(
|
922
922
|
source1: TSource1,
|
923
923
|
source2: TSource2
|
924
|
-
): LoDashExplicitWrapper<TSource2 & TSource1 & TValue
|
924
|
+
): LoDashExplicitWrapper<NonNullable<TSource2 & TSource1 & TValue>>;
|
925
925
|
|
926
926
|
/**
|
927
927
|
* @see _.defaults
|
@@ -930,7 +930,7 @@ declare module "../index" {
|
|
930
930
|
source1: TSource1,
|
931
931
|
source2: TSource2,
|
932
932
|
source3: TSource3
|
933
|
-
): LoDashExplicitWrapper<TSource3 & TSource2 & TSource1 & TValue
|
933
|
+
): LoDashExplicitWrapper<NonNullable<TSource3 & TSource2 & TSource1 & TValue>>;
|
934
934
|
|
935
935
|
/**
|
936
936
|
* @see _.defaults
|
@@ -940,12 +940,12 @@ declare module "../index" {
|
|
940
940
|
source2: TSource2,
|
941
941
|
source3: TSource3,
|
942
942
|
source4: TSource4
|
943
|
-
): LoDashExplicitWrapper<TSource4 & TSource3 & TSource2 & TSource1 & TValue
|
943
|
+
): LoDashExplicitWrapper<NonNullable<TSource4 & TSource3 & TSource2 & TSource1 & TValue>>;
|
944
944
|
|
945
945
|
/**
|
946
946
|
* @see _.defaults
|
947
947
|
*/
|
948
|
-
defaults(): LoDashExplicitWrapper<TValue
|
948
|
+
defaults(): LoDashExplicitWrapper<NonNullable<TValue>>;
|
949
949
|
|
950
950
|
/**
|
951
951
|
* @see _.defaults
|
@@ -1688,6 +1688,57 @@ declare module "../index" {
|
|
1688
1688
|
defaultValue: TDefault
|
1689
1689
|
): Exclude<TObject[TKey], undefined> | TDefault;
|
1690
1690
|
|
1691
|
+
/**
|
1692
|
+
* @see _.get
|
1693
|
+
*/
|
1694
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(
|
1695
|
+
object: TObject | null | undefined,
|
1696
|
+
path: [TKey1, TKey2]
|
1697
|
+
): TObject[TKey1][TKey2] | undefined;
|
1698
|
+
|
1699
|
+
/**
|
1700
|
+
* @see _.get
|
1701
|
+
*/
|
1702
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(
|
1703
|
+
object: TObject | null | undefined,
|
1704
|
+
path: [TKey1, TKey2],
|
1705
|
+
defaultValue: TDefault
|
1706
|
+
): Exclude<TObject[TKey1][TKey2], undefined> | TDefault;
|
1707
|
+
|
1708
|
+
/**
|
1709
|
+
* @see _.get
|
1710
|
+
*/
|
1711
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(
|
1712
|
+
object: TObject | null | undefined,
|
1713
|
+
path: [TKey1, TKey2, TKey3]
|
1714
|
+
): TObject[TKey1][TKey2][TKey3] | undefined;
|
1715
|
+
|
1716
|
+
/**
|
1717
|
+
* @see _.get
|
1718
|
+
*/
|
1719
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(
|
1720
|
+
object: TObject | null | undefined,
|
1721
|
+
path: [TKey1, TKey2, TKey3],
|
1722
|
+
defaultValue: TDefault
|
1723
|
+
): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
1724
|
+
|
1725
|
+
/**
|
1726
|
+
* @see _.get
|
1727
|
+
*/
|
1728
|
+
get<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]>(
|
1729
|
+
object: TObject | null | undefined,
|
1730
|
+
path: [TKey1, TKey2, TKey3, TKey4]
|
1731
|
+
): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
1732
|
+
|
1733
|
+
/**
|
1734
|
+
* @see _.get
|
1735
|
+
*/
|
1736
|
+
get<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>(
|
1737
|
+
object: TObject | null | undefined,
|
1738
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
1739
|
+
defaultValue: TDefault
|
1740
|
+
): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
1741
|
+
|
1691
1742
|
/**
|
1692
1743
|
* @see _.get
|
1693
1744
|
*/
|
@@ -1765,6 +1816,87 @@ declare module "../index" {
|
|
1765
1816
|
defaultValue: TDefault
|
1766
1817
|
): Exclude<TObject[TKey], undefined> | TDefault;
|
1767
1818
|
|
1819
|
+
/**
|
1820
|
+
* @see _.get
|
1821
|
+
*/
|
1822
|
+
get<TKey1 extends keyof TValue, TKey2 extends keyof TValue[TKey1]>(
|
1823
|
+
path: [TKey1, TKey2]
|
1824
|
+
): TValue[TKey1][TKey2];
|
1825
|
+
|
1826
|
+
/**
|
1827
|
+
* @see _.get
|
1828
|
+
*/
|
1829
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(
|
1830
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1831
|
+
path: [TKey1, TKey2],
|
1832
|
+
): TObject[TKey1][TKey2] | undefined;
|
1833
|
+
|
1834
|
+
/**
|
1835
|
+
* @see _.get
|
1836
|
+
*/
|
1837
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(
|
1838
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1839
|
+
path: [TKey1, TKey2, TKey3],
|
1840
|
+
defaultValue: TDefault
|
1841
|
+
): Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault;
|
1842
|
+
|
1843
|
+
/**
|
1844
|
+
* @see _.get
|
1845
|
+
*/
|
1846
|
+
get<TKey1 extends keyof TValue, TKey2 extends keyof TValue[TKey1], TKey3 extends keyof TValue[TKey1][TKey2], TKey4 extends keyof TValue[TKey1][TKey2][TKey3]>(
|
1847
|
+
path: [TKey1, TKey2, TKey3, TKey4]
|
1848
|
+
): TValue[TKey1][TKey2][TKey3][TKey4];
|
1849
|
+
|
1850
|
+
/**
|
1851
|
+
* @see _.get
|
1852
|
+
*/
|
1853
|
+
get<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]>(
|
1854
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1855
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
1856
|
+
): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
1857
|
+
|
1858
|
+
/**
|
1859
|
+
* @see _.get
|
1860
|
+
*/
|
1861
|
+
get<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>(
|
1862
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1863
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
1864
|
+
defaultValue: TDefault
|
1865
|
+
): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
1866
|
+
|
1867
|
+
/**
|
1868
|
+
* @see _.get
|
1869
|
+
*/
|
1870
|
+
get<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>(
|
1871
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1872
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
1873
|
+
defaultValue: TDefault
|
1874
|
+
): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
1875
|
+
|
1876
|
+
/**
|
1877
|
+
* @see _.get
|
1878
|
+
*/
|
1879
|
+
get<TKey1 extends keyof TValue, TKey2 extends keyof TValue[TKey1], TKey3 extends keyof TValue[TKey1][TKey2], TKey4 extends keyof TValue[TKey1][TKey2][TKey3]>(
|
1880
|
+
path: [TKey1, TKey2, TKey3, TKey4]
|
1881
|
+
): TValue[TKey1][TKey2][TKey3][TKey4];
|
1882
|
+
|
1883
|
+
/**
|
1884
|
+
* @see _.get
|
1885
|
+
*/
|
1886
|
+
get<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]>(
|
1887
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1888
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
1889
|
+
): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
|
1890
|
+
|
1891
|
+
/**
|
1892
|
+
* @see _.get
|
1893
|
+
*/
|
1894
|
+
get<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>(
|
1895
|
+
this: LoDashImplicitWrapper<TObject | null | undefined>,
|
1896
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
1897
|
+
defaultValue: TDefault
|
1898
|
+
): Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault;
|
1899
|
+
|
1768
1900
|
/**
|
1769
1901
|
* @see _.get
|
1770
1902
|
*/
|
@@ -1841,6 +1973,78 @@ declare module "../index" {
|
|
1841
1973
|
defaultValue: TDefault
|
1842
1974
|
): LoDashExplicitWrapper<Exclude<TObject[TKey], undefined> | TDefault>;
|
1843
1975
|
|
1976
|
+
/**
|
1977
|
+
* @see _.get
|
1978
|
+
*/
|
1979
|
+
get<TKey1 extends keyof TValue, TKey2 extends keyof TValue[TKey1]>(
|
1980
|
+
path: [TKey1, TKey2]
|
1981
|
+
): LoDashExplicitWrapper<TValue[TKey1][TKey2]>;
|
1982
|
+
|
1983
|
+
/**
|
1984
|
+
* @see _.get
|
1985
|
+
*/
|
1986
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(
|
1987
|
+
this: LoDashExplicitWrapper<TObject | null | undefined>,
|
1988
|
+
path: [TKey1, TKey2],
|
1989
|
+
): LoDashExplicitWrapper<TObject[TKey1][TKey2] | undefined>;
|
1990
|
+
|
1991
|
+
/**
|
1992
|
+
* @see _.get
|
1993
|
+
*/
|
1994
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TDefault>(
|
1995
|
+
this: LoDashExplicitWrapper<TObject | null | undefined>,
|
1996
|
+
path: [TKey1, TKey2],
|
1997
|
+
defaultValue: TDefault
|
1998
|
+
): LoDashExplicitWrapper<Exclude<TObject[TKey1][TKey2], undefined> | TDefault>;
|
1999
|
+
|
2000
|
+
/**
|
2001
|
+
* @see _.get
|
2002
|
+
*/
|
2003
|
+
get<TKey1 extends keyof TValue, TKey2 extends keyof TValue[TKey1], TKey3 extends keyof TValue[TKey1][TKey2]>(
|
2004
|
+
path: [TKey1, TKey2, TKey3]
|
2005
|
+
): LoDashExplicitWrapper<TValue[TKey1][TKey2][TKey3]>;
|
2006
|
+
|
2007
|
+
/**
|
2008
|
+
* @see _.get
|
2009
|
+
*/
|
2010
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(
|
2011
|
+
this: LoDashExplicitWrapper<TObject | null | undefined>,
|
2012
|
+
path: [TKey1, TKey2, TKey3],
|
2013
|
+
): LoDashExplicitWrapper<TObject[TKey1][TKey2][TKey3] | undefined>;
|
2014
|
+
|
2015
|
+
/**
|
2016
|
+
* @see _.get
|
2017
|
+
*/
|
2018
|
+
get<TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TDefault>(
|
2019
|
+
this: LoDashExplicitWrapper<TObject | null | undefined>,
|
2020
|
+
path: [TKey1, TKey2, TKey3],
|
2021
|
+
defaultValue: TDefault
|
2022
|
+
): LoDashExplicitWrapper<Exclude<TObject[TKey1][TKey2][TKey3], undefined> | TDefault>;
|
2023
|
+
|
2024
|
+
/**
|
2025
|
+
* @see _.get
|
2026
|
+
*/
|
2027
|
+
get<TKey1 extends keyof TValue, TKey2 extends keyof TValue[TKey1], TKey3 extends keyof TValue[TKey1][TKey2], TKey4 extends keyof TValue[TKey1][TKey2][TKey3]>(
|
2028
|
+
path: [TKey1, TKey2, TKey3, TKey4]
|
2029
|
+
): LoDashExplicitWrapper<TValue[TKey1][TKey2][TKey3][TKey4]>;
|
2030
|
+
|
2031
|
+
/**
|
2032
|
+
* @see _.get
|
2033
|
+
*/
|
2034
|
+
get<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]>(
|
2035
|
+
this: LoDashExplicitWrapper<TObject | null | undefined>,
|
2036
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
2037
|
+
): LoDashExplicitWrapper<TObject[TKey1][TKey2][TKey3][TKey4] | undefined>;
|
2038
|
+
|
2039
|
+
/**
|
2040
|
+
* @see _.get
|
2041
|
+
*/
|
2042
|
+
get<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>(
|
2043
|
+
this: LoDashExplicitWrapper<TObject | null | undefined>,
|
2044
|
+
path: [TKey1, TKey2, TKey3, TKey4],
|
2045
|
+
defaultValue: TDefault
|
2046
|
+
): LoDashExplicitWrapper<Exclude<TObject[TKey1][TKey2][TKey3][TKey4], undefined> | TDefault>;
|
2047
|
+
|
1844
2048
|
/**
|
1845
2049
|
* @see _.get
|
1846
2050
|
*/
|
@@ -968,6 +968,10 @@ declare module "../index" {
|
|
968
968
|
* @param predicates The predicates to check.
|
969
969
|
* @return Returns the new function.
|
970
970
|
*/
|
971
|
+
overEvery<T, Result1 extends T, Result2 extends T>(
|
972
|
+
a: (arg: T) => arg is Result1,
|
973
|
+
b: (arg: T) => arg is Result2
|
974
|
+
): (arg: T) => arg is Result1 & Result2;
|
971
975
|
overEvery<T>(...predicates: Array<Many<(...args: T[]) => boolean>>): (...args: T[]) => boolean;
|
972
976
|
}
|
973
977
|
|
@@ -995,6 +999,10 @@ declare module "../index" {
|
|
995
999
|
* @param predicates The predicates to check.
|
996
1000
|
* @return Returns the new function.
|
997
1001
|
*/
|
1002
|
+
overSome<T, Result1 extends T, Result2 extends T>(
|
1003
|
+
a: (arg: T) => arg is Result1,
|
1004
|
+
b: (arg: T) => arg is Result2
|
1005
|
+
): (arg: T) => arg is Result1 | Result2;
|
998
1006
|
overSome<T>(...predicates: Array<Many<(...args: T[]) => boolean>>): (...args: T[]) => boolean;
|
999
1007
|
}
|
1000
1008
|
|
@@ -1460,4 +1468,54 @@ declare module "../index" {
|
|
1460
1468
|
*/
|
1461
1469
|
uniqueId(): LoDashExplicitWrapper<string>;
|
1462
1470
|
}
|
1471
|
+
|
1472
|
+
// stubTrue
|
1473
|
+
|
1474
|
+
interface LoDashStatic {
|
1475
|
+
/**
|
1476
|
+
* This method returns true.
|
1477
|
+
*
|
1478
|
+
* @return Returns true.
|
1479
|
+
*/
|
1480
|
+
stubTrue(): true;
|
1481
|
+
}
|
1482
|
+
|
1483
|
+
interface LoDashImplicitWrapper<TValue> {
|
1484
|
+
/**
|
1485
|
+
* @see _.stubTrue
|
1486
|
+
*/
|
1487
|
+
stubTrue(): true;
|
1488
|
+
}
|
1489
|
+
|
1490
|
+
interface LoDashExplicitWrapper<TValue> {
|
1491
|
+
/**
|
1492
|
+
* @see _.stubTrue
|
1493
|
+
*/
|
1494
|
+
stubTrue(): LoDashExplicitWrapper<true>;
|
1495
|
+
}
|
1496
|
+
|
1497
|
+
// stubFalse
|
1498
|
+
|
1499
|
+
interface LoDashStatic {
|
1500
|
+
/**
|
1501
|
+
* This method returns false.
|
1502
|
+
*
|
1503
|
+
* @return Returns false.
|
1504
|
+
*/
|
1505
|
+
stubFalse(): false;
|
1506
|
+
}
|
1507
|
+
|
1508
|
+
interface LoDashImplicitWrapper<TValue> {
|
1509
|
+
/**
|
1510
|
+
* @see _.stubFalse
|
1511
|
+
*/
|
1512
|
+
stubFalse(): false;
|
1513
|
+
}
|
1514
|
+
|
1515
|
+
interface LoDashExplicitWrapper<TValue> {
|
1516
|
+
/**
|
1517
|
+
* @see _.stubFalse
|
1518
|
+
*/
|
1519
|
+
stubFalse(): LoDashExplicitWrapper<false>;
|
1520
|
+
}
|
1463
1521
|
}
|