@types/lodash 4.14.156 → 4.14.160

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.
Files changed (718) hide show
  1. lodash/README.md +1 -1
  2. lodash/common/array.d.ts +517 -2103
  3. lodash/common/collection.d.ts +912 -1569
  4. lodash/common/common.d.ts +70 -64
  5. lodash/common/date.d.ts +2 -6
  6. lodash/common/function.d.ts +767 -864
  7. lodash/common/lang.d.ts +239 -480
  8. lodash/common/math.d.ts +64 -191
  9. lodash/common/number.d.ts +39 -86
  10. lodash/common/object.d.ts +672 -2274
  11. lodash/common/seq.d.ts +101 -87
  12. lodash/common/string.d.ts +81 -352
  13. lodash/common/util.d.ts +337 -639
  14. lodash/fp.d.ts +690 -747
  15. lodash/index.d.ts +0 -1
  16. lodash/multiply.d.ts +1 -1
  17. lodash/package.json +3 -10
  18. lodash/ts3.1/add.d.ts +0 -2
  19. lodash/ts3.1/after.d.ts +0 -2
  20. lodash/ts3.1/ary.d.ts +0 -2
  21. lodash/ts3.1/assign.d.ts +0 -2
  22. lodash/ts3.1/assignIn.d.ts +0 -2
  23. lodash/ts3.1/assignInWith.d.ts +0 -2
  24. lodash/ts3.1/assignWith.d.ts +0 -2
  25. lodash/ts3.1/at.d.ts +0 -2
  26. lodash/ts3.1/attempt.d.ts +0 -2
  27. lodash/ts3.1/before.d.ts +0 -2
  28. lodash/ts3.1/bind.d.ts +0 -2
  29. lodash/ts3.1/bindAll.d.ts +0 -2
  30. lodash/ts3.1/bindKey.d.ts +0 -2
  31. lodash/ts3.1/camelCase.d.ts +0 -2
  32. lodash/ts3.1/capitalize.d.ts +0 -2
  33. lodash/ts3.1/castArray.d.ts +0 -2
  34. lodash/ts3.1/ceil.d.ts +0 -2
  35. lodash/ts3.1/chain.d.ts +0 -2
  36. lodash/ts3.1/chunk.d.ts +0 -2
  37. lodash/ts3.1/clamp.d.ts +0 -2
  38. lodash/ts3.1/clone.d.ts +0 -2
  39. lodash/ts3.1/cloneDeep.d.ts +0 -2
  40. lodash/ts3.1/cloneDeepWith.d.ts +0 -2
  41. lodash/ts3.1/cloneWith.d.ts +0 -2
  42. lodash/ts3.1/common/array.d.ts +0 -2127
  43. lodash/ts3.1/common/collection.d.ts +0 -1930
  44. lodash/ts3.1/common/common.d.ts +0 -284
  45. lodash/ts3.1/common/date.d.ts +0 -23
  46. lodash/ts3.1/common/function.d.ts +0 -1392
  47. lodash/ts3.1/common/lang.d.ts +0 -1693
  48. lodash/ts3.1/common/math.d.ts +0 -405
  49. lodash/ts3.1/common/number.d.ts +0 -131
  50. lodash/ts3.1/common/object.d.ts +0 -2507
  51. lodash/ts3.1/common/seq.d.ts +0 -210
  52. lodash/ts3.1/common/string.d.ts +0 -788
  53. lodash/ts3.1/common/util.d.ts +0 -1219
  54. lodash/ts3.1/compact.d.ts +0 -2
  55. lodash/ts3.1/concat.d.ts +0 -2
  56. lodash/ts3.1/cond.d.ts +0 -2
  57. lodash/ts3.1/conformsTo.d.ts +0 -2
  58. lodash/ts3.1/constant.d.ts +0 -2
  59. lodash/ts3.1/countBy.d.ts +0 -2
  60. lodash/ts3.1/create.d.ts +0 -2
  61. lodash/ts3.1/curry.d.ts +0 -2
  62. lodash/ts3.1/curryRight.d.ts +0 -2
  63. lodash/ts3.1/debounce.d.ts +0 -2
  64. lodash/ts3.1/deburr.d.ts +0 -2
  65. lodash/ts3.1/defaultTo.d.ts +0 -2
  66. lodash/ts3.1/defaults.d.ts +0 -2
  67. lodash/ts3.1/defaultsDeep.d.ts +0 -2
  68. lodash/ts3.1/defer.d.ts +0 -2
  69. lodash/ts3.1/delay.d.ts +0 -2
  70. lodash/ts3.1/difference.d.ts +0 -2
  71. lodash/ts3.1/differenceBy.d.ts +0 -2
  72. lodash/ts3.1/differenceWith.d.ts +0 -2
  73. lodash/ts3.1/divide.d.ts +0 -2
  74. lodash/ts3.1/drop.d.ts +0 -2
  75. lodash/ts3.1/dropRight.d.ts +0 -2
  76. lodash/ts3.1/dropRightWhile.d.ts +0 -2
  77. lodash/ts3.1/dropWhile.d.ts +0 -2
  78. lodash/ts3.1/each.d.ts +0 -2
  79. lodash/ts3.1/eachRight.d.ts +0 -2
  80. lodash/ts3.1/endsWith.d.ts +0 -2
  81. lodash/ts3.1/entries.d.ts +0 -2
  82. lodash/ts3.1/entriesIn.d.ts +0 -2
  83. lodash/ts3.1/eq.d.ts +0 -2
  84. lodash/ts3.1/escape.d.ts +0 -2
  85. lodash/ts3.1/escapeRegExp.d.ts +0 -2
  86. lodash/ts3.1/every.d.ts +0 -2
  87. lodash/ts3.1/extend.d.ts +0 -2
  88. lodash/ts3.1/extendWith.d.ts +0 -2
  89. lodash/ts3.1/fill.d.ts +0 -2
  90. lodash/ts3.1/filter.d.ts +0 -2
  91. lodash/ts3.1/find.d.ts +0 -2
  92. lodash/ts3.1/findIndex.d.ts +0 -2
  93. lodash/ts3.1/findKey.d.ts +0 -2
  94. lodash/ts3.1/findLast.d.ts +0 -2
  95. lodash/ts3.1/findLastIndex.d.ts +0 -2
  96. lodash/ts3.1/findLastKey.d.ts +0 -2
  97. lodash/ts3.1/first.d.ts +0 -2
  98. lodash/ts3.1/flatMap.d.ts +0 -2
  99. lodash/ts3.1/flatMapDeep.d.ts +0 -2
  100. lodash/ts3.1/flatMapDepth.d.ts +0 -2
  101. lodash/ts3.1/flatten.d.ts +0 -2
  102. lodash/ts3.1/flattenDeep.d.ts +0 -2
  103. lodash/ts3.1/flattenDepth.d.ts +0 -2
  104. lodash/ts3.1/flip.d.ts +0 -2
  105. lodash/ts3.1/floor.d.ts +0 -2
  106. lodash/ts3.1/flow.d.ts +0 -2
  107. lodash/ts3.1/flowRight.d.ts +0 -2
  108. lodash/ts3.1/forEach.d.ts +0 -2
  109. lodash/ts3.1/forEachRight.d.ts +0 -2
  110. lodash/ts3.1/forIn.d.ts +0 -2
  111. lodash/ts3.1/forInRight.d.ts +0 -2
  112. lodash/ts3.1/forOwn.d.ts +0 -2
  113. lodash/ts3.1/forOwnRight.d.ts +0 -2
  114. lodash/ts3.1/fp/F.d.ts +0 -2
  115. lodash/ts3.1/fp/T.d.ts +0 -2
  116. lodash/ts3.1/fp/__.d.ts +0 -3
  117. lodash/ts3.1/fp/add.d.ts +0 -2
  118. lodash/ts3.1/fp/after.d.ts +0 -2
  119. lodash/ts3.1/fp/all.d.ts +0 -2
  120. lodash/ts3.1/fp/allPass.d.ts +0 -2
  121. lodash/ts3.1/fp/always.d.ts +0 -2
  122. lodash/ts3.1/fp/any.d.ts +0 -2
  123. lodash/ts3.1/fp/anyPass.d.ts +0 -2
  124. lodash/ts3.1/fp/apply.d.ts +0 -2
  125. lodash/ts3.1/fp/ary.d.ts +0 -2
  126. lodash/ts3.1/fp/assign.d.ts +0 -2
  127. lodash/ts3.1/fp/assignAll.d.ts +0 -2
  128. lodash/ts3.1/fp/assignAllWith.d.ts +0 -2
  129. lodash/ts3.1/fp/assignIn.d.ts +0 -2
  130. lodash/ts3.1/fp/assignInAll.d.ts +0 -2
  131. lodash/ts3.1/fp/assignInAllWith.d.ts +0 -2
  132. lodash/ts3.1/fp/assignInWith.d.ts +0 -2
  133. lodash/ts3.1/fp/assignWith.d.ts +0 -2
  134. lodash/ts3.1/fp/assoc.d.ts +0 -2
  135. lodash/ts3.1/fp/assocPath.d.ts +0 -2
  136. lodash/ts3.1/fp/at.d.ts +0 -2
  137. lodash/ts3.1/fp/attempt.d.ts +0 -2
  138. lodash/ts3.1/fp/before.d.ts +0 -2
  139. lodash/ts3.1/fp/bind.d.ts +0 -2
  140. lodash/ts3.1/fp/bindAll.d.ts +0 -2
  141. lodash/ts3.1/fp/bindKey.d.ts +0 -2
  142. lodash/ts3.1/fp/camelCase.d.ts +0 -2
  143. lodash/ts3.1/fp/capitalize.d.ts +0 -2
  144. lodash/ts3.1/fp/castArray.d.ts +0 -2
  145. lodash/ts3.1/fp/ceil.d.ts +0 -2
  146. lodash/ts3.1/fp/chunk.d.ts +0 -2
  147. lodash/ts3.1/fp/clamp.d.ts +0 -2
  148. lodash/ts3.1/fp/clone.d.ts +0 -2
  149. lodash/ts3.1/fp/cloneDeep.d.ts +0 -2
  150. lodash/ts3.1/fp/cloneDeepWith.d.ts +0 -2
  151. lodash/ts3.1/fp/cloneWith.d.ts +0 -2
  152. lodash/ts3.1/fp/compact.d.ts +0 -2
  153. lodash/ts3.1/fp/complement.d.ts +0 -2
  154. lodash/ts3.1/fp/compose.d.ts +0 -2
  155. lodash/ts3.1/fp/concat.d.ts +0 -2
  156. lodash/ts3.1/fp/cond.d.ts +0 -2
  157. lodash/ts3.1/fp/conforms.d.ts +0 -2
  158. lodash/ts3.1/fp/conformsTo.d.ts +0 -2
  159. lodash/ts3.1/fp/constant.d.ts +0 -2
  160. lodash/ts3.1/fp/contains.d.ts +0 -2
  161. lodash/ts3.1/fp/convert.d.ts +0 -15
  162. lodash/ts3.1/fp/countBy.d.ts +0 -2
  163. lodash/ts3.1/fp/create.d.ts +0 -2
  164. lodash/ts3.1/fp/curry.d.ts +0 -2
  165. lodash/ts3.1/fp/curryN.d.ts +0 -2
  166. lodash/ts3.1/fp/curryRight.d.ts +0 -2
  167. lodash/ts3.1/fp/curryRightN.d.ts +0 -2
  168. lodash/ts3.1/fp/debounce.d.ts +0 -2
  169. lodash/ts3.1/fp/deburr.d.ts +0 -2
  170. lodash/ts3.1/fp/defaultTo.d.ts +0 -2
  171. lodash/ts3.1/fp/defaults.d.ts +0 -2
  172. lodash/ts3.1/fp/defaultsAll.d.ts +0 -2
  173. lodash/ts3.1/fp/defaultsDeep.d.ts +0 -2
  174. lodash/ts3.1/fp/defaultsDeepAll.d.ts +0 -2
  175. lodash/ts3.1/fp/defer.d.ts +0 -2
  176. lodash/ts3.1/fp/delay.d.ts +0 -2
  177. lodash/ts3.1/fp/difference.d.ts +0 -2
  178. lodash/ts3.1/fp/differenceBy.d.ts +0 -2
  179. lodash/ts3.1/fp/differenceWith.d.ts +0 -2
  180. lodash/ts3.1/fp/dissoc.d.ts +0 -2
  181. lodash/ts3.1/fp/dissocPath.d.ts +0 -2
  182. lodash/ts3.1/fp/divide.d.ts +0 -2
  183. lodash/ts3.1/fp/drop.d.ts +0 -2
  184. lodash/ts3.1/fp/dropLast.d.ts +0 -2
  185. lodash/ts3.1/fp/dropLastWhile.d.ts +0 -2
  186. lodash/ts3.1/fp/dropRight.d.ts +0 -2
  187. lodash/ts3.1/fp/dropRightWhile.d.ts +0 -2
  188. lodash/ts3.1/fp/dropWhile.d.ts +0 -2
  189. lodash/ts3.1/fp/each.d.ts +0 -2
  190. lodash/ts3.1/fp/eachRight.d.ts +0 -2
  191. lodash/ts3.1/fp/endsWith.d.ts +0 -2
  192. lodash/ts3.1/fp/entries.d.ts +0 -2
  193. lodash/ts3.1/fp/entriesIn.d.ts +0 -2
  194. lodash/ts3.1/fp/eq.d.ts +0 -2
  195. lodash/ts3.1/fp/equals.d.ts +0 -2
  196. lodash/ts3.1/fp/escape.d.ts +0 -2
  197. lodash/ts3.1/fp/escapeRegExp.d.ts +0 -2
  198. lodash/ts3.1/fp/every.d.ts +0 -2
  199. lodash/ts3.1/fp/extend.d.ts +0 -2
  200. lodash/ts3.1/fp/extendAll.d.ts +0 -2
  201. lodash/ts3.1/fp/extendAllWith.d.ts +0 -2
  202. lodash/ts3.1/fp/extendWith.d.ts +0 -2
  203. lodash/ts3.1/fp/fill.d.ts +0 -2
  204. lodash/ts3.1/fp/filter.d.ts +0 -2
  205. lodash/ts3.1/fp/find.d.ts +0 -2
  206. lodash/ts3.1/fp/findFrom.d.ts +0 -2
  207. lodash/ts3.1/fp/findIndex.d.ts +0 -2
  208. lodash/ts3.1/fp/findIndexFrom.d.ts +0 -2
  209. lodash/ts3.1/fp/findKey.d.ts +0 -2
  210. lodash/ts3.1/fp/findLast.d.ts +0 -2
  211. lodash/ts3.1/fp/findLastFrom.d.ts +0 -2
  212. lodash/ts3.1/fp/findLastIndex.d.ts +0 -2
  213. lodash/ts3.1/fp/findLastIndexFrom.d.ts +0 -2
  214. lodash/ts3.1/fp/findLastKey.d.ts +0 -2
  215. lodash/ts3.1/fp/first.d.ts +0 -2
  216. lodash/ts3.1/fp/flatMap.d.ts +0 -2
  217. lodash/ts3.1/fp/flatMapDeep.d.ts +0 -2
  218. lodash/ts3.1/fp/flatMapDepth.d.ts +0 -2
  219. lodash/ts3.1/fp/flatten.d.ts +0 -2
  220. lodash/ts3.1/fp/flattenDeep.d.ts +0 -2
  221. lodash/ts3.1/fp/flattenDepth.d.ts +0 -2
  222. lodash/ts3.1/fp/flip.d.ts +0 -2
  223. lodash/ts3.1/fp/floor.d.ts +0 -2
  224. lodash/ts3.1/fp/flow.d.ts +0 -2
  225. lodash/ts3.1/fp/flowRight.d.ts +0 -2
  226. lodash/ts3.1/fp/forEach.d.ts +0 -2
  227. lodash/ts3.1/fp/forEachRight.d.ts +0 -2
  228. lodash/ts3.1/fp/forIn.d.ts +0 -2
  229. lodash/ts3.1/fp/forInRight.d.ts +0 -2
  230. lodash/ts3.1/fp/forOwn.d.ts +0 -2
  231. lodash/ts3.1/fp/forOwnRight.d.ts +0 -2
  232. lodash/ts3.1/fp/fromPairs.d.ts +0 -2
  233. lodash/ts3.1/fp/functions.d.ts +0 -2
  234. lodash/ts3.1/fp/functionsIn.d.ts +0 -2
  235. lodash/ts3.1/fp/get.d.ts +0 -2
  236. lodash/ts3.1/fp/getOr.d.ts +0 -2
  237. lodash/ts3.1/fp/groupBy.d.ts +0 -2
  238. lodash/ts3.1/fp/gt.d.ts +0 -2
  239. lodash/ts3.1/fp/gte.d.ts +0 -2
  240. lodash/ts3.1/fp/has.d.ts +0 -2
  241. lodash/ts3.1/fp/hasIn.d.ts +0 -2
  242. lodash/ts3.1/fp/head.d.ts +0 -2
  243. lodash/ts3.1/fp/identical.d.ts +0 -2
  244. lodash/ts3.1/fp/identity.d.ts +0 -2
  245. lodash/ts3.1/fp/inRange.d.ts +0 -2
  246. lodash/ts3.1/fp/includes.d.ts +0 -2
  247. lodash/ts3.1/fp/includesFrom.d.ts +0 -2
  248. lodash/ts3.1/fp/indexBy.d.ts +0 -2
  249. lodash/ts3.1/fp/indexOf.d.ts +0 -2
  250. lodash/ts3.1/fp/indexOfFrom.d.ts +0 -2
  251. lodash/ts3.1/fp/init.d.ts +0 -2
  252. lodash/ts3.1/fp/initial.d.ts +0 -2
  253. lodash/ts3.1/fp/intersection.d.ts +0 -2
  254. lodash/ts3.1/fp/intersectionBy.d.ts +0 -2
  255. lodash/ts3.1/fp/intersectionWith.d.ts +0 -2
  256. lodash/ts3.1/fp/invert.d.ts +0 -2
  257. lodash/ts3.1/fp/invertBy.d.ts +0 -2
  258. lodash/ts3.1/fp/invertObj.d.ts +0 -2
  259. lodash/ts3.1/fp/invoke.d.ts +0 -2
  260. lodash/ts3.1/fp/invokeArgs.d.ts +0 -2
  261. lodash/ts3.1/fp/invokeArgsMap.d.ts +0 -2
  262. lodash/ts3.1/fp/invokeMap.d.ts +0 -2
  263. lodash/ts3.1/fp/isArguments.d.ts +0 -2
  264. lodash/ts3.1/fp/isArray.d.ts +0 -2
  265. lodash/ts3.1/fp/isArrayBuffer.d.ts +0 -2
  266. lodash/ts3.1/fp/isArrayLike.d.ts +0 -2
  267. lodash/ts3.1/fp/isArrayLikeObject.d.ts +0 -2
  268. lodash/ts3.1/fp/isBoolean.d.ts +0 -2
  269. lodash/ts3.1/fp/isBuffer.d.ts +0 -2
  270. lodash/ts3.1/fp/isDate.d.ts +0 -2
  271. lodash/ts3.1/fp/isElement.d.ts +0 -2
  272. lodash/ts3.1/fp/isEmpty.d.ts +0 -2
  273. lodash/ts3.1/fp/isEqual.d.ts +0 -2
  274. lodash/ts3.1/fp/isEqualWith.d.ts +0 -2
  275. lodash/ts3.1/fp/isError.d.ts +0 -2
  276. lodash/ts3.1/fp/isFinite.d.ts +0 -2
  277. lodash/ts3.1/fp/isFunction.d.ts +0 -2
  278. lodash/ts3.1/fp/isInteger.d.ts +0 -2
  279. lodash/ts3.1/fp/isLength.d.ts +0 -2
  280. lodash/ts3.1/fp/isMap.d.ts +0 -2
  281. lodash/ts3.1/fp/isMatch.d.ts +0 -2
  282. lodash/ts3.1/fp/isMatchWith.d.ts +0 -2
  283. lodash/ts3.1/fp/isNaN.d.ts +0 -2
  284. lodash/ts3.1/fp/isNative.d.ts +0 -2
  285. lodash/ts3.1/fp/isNil.d.ts +0 -2
  286. lodash/ts3.1/fp/isNull.d.ts +0 -2
  287. lodash/ts3.1/fp/isNumber.d.ts +0 -2
  288. lodash/ts3.1/fp/isObject.d.ts +0 -2
  289. lodash/ts3.1/fp/isObjectLike.d.ts +0 -2
  290. lodash/ts3.1/fp/isPlainObject.d.ts +0 -2
  291. lodash/ts3.1/fp/isRegExp.d.ts +0 -2
  292. lodash/ts3.1/fp/isSafeInteger.d.ts +0 -2
  293. lodash/ts3.1/fp/isSet.d.ts +0 -2
  294. lodash/ts3.1/fp/isString.d.ts +0 -2
  295. lodash/ts3.1/fp/isSymbol.d.ts +0 -2
  296. lodash/ts3.1/fp/isTypedArray.d.ts +0 -2
  297. lodash/ts3.1/fp/isUndefined.d.ts +0 -2
  298. lodash/ts3.1/fp/isWeakMap.d.ts +0 -2
  299. lodash/ts3.1/fp/isWeakSet.d.ts +0 -2
  300. lodash/ts3.1/fp/iteratee.d.ts +0 -2
  301. lodash/ts3.1/fp/join.d.ts +0 -2
  302. lodash/ts3.1/fp/juxt.d.ts +0 -2
  303. lodash/ts3.1/fp/kebabCase.d.ts +0 -2
  304. lodash/ts3.1/fp/keyBy.d.ts +0 -2
  305. lodash/ts3.1/fp/keys.d.ts +0 -2
  306. lodash/ts3.1/fp/keysIn.d.ts +0 -2
  307. lodash/ts3.1/fp/last.d.ts +0 -2
  308. lodash/ts3.1/fp/lastIndexOf.d.ts +0 -2
  309. lodash/ts3.1/fp/lastIndexOfFrom.d.ts +0 -2
  310. lodash/ts3.1/fp/lowerCase.d.ts +0 -2
  311. lodash/ts3.1/fp/lowerFirst.d.ts +0 -2
  312. lodash/ts3.1/fp/lt.d.ts +0 -2
  313. lodash/ts3.1/fp/lte.d.ts +0 -2
  314. lodash/ts3.1/fp/map.d.ts +0 -2
  315. lodash/ts3.1/fp/mapKeys.d.ts +0 -2
  316. lodash/ts3.1/fp/mapValues.d.ts +0 -2
  317. lodash/ts3.1/fp/matches.d.ts +0 -2
  318. lodash/ts3.1/fp/matchesProperty.d.ts +0 -2
  319. lodash/ts3.1/fp/max.d.ts +0 -2
  320. lodash/ts3.1/fp/maxBy.d.ts +0 -2
  321. lodash/ts3.1/fp/mean.d.ts +0 -2
  322. lodash/ts3.1/fp/meanBy.d.ts +0 -2
  323. lodash/ts3.1/fp/memoize.d.ts +0 -2
  324. lodash/ts3.1/fp/merge.d.ts +0 -2
  325. lodash/ts3.1/fp/mergeAll.d.ts +0 -2
  326. lodash/ts3.1/fp/mergeAllWith.d.ts +0 -2
  327. lodash/ts3.1/fp/mergeWith.d.ts +0 -2
  328. lodash/ts3.1/fp/method.d.ts +0 -2
  329. lodash/ts3.1/fp/methodOf.d.ts +0 -2
  330. lodash/ts3.1/fp/min.d.ts +0 -2
  331. lodash/ts3.1/fp/minBy.d.ts +0 -2
  332. lodash/ts3.1/fp/multiply.d.ts +0 -2
  333. lodash/ts3.1/fp/nAry.d.ts +0 -2
  334. lodash/ts3.1/fp/negate.d.ts +0 -2
  335. lodash/ts3.1/fp/noConflict.d.ts +0 -2
  336. lodash/ts3.1/fp/noop.d.ts +0 -2
  337. lodash/ts3.1/fp/now.d.ts +0 -2
  338. lodash/ts3.1/fp/nth.d.ts +0 -2
  339. lodash/ts3.1/fp/nthArg.d.ts +0 -2
  340. lodash/ts3.1/fp/omit.d.ts +0 -2
  341. lodash/ts3.1/fp/omitAll.d.ts +0 -2
  342. lodash/ts3.1/fp/omitBy.d.ts +0 -2
  343. lodash/ts3.1/fp/once.d.ts +0 -2
  344. lodash/ts3.1/fp/orderBy.d.ts +0 -2
  345. lodash/ts3.1/fp/over.d.ts +0 -2
  346. lodash/ts3.1/fp/overArgs.d.ts +0 -2
  347. lodash/ts3.1/fp/overEvery.d.ts +0 -2
  348. lodash/ts3.1/fp/overSome.d.ts +0 -2
  349. lodash/ts3.1/fp/pad.d.ts +0 -2
  350. lodash/ts3.1/fp/padChars.d.ts +0 -2
  351. lodash/ts3.1/fp/padCharsEnd.d.ts +0 -2
  352. lodash/ts3.1/fp/padCharsStart.d.ts +0 -2
  353. lodash/ts3.1/fp/padEnd.d.ts +0 -2
  354. lodash/ts3.1/fp/padStart.d.ts +0 -2
  355. lodash/ts3.1/fp/parseInt.d.ts +0 -2
  356. lodash/ts3.1/fp/partial.d.ts +0 -2
  357. lodash/ts3.1/fp/partialRight.d.ts +0 -2
  358. lodash/ts3.1/fp/partition.d.ts +0 -2
  359. lodash/ts3.1/fp/path.d.ts +0 -2
  360. lodash/ts3.1/fp/pathEq.d.ts +0 -2
  361. lodash/ts3.1/fp/pathOr.d.ts +0 -2
  362. lodash/ts3.1/fp/paths.d.ts +0 -2
  363. lodash/ts3.1/fp/pick.d.ts +0 -2
  364. lodash/ts3.1/fp/pickAll.d.ts +0 -2
  365. lodash/ts3.1/fp/pickBy.d.ts +0 -2
  366. lodash/ts3.1/fp/pipe.d.ts +0 -2
  367. lodash/ts3.1/fp/placeholder.d.ts +0 -3
  368. lodash/ts3.1/fp/pluck.d.ts +0 -2
  369. lodash/ts3.1/fp/prop.d.ts +0 -2
  370. lodash/ts3.1/fp/propEq.d.ts +0 -2
  371. lodash/ts3.1/fp/propOr.d.ts +0 -2
  372. lodash/ts3.1/fp/property.d.ts +0 -2
  373. lodash/ts3.1/fp/propertyOf.d.ts +0 -2
  374. lodash/ts3.1/fp/props.d.ts +0 -2
  375. lodash/ts3.1/fp/pull.d.ts +0 -2
  376. lodash/ts3.1/fp/pullAll.d.ts +0 -2
  377. lodash/ts3.1/fp/pullAllBy.d.ts +0 -2
  378. lodash/ts3.1/fp/pullAllWith.d.ts +0 -2
  379. lodash/ts3.1/fp/pullAt.d.ts +0 -2
  380. lodash/ts3.1/fp/random.d.ts +0 -2
  381. lodash/ts3.1/fp/range.d.ts +0 -2
  382. lodash/ts3.1/fp/rangeRight.d.ts +0 -2
  383. lodash/ts3.1/fp/rangeStep.d.ts +0 -2
  384. lodash/ts3.1/fp/rangeStepRight.d.ts +0 -2
  385. lodash/ts3.1/fp/rearg.d.ts +0 -2
  386. lodash/ts3.1/fp/reduce.d.ts +0 -2
  387. lodash/ts3.1/fp/reduceRight.d.ts +0 -2
  388. lodash/ts3.1/fp/reject.d.ts +0 -2
  389. lodash/ts3.1/fp/remove.d.ts +0 -2
  390. lodash/ts3.1/fp/repeat.d.ts +0 -2
  391. lodash/ts3.1/fp/replace.d.ts +0 -2
  392. lodash/ts3.1/fp/rest.d.ts +0 -2
  393. lodash/ts3.1/fp/restFrom.d.ts +0 -2
  394. lodash/ts3.1/fp/result.d.ts +0 -2
  395. lodash/ts3.1/fp/reverse.d.ts +0 -2
  396. lodash/ts3.1/fp/round.d.ts +0 -2
  397. lodash/ts3.1/fp/runInContext.d.ts +0 -2
  398. lodash/ts3.1/fp/sample.d.ts +0 -2
  399. lodash/ts3.1/fp/sampleSize.d.ts +0 -2
  400. lodash/ts3.1/fp/set.d.ts +0 -2
  401. lodash/ts3.1/fp/setWith.d.ts +0 -2
  402. lodash/ts3.1/fp/shuffle.d.ts +0 -2
  403. lodash/ts3.1/fp/size.d.ts +0 -2
  404. lodash/ts3.1/fp/slice.d.ts +0 -2
  405. lodash/ts3.1/fp/snakeCase.d.ts +0 -2
  406. lodash/ts3.1/fp/some.d.ts +0 -2
  407. lodash/ts3.1/fp/sortBy.d.ts +0 -2
  408. lodash/ts3.1/fp/sortedIndex.d.ts +0 -2
  409. lodash/ts3.1/fp/sortedIndexBy.d.ts +0 -2
  410. lodash/ts3.1/fp/sortedIndexOf.d.ts +0 -2
  411. lodash/ts3.1/fp/sortedLastIndex.d.ts +0 -2
  412. lodash/ts3.1/fp/sortedLastIndexBy.d.ts +0 -2
  413. lodash/ts3.1/fp/sortedLastIndexOf.d.ts +0 -2
  414. lodash/ts3.1/fp/sortedUniq.d.ts +0 -2
  415. lodash/ts3.1/fp/sortedUniqBy.d.ts +0 -2
  416. lodash/ts3.1/fp/split.d.ts +0 -2
  417. lodash/ts3.1/fp/spread.d.ts +0 -2
  418. lodash/ts3.1/fp/spreadFrom.d.ts +0 -2
  419. lodash/ts3.1/fp/startCase.d.ts +0 -2
  420. lodash/ts3.1/fp/startsWith.d.ts +0 -2
  421. lodash/ts3.1/fp/stubArray.d.ts +0 -2
  422. lodash/ts3.1/fp/stubFalse.d.ts +0 -2
  423. lodash/ts3.1/fp/stubObject.d.ts +0 -2
  424. lodash/ts3.1/fp/stubString.d.ts +0 -2
  425. lodash/ts3.1/fp/stubTrue.d.ts +0 -2
  426. lodash/ts3.1/fp/subtract.d.ts +0 -2
  427. lodash/ts3.1/fp/sum.d.ts +0 -2
  428. lodash/ts3.1/fp/sumBy.d.ts +0 -2
  429. lodash/ts3.1/fp/symmetricDifference.d.ts +0 -2
  430. lodash/ts3.1/fp/symmetricDifferenceBy.d.ts +0 -2
  431. lodash/ts3.1/fp/symmetricDifferenceWith.d.ts +0 -2
  432. lodash/ts3.1/fp/tail.d.ts +0 -2
  433. lodash/ts3.1/fp/take.d.ts +0 -2
  434. lodash/ts3.1/fp/takeLast.d.ts +0 -2
  435. lodash/ts3.1/fp/takeLastWhile.d.ts +0 -2
  436. lodash/ts3.1/fp/takeRight.d.ts +0 -2
  437. lodash/ts3.1/fp/takeRightWhile.d.ts +0 -2
  438. lodash/ts3.1/fp/takeWhile.d.ts +0 -2
  439. lodash/ts3.1/fp/tap.d.ts +0 -2
  440. lodash/ts3.1/fp/template.d.ts +0 -2
  441. lodash/ts3.1/fp/throttle.d.ts +0 -2
  442. lodash/ts3.1/fp/thru.d.ts +0 -2
  443. lodash/ts3.1/fp/times.d.ts +0 -2
  444. lodash/ts3.1/fp/toArray.d.ts +0 -2
  445. lodash/ts3.1/fp/toFinite.d.ts +0 -2
  446. lodash/ts3.1/fp/toInteger.d.ts +0 -2
  447. lodash/ts3.1/fp/toLength.d.ts +0 -2
  448. lodash/ts3.1/fp/toLower.d.ts +0 -2
  449. lodash/ts3.1/fp/toNumber.d.ts +0 -2
  450. lodash/ts3.1/fp/toPairs.d.ts +0 -2
  451. lodash/ts3.1/fp/toPairsIn.d.ts +0 -2
  452. lodash/ts3.1/fp/toPath.d.ts +0 -2
  453. lodash/ts3.1/fp/toPlainObject.d.ts +0 -2
  454. lodash/ts3.1/fp/toSafeInteger.d.ts +0 -2
  455. lodash/ts3.1/fp/toString.d.ts +0 -2
  456. lodash/ts3.1/fp/toUpper.d.ts +0 -2
  457. lodash/ts3.1/fp/transform.d.ts +0 -2
  458. lodash/ts3.1/fp/trim.d.ts +0 -2
  459. lodash/ts3.1/fp/trimChars.d.ts +0 -2
  460. lodash/ts3.1/fp/trimCharsEnd.d.ts +0 -2
  461. lodash/ts3.1/fp/trimCharsStart.d.ts +0 -2
  462. lodash/ts3.1/fp/trimEnd.d.ts +0 -2
  463. lodash/ts3.1/fp/trimStart.d.ts +0 -2
  464. lodash/ts3.1/fp/truncate.d.ts +0 -2
  465. lodash/ts3.1/fp/unapply.d.ts +0 -2
  466. lodash/ts3.1/fp/unary.d.ts +0 -2
  467. lodash/ts3.1/fp/unescape.d.ts +0 -2
  468. lodash/ts3.1/fp/union.d.ts +0 -2
  469. lodash/ts3.1/fp/unionBy.d.ts +0 -2
  470. lodash/ts3.1/fp/unionWith.d.ts +0 -2
  471. lodash/ts3.1/fp/uniq.d.ts +0 -2
  472. lodash/ts3.1/fp/uniqBy.d.ts +0 -2
  473. lodash/ts3.1/fp/uniqWith.d.ts +0 -2
  474. lodash/ts3.1/fp/uniqueId.d.ts +0 -2
  475. lodash/ts3.1/fp/unnest.d.ts +0 -2
  476. lodash/ts3.1/fp/unset.d.ts +0 -2
  477. lodash/ts3.1/fp/unzip.d.ts +0 -2
  478. lodash/ts3.1/fp/unzipWith.d.ts +0 -2
  479. lodash/ts3.1/fp/update.d.ts +0 -2
  480. lodash/ts3.1/fp/updateWith.d.ts +0 -2
  481. lodash/ts3.1/fp/upperCase.d.ts +0 -2
  482. lodash/ts3.1/fp/upperFirst.d.ts +0 -2
  483. lodash/ts3.1/fp/useWith.d.ts +0 -2
  484. lodash/ts3.1/fp/values.d.ts +0 -2
  485. lodash/ts3.1/fp/valuesIn.d.ts +0 -2
  486. lodash/ts3.1/fp/where.d.ts +0 -2
  487. lodash/ts3.1/fp/whereEq.d.ts +0 -2
  488. lodash/ts3.1/fp/without.d.ts +0 -2
  489. lodash/ts3.1/fp/words.d.ts +0 -2
  490. lodash/ts3.1/fp/wrap.d.ts +0 -2
  491. lodash/ts3.1/fp/xor.d.ts +0 -2
  492. lodash/ts3.1/fp/xorBy.d.ts +0 -2
  493. lodash/ts3.1/fp/xorWith.d.ts +0 -2
  494. lodash/ts3.1/fp/zip.d.ts +0 -2
  495. lodash/ts3.1/fp/zipAll.d.ts +0 -2
  496. lodash/ts3.1/fp/zipObj.d.ts +0 -2
  497. lodash/ts3.1/fp/zipObject.d.ts +0 -2
  498. lodash/ts3.1/fp/zipObjectDeep.d.ts +0 -2
  499. lodash/ts3.1/fp/zipWith.d.ts +0 -2
  500. lodash/ts3.1/fp.d.ts +0 -4938
  501. lodash/ts3.1/fromPairs.d.ts +0 -2
  502. lodash/ts3.1/functions.d.ts +0 -2
  503. lodash/ts3.1/functionsIn.d.ts +0 -2
  504. lodash/ts3.1/get.d.ts +0 -2
  505. lodash/ts3.1/groupBy.d.ts +0 -2
  506. lodash/ts3.1/gt.d.ts +0 -2
  507. lodash/ts3.1/gte.d.ts +0 -2
  508. lodash/ts3.1/has.d.ts +0 -2
  509. lodash/ts3.1/hasIn.d.ts +0 -2
  510. lodash/ts3.1/head.d.ts +0 -2
  511. lodash/ts3.1/identity.d.ts +0 -2
  512. lodash/ts3.1/inRange.d.ts +0 -2
  513. lodash/ts3.1/includes.d.ts +0 -2
  514. lodash/ts3.1/index.d.ts +0 -33
  515. lodash/ts3.1/indexOf.d.ts +0 -2
  516. lodash/ts3.1/initial.d.ts +0 -2
  517. lodash/ts3.1/intersection.d.ts +0 -2
  518. lodash/ts3.1/intersectionBy.d.ts +0 -2
  519. lodash/ts3.1/intersectionWith.d.ts +0 -2
  520. lodash/ts3.1/invert.d.ts +0 -2
  521. lodash/ts3.1/invertBy.d.ts +0 -2
  522. lodash/ts3.1/invoke.d.ts +0 -2
  523. lodash/ts3.1/invokeMap.d.ts +0 -2
  524. lodash/ts3.1/isArguments.d.ts +0 -2
  525. lodash/ts3.1/isArray.d.ts +0 -2
  526. lodash/ts3.1/isArrayBuffer.d.ts +0 -2
  527. lodash/ts3.1/isArrayLike.d.ts +0 -2
  528. lodash/ts3.1/isArrayLikeObject.d.ts +0 -2
  529. lodash/ts3.1/isBoolean.d.ts +0 -2
  530. lodash/ts3.1/isBuffer.d.ts +0 -2
  531. lodash/ts3.1/isDate.d.ts +0 -2
  532. lodash/ts3.1/isElement.d.ts +0 -2
  533. lodash/ts3.1/isEmpty.d.ts +0 -2
  534. lodash/ts3.1/isEqual.d.ts +0 -2
  535. lodash/ts3.1/isEqualWith.d.ts +0 -2
  536. lodash/ts3.1/isError.d.ts +0 -2
  537. lodash/ts3.1/isFinite.d.ts +0 -2
  538. lodash/ts3.1/isFunction.d.ts +0 -2
  539. lodash/ts3.1/isInteger.d.ts +0 -2
  540. lodash/ts3.1/isLength.d.ts +0 -2
  541. lodash/ts3.1/isMap.d.ts +0 -2
  542. lodash/ts3.1/isMatch.d.ts +0 -2
  543. lodash/ts3.1/isMatchWith.d.ts +0 -2
  544. lodash/ts3.1/isNaN.d.ts +0 -2
  545. lodash/ts3.1/isNative.d.ts +0 -2
  546. lodash/ts3.1/isNil.d.ts +0 -2
  547. lodash/ts3.1/isNull.d.ts +0 -2
  548. lodash/ts3.1/isNumber.d.ts +0 -2
  549. lodash/ts3.1/isObject.d.ts +0 -2
  550. lodash/ts3.1/isObjectLike.d.ts +0 -2
  551. lodash/ts3.1/isPlainObject.d.ts +0 -2
  552. lodash/ts3.1/isRegExp.d.ts +0 -2
  553. lodash/ts3.1/isSafeInteger.d.ts +0 -2
  554. lodash/ts3.1/isSet.d.ts +0 -2
  555. lodash/ts3.1/isString.d.ts +0 -2
  556. lodash/ts3.1/isSymbol.d.ts +0 -2
  557. lodash/ts3.1/isTypedArray.d.ts +0 -2
  558. lodash/ts3.1/isUndefined.d.ts +0 -2
  559. lodash/ts3.1/isWeakMap.d.ts +0 -2
  560. lodash/ts3.1/isWeakSet.d.ts +0 -2
  561. lodash/ts3.1/iteratee.d.ts +0 -2
  562. lodash/ts3.1/join.d.ts +0 -2
  563. lodash/ts3.1/kebabCase.d.ts +0 -2
  564. lodash/ts3.1/keyBy.d.ts +0 -2
  565. lodash/ts3.1/keys.d.ts +0 -2
  566. lodash/ts3.1/keysIn.d.ts +0 -2
  567. lodash/ts3.1/last.d.ts +0 -2
  568. lodash/ts3.1/lastIndexOf.d.ts +0 -2
  569. lodash/ts3.1/lowerCase.d.ts +0 -2
  570. lodash/ts3.1/lowerFirst.d.ts +0 -2
  571. lodash/ts3.1/lt.d.ts +0 -2
  572. lodash/ts3.1/lte.d.ts +0 -2
  573. lodash/ts3.1/map.d.ts +0 -2
  574. lodash/ts3.1/mapKeys.d.ts +0 -2
  575. lodash/ts3.1/mapValues.d.ts +0 -2
  576. lodash/ts3.1/matches.d.ts +0 -2
  577. lodash/ts3.1/matchesProperty.d.ts +0 -2
  578. lodash/ts3.1/max.d.ts +0 -2
  579. lodash/ts3.1/maxBy.d.ts +0 -2
  580. lodash/ts3.1/mean.d.ts +0 -2
  581. lodash/ts3.1/meanBy.d.ts +0 -2
  582. lodash/ts3.1/memoize.d.ts +0 -2
  583. lodash/ts3.1/merge.d.ts +0 -2
  584. lodash/ts3.1/mergeWith.d.ts +0 -2
  585. lodash/ts3.1/method.d.ts +0 -2
  586. lodash/ts3.1/methodOf.d.ts +0 -2
  587. lodash/ts3.1/min.d.ts +0 -2
  588. lodash/ts3.1/minBy.d.ts +0 -2
  589. lodash/ts3.1/mixin.d.ts +0 -2
  590. lodash/ts3.1/multiply.d.ts +0 -2
  591. lodash/ts3.1/negate.d.ts +0 -2
  592. lodash/ts3.1/noConflict.d.ts +0 -2
  593. lodash/ts3.1/noop.d.ts +0 -2
  594. lodash/ts3.1/now.d.ts +0 -2
  595. lodash/ts3.1/nth.d.ts +0 -2
  596. lodash/ts3.1/nthArg.d.ts +0 -2
  597. lodash/ts3.1/omit.d.ts +0 -2
  598. lodash/ts3.1/omitBy.d.ts +0 -2
  599. lodash/ts3.1/once.d.ts +0 -2
  600. lodash/ts3.1/orderBy.d.ts +0 -2
  601. lodash/ts3.1/over.d.ts +0 -2
  602. lodash/ts3.1/overArgs.d.ts +0 -2
  603. lodash/ts3.1/overEvery.d.ts +0 -2
  604. lodash/ts3.1/overSome.d.ts +0 -2
  605. lodash/ts3.1/pad.d.ts +0 -2
  606. lodash/ts3.1/padEnd.d.ts +0 -2
  607. lodash/ts3.1/padStart.d.ts +0 -2
  608. lodash/ts3.1/parseInt.d.ts +0 -2
  609. lodash/ts3.1/partial.d.ts +0 -2
  610. lodash/ts3.1/partialRight.d.ts +0 -2
  611. lodash/ts3.1/partition.d.ts +0 -2
  612. lodash/ts3.1/pick.d.ts +0 -2
  613. lodash/ts3.1/pickBy.d.ts +0 -2
  614. lodash/ts3.1/property.d.ts +0 -2
  615. lodash/ts3.1/propertyOf.d.ts +0 -2
  616. lodash/ts3.1/pull.d.ts +0 -2
  617. lodash/ts3.1/pullAll.d.ts +0 -2
  618. lodash/ts3.1/pullAllBy.d.ts +0 -2
  619. lodash/ts3.1/pullAllWith.d.ts +0 -2
  620. lodash/ts3.1/pullAt.d.ts +0 -2
  621. lodash/ts3.1/random.d.ts +0 -2
  622. lodash/ts3.1/range.d.ts +0 -2
  623. lodash/ts3.1/rangeRight.d.ts +0 -2
  624. lodash/ts3.1/rearg.d.ts +0 -2
  625. lodash/ts3.1/reduce.d.ts +0 -2
  626. lodash/ts3.1/reduceRight.d.ts +0 -2
  627. lodash/ts3.1/reject.d.ts +0 -2
  628. lodash/ts3.1/remove.d.ts +0 -2
  629. lodash/ts3.1/repeat.d.ts +0 -2
  630. lodash/ts3.1/replace.d.ts +0 -2
  631. lodash/ts3.1/rest.d.ts +0 -2
  632. lodash/ts3.1/result.d.ts +0 -2
  633. lodash/ts3.1/reverse.d.ts +0 -2
  634. lodash/ts3.1/round.d.ts +0 -2
  635. lodash/ts3.1/runInContext.d.ts +0 -2
  636. lodash/ts3.1/sample.d.ts +0 -2
  637. lodash/ts3.1/sampleSize.d.ts +0 -2
  638. lodash/ts3.1/set.d.ts +0 -2
  639. lodash/ts3.1/setWith.d.ts +0 -2
  640. lodash/ts3.1/shuffle.d.ts +0 -2
  641. lodash/ts3.1/size.d.ts +0 -2
  642. lodash/ts3.1/slice.d.ts +0 -2
  643. lodash/ts3.1/snakeCase.d.ts +0 -2
  644. lodash/ts3.1/some.d.ts +0 -2
  645. lodash/ts3.1/sortBy.d.ts +0 -2
  646. lodash/ts3.1/sortedIndex.d.ts +0 -2
  647. lodash/ts3.1/sortedIndexBy.d.ts +0 -2
  648. lodash/ts3.1/sortedIndexOf.d.ts +0 -2
  649. lodash/ts3.1/sortedLastIndex.d.ts +0 -2
  650. lodash/ts3.1/sortedLastIndexBy.d.ts +0 -2
  651. lodash/ts3.1/sortedLastIndexOf.d.ts +0 -2
  652. lodash/ts3.1/sortedUniq.d.ts +0 -2
  653. lodash/ts3.1/sortedUniqBy.d.ts +0 -2
  654. lodash/ts3.1/split.d.ts +0 -2
  655. lodash/ts3.1/spread.d.ts +0 -2
  656. lodash/ts3.1/startCase.d.ts +0 -2
  657. lodash/ts3.1/startsWith.d.ts +0 -2
  658. lodash/ts3.1/stubFalse.d.ts +0 -2
  659. lodash/ts3.1/stubTrue.d.ts +0 -2
  660. lodash/ts3.1/subtract.d.ts +0 -2
  661. lodash/ts3.1/sum.d.ts +0 -2
  662. lodash/ts3.1/sumBy.d.ts +0 -2
  663. lodash/ts3.1/tail.d.ts +0 -2
  664. lodash/ts3.1/take.d.ts +0 -2
  665. lodash/ts3.1/takeRight.d.ts +0 -2
  666. lodash/ts3.1/takeRightWhile.d.ts +0 -2
  667. lodash/ts3.1/takeWhile.d.ts +0 -2
  668. lodash/ts3.1/tap.d.ts +0 -2
  669. lodash/ts3.1/template.d.ts +0 -2
  670. lodash/ts3.1/throttle.d.ts +0 -2
  671. lodash/ts3.1/thru.d.ts +0 -2
  672. lodash/ts3.1/times.d.ts +0 -2
  673. lodash/ts3.1/toArray.d.ts +0 -2
  674. lodash/ts3.1/toFinite.d.ts +0 -2
  675. lodash/ts3.1/toInteger.d.ts +0 -2
  676. lodash/ts3.1/toLength.d.ts +0 -2
  677. lodash/ts3.1/toLower.d.ts +0 -2
  678. lodash/ts3.1/toNumber.d.ts +0 -2
  679. lodash/ts3.1/toPairs.d.ts +0 -2
  680. lodash/ts3.1/toPairsIn.d.ts +0 -2
  681. lodash/ts3.1/toPath.d.ts +0 -2
  682. lodash/ts3.1/toPlainObject.d.ts +0 -2
  683. lodash/ts3.1/toSafeInteger.d.ts +0 -2
  684. lodash/ts3.1/toString.d.ts +0 -2
  685. lodash/ts3.1/toUpper.d.ts +0 -2
  686. lodash/ts3.1/transform.d.ts +0 -2
  687. lodash/ts3.1/trim.d.ts +0 -2
  688. lodash/ts3.1/trimEnd.d.ts +0 -2
  689. lodash/ts3.1/trimStart.d.ts +0 -2
  690. lodash/ts3.1/truncate.d.ts +0 -2
  691. lodash/ts3.1/unary.d.ts +0 -2
  692. lodash/ts3.1/unescape.d.ts +0 -2
  693. lodash/ts3.1/union.d.ts +0 -2
  694. lodash/ts3.1/unionBy.d.ts +0 -2
  695. lodash/ts3.1/unionWith.d.ts +0 -2
  696. lodash/ts3.1/uniq.d.ts +0 -2
  697. lodash/ts3.1/uniqBy.d.ts +0 -2
  698. lodash/ts3.1/uniqWith.d.ts +0 -2
  699. lodash/ts3.1/uniqueId.d.ts +0 -2
  700. lodash/ts3.1/unset.d.ts +0 -2
  701. lodash/ts3.1/unzip.d.ts +0 -2
  702. lodash/ts3.1/unzipWith.d.ts +0 -2
  703. lodash/ts3.1/update.d.ts +0 -2
  704. lodash/ts3.1/updateWith.d.ts +0 -2
  705. lodash/ts3.1/upperCase.d.ts +0 -2
  706. lodash/ts3.1/upperFirst.d.ts +0 -2
  707. lodash/ts3.1/values.d.ts +0 -2
  708. lodash/ts3.1/valuesIn.d.ts +0 -2
  709. lodash/ts3.1/without.d.ts +0 -2
  710. lodash/ts3.1/words.d.ts +0 -2
  711. lodash/ts3.1/wrap.d.ts +0 -2
  712. lodash/ts3.1/xor.d.ts +0 -2
  713. lodash/ts3.1/xorBy.d.ts +0 -2
  714. lodash/ts3.1/xorWith.d.ts +0 -2
  715. lodash/ts3.1/zip.d.ts +0 -2
  716. lodash/ts3.1/zipObject.d.ts +0 -2
  717. lodash/ts3.1/zipObjectDeep.d.ts +0 -2
  718. lodash/ts3.1/zipWith.d.ts +0 -2
lodash/fp.d.ts CHANGED
@@ -8,24 +8,21 @@ export = _;
8
8
 
9
9
  declare const _: _.LoDashFp;
10
10
  declare namespace _ {
11
- interface LodashConvertible {
12
- convert(options: lodash.ConvertOptions): (...args: any[]) => any;
13
- }
14
- interface LodashAdd extends LodashConvertible {
11
+ interface LodashAdd {
15
12
  (augend: number): LodashAdd1x1;
16
13
  (augend: lodash.__, addend: number): LodashAdd1x2;
17
14
  (augend: number, addend: number): number;
18
15
  }
19
16
  type LodashAdd1x1 = (addend: number) => number;
20
17
  type LodashAdd1x2 = (augend: number) => number;
21
- interface LodashAfter extends LodashConvertible {
18
+ interface LodashAfter {
22
19
  <TFunc extends (...args: any[]) => any>(func: TFunc): LodashAfter1x1<TFunc>;
23
20
  (func: lodash.__, n: number): LodashAfter1x2;
24
21
  <TFunc extends (...args: any[]) => any>(func: TFunc, n: number): TFunc;
25
22
  }
26
23
  type LodashAfter1x1<TFunc> = (n: number) => TFunc;
27
24
  type LodashAfter1x2 = <TFunc extends (...args: any[]) => any>(func: TFunc) => TFunc;
28
- interface LodashEvery extends LodashConvertible {
25
+ interface LodashEvery {
29
26
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashEvery1x1<T>;
30
27
  <T>(predicate: lodash.__, collection: lodash.List<T> | null | undefined): LodashEvery1x2<T>;
31
28
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, collection: lodash.List<T> | null | undefined): boolean;
@@ -37,7 +34,7 @@ declare namespace _ {
37
34
  type LodashEvery2x2<T> = (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>) => boolean;
38
35
  type LodashOverEvery = <T>(predicates: lodash.Many<(...args: T[]) => boolean>) => (...args: T[]) => boolean;
39
36
  type LodashConstant = <T>(value: T) => () => T;
40
- interface LodashSome extends LodashConvertible {
37
+ interface LodashSome {
41
38
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashSome1x1<T>;
42
39
  <T>(predicate: lodash.__, collection: lodash.List<T> | null | undefined): LodashSome1x2<T>;
43
40
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, collection: lodash.List<T> | null | undefined): boolean;
@@ -49,21 +46,21 @@ declare namespace _ {
49
46
  type LodashSome2x2<T> = (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>) => boolean;
50
47
  type LodashOverSome = <T>(predicates: lodash.Many<(...args: T[]) => boolean>) => (...args: T[]) => boolean;
51
48
  type LodashApply = <TResult>(func: (...args: any[]) => TResult) => (...args: any[]) => TResult;
52
- interface LodashAry extends LodashConvertible {
49
+ interface LodashAry {
53
50
  (n: number): LodashAry1x1;
54
51
  (n: lodash.__, func: (...args: any[]) => any): LodashAry1x2;
55
52
  (n: number, func: (...args: any[]) => any): (...args: any[]) => any;
56
53
  }
57
54
  type LodashAry1x1 = (func: (...args: any[]) => any) => (...args: any[]) => any;
58
55
  type LodashAry1x2 = (n: number) => (...args: any[]) => any;
59
- interface LodashAssign extends LodashConvertible {
56
+ interface LodashAssign {
60
57
  <TObject>(object: TObject): LodashAssign1x1<TObject>;
61
58
  <TSource>(object: lodash.__, source: TSource): LodashAssign1x2<TSource>;
62
59
  <TObject, TSource>(object: TObject, source: TSource): TObject & TSource;
63
60
  }
64
61
  type LodashAssign1x1<TObject> = <TSource>(source: TSource) => TObject & TSource;
65
62
  type LodashAssign1x2<TSource> = <TObject>(object: TObject) => TObject & TSource;
66
- interface LodashAssignAll extends LodashConvertible {
63
+ interface LodashAssignAll {
67
64
  <TObject, TSource>(object: [TObject, TSource]): TObject & TSource;
68
65
  <TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2;
69
66
  <TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3;
@@ -71,21 +68,21 @@ declare namespace _ {
71
68
  <TObject>(object: [TObject]): TObject;
72
69
  (object: ReadonlyArray<any>): any;
73
70
  }
74
- interface LodashAssignAllWith extends LodashConvertible {
71
+ interface LodashAssignAllWith {
75
72
  (customizer: lodash.AssignCustomizer): LodashAssignAllWith1x1;
76
73
  (customizer: lodash.__, args: ReadonlyArray<any>): LodashAssignAllWith1x2;
77
74
  (customizer: lodash.AssignCustomizer, args: ReadonlyArray<any>): any;
78
75
  }
79
76
  type LodashAssignAllWith1x1 = (args: ReadonlyArray<any>) => any;
80
77
  type LodashAssignAllWith1x2 = (customizer: lodash.AssignCustomizer) => any;
81
- interface LodashAssignIn extends LodashConvertible {
78
+ interface LodashAssignIn {
82
79
  <TObject>(object: TObject): LodashAssignIn1x1<TObject>;
83
80
  <TSource>(object: lodash.__, source: TSource): LodashAssignIn1x2<TSource>;
84
81
  <TObject, TSource>(object: TObject, source: TSource): TObject & TSource;
85
82
  }
86
83
  type LodashAssignIn1x1<TObject> = <TSource>(source: TSource) => TObject & TSource;
87
84
  type LodashAssignIn1x2<TSource> = <TObject>(object: TObject) => TObject & TSource;
88
- interface LodashAssignInAll extends LodashConvertible {
85
+ interface LodashAssignInAll {
89
86
  <TObject, TSource>(object: [TObject, TSource]): TObject & TSource;
90
87
  <TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2;
91
88
  <TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3;
@@ -93,14 +90,14 @@ declare namespace _ {
93
90
  <TObject>(object: [TObject]): TObject;
94
91
  <TResult>(object: ReadonlyArray<any>): TResult;
95
92
  }
96
- interface LodashAssignInAllWith extends LodashConvertible {
93
+ interface LodashAssignInAllWith {
97
94
  (customizer: lodash.AssignCustomizer): LodashAssignInAllWith1x1;
98
95
  (customizer: lodash.__, args: ReadonlyArray<any>): LodashAssignInAllWith1x2;
99
96
  (customizer: lodash.AssignCustomizer, args: ReadonlyArray<any>): any;
100
97
  }
101
98
  type LodashAssignInAllWith1x1 = (args: ReadonlyArray<any>) => any;
102
99
  type LodashAssignInAllWith1x2 = (customizer: lodash.AssignCustomizer) => any;
103
- interface LodashAssignInWith extends LodashConvertible {
100
+ interface LodashAssignInWith {
104
101
  (customizer: lodash.AssignCustomizer): LodashAssignInWith1x1;
105
102
  <TObject>(customizer: lodash.__, object: TObject): LodashAssignInWith1x2<TObject>;
106
103
  <TObject>(customizer: lodash.AssignCustomizer, object: TObject): LodashAssignInWith1x3<TObject>;
@@ -127,7 +124,7 @@ declare namespace _ {
127
124
  }
128
125
  type LodashAssignInWith1x5<TSource> = <TObject>(object: TObject) => TObject & TSource;
129
126
  type LodashAssignInWith1x6<TObject, TSource> = (customizer: lodash.AssignCustomizer) => TObject & TSource;
130
- interface LodashAssignWith extends LodashConvertible {
127
+ interface LodashAssignWith {
131
128
  (customizer: lodash.AssignCustomizer): LodashAssignWith1x1;
132
129
  <TObject>(customizer: lodash.__, object: TObject): LodashAssignWith1x2<TObject>;
133
130
  <TObject>(customizer: lodash.AssignCustomizer, object: TObject): LodashAssignWith1x3<TObject>;
@@ -154,7 +151,7 @@ declare namespace _ {
154
151
  }
155
152
  type LodashAssignWith1x5<TSource> = <TObject>(object: TObject) => TObject & TSource;
156
153
  type LodashAssignWith1x6<TObject, TSource> = (customizer: lodash.AssignCustomizer) => TObject & TSource;
157
- interface LodashSet extends LodashConvertible {
154
+ interface LodashSet {
158
155
  (path: lodash.PropertyPath): LodashSet1x1;
159
156
  (path: lodash.__, value: any): LodashSet1x2;
160
157
  (path: lodash.PropertyPath, value: any): LodashSet1x3;
@@ -199,27 +196,27 @@ declare namespace _ {
199
196
  }
200
197
  type LodashSet2x5 = <TResult>(value: any) => TResult;
201
198
  type LodashSet2x6 = <TResult>(path: lodash.PropertyPath) => TResult;
202
- interface LodashAt extends LodashConvertible {
199
+ interface LodashAt {
203
200
  (props: lodash.PropertyPath): LodashAt1x1;
204
- <T>(props: lodash.__, object: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashAt1x2<T>;
205
- <T>(props: lodash.PropertyPath, object: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
201
+ <T>(props: lodash.__, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashAt1x2<T>;
202
+ <T>(props: lodash.PropertyPath, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
206
203
  <T extends object>(props: lodash.Many<keyof T>): LodashAt2x1<T>;
207
204
  <T extends object>(props: lodash.__, object: T | null | undefined): LodashAt2x2<T>;
208
205
  <T extends object>(props: lodash.Many<keyof T>, object: T | null | undefined): Array<T[keyof T]>;
209
206
  }
210
- type LodashAt1x1 = <T>(object: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => T[];
207
+ type LodashAt1x1 = <T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => T[];
211
208
  type LodashAt1x2<T> = (props: lodash.PropertyPath) => T[];
212
209
  type LodashAt2x1<T> = (object: T | null | undefined) => Array<T[keyof T]>;
213
210
  type LodashAt2x2<T> = (props: lodash.Many<keyof T>) => Array<T[keyof T]>;
214
- type LodashAttempt = <TResult>(func: (...args: any[]) => TResult) => TResult|Error;
215
- interface LodashBefore extends LodashConvertible {
211
+ type LodashAttempt = <TResult>(func: (...args: any[]) => TResult) => TResult | Error;
212
+ interface LodashBefore {
216
213
  <TFunc extends (...args: any[]) => any>(func: TFunc): LodashBefore1x1<TFunc>;
217
214
  (func: lodash.__, n: number): LodashBefore1x2;
218
215
  <TFunc extends (...args: any[]) => any>(func: TFunc, n: number): TFunc;
219
216
  }
220
217
  type LodashBefore1x1<TFunc> = (n: number) => TFunc;
221
218
  type LodashBefore1x2 = <TFunc extends (...args: any[]) => any>(func: TFunc) => TFunc;
222
- interface LodashBind extends LodashConvertible {
219
+ interface LodashBind {
223
220
  (func: (...args: any[]) => any): LodashBind1x1;
224
221
  (func: lodash.__, thisArg: any): LodashBind1x2;
225
222
  (func: (...args: any[]) => any, thisArg: any): (...args: any[]) => any;
@@ -227,14 +224,14 @@ declare namespace _ {
227
224
  }
228
225
  type LodashBind1x1 = (thisArg: any) => (...args: any[]) => any;
229
226
  type LodashBind1x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
230
- interface LodashBindAll extends LodashConvertible {
227
+ interface LodashBindAll {
231
228
  (methodNames: lodash.Many<string>): LodashBindAll1x1;
232
229
  <T>(methodNames: lodash.__, object: T): LodashBindAll1x2<T>;
233
230
  <T>(methodNames: lodash.Many<string>, object: T): T;
234
231
  }
235
232
  type LodashBindAll1x1 = <T>(object: T) => T;
236
233
  type LodashBindAll1x2<T> = (methodNames: lodash.Many<string>) => T;
237
- interface LodashBindKey extends LodashConvertible {
234
+ interface LodashBindKey {
238
235
  (object: object): LodashBindKey1x1;
239
236
  (object: lodash.__, key: string): LodashBindKey1x2;
240
237
  (object: object, key: string): (...args: any[]) => any;
@@ -246,14 +243,14 @@ declare namespace _ {
246
243
  type LodashCapitalize = (string: string) => string;
247
244
  type LodashCastArray = <T>(value: lodash.Many<T>) => T[];
248
245
  type LodashCeil = (n: number) => number;
249
- interface LodashChunk extends LodashConvertible {
246
+ interface LodashChunk {
250
247
  (size: number): LodashChunk1x1;
251
248
  <T>(size: lodash.__, array: lodash.List<T> | null | undefined): LodashChunk1x2<T>;
252
249
  <T>(size: number, array: lodash.List<T> | null | undefined): T[][];
253
250
  }
254
251
  type LodashChunk1x1 = <T>(array: lodash.List<T> | null | undefined) => T[][];
255
252
  type LodashChunk1x2<T> = (size: number) => T[][];
256
- interface LodashClamp extends LodashConvertible {
253
+ interface LodashClamp {
257
254
  (lower: number): LodashClamp1x1;
258
255
  (lower: lodash.__, upper: number): LodashClamp1x2;
259
256
  (lower: number, upper: number): LodashClamp1x3;
@@ -282,14 +279,14 @@ declare namespace _ {
282
279
  type LodashClamp1x6 = (lower: number) => number;
283
280
  type LodashClone = <T>(value: T) => T;
284
281
  type LodashCloneDeep = <T>(value: T) => T;
285
- interface LodashCloneDeepWith extends LodashConvertible {
282
+ interface LodashCloneDeepWith {
286
283
  <T>(customizer: lodash.CloneDeepWithCustomizer<T>): LodashCloneDeepWith1x1<T>;
287
284
  <T>(customizer: lodash.__, value: T): LodashCloneDeepWith1x2<T>;
288
285
  <T>(customizer: lodash.CloneDeepWithCustomizer<T>, value: T): any;
289
286
  }
290
287
  type LodashCloneDeepWith1x1<T> = (value: T) => any;
291
288
  type LodashCloneDeepWith1x2<T> = (customizer: lodash.CloneDeepWithCustomizer<T>) => any;
292
- interface LodashCloneWith extends LodashConvertible {
289
+ interface LodashCloneWith {
293
290
  <T, TResult extends object | string | number | boolean | null>(customizer: lodash.CloneWithCustomizer<T, TResult>): LodashCloneWith1x1<T, TResult>;
294
291
  <T>(customizer: lodash.__, value: T): LodashCloneWith1x2<T>;
295
292
  <T, TResult extends object | string | number | boolean | null>(customizer: lodash.CloneWithCustomizer<T, TResult>, value: T): TResult;
@@ -303,53 +300,17 @@ declare namespace _ {
303
300
  }
304
301
  type LodashCloneWith2x1<T, TResult> = (value: T) => TResult | T;
305
302
  type LodashCompact = <T>(array: lodash.List<T | null | undefined | false | "" | 0> | null | undefined) => T[];
306
- interface LodashNegate extends LodashConvertible {
307
- (predicate: () => boolean): () => boolean;
308
- <A1>(predicate: (a1: A1) => boolean): (a1: A1) => boolean;
309
- <A1, A2>(predicate: (a1: A1, a2: A2) => boolean): (a1: A1, a2: A2) => boolean;
310
- (predicate: (...args: any[]) => any): (...args: any[]) => boolean;
311
- }
312
- interface LodashFlowRight extends LodashConvertible {
313
- <R2, R1>(f2: (a: R1) => R2, f1: () => R1): () => R2;
314
- <R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: () => R1): () => R3;
315
- <R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: () => R1): () => R4;
316
- <R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: () => R1): () => R5;
317
- <R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: () => R1): () => R6;
318
- <R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: () => R1): () => R7;
319
- <A1, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R2;
320
- <A1, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R3;
321
- <A1, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R4;
322
- <A1, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R5;
323
- <A1, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R6;
324
- <A1, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1) => R1): (a1: A1) => R7;
325
- <A1, A2, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R2;
326
- <A1, A2, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R3;
327
- <A1, A2, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R4;
328
- <A1, A2, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R5;
329
- <A1, A2, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R6;
330
- <A1, A2, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2) => R1): (a1: A1, a2: A2) => R7;
331
- <A1, A2, A3, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R2;
332
- <A1, A2, A3, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R3;
333
- <A1, A2, A3, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R4;
334
- <A1, A2, A3, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R5;
335
- <A1, A2, A3, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R6;
336
- <A1, A2, A3, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3) => R1): (a1: A1, a2: A2, a3: A3) => R7;
337
- <A1, A2, A3, A4, R2, R1>(f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R2;
338
- <A1, A2, A3, A4, R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R3;
339
- <A1, A2, A3, A4, R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R4;
340
- <A1, A2, A3, A4, R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R5;
341
- <A1, A2, A3, A4, R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R6;
342
- <A1, A2, A3, A4, R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1): (a1: A1, a2: A2, a3: A3, a4: A4) => R7;
343
- <R2, R1>(f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R2;
344
- <R3, R2, R1>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R3;
345
- <R4, R3, R2, R1>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R4;
346
- <R5, R4, R3, R2, R1>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R5;
347
- <R6, R5, R4, R3, R2, R1>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R6;
348
- <R7, R6, R5, R4, R3, R2, R1>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: any[]) => R1): (...args: any[]) => R7;
349
- (f7: (a: any) => any, f6: (a: any) => any, f5: (a: any) => any, f4: (a: any) => any, f3: (a: any) => any, f2: (a: any) => any, f1: () => any, ...funcs: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
350
- (funcs: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
351
- }
352
- interface LodashConcat extends LodashConvertible {
303
+ type LodashNegate = <T extends any[]>(predicate: (...args: T) => any) => (...args: T) => boolean;
304
+ interface LodashFlowRight {
305
+ <A extends any[], R1, R2, R3, R4, R5, R6, R7>(f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R7;
306
+ <A extends any[], R1, R2, R3, R4, R5, R6>(f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R6;
307
+ <A extends any[], R1, R2, R3, R4, R5>(f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R5;
308
+ <A extends any[], R1, R2, R3, R4>(f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R4;
309
+ <A extends any[], R1, R2, R3>(f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R3;
310
+ <A extends any[], R1, R2>(f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R2;
311
+ (...func: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
312
+ }
313
+ interface LodashConcat {
353
314
  <T>(array: lodash.Many<T>): LodashConcat1x1<T>;
354
315
  <T>(array: lodash.__, values: lodash.Many<T>): LodashConcat1x2<T>;
355
316
  <T>(array: lodash.Many<T>, values: lodash.Many<T>): T[];
@@ -357,21 +318,21 @@ declare namespace _ {
357
318
  type LodashConcat1x1<T> = (values: lodash.Many<T>) => T[];
358
319
  type LodashConcat1x2<T> = (array: lodash.Many<T>) => T[];
359
320
  type LodashCond = <T, R>(pairs: Array<lodash.CondPair<T, R>>) => (Target: T) => R;
360
- interface LodashConformsTo extends LodashConvertible {
321
+ interface LodashConformsTo {
361
322
  <T>(source: lodash.ConformsPredicateObject<T>): LodashConformsTo1x1<T>;
362
323
  <T>(source: lodash.__, object: T): LodashConformsTo1x2<T>;
363
324
  <T>(source: lodash.ConformsPredicateObject<T>, object: T): boolean;
364
325
  }
365
326
  type LodashConformsTo1x1<T> = (object: T) => boolean;
366
327
  type LodashConformsTo1x2<T> = (source: lodash.ConformsPredicateObject<T>) => boolean;
367
- interface LodashContains extends LodashConvertible {
328
+ interface LodashContains {
368
329
  <T>(target: T): LodashContains1x1<T>;
369
- <T>(target: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashContains1x2<T>;
370
- <T>(target: T, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
330
+ <T>(target: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashContains1x2<T>;
331
+ <T>(target: T, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
371
332
  }
372
- type LodashContains1x1<T> = (collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
333
+ type LodashContains1x1<T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
373
334
  type LodashContains1x2<T> = (target: T) => boolean;
374
- interface LodashCountBy extends LodashConvertible {
335
+ interface LodashCountBy {
375
336
  <T>(iteratee: lodash.ValueIteratee<T>): LodashCountBy1x1<T>;
376
337
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashCountBy1x2<T>;
377
338
  <T>(iteratee: lodash.ValueIteratee<T>, collection: lodash.List<T> | null | undefined): lodash.Dictionary<number>;
@@ -382,7 +343,7 @@ declare namespace _ {
382
343
  type LodashCountBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => lodash.Dictionary<number>;
383
344
  type LodashCountBy2x2<T> = (iteratee: lodash.ValueIteratee<T[keyof T]>) => lodash.Dictionary<number>;
384
345
  type LodashCreate = <T extends object, U extends object>(prototype: T) => T & U;
385
- interface LodashCurry extends LodashConvertible {
346
+ interface LodashCurry {
386
347
  <T1, R>(func: (t1: T1) => R): lodash.CurriedFunction1<T1, R>;
387
348
  <T1, T2, R>(func: (t1: T1, t2: T2) => R): lodash.CurriedFunction2<T1, T2, R>;
388
349
  <T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3) => R): lodash.CurriedFunction3<T1, T2, T3, R>;
@@ -391,7 +352,7 @@ declare namespace _ {
391
352
  (func: (...args: any[]) => any): (...args: any[]) => any;
392
353
  placeholder: lodash.__;
393
354
  }
394
- interface LodashCurryN extends LodashConvertible {
355
+ interface LodashCurryN {
395
356
  (arity: number): LodashCurryN1x1;
396
357
  <T1, R>(arity: lodash.__, func: (t1: T1) => R): LodashCurryN1x2<T1, R>;
397
358
  <T1, R>(arity: number, func: (t1: T1) => R): lodash.CurriedFunction1<T1, R>;
@@ -421,7 +382,7 @@ declare namespace _ {
421
382
  type LodashCurryN4x2<T1, T2, T3, T4, R> = (arity: number) => lodash.CurriedFunction4<T1, T2, T3, T4, R>;
422
383
  type LodashCurryN5x2<T1, T2, T3, T4, T5, R> = (arity: number) => lodash.CurriedFunction5<T1, T2, T3, T4, T5, R>;
423
384
  type LodashCurryN6x2 = (arity: number) => (...args: any[]) => any;
424
- interface LodashCurryRight extends LodashConvertible {
385
+ interface LodashCurryRight {
425
386
  <T1, R>(func: (t1: T1) => R): lodash.RightCurriedFunction1<T1, R>;
426
387
  <T1, T2, R>(func: (t1: T1, t2: T2) => R): lodash.RightCurriedFunction2<T1, T2, R>;
427
388
  <T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3) => R): lodash.RightCurriedFunction3<T1, T2, T3, R>;
@@ -430,7 +391,7 @@ declare namespace _ {
430
391
  (func: (...args: any[]) => any): (...args: any[]) => any;
431
392
  placeholder: lodash.__;
432
393
  }
433
- interface LodashCurryRightN extends LodashConvertible {
394
+ interface LodashCurryRightN {
434
395
  (arity: number): LodashCurryRightN1x1;
435
396
  <T1, R>(arity: lodash.__, func: (t1: T1) => R): LodashCurryRightN1x2<T1, R>;
436
397
  <T1, R>(arity: number, func: (t1: T1) => R): lodash.RightCurriedFunction1<T1, R>;
@@ -460,30 +421,30 @@ declare namespace _ {
460
421
  type LodashCurryRightN4x2<T1, T2, T3, T4, R> = (arity: number) => lodash.RightCurriedFunction4<T1, T2, T3, T4, R>;
461
422
  type LodashCurryRightN5x2<T1, T2, T3, T4, T5, R> = (arity: number) => lodash.RightCurriedFunction5<T1, T2, T3, T4, T5, R>;
462
423
  type LodashCurryRightN6x2 = (arity: number) => (...args: any[]) => any;
463
- interface LodashDebounce extends LodashConvertible {
424
+ interface LodashDebounce {
464
425
  (wait: number): LodashDebounce1x1;
465
- <T extends (...args: any[]) => any>(wait: lodash.__, func: T): LodashDebounce1x2<T>;
466
- <T extends (...args: any[]) => any>(wait: number, func: T): T & lodash.Cancelable;
426
+ <T extends (...args: any) => any>(wait: lodash.__, func: T): LodashDebounce1x2<T>;
427
+ <T extends (...args: any) => any>(wait: number, func: T): T & lodash.Cancelable;
467
428
  }
468
- type LodashDebounce1x1 = <T extends (...args: any[]) => any>(func: T) => T & lodash.Cancelable;
429
+ type LodashDebounce1x1 = <T extends (...args: any) => any>(func: T) => T & lodash.Cancelable;
469
430
  type LodashDebounce1x2<T> = (wait: number) => T & lodash.Cancelable;
470
431
  type LodashDeburr = (string: string) => string;
471
- interface LodashDefaults extends LodashConvertible {
432
+ interface LodashDefaults {
472
433
  <TSource>(source: TSource): LodashDefaults1x1<TSource>;
473
434
  <TObject>(source: lodash.__, object: TObject): LodashDefaults1x2<TObject>;
474
- <TObject, TSource>(source: TSource, object: TObject): NonNullable<TSource & TObject>;
475
- }
476
- type LodashDefaults1x1<TSource> = <TObject>(object: TObject) => NonNullable<TSource & TObject>;
477
- type LodashDefaults1x2<TObject> = <TSource>(source: TSource) => NonNullable<TSource & TObject>;
478
- interface LodashDefaultsAll extends LodashConvertible {
479
- <TObject, TSource>(object: [TObject, TSource]): NonNullable<TSource & TObject>;
480
- <TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): NonNullable<TSource2 & TSource1 & TObject>;
481
- <TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): NonNullable<TSource3 & TSource2 & TSource1 & TObject>;
482
- <TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]): NonNullable<TSource4 & TSource3 & TSource2 & TSource1 & TObject>;
483
- <TObject>(object: [TObject]): NonNullable<TObject>;
435
+ <TObject, TSource>(source: TSource, object: TObject): TSource & TObject;
436
+ }
437
+ type LodashDefaults1x1<TSource> = <TObject>(object: TObject) => TSource & TObject;
438
+ type LodashDefaults1x2<TObject> = <TSource>(source: TSource) => TSource & TObject;
439
+ interface LodashDefaultsAll {
440
+ <TObject, TSource>(object: [TObject, TSource]): TSource & TObject;
441
+ <TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TSource2 & TSource1 & TObject;
442
+ <TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TSource3 & TSource2 & TSource1 & TObject;
443
+ <TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]): TSource4 & TSource3 & TSource2 & TSource1 & TObject;
444
+ <TObject>(object: [TObject]): TObject;
484
445
  (object: ReadonlyArray<any>): any;
485
446
  }
486
- interface LodashDefaultsDeep extends LodashConvertible {
447
+ interface LodashDefaultsDeep {
487
448
  (sources: any): LodashDefaultsDeep1x1;
488
449
  (sources: lodash.__, object: any): LodashDefaultsDeep1x2;
489
450
  (sources: any, object: any): any;
@@ -491,7 +452,7 @@ declare namespace _ {
491
452
  type LodashDefaultsDeep1x1 = (object: any) => any;
492
453
  type LodashDefaultsDeep1x2 = (sources: any) => any;
493
454
  type LodashDefaultsDeepAll = (object: ReadonlyArray<any>) => any;
494
- interface LodashDefaultTo extends LodashConvertible {
455
+ interface LodashDefaultTo {
495
456
  <T>(defaultValue: T): LodashDefaultTo1x1<T>;
496
457
  <T>(defaultValue: lodash.__, value: T | null | undefined): LodashDefaultTo1x2<T>;
497
458
  <T>(defaultValue: T, value: T | null | undefined): T;
@@ -505,21 +466,21 @@ declare namespace _ {
505
466
  }
506
467
  type LodashDefaultTo2x1<TDefault> = <T>(value: T | null | undefined) => T | TDefault;
507
468
  type LodashDefer = (func: (...args: any[]) => any, ...args: any[]) => number;
508
- interface LodashDelay extends LodashConvertible {
469
+ interface LodashDelay {
509
470
  (wait: number): LodashDelay1x1;
510
471
  (wait: lodash.__, func: (...args: any[]) => any): LodashDelay1x2;
511
472
  (wait: number, func: (...args: any[]) => any): number;
512
473
  }
513
474
  type LodashDelay1x1 = (func: (...args: any[]) => any) => number;
514
475
  type LodashDelay1x2 = (wait: number) => number;
515
- interface LodashDifference extends LodashConvertible {
476
+ interface LodashDifference {
516
477
  <T>(array: lodash.List<T> | null | undefined): LodashDifference1x1<T>;
517
478
  <T>(array: lodash.__, values: lodash.List<T>): LodashDifference1x2<T>;
518
479
  <T>(array: lodash.List<T> | null | undefined, values: lodash.List<T>): T[];
519
480
  }
520
481
  type LodashDifference1x1<T> = (values: lodash.List<T>) => T[];
521
482
  type LodashDifference1x2<T> = (array: lodash.List<T> | null | undefined) => T[];
522
- interface LodashDifferenceBy extends LodashConvertible {
483
+ interface LodashDifferenceBy {
523
484
  <T1, T2>(iteratee: lodash.ValueIteratee<T1 | T2>): LodashDifferenceBy1x1<T1, T2>;
524
485
  <T1>(iteratee: lodash.__, array: lodash.List<T1> | null | undefined): LodashDifferenceBy1x2<T1>;
525
486
  <T1, T2>(iteratee: lodash.ValueIteratee<T1 | T2>, array: lodash.List<T1> | null | undefined): LodashDifferenceBy1x3<T1, T2>;
@@ -546,7 +507,7 @@ declare namespace _ {
546
507
  }
547
508
  type LodashDifferenceBy1x5<T1> = (array: lodash.List<T1> | null | undefined) => T1[];
548
509
  type LodashDifferenceBy1x6<T1, T2> = (iteratee: lodash.ValueIteratee<T1 | T2>) => T1[];
549
- interface LodashDifferenceWith extends LodashConvertible {
510
+ interface LodashDifferenceWith {
550
511
  <T1, T2>(comparator: lodash.Comparator2<T1, T2>): LodashDifferenceWith1x1<T1, T2>;
551
512
  <T1>(comparator: lodash.__, array: lodash.List<T1> | null | undefined): LodashDifferenceWith1x2<T1>;
552
513
  <T1, T2>(comparator: lodash.Comparator2<T1, T2>, array: lodash.List<T1> | null | undefined): LodashDifferenceWith1x3<T1, T2>;
@@ -573,49 +534,49 @@ declare namespace _ {
573
534
  }
574
535
  type LodashDifferenceWith1x5<T1> = (array: lodash.List<T1> | null | undefined) => T1[];
575
536
  type LodashDifferenceWith1x6<T1, T2> = (comparator: lodash.Comparator2<T1, T2>) => T1[];
576
- interface LodashUnset extends LodashConvertible {
537
+ interface LodashUnset {
577
538
  (path: lodash.PropertyPath): LodashUnset1x1;
578
539
  <T>(path: lodash.__, object: T): LodashUnset1x2<T>;
579
540
  <T>(path: lodash.PropertyPath, object: T): T;
580
541
  }
581
542
  type LodashUnset1x1 = <T>(object: T) => T;
582
543
  type LodashUnset1x2<T> = (path: lodash.PropertyPath) => T;
583
- interface LodashDivide extends LodashConvertible {
544
+ interface LodashDivide {
584
545
  (dividend: number): LodashDivide1x1;
585
546
  (dividend: lodash.__, divisor: number): LodashDivide1x2;
586
547
  (dividend: number, divisor: number): number;
587
548
  }
588
549
  type LodashDivide1x1 = (divisor: number) => number;
589
550
  type LodashDivide1x2 = (dividend: number) => number;
590
- interface LodashDrop extends LodashConvertible {
551
+ interface LodashDrop {
591
552
  (n: number): LodashDrop1x1;
592
553
  <T>(n: lodash.__, array: lodash.List<T> | null | undefined): LodashDrop1x2<T>;
593
554
  <T>(n: number, array: lodash.List<T> | null | undefined): T[];
594
555
  }
595
556
  type LodashDrop1x1 = <T>(array: lodash.List<T> | null | undefined) => T[];
596
557
  type LodashDrop1x2<T> = (n: number) => T[];
597
- interface LodashDropRight extends LodashConvertible {
558
+ interface LodashDropRight {
598
559
  (n: number): LodashDropRight1x1;
599
560
  <T>(n: lodash.__, array: lodash.List<T> | null | undefined): LodashDropRight1x2<T>;
600
561
  <T>(n: number, array: lodash.List<T> | null | undefined): T[];
601
562
  }
602
563
  type LodashDropRight1x1 = <T>(array: lodash.List<T> | null | undefined) => T[];
603
564
  type LodashDropRight1x2<T> = (n: number) => T[];
604
- interface LodashDropRightWhile extends LodashConvertible {
565
+ interface LodashDropRightWhile {
605
566
  <T>(predicate: lodash.ValueIteratee<T>): LodashDropRightWhile1x1<T>;
606
567
  <T>(predicate: lodash.__, array: lodash.List<T> | null | undefined): LodashDropRightWhile1x2<T>;
607
568
  <T>(predicate: lodash.ValueIteratee<T>, array: lodash.List<T> | null | undefined): T[];
608
569
  }
609
570
  type LodashDropRightWhile1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
610
571
  type LodashDropRightWhile1x2<T> = (predicate: lodash.ValueIteratee<T>) => T[];
611
- interface LodashDropWhile extends LodashConvertible {
572
+ interface LodashDropWhile {
612
573
  <T>(predicate: lodash.ValueIteratee<T>): LodashDropWhile1x1<T>;
613
574
  <T>(predicate: lodash.__, array: lodash.List<T> | null | undefined): LodashDropWhile1x2<T>;
614
575
  <T>(predicate: lodash.ValueIteratee<T>, array: lodash.List<T> | null | undefined): T[];
615
576
  }
616
577
  type LodashDropWhile1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
617
578
  type LodashDropWhile1x2<T> = (predicate: lodash.ValueIteratee<T>) => T[];
618
- interface LodashForEach extends LodashConvertible {
579
+ interface LodashForEach {
619
580
  <T>(iteratee: (value: T) => any): LodashForEach1x1<T>;
620
581
  <T>(iteratee: lodash.__, collection: ReadonlyArray<T>): LodashForEach1x2<T>;
621
582
  <T>(iteratee: (value: T) => any, collection: ReadonlyArray<T>): T[];
@@ -644,7 +605,7 @@ declare namespace _ {
644
605
  type LodashForEach4x2<T, TArray> = (iteratee: (value: T) => any) => TArray;
645
606
  type LodashForEach5x2<T, TList> = (iteratee: (value: T) => any) => TList;
646
607
  type LodashForEach6x2<T> = (iteratee: (value: T[keyof T]) => any) => T | null | undefined;
647
- interface LodashForEachRight extends LodashConvertible {
608
+ interface LodashForEachRight {
648
609
  <T>(iteratee: (value: T) => any): LodashForEachRight1x1<T>;
649
610
  <T>(iteratee: lodash.__, collection: ReadonlyArray<T>): LodashForEachRight1x2<T>;
650
611
  <T>(iteratee: (value: T) => any, collection: ReadonlyArray<T>): T[];
@@ -673,29 +634,29 @@ declare namespace _ {
673
634
  type LodashForEachRight4x2<T, TArray> = (iteratee: (value: T) => any) => TArray;
674
635
  type LodashForEachRight5x2<T, TList> = (iteratee: (value: T) => any) => TList;
675
636
  type LodashForEachRight6x2<T> = (iteratee: (value: T[keyof T]) => any) => T | null | undefined;
676
- interface LodashEndsWith extends LodashConvertible {
637
+ interface LodashEndsWith {
677
638
  (target: string): LodashEndsWith1x1;
678
639
  (target: lodash.__, string: string): LodashEndsWith1x2;
679
640
  (target: string, string: string): boolean;
680
641
  }
681
642
  type LodashEndsWith1x1 = (string: string) => boolean;
682
643
  type LodashEndsWith1x2 = (target: string) => boolean;
683
- interface LodashToPairs extends LodashConvertible {
644
+ interface LodashToPairs {
684
645
  <T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T>): Array<[string, T]>;
685
646
  (object: object): Array<[string, any]>;
686
647
  }
687
- interface LodashToPairsIn extends LodashConvertible {
648
+ interface LodashToPairsIn {
688
649
  <T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T>): Array<[string, T]>;
689
650
  (object: object): Array<[string, any]>;
690
651
  }
691
- interface LodashEq extends LodashConvertible {
652
+ interface LodashEq {
692
653
  (value: any): LodashEq1x1;
693
654
  (value: lodash.__, other: any): LodashEq1x2;
694
655
  (value: any, other: any): boolean;
695
656
  }
696
657
  type LodashEq1x1 = (other: any) => boolean;
697
658
  type LodashEq1x2 = (value: any) => boolean;
698
- interface LodashIsEqual extends LodashConvertible {
659
+ interface LodashIsEqual {
699
660
  (value: any): LodashIsEqual1x1;
700
661
  (value: lodash.__, other: any): LodashIsEqual1x2;
701
662
  (value: any, other: any): boolean;
@@ -704,14 +665,14 @@ declare namespace _ {
704
665
  type LodashIsEqual1x2 = (value: any) => boolean;
705
666
  type LodashEscape = (string: string) => string;
706
667
  type LodashEscapeRegExp = (string: string) => string;
707
- interface LodashExtend extends LodashConvertible {
668
+ interface LodashExtend {
708
669
  <TObject>(object: TObject): LodashExtend1x1<TObject>;
709
670
  <TSource>(object: lodash.__, source: TSource): LodashExtend1x2<TSource>;
710
671
  <TObject, TSource>(object: TObject, source: TSource): TObject & TSource;
711
672
  }
712
673
  type LodashExtend1x1<TObject> = <TSource>(source: TSource) => TObject & TSource;
713
674
  type LodashExtend1x2<TSource> = <TObject>(object: TObject) => TObject & TSource;
714
- interface LodashExtendAll extends LodashConvertible {
675
+ interface LodashExtendAll {
715
676
  <TObject, TSource>(object: [TObject, TSource]): TObject & TSource;
716
677
  <TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2;
717
678
  <TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3;
@@ -719,14 +680,14 @@ declare namespace _ {
719
680
  <TObject>(object: [TObject]): TObject;
720
681
  <TResult>(object: ReadonlyArray<any>): TResult;
721
682
  }
722
- interface LodashExtendAllWith extends LodashConvertible {
683
+ interface LodashExtendAllWith {
723
684
  (customizer: lodash.AssignCustomizer): LodashExtendAllWith1x1;
724
685
  (customizer: lodash.__, args: ReadonlyArray<any>): LodashExtendAllWith1x2;
725
686
  (customizer: lodash.AssignCustomizer, args: ReadonlyArray<any>): any;
726
687
  }
727
688
  type LodashExtendAllWith1x1 = (args: ReadonlyArray<any>) => any;
728
689
  type LodashExtendAllWith1x2 = (customizer: lodash.AssignCustomizer) => any;
729
- interface LodashExtendWith extends LodashConvertible {
690
+ interface LodashExtendWith {
730
691
  (customizer: lodash.AssignCustomizer): LodashExtendWith1x1;
731
692
  <TObject>(customizer: lodash.__, object: TObject): LodashExtendWith1x2<TObject>;
732
693
  <TObject>(customizer: lodash.AssignCustomizer, object: TObject): LodashExtendWith1x3<TObject>;
@@ -754,7 +715,7 @@ declare namespace _ {
754
715
  type LodashExtendWith1x5<TSource> = <TObject>(object: TObject) => TObject & TSource;
755
716
  type LodashExtendWith1x6<TObject, TSource> = (customizer: lodash.AssignCustomizer) => TObject & TSource;
756
717
  type LodashStubFalse = () => false;
757
- interface LodashFill extends LodashConvertible {
718
+ interface LodashFill {
758
719
  (start: number): LodashFill1x1;
759
720
  (start: lodash.__, end: number): LodashFill1x2;
760
721
  (start: number, end: number): LodashFill1x3;
@@ -897,7 +858,7 @@ declare namespace _ {
897
858
  }
898
859
  type LodashFill2x13<T, U> = (end: number) => lodash.List<T | U>;
899
860
  type LodashFill2x14<T, U> = (start: number) => lodash.List<T | U>;
900
- interface LodashFilter extends LodashConvertible {
861
+ interface LodashFilter {
901
862
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>): LodashFilter1x1<T, S>;
902
863
  <T>(predicate: lodash.__, collection: lodash.List<T> | null | undefined): LodashFilter1x2<T>;
903
864
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>, collection: lodash.List<T> | null | undefined): S[];
@@ -919,7 +880,7 @@ declare namespace _ {
919
880
  <S extends T[keyof T]>(predicate: lodash.ValueIteratorTypeGuard<T[keyof T], S>): S[];
920
881
  (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>): Array<T[keyof T]>;
921
882
  }
922
- interface LodashFind extends LodashConvertible {
883
+ interface LodashFind {
923
884
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>): LodashFind1x1<T, S>;
924
885
  <T>(predicate: lodash.__, collection: lodash.List<T> | null | undefined): LodashFind1x2<T>;
925
886
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>, collection: lodash.List<T> | null | undefined): S|undefined;
@@ -941,7 +902,7 @@ declare namespace _ {
941
902
  <S extends T[keyof T]>(predicate: lodash.ValueIteratorTypeGuard<T[keyof T], S>): S|undefined;
942
903
  (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>): T[keyof T]|undefined;
943
904
  }
944
- interface LodashFindFrom extends LodashConvertible {
905
+ interface LodashFindFrom {
945
906
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>): LodashFindFrom1x1<T, S>;
946
907
  (predicate: lodash.__, fromIndex: number): LodashFindFrom1x2;
947
908
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>, fromIndex: number): LodashFindFrom1x3<T, S>;
@@ -1021,14 +982,14 @@ declare namespace _ {
1021
982
  (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>): T[keyof T]|undefined;
1022
983
  }
1023
984
  type LodashFindFrom4x5<T> = (fromIndex: number) => T[keyof T]|undefined;
1024
- interface LodashFindIndex extends LodashConvertible {
985
+ interface LodashFindIndex {
1025
986
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashFindIndex1x1<T>;
1026
987
  <T>(predicate: lodash.__, array: lodash.List<T> | null | undefined): LodashFindIndex1x2<T>;
1027
988
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, array: lodash.List<T> | null | undefined): number;
1028
989
  }
1029
990
  type LodashFindIndex1x1<T> = (array: lodash.List<T> | null | undefined) => number;
1030
991
  type LodashFindIndex1x2<T> = (predicate: lodash.ValueIterateeCustom<T, boolean>) => number;
1031
- interface LodashFindIndexFrom extends LodashConvertible {
992
+ interface LodashFindIndexFrom {
1032
993
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashFindIndexFrom1x1<T>;
1033
994
  (predicate: lodash.__, fromIndex: number): LodashFindIndexFrom1x2;
1034
995
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, fromIndex: number): LodashFindIndexFrom1x3<T>;
@@ -1055,14 +1016,14 @@ declare namespace _ {
1055
1016
  }
1056
1017
  type LodashFindIndexFrom1x5 = (fromIndex: number) => number;
1057
1018
  type LodashFindIndexFrom1x6<T> = (predicate: lodash.ValueIterateeCustom<T, boolean>) => number;
1058
- interface LodashFindKey extends LodashConvertible {
1019
+ interface LodashFindKey {
1059
1020
  <T>(predicate: lodash.ValueIteratee<T>): LodashFindKey1x1<T>;
1060
1021
  <T>(predicate: lodash.__, object: T | null | undefined): LodashFindKey1x2<T>;
1061
1022
  <T>(predicate: lodash.ValueIteratee<T[keyof T]>, object: T | null | undefined): string | undefined;
1062
1023
  }
1063
1024
  type LodashFindKey1x1<T> = (object: object | null | undefined) => string | undefined;
1064
1025
  type LodashFindKey1x2<T> = (predicate: lodash.ValueIteratee<T[keyof T]>) => string | undefined;
1065
- interface LodashFindLast extends LodashConvertible {
1026
+ interface LodashFindLast {
1066
1027
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>): LodashFindLast1x1<T, S>;
1067
1028
  <T>(predicate: lodash.__, collection: lodash.List<T> | null | undefined): LodashFindLast1x2<T>;
1068
1029
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>, collection: lodash.List<T> | null | undefined): S|undefined;
@@ -1084,7 +1045,7 @@ declare namespace _ {
1084
1045
  <S extends T[keyof T]>(predicate: lodash.ValueIteratorTypeGuard<T[keyof T], S>): S|undefined;
1085
1046
  (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>): T[keyof T]|undefined;
1086
1047
  }
1087
- interface LodashFindLastFrom extends LodashConvertible {
1048
+ interface LodashFindLastFrom {
1088
1049
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>): LodashFindLastFrom1x1<T, S>;
1089
1050
  (predicate: lodash.__, fromIndex: number): LodashFindLastFrom1x2;
1090
1051
  <T, S extends T>(predicate: lodash.ValueIteratorTypeGuard<T, S>, fromIndex: number): LodashFindLastFrom1x3<T, S>;
@@ -1164,14 +1125,14 @@ declare namespace _ {
1164
1125
  (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>): T[keyof T]|undefined;
1165
1126
  }
1166
1127
  type LodashFindLastFrom4x5<T> = (fromIndex: number) => T[keyof T]|undefined;
1167
- interface LodashFindLastIndex extends LodashConvertible {
1128
+ interface LodashFindLastIndex {
1168
1129
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashFindLastIndex1x1<T>;
1169
1130
  <T>(predicate: lodash.__, array: lodash.List<T> | null | undefined): LodashFindLastIndex1x2<T>;
1170
1131
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, array: lodash.List<T> | null | undefined): number;
1171
1132
  }
1172
1133
  type LodashFindLastIndex1x1<T> = (array: lodash.List<T> | null | undefined) => number;
1173
1134
  type LodashFindLastIndex1x2<T> = (predicate: lodash.ValueIterateeCustom<T, boolean>) => number;
1174
- interface LodashFindLastIndexFrom extends LodashConvertible {
1135
+ interface LodashFindLastIndexFrom {
1175
1136
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashFindLastIndexFrom1x1<T>;
1176
1137
  (predicate: lodash.__, fromIndex: number): LodashFindLastIndexFrom1x2;
1177
1138
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, fromIndex: number): LodashFindLastIndexFrom1x3<T>;
@@ -1198,7 +1159,7 @@ declare namespace _ {
1198
1159
  }
1199
1160
  type LodashFindLastIndexFrom1x5 = (fromIndex: number) => number;
1200
1161
  type LodashFindLastIndexFrom1x6<T> = (predicate: lodash.ValueIterateeCustom<T, boolean>) => number;
1201
- interface LodashFindLastKey extends LodashConvertible {
1162
+ interface LodashFindLastKey {
1202
1163
  <T>(predicate: lodash.ValueIteratee<T>): LodashFindLastKey1x1<T>;
1203
1164
  <T>(predicate: lodash.__, object: T | null | undefined): LodashFindLastKey1x2<T>;
1204
1165
  <T>(predicate: lodash.ValueIteratee<T[keyof T]>, object: T | null | undefined): string | undefined;
@@ -1206,7 +1167,7 @@ declare namespace _ {
1206
1167
  type LodashFindLastKey1x1<T> = (object: object | null | undefined) => string | undefined;
1207
1168
  type LodashFindLastKey1x2<T> = (predicate: lodash.ValueIteratee<T[keyof T]>) => string | undefined;
1208
1169
  type LodashHead = <T>(array: lodash.List<T> | null | undefined) => T | undefined;
1209
- interface LodashFlatMap extends LodashConvertible {
1170
+ interface LodashFlatMap {
1210
1171
  <T, TResult>(iteratee: (value: T) => lodash.Many<TResult>): LodashFlatMap1x1<T, TResult>;
1211
1172
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashFlatMap1x2<T>;
1212
1173
  <T, TResult>(iteratee: (value: T) => lodash.Many<TResult>, collection: lodash.List<T> | null | undefined): TResult[];
@@ -1229,7 +1190,7 @@ declare namespace _ {
1229
1190
  (iteratee: object): boolean[];
1230
1191
  }
1231
1192
  type LodashFlatMap4x1 = (collection: object | null | undefined) => boolean[];
1232
- interface LodashFlatMapDeep extends LodashConvertible {
1193
+ interface LodashFlatMapDeep {
1233
1194
  <T, TResult>(iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues<TResult> | TResult): LodashFlatMapDeep1x1<T, TResult>;
1234
1195
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashFlatMapDeep1x2<T>;
1235
1196
  <T, TResult>(iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues<TResult> | TResult, collection: lodash.List<T> | null | undefined): TResult[];
@@ -1252,7 +1213,7 @@ declare namespace _ {
1252
1213
  (iteratee: object): boolean[];
1253
1214
  }
1254
1215
  type LodashFlatMapDeep4x1 = (collection: object | null | undefined) => boolean[];
1255
- interface LodashFlatMapDepth extends LodashConvertible {
1216
+ interface LodashFlatMapDepth {
1256
1217
  <T, TResult>(iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues<TResult> | TResult): LodashFlatMapDepth1x1<T, TResult>;
1257
1218
  (iteratee: lodash.__, depth: number): LodashFlatMapDepth1x2;
1258
1219
  <T, TResult>(iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues<TResult> | TResult, depth: number): LodashFlatMapDepth1x3<T, TResult>;
@@ -1343,61 +1304,26 @@ declare namespace _ {
1343
1304
  type LodashFlatMapDepth4x5 = (depth: number) => boolean[];
1344
1305
  type LodashFlatten = <T>(array: lodash.List<lodash.Many<T>> | null | undefined) => T[];
1345
1306
  type LodashFlattenDeep = <T>(array: lodash.ListOfRecursiveArraysOrValues<T> | null | undefined) => T[];
1346
- interface LodashFlattenDepth extends LodashConvertible {
1307
+ interface LodashFlattenDepth {
1347
1308
  (depth: number): LodashFlattenDepth1x1;
1348
1309
  <T>(depth: lodash.__, array: lodash.ListOfRecursiveArraysOrValues<T> | null | undefined): LodashFlattenDepth1x2<T>;
1349
1310
  <T>(depth: number, array: lodash.ListOfRecursiveArraysOrValues<T> | null | undefined): T[];
1350
1311
  }
1351
1312
  type LodashFlattenDepth1x1 = <T>(array: lodash.ListOfRecursiveArraysOrValues<T> | null | undefined) => T[];
1352
1313
  type LodashFlattenDepth1x2<T> = (depth: number) => T[];
1353
- type LodashFlip = <T extends (...args: any[]) => any>(func: T) => T;
1314
+ type LodashFlip = <T extends (...args: any) => any>(func: T) => T;
1354
1315
  type LodashFloor = (n: number) => number;
1355
- interface LodashFlow extends LodashConvertible {
1356
- <R1, R2>(f1: () => R1, f2: (a: R1) => R2): () => R2;
1357
- <R1, R2, R3>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): () => R3;
1358
- <R1, R2, R3, R4>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): () => R4;
1359
- <R1, R2, R3, R4, R5>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): () => R5;
1360
- <R1, R2, R3, R4, R5, R6>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): () => R6;
1361
- <R1, R2, R3, R4, R5, R6, R7>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): () => R7;
1362
- <R1, R2, R3, R4, R5, R6, R7>(f1: () => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): () => any;
1363
- <A1, R1, R2>(f1: (a1: A1) => R1, f2: (a: R1) => R2): (a1: A1) => R2;
1364
- <A1, R1, R2, R3>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1) => R3;
1365
- <A1, R1, R2, R3, R4>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1) => R4;
1366
- <A1, R1, R2, R3, R4, R5>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1) => R5;
1367
- <A1, R1, R2, R3, R4, R5, R6>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1) => R6;
1368
- <A1, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1) => R7;
1369
- <A1, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1) => any;
1370
- <A1, A2, R1, R2>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2) => R2;
1371
- <A1, A2, R1, R2, R3>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2) => R3;
1372
- <A1, A2, R1, R2, R3, R4>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2) => R4;
1373
- <A1, A2, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2) => R5;
1374
- <A1, A2, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2) => R6;
1375
- <A1, A2, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2) => R7;
1376
- <A1, A2, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2) => any;
1377
- <A1, A2, A3, R1, R2>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2, a3: A3) => R2;
1378
- <A1, A2, A3, R1, R2, R3>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2, a3: A3) => R3;
1379
- <A1, A2, A3, R1, R2, R3, R4>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2, a3: A3) => R4;
1380
- <A1, A2, A3, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2, a3: A3) => R5;
1381
- <A1, A2, A3, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2, a3: A3) => R6;
1382
- <A1, A2, A3, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2, a3: A3) => R7;
1383
- <A1, A2, A3, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2, a3: A3) => any;
1384
- <A1, A2, A3, A4, R1, R2>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2, a3: A3, a4: A4) => R2;
1385
- <A1, A2, A3, A4, R1, R2, R3>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2, a3: A3, a4: A4) => R3;
1386
- <A1, A2, A3, A4, R1, R2, R3, R4>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2, a3: A3, a4: A4) => R4;
1387
- <A1, A2, A3, A4, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2, a3: A3, a4: A4) => R5;
1388
- <A1, A2, A3, A4, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2, a3: A3, a4: A4) => R6;
1389
- <A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2, a3: A3, a4: A4) => R7;
1390
- <A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2, a3: A3, a4: A4) => any;
1391
- <A1, A2, A3, A4, R1, R2>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R2;
1392
- <A1, A2, A3, A4, R1, R2, R3>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R3;
1393
- <A1, A2, A3, A4, R1, R2, R3, R4>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R4;
1394
- <A1, A2, A3, A4, R1, R2, R3, R4, R5>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R5;
1395
- <A1, A2, A3, A4, R1, R2, R3, R4, R5, R6>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R6;
1396
- <A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R7;
1397
- <A1, A2, A3, A4, R1, R2, R3, R4, R5, R6, R7>(f1: (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...funcs: Array<lodash.Many<(a: any) => any>>): (a1: A1, a2: A2, a3: A3, a4: A4, ...args: any[]) => any;
1398
- (funcs: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
1399
- }
1400
- interface LodashForIn extends LodashConvertible {
1316
+ interface LodashFlow {
1317
+ <A extends any[], R1, R2, R3, R4, R5, R6, R7>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (...args: A) => R7;
1318
+ <A extends any[], R1, R2, R3, R4, R5, R6, R7>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...func: Array<lodash.Many<(a: any) => any>>): (...args: A) => any;
1319
+ <A extends any[], R1, R2, R3, R4, R5, R6>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (...args: A) => R6;
1320
+ <A extends any[], R1, R2, R3, R4, R5>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (...args: A) => R5;
1321
+ <A extends any[], R1, R2, R3, R4>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (...args: A) => R4;
1322
+ <A extends any[], R1, R2, R3>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (...args: A) => R3;
1323
+ <A extends any[], R1, R2>(f1: (...args: A) => R1, f2: (a: R1) => R2): (...args: A) => R2;
1324
+ (...func: Array<lodash.Many<(...args: any[]) => any>>): (...args: any[]) => any;
1325
+ }
1326
+ interface LodashForIn {
1401
1327
  <T>(iteratee: (value: T) => any): LodashForIn1x1<T>;
1402
1328
  <T>(iteratee: lodash.__, object: T): LodashForIn1x2<T>;
1403
1329
  <T>(iteratee: (value: T[keyof T]) => any, object: T): T;
@@ -1410,7 +1336,7 @@ declare namespace _ {
1410
1336
  }
1411
1337
  type LodashForIn1x2<T> = (iteratee: (value: T[keyof T]) => any) => T;
1412
1338
  type LodashForIn2x2<T> = (iteratee: (value: T[keyof T]) => any) => T | null | undefined;
1413
- interface LodashForInRight extends LodashConvertible {
1339
+ interface LodashForInRight {
1414
1340
  <T>(iteratee: (value: T) => any): LodashForInRight1x1<T>;
1415
1341
  <T>(iteratee: lodash.__, object: T): LodashForInRight1x2<T>;
1416
1342
  <T>(iteratee: (value: T[keyof T]) => any, object: T): T;
@@ -1423,7 +1349,7 @@ declare namespace _ {
1423
1349
  }
1424
1350
  type LodashForInRight1x2<T> = (iteratee: (value: T[keyof T]) => any) => T;
1425
1351
  type LodashForInRight2x2<T> = (iteratee: (value: T[keyof T]) => any) => T | null | undefined;
1426
- interface LodashForOwn extends LodashConvertible {
1352
+ interface LodashForOwn {
1427
1353
  <T>(iteratee: (value: T) => any): LodashForOwn1x1<T>;
1428
1354
  <T>(iteratee: lodash.__, object: T): LodashForOwn1x2<T>;
1429
1355
  <T>(iteratee: (value: T[keyof T]) => any, object: T): T;
@@ -1436,7 +1362,7 @@ declare namespace _ {
1436
1362
  }
1437
1363
  type LodashForOwn1x2<T> = (iteratee: (value: T[keyof T]) => any) => T;
1438
1364
  type LodashForOwn2x2<T> = (iteratee: (value: T[keyof T]) => any) => T | null | undefined;
1439
- interface LodashForOwnRight extends LodashConvertible {
1365
+ interface LodashForOwnRight {
1440
1366
  <T>(iteratee: (value: T) => any): LodashForOwnRight1x1<T>;
1441
1367
  <T>(iteratee: lodash.__, object: T): LodashForOwnRight1x2<T>;
1442
1368
  <T>(iteratee: (value: T[keyof T]) => any, object: T): T;
@@ -1449,62 +1375,79 @@ declare namespace _ {
1449
1375
  }
1450
1376
  type LodashForOwnRight1x2<T> = (iteratee: (value: T[keyof T]) => any) => T;
1451
1377
  type LodashForOwnRight2x2<T> = (iteratee: (value: T[keyof T]) => any) => T | null | undefined;
1452
- interface LodashFromPairs extends LodashConvertible {
1378
+ interface LodashFromPairs {
1453
1379
  <T>(pairs: lodash.List<[lodash.PropertyName, T]> | null | undefined): lodash.Dictionary<T>;
1454
1380
  (pairs: lodash.List<any[]> | null | undefined): lodash.Dictionary<any>;
1455
1381
  }
1456
1382
  type LodashFunctions = (object: any) => string[];
1457
1383
  type LodashFunctionsIn = (object: any) => string[];
1458
- interface LodashGet extends LodashConvertible {
1384
+ interface LodashGet {
1459
1385
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashGet1x1<TObject, TKey>;
1460
1386
  <TObject extends object>(path: lodash.__, object: TObject): LodashGet1x2<TObject>;
1461
1387
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
1462
1388
  <TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashGet2x2<TObject>;
1463
1389
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
1464
1390
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashGet3x1<TObject, TKey1, TKey2>;
1391
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
1465
1392
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
1466
- <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>;
1393
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashGet5x1<TObject, TKey1, TKey2, TKey3>;
1394
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
1467
1395
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
1468
- <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>;
1396
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashGet7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
1397
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
1469
1398
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
1470
- (path: number): LodashGet6x1;
1471
- <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashGet6x2<T>;
1399
+ (path: number): LodashGet9x1;
1400
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashGet9x2<T>;
1472
1401
  <T>(path: number, object: lodash.NumericDictionary<T>): T;
1473
- <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGet7x2<T>;
1402
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashGet10x2<T>;
1474
1403
  <T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
1475
- (path: lodash.PropertyPath): LodashGet8x1;
1476
- (path: lodash.__, object: null | undefined): LodashGet8x2;
1404
+ (path: lodash.PropertyPath): LodashGet11x1;
1405
+ (path: lodash.__, object: null | undefined): LodashGet11x2;
1477
1406
  (path: lodash.PropertyPath, object: null | undefined): undefined;
1478
- (path: lodash.__, object: any): LodashGet9x2;
1407
+ (path: lodash.__, object: any): LodashGet12x2;
1479
1408
  (path: lodash.PropertyPath, object: any): any;
1480
1409
  }
1481
1410
  interface LodashGet1x1<TObject, TKey extends keyof TObject> {
1482
1411
  (object: TObject): TObject[TKey];
1483
1412
  (object: TObject | null | undefined): TObject[TKey] | undefined;
1484
1413
  }
1485
- type LodashGet1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
1414
+ interface LodashGet1x2<TObject> {
1415
+ <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
1416
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
1417
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
1418
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
1419
+ }
1486
1420
  interface LodashGet2x2<TObject> {
1487
1421
  <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
1488
1422
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
1489
1423
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
1490
1424
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
1491
1425
  }
1492
- type LodashGet3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
1493
- 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;
1494
- 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;
1495
- interface LodashGet6x1 {
1426
+ interface LodashGet3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
1427
+ (object: TObject): TObject[TKey1][TKey2];
1428
+ (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
1429
+ }
1430
+ interface LodashGet5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
1431
+ (object: TObject): TObject[TKey1][TKey2][TKey3];
1432
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
1433
+ }
1434
+ interface LodashGet7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
1435
+ (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
1436
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
1437
+ }
1438
+ interface LodashGet9x1 {
1496
1439
  <T>(object: lodash.NumericDictionary<T>): T;
1497
1440
  <T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
1498
1441
  }
1499
- type LodashGet6x2<T> = (path: number) => T;
1500
- type LodashGet7x2<T> = (path: number) => T | undefined;
1501
- interface LodashGet8x1 {
1442
+ type LodashGet9x2<T> = (path: number) => T;
1443
+ type LodashGet10x2<T> = (path: number) => T | undefined;
1444
+ interface LodashGet11x1 {
1502
1445
  (object: null | undefined): undefined;
1503
1446
  (object: any): any;
1504
1447
  }
1505
- type LodashGet8x2 = (path: lodash.PropertyPath) => undefined;
1506
- type LodashGet9x2 = (path: lodash.PropertyPath) => any;
1507
- interface LodashGetOr extends LodashConvertible {
1448
+ type LodashGet11x2 = (path: lodash.PropertyPath) => undefined;
1449
+ type LodashGet12x2 = (path: lodash.PropertyPath) => any;
1450
+ interface LodashGetOr {
1508
1451
  <TDefault>(defaultValue: TDefault): LodashGetOr1x1<TDefault>;
1509
1452
  <TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashGetOr1x2<TObject, TKey>;
1510
1453
  <TObject extends object, TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey]): LodashGetOr1x3<TObject, TKey, TDefault>;
@@ -1647,7 +1590,7 @@ declare namespace _ {
1647
1590
  }
1648
1591
  type LodashGetOr7x5 = (path: lodash.PropertyPath) => any;
1649
1592
  type LodashGetOr7x6 = (defaultValue: any) => any;
1650
- interface LodashGroupBy extends LodashConvertible {
1593
+ interface LodashGroupBy {
1651
1594
  <T>(iteratee: lodash.ValueIteratee<T>): LodashGroupBy1x1<T>;
1652
1595
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashGroupBy1x2<T>;
1653
1596
  <T>(iteratee: lodash.ValueIteratee<T>, collection: lodash.List<T> | null | undefined): lodash.Dictionary<T[]>;
@@ -1657,65 +1600,65 @@ declare namespace _ {
1657
1600
  type LodashGroupBy1x1<T> = (collection: lodash.List<T> | object | null | undefined) => lodash.Dictionary<T[]>;
1658
1601
  type LodashGroupBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => lodash.Dictionary<T[]>;
1659
1602
  type LodashGroupBy2x2<T> = (iteratee: lodash.ValueIteratee<T[keyof T]>) => lodash.Dictionary<Array<T[keyof T]>>;
1660
- interface LodashGt extends LodashConvertible {
1603
+ interface LodashGt {
1661
1604
  (value: any): LodashGt1x1;
1662
1605
  (value: lodash.__, other: any): LodashGt1x2;
1663
1606
  (value: any, other: any): boolean;
1664
1607
  }
1665
1608
  type LodashGt1x1 = (other: any) => boolean;
1666
1609
  type LodashGt1x2 = (value: any) => boolean;
1667
- interface LodashGte extends LodashConvertible {
1610
+ interface LodashGte {
1668
1611
  (value: any): LodashGte1x1;
1669
1612
  (value: lodash.__, other: any): LodashGte1x2;
1670
1613
  (value: any, other: any): boolean;
1671
1614
  }
1672
1615
  type LodashGte1x1 = (other: any) => boolean;
1673
1616
  type LodashGte1x2 = (value: any) => boolean;
1674
- interface LodashHas extends LodashConvertible {
1617
+ interface LodashHas {
1675
1618
  (path: lodash.PropertyPath): LodashHas1x1;
1676
1619
  <T>(path: lodash.__, object: T): LodashHas1x2;
1677
1620
  <T>(path: lodash.PropertyPath, object: T): boolean;
1678
1621
  }
1679
1622
  type LodashHas1x1 = <T>(object: T) => boolean;
1680
1623
  type LodashHas1x2 = (path: lodash.PropertyPath) => boolean;
1681
- interface LodashHasIn extends LodashConvertible {
1624
+ interface LodashHasIn {
1682
1625
  (path: lodash.PropertyPath): LodashHasIn1x1;
1683
1626
  <T>(path: lodash.__, object: T): LodashHasIn1x2;
1684
1627
  <T>(path: lodash.PropertyPath, object: T): boolean;
1685
1628
  }
1686
1629
  type LodashHasIn1x1 = <T>(object: T) => boolean;
1687
1630
  type LodashHasIn1x2 = (path: lodash.PropertyPath) => boolean;
1688
- interface LodashIdentity extends LodashConvertible {
1631
+ interface LodashIdentity {
1689
1632
  <T>(value: T): T;
1690
1633
  (): undefined;
1691
1634
  }
1692
- interface LodashIncludes extends LodashConvertible {
1635
+ interface LodashIncludes {
1693
1636
  <T>(target: T): LodashIncludes1x1<T>;
1694
- <T>(target: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludes1x2<T>;
1695
- <T>(target: T, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1637
+ <T>(target: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludes1x2<T>;
1638
+ <T>(target: T, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1696
1639
  }
1697
- type LodashIncludes1x1<T> = (collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
1640
+ type LodashIncludes1x1<T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
1698
1641
  type LodashIncludes1x2<T> = (target: T) => boolean;
1699
- interface LodashIncludesFrom extends LodashConvertible {
1642
+ interface LodashIncludesFrom {
1700
1643
  <T>(target: T): LodashIncludesFrom1x1<T>;
1701
1644
  (target: lodash.__, fromIndex: number): LodashIncludesFrom1x2;
1702
1645
  <T>(target: T, fromIndex: number): LodashIncludesFrom1x3<T>;
1703
- <T>(target: lodash.__, fromIndex: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x4<T>;
1704
- <T>(target: T, fromIndex: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x5;
1705
- <T>(target: lodash.__, fromIndex: number, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x6<T>;
1706
- <T>(target: T, fromIndex: number, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1646
+ <T>(target: lodash.__, fromIndex: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x4<T>;
1647
+ <T>(target: T, fromIndex: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x5;
1648
+ <T>(target: lodash.__, fromIndex: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x6<T>;
1649
+ <T>(target: T, fromIndex: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1707
1650
  }
1708
1651
  interface LodashIncludesFrom1x1<T> {
1709
1652
  (fromIndex: number): LodashIncludesFrom1x3<T>;
1710
- (fromIndex: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x5;
1711
- (fromIndex: number, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1653
+ (fromIndex: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x5;
1654
+ (fromIndex: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1712
1655
  }
1713
1656
  interface LodashIncludesFrom1x2 {
1714
1657
  <T>(target: T): LodashIncludesFrom1x3<T>;
1715
- <T>(target: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x6<T>;
1716
- <T>(target: T, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1658
+ <T>(target: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashIncludesFrom1x6<T>;
1659
+ <T>(target: T, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean;
1717
1660
  }
1718
- type LodashIncludesFrom1x3<T> = (collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
1661
+ type LodashIncludesFrom1x3<T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean;
1719
1662
  interface LodashIncludesFrom1x4<T> {
1720
1663
  (target: T): LodashIncludesFrom1x5;
1721
1664
  (target: lodash.__, fromIndex: number): LodashIncludesFrom1x6<T>;
@@ -1723,7 +1666,7 @@ declare namespace _ {
1723
1666
  }
1724
1667
  type LodashIncludesFrom1x5 = (fromIndex: number) => boolean;
1725
1668
  type LodashIncludesFrom1x6<T> = (target: T) => boolean;
1726
- interface LodashKeyBy extends LodashConvertible {
1669
+ interface LodashKeyBy {
1727
1670
  <T>(iteratee: lodash.ValueIterateeCustom<T, lodash.PropertyName>): LodashKeyBy1x1<T>;
1728
1671
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashKeyBy1x2<T>;
1729
1672
  <T>(iteratee: lodash.ValueIterateeCustom<T, lodash.PropertyName>, collection: lodash.List<T> | null | undefined): lodash.Dictionary<T>;
@@ -1733,14 +1676,14 @@ declare namespace _ {
1733
1676
  type LodashKeyBy1x1<T> = (collection: lodash.List<T> | object | null | undefined) => lodash.Dictionary<T>;
1734
1677
  type LodashKeyBy1x2<T> = (iteratee: lodash.ValueIterateeCustom<T, lodash.PropertyName>) => lodash.Dictionary<T>;
1735
1678
  type LodashKeyBy2x2<T> = (iteratee: lodash.ValueIterateeCustom<T[keyof T], lodash.PropertyName>) => lodash.Dictionary<T[keyof T]>;
1736
- interface LodashIndexOf extends LodashConvertible {
1679
+ interface LodashIndexOf {
1737
1680
  <T>(value: T): LodashIndexOf1x1<T>;
1738
1681
  <T>(value: lodash.__, array: lodash.List<T> | null | undefined): LodashIndexOf1x2<T>;
1739
1682
  <T>(value: T, array: lodash.List<T> | null | undefined): number;
1740
1683
  }
1741
1684
  type LodashIndexOf1x1<T> = (array: lodash.List<T> | null | undefined) => number;
1742
1685
  type LodashIndexOf1x2<T> = (value: T) => number;
1743
- interface LodashIndexOfFrom extends LodashConvertible {
1686
+ interface LodashIndexOfFrom {
1744
1687
  <T>(value: T): LodashIndexOfFrom1x1<T>;
1745
1688
  (value: lodash.__, fromIndex: number): LodashIndexOfFrom1x2;
1746
1689
  <T>(value: T, fromIndex: number): LodashIndexOfFrom1x3<T>;
@@ -1768,7 +1711,7 @@ declare namespace _ {
1768
1711
  type LodashIndexOfFrom1x5 = (fromIndex: number) => number;
1769
1712
  type LodashIndexOfFrom1x6<T> = (value: T) => number;
1770
1713
  type LodashInitial = <T>(array: lodash.List<T> | null | undefined) => T[];
1771
- interface LodashInRange extends LodashConvertible {
1714
+ interface LodashInRange {
1772
1715
  (start: number): LodashInRange1x1;
1773
1716
  (start: lodash.__, end: number): LodashInRange1x2;
1774
1717
  (start: number, end: number): LodashInRange1x3;
@@ -1795,14 +1738,14 @@ declare namespace _ {
1795
1738
  }
1796
1739
  type LodashInRange1x5 = (end: number) => boolean;
1797
1740
  type LodashInRange1x6 = (start: number) => boolean;
1798
- interface LodashIntersection extends LodashConvertible {
1741
+ interface LodashIntersection {
1799
1742
  <T>(arrays2: lodash.List<T>): LodashIntersection1x1<T>;
1800
1743
  <T>(arrays2: lodash.__, arrays: lodash.List<T>): LodashIntersection1x2<T>;
1801
1744
  <T>(arrays2: lodash.List<T>, arrays: lodash.List<T>): T[];
1802
1745
  }
1803
1746
  type LodashIntersection1x1<T> = (arrays: lodash.List<T>) => T[];
1804
1747
  type LodashIntersection1x2<T> = (arrays2: lodash.List<T>) => T[];
1805
- interface LodashIntersectionBy extends LodashConvertible {
1748
+ interface LodashIntersectionBy {
1806
1749
  <T1, T2>(iteratee: lodash.ValueIteratee<T1 | T2>): LodashIntersectionBy1x1<T1, T2>;
1807
1750
  <T1>(iteratee: lodash.__, array: lodash.List<T1> | null): LodashIntersectionBy1x2<T1>;
1808
1751
  <T1, T2>(iteratee: lodash.ValueIteratee<T1 | T2>, array: lodash.List<T1> | null): LodashIntersectionBy1x3<T1, T2>;
@@ -1829,7 +1772,7 @@ declare namespace _ {
1829
1772
  }
1830
1773
  type LodashIntersectionBy1x5<T1> = (array: lodash.List<T1> | null) => T1[];
1831
1774
  type LodashIntersectionBy1x6<T1, T2> = (iteratee: lodash.ValueIteratee<T1 | T2>) => T1[];
1832
- interface LodashIntersectionWith extends LodashConvertible {
1775
+ interface LodashIntersectionWith {
1833
1776
  <T1, T2>(comparator: lodash.Comparator2<T1, T2>): LodashIntersectionWith1x1<T1, T2>;
1834
1777
  <T1>(comparator: lodash.__, array: lodash.List<T1> | null | undefined): LodashIntersectionWith1x2<T1>;
1835
1778
  <T1, T2>(comparator: lodash.Comparator2<T1, T2>, array: lodash.List<T1> | null | undefined): LodashIntersectionWith1x3<T1, T2>;
@@ -1857,24 +1800,24 @@ declare namespace _ {
1857
1800
  type LodashIntersectionWith1x5<T1> = (array: lodash.List<T1> | null | undefined) => T1[];
1858
1801
  type LodashIntersectionWith1x6<T1, T2> = (comparator: lodash.Comparator2<T1, T2>) => T1[];
1859
1802
  type LodashInvert = (object: object) => lodash.Dictionary<string>;
1860
- interface LodashInvertBy extends LodashConvertible {
1803
+ interface LodashInvertBy {
1861
1804
  <T>(interatee: lodash.ValueIteratee<T>): LodashInvertBy1x1<T>;
1862
- <T>(interatee: lodash.__, object: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashInvertBy1x2<T>;
1863
- <T>(interatee: lodash.ValueIteratee<T>, object: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): lodash.Dictionary<string[]>;
1805
+ <T>(interatee: lodash.__, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashInvertBy1x2<T>;
1806
+ <T>(interatee: lodash.ValueIteratee<T>, object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): lodash.Dictionary<string[]>;
1864
1807
  <T extends object>(interatee: lodash.__, object: T | null | undefined): LodashInvertBy2x2<T>;
1865
1808
  <T extends object>(interatee: lodash.ValueIteratee<T[keyof T]>, object: T | null | undefined): lodash.Dictionary<string[]>;
1866
1809
  }
1867
- type LodashInvertBy1x1<T> = (object: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | object | null | undefined) => lodash.Dictionary<string[]>;
1810
+ type LodashInvertBy1x1<T> = (object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | object | null | undefined) => lodash.Dictionary<string[]>;
1868
1811
  type LodashInvertBy1x2<T> = (interatee: lodash.ValueIteratee<T>) => lodash.Dictionary<string[]>;
1869
1812
  type LodashInvertBy2x2<T> = (interatee: lodash.ValueIteratee<T[keyof T]>) => lodash.Dictionary<string[]>;
1870
- interface LodashInvoke extends LodashConvertible {
1813
+ interface LodashInvoke {
1871
1814
  (path: lodash.PropertyPath): LodashInvoke1x1;
1872
1815
  (path: lodash.__, object: any): LodashInvoke1x2;
1873
1816
  (path: lodash.PropertyPath, object: any): any;
1874
1817
  }
1875
1818
  type LodashInvoke1x1 = (object: any) => any;
1876
1819
  type LodashInvoke1x2 = (path: lodash.PropertyPath) => any;
1877
- interface LodashInvokeArgs extends LodashConvertible {
1820
+ interface LodashInvokeArgs {
1878
1821
  (path: lodash.PropertyPath): LodashInvokeArgs1x1;
1879
1822
  (path: lodash.__, args: ReadonlyArray<any>): LodashInvokeArgs1x2;
1880
1823
  (path: lodash.PropertyPath, args: ReadonlyArray<any>): LodashInvokeArgs1x3;
@@ -1901,7 +1844,7 @@ declare namespace _ {
1901
1844
  }
1902
1845
  type LodashInvokeArgs1x5 = (args: ReadonlyArray<any>) => any;
1903
1846
  type LodashInvokeArgs1x6 = (path: lodash.PropertyPath) => any;
1904
- interface LodashInvokeArgsMap extends LodashConvertible {
1847
+ interface LodashInvokeArgsMap {
1905
1848
  (methodName: string): LodashInvokeArgsMap1x1;
1906
1849
  (methodNameOrMethod: lodash.__, args: ReadonlyArray<any>): LodashInvokeArgsMap1x2;
1907
1850
  (methodName: string, args: ReadonlyArray<any>): LodashInvokeArgsMap1x3;
@@ -1946,7 +1889,7 @@ declare namespace _ {
1946
1889
  }
1947
1890
  type LodashInvokeArgsMap2x3<TResult> = (collection: object | null | undefined) => TResult[];
1948
1891
  type LodashInvokeArgsMap2x5<TResult> = (args: ReadonlyArray<any>) => TResult[];
1949
- interface LodashInvokeMap extends LodashConvertible {
1892
+ interface LodashInvokeMap {
1950
1893
  (methodName: string): LodashInvokeMap1x1;
1951
1894
  (methodNameOrMethod: lodash.__, collection: object | null | undefined): LodashInvokeMap1x2;
1952
1895
  (methodName: string, collection: object | null | undefined): any[];
@@ -1962,24 +1905,22 @@ declare namespace _ {
1962
1905
  type LodashIsArguments = (value: any) => value is IArguments;
1963
1906
  type LodashIsArray = (value: any) => value is any[];
1964
1907
  type LodashIsArrayBuffer = (value: any) => value is ArrayBuffer;
1965
- interface LodashIsArrayLike extends LodashConvertible {
1966
- <T>(value: T & string & number): boolean;
1908
+ interface LodashIsArrayLike {
1909
+ <T extends { __lodashAnyHack: any }>(t: T): boolean;
1967
1910
  (value: ((...args: any[]) => any) | null | undefined): value is never;
1968
1911
  (value: any): value is { length: number };
1969
1912
  }
1970
- interface LodashIsArrayLikeObject extends LodashConvertible {
1971
- <T>(value: T & string & number): boolean;
1972
- // tslint:disable-next-line:ban-types (type guard doesn't seem to work correctly without the Function type)
1973
- (value: ((...args: any[]) => any) | Function | string | boolean | number | null | undefined): value is never;
1974
- // tslint:disable-next-line:ban-types (type guard doesn't seem to work correctly without the Function type)
1975
- <T extends object>(value: T | ((...args: any[]) => any) | Function | string | boolean | number | null | undefined): value is T & { length: number };
1913
+ interface LodashIsArrayLikeObject {
1914
+ <T extends { __lodashAnyHack: any }>(value: T): boolean;
1915
+ (value: ((...args: any[]) => any) | lodash.FunctionBase | string | boolean | number | null | undefined): value is never;
1916
+ (value: any): value is object & { length: number };
1976
1917
  }
1977
1918
  type LodashIsBoolean = (value: any) => value is boolean;
1978
1919
  type LodashIsBuffer = (value: any) => boolean;
1979
1920
  type LodashIsDate = (value: any) => value is Date;
1980
1921
  type LodashIsElement = (value: any) => boolean;
1981
1922
  type LodashIsEmpty = (value: any) => boolean;
1982
- interface LodashIsEqualWith extends LodashConvertible {
1923
+ interface LodashIsEqualWith {
1983
1924
  (customizer: lodash.IsEqualCustomizer): LodashIsEqualWith1x1;
1984
1925
  (customizer: lodash.__, value: any): LodashIsEqualWith1x2;
1985
1926
  (customizer: lodash.IsEqualCustomizer, value: any): LodashIsEqualWith1x3;
@@ -2012,14 +1953,14 @@ declare namespace _ {
2012
1953
  type LodashIsInteger = (value: any) => boolean;
2013
1954
  type LodashIsLength = (value: any) => boolean;
2014
1955
  type LodashIsMap = (value: any) => value is Map<any, any>;
2015
- interface LodashIsMatch extends LodashConvertible {
1956
+ interface LodashIsMatch {
2016
1957
  (source: object): LodashIsMatch1x1;
2017
1958
  (source: lodash.__, object: object): LodashIsMatch1x2;
2018
1959
  (source: object, object: object): boolean;
2019
1960
  }
2020
1961
  type LodashIsMatch1x1 = (object: object) => boolean;
2021
1962
  type LodashIsMatch1x2 = (source: object) => boolean;
2022
- interface LodashIsMatchWith extends LodashConvertible {
1963
+ interface LodashIsMatchWith {
2023
1964
  (customizer: lodash.isMatchWithCustomizer): LodashIsMatchWith1x1;
2024
1965
  (customizer: lodash.__, source: object): LodashIsMatchWith1x2;
2025
1966
  (customizer: lodash.isMatchWithCustomizer, source: object): LodashIsMatchWith1x3;
@@ -2058,16 +1999,16 @@ declare namespace _ {
2058
1999
  type LodashIsSafeInteger = (value: any) => boolean;
2059
2000
  type LodashIsSet = (value: any) => value is Set<any>;
2060
2001
  type LodashIsString = (value: any) => value is string;
2061
- type LodashIsSymbol = (value: any) => boolean;
2002
+ type LodashIsSymbol = (value: any) => value is symbol;
2062
2003
  type LodashIsTypedArray = (value: any) => boolean;
2063
2004
  type LodashIsUndefined = (value: any) => value is undefined;
2064
2005
  type LodashIsWeakMap = (value: any) => value is WeakMap<object, any>;
2065
2006
  type LodashIsWeakSet = (value: any) => value is WeakSet<object>;
2066
- interface LodashIteratee extends LodashConvertible {
2007
+ interface LodashIteratee {
2067
2008
  <TFunction extends (...args: any[]) => any>(func: TFunction): TFunction;
2068
2009
  (func: string | object): (...args: any[]) => any;
2069
2010
  }
2070
- interface LodashJoin extends LodashConvertible {
2011
+ interface LodashJoin {
2071
2012
  (separator: string): LodashJoin1x1;
2072
2013
  (separator: lodash.__, array: lodash.List<any> | null | undefined): LodashJoin1x2;
2073
2014
  (separator: string, array: lodash.List<any> | null | undefined): string;
@@ -2079,14 +2020,14 @@ declare namespace _ {
2079
2020
  type LodashKeys = (object: any) => string[];
2080
2021
  type LodashKeysIn = (object: any) => string[];
2081
2022
  type LodashLast = <T>(array: lodash.List<T> | null | undefined) => T | undefined;
2082
- interface LodashLastIndexOf extends LodashConvertible {
2023
+ interface LodashLastIndexOf {
2083
2024
  <T>(value: T): LodashLastIndexOf1x1<T>;
2084
2025
  <T>(value: lodash.__, array: lodash.List<T> | null | undefined): LodashLastIndexOf1x2<T>;
2085
2026
  <T>(value: T, array: lodash.List<T> | null | undefined): number;
2086
2027
  }
2087
2028
  type LodashLastIndexOf1x1<T> = (array: lodash.List<T> | null | undefined) => number;
2088
2029
  type LodashLastIndexOf1x2<T> = (value: T) => number;
2089
- interface LodashLastIndexOfFrom extends LodashConvertible {
2030
+ interface LodashLastIndexOfFrom {
2090
2031
  <T>(value: T): LodashLastIndexOfFrom1x1<T>;
2091
2032
  (value: lodash.__, fromIndex: true|number): LodashLastIndexOfFrom1x2;
2092
2033
  <T>(value: T, fromIndex: true|number): LodashLastIndexOfFrom1x3<T>;
@@ -2115,21 +2056,21 @@ declare namespace _ {
2115
2056
  type LodashLastIndexOfFrom1x6<T> = (value: T) => number;
2116
2057
  type LodashLowerCase = (string: string) => string;
2117
2058
  type LodashLowerFirst = (string: string) => string;
2118
- interface LodashLt extends LodashConvertible {
2059
+ interface LodashLt {
2119
2060
  (value: any): LodashLt1x1;
2120
2061
  (value: lodash.__, other: any): LodashLt1x2;
2121
2062
  (value: any, other: any): boolean;
2122
2063
  }
2123
2064
  type LodashLt1x1 = (other: any) => boolean;
2124
2065
  type LodashLt1x2 = (value: any) => boolean;
2125
- interface LodashLte extends LodashConvertible {
2066
+ interface LodashLte {
2126
2067
  (value: any): LodashLte1x1;
2127
2068
  (value: lodash.__, other: any): LodashLte1x2;
2128
2069
  (value: any, other: any): boolean;
2129
2070
  }
2130
2071
  type LodashLte1x1 = (other: any) => boolean;
2131
2072
  type LodashLte1x2 = (value: any) => boolean;
2132
- interface LodashMap extends LodashConvertible {
2073
+ interface LodashMap {
2133
2074
  <T, TResult>(iteratee: (value: T) => TResult): LodashMap1x1<T, TResult>;
2134
2075
  <T>(iteratee: lodash.__, collection: T[] | null | undefined): LodashMap1x2<T>;
2135
2076
  <T, TResult>(iteratee: (value: T) => TResult, collection: T[] | lodash.List<T> | null | undefined): TResult[];
@@ -2138,27 +2079,27 @@ declare namespace _ {
2138
2079
  <T extends object>(iteratee: lodash.__, collection: T | null | undefined): LodashMap3x2<T>;
2139
2080
  <T extends object, TResult>(iteratee: (value: T[keyof T]) => TResult, collection: T | null | undefined): TResult[];
2140
2081
  <T, K extends keyof T>(iteratee: K): LodashMap4x1<T, K>;
2141
- <T>(iteratee: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashMap4x2<T>;
2142
- <T, K extends keyof T>(iteratee: K, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): Array<T[K]>;
2082
+ <T>(iteratee: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashMap4x2<T>;
2083
+ <T, K extends keyof T>(iteratee: K, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): Array<T[K]>;
2143
2084
  (iteratee: string): LodashMap5x1;
2144
- <T>(iteratee: string, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): any[];
2085
+ <T>(iteratee: string, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): any[];
2145
2086
  (iteratee: object): LodashMap6x1;
2146
- <T>(iteratee: object, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean[];
2087
+ <T>(iteratee: object, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): boolean[];
2147
2088
  }
2148
2089
  type LodashMap1x1<T, TResult> = (collection: T[] | lodash.List<T> | null | undefined) => TResult[];
2149
2090
  type LodashMap1x2<T> = <TResult>(iteratee: (value: T) => TResult) => TResult[];
2150
2091
  type LodashMap2x2<T> = <TResult>(iteratee: (value: T) => TResult) => TResult[];
2151
2092
  type LodashMap3x1<T, TResult> = (collection: T | null | undefined) => TResult[];
2152
2093
  type LodashMap3x2<T> = <TResult>(iteratee: (value: T[keyof T]) => TResult) => TResult[];
2153
- type LodashMap4x1<T, K extends keyof T> = (collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => Array<T[K]>;
2094
+ type LodashMap4x1<T, K extends keyof T> = (collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => Array<T[K]>;
2154
2095
  interface LodashMap4x2<T> {
2155
2096
  <K extends keyof T>(iteratee: K): Array<T[K]>;
2156
2097
  (iteratee: string): any[];
2157
2098
  (iteratee: object): boolean[];
2158
2099
  }
2159
- type LodashMap5x1 = <T>(collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => any[];
2160
- type LodashMap6x1 = <T>(collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean[];
2161
- interface LodashMapKeys extends LodashConvertible {
2100
+ type LodashMap5x1 = <T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => any[];
2101
+ type LodashMap6x1 = <T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined) => boolean[];
2102
+ interface LodashMapKeys {
2162
2103
  (iteratee: lodash.ValueIteratee<number>): LodashMapKeys1x1;
2163
2104
  <T>(iteratee: lodash.__, object: lodash.List<T> | null | undefined): LodashMapKeys1x2<T>;
2164
2105
  <T>(iteratee: lodash.ValueIteratee<number>, object: lodash.List<T> | null | undefined): lodash.Dictionary<T>;
@@ -2170,7 +2111,7 @@ declare namespace _ {
2170
2111
  type LodashMapKeys1x2<T> = (iteratee: lodash.ValueIteratee<number>) => lodash.Dictionary<T>;
2171
2112
  type LodashMapKeys2x1 = <T extends object>(object: T | null | undefined) => lodash.Dictionary<T[keyof T]>;
2172
2113
  type LodashMapKeys2x2<T> = (iteratee: lodash.ValueIteratee<string>) => lodash.Dictionary<T[keyof T]>;
2173
- interface LodashMapValues extends LodashConvertible {
2114
+ interface LodashMapValues {
2174
2115
  <T, TResult>(callback: (value: T) => TResult): LodashMapValues1x1<T, TResult>;
2175
2116
  <T>(callbackOrIterateeOrIterateeOrIteratee: lodash.__, obj: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashMapValues1x2<T>;
2176
2117
  <T, TResult>(callback: (value: T) => TResult, obj: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): lodash.Dictionary<TResult>;
@@ -2208,7 +2149,7 @@ declare namespace _ {
2208
2149
  <T>(obj: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): lodash.Dictionary<any>;
2209
2150
  <T extends object>(obj: T | null | undefined): { [P in keyof T]: any };
2210
2151
  }
2211
- interface LodashMatchesProperty extends LodashConvertible {
2152
+ interface LodashMatchesProperty {
2212
2153
  (path: lodash.PropertyPath): LodashMatchesProperty1x1;
2213
2154
  <T>(path: lodash.__, srcValue: T): LodashMatchesProperty1x2;
2214
2155
  <T>(path: lodash.PropertyPath, srcValue: T): (value: any) => boolean;
@@ -2216,7 +2157,7 @@ declare namespace _ {
2216
2157
  type LodashMatchesProperty1x1 = <T>(srcValue: T) => (value: any) => boolean;
2217
2158
  type LodashMatchesProperty1x2 = (path: lodash.PropertyPath) => (value: any) => boolean;
2218
2159
  type LodashMax = <T>(collection: lodash.List<T> | null | undefined) => T | undefined;
2219
- interface LodashMaxBy extends LodashConvertible {
2160
+ interface LodashMaxBy {
2220
2161
  <T>(iteratee: lodash.ValueIteratee<T>): LodashMaxBy1x1<T>;
2221
2162
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashMaxBy1x2<T>;
2222
2163
  <T>(iteratee: lodash.ValueIteratee<T>, collection: lodash.List<T> | null | undefined): T | undefined;
@@ -2224,36 +2165,36 @@ declare namespace _ {
2224
2165
  type LodashMaxBy1x1<T> = (collection: lodash.List<T> | null | undefined) => T | undefined;
2225
2166
  type LodashMaxBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => T | undefined;
2226
2167
  type LodashMean = (collection: lodash.List<any> | null | undefined) => number;
2227
- interface LodashMeanBy extends LodashConvertible {
2168
+ interface LodashMeanBy {
2228
2169
  <T>(iteratee: lodash.ValueIteratee<T>): LodashMeanBy1x1<T>;
2229
2170
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashMeanBy1x2<T>;
2230
2171
  <T>(iteratee: lodash.ValueIteratee<T>, collection: lodash.List<T> | null | undefined): number;
2231
2172
  }
2232
2173
  type LodashMeanBy1x1<T> = (collection: lodash.List<T> | null | undefined) => number;
2233
2174
  type LodashMeanBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => number;
2234
- type LodashMemoize = <T extends (...args: any[]) => any>(func: T) => T & lodash.MemoizedFunction;
2235
- interface LodashMerge extends LodashConvertible {
2175
+ type LodashMemoize = <T extends (...args: any) => any>(func: T) => T & lodash.MemoizedFunction;
2176
+ interface LodashMerge {
2236
2177
  <TObject>(object: TObject): LodashMerge1x1<TObject>;
2237
2178
  <TSource>(object: lodash.__, source: TSource): LodashMerge1x2<TSource>;
2238
2179
  <TObject, TSource>(object: TObject, source: TSource): TObject & TSource;
2239
2180
  }
2240
2181
  type LodashMerge1x1<TObject> = <TSource>(source: TSource) => TObject & TSource;
2241
2182
  type LodashMerge1x2<TSource> = <TObject>(object: TObject) => TObject & TSource;
2242
- interface LodashMergeAll extends LodashConvertible {
2183
+ interface LodashMergeAll {
2243
2184
  <TObject, TSource>(object: [TObject, TSource]): TObject & TSource;
2244
2185
  <TObject, TSource1, TSource2>(object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2;
2245
2186
  <TObject, TSource1, TSource2, TSource3>(object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3;
2246
2187
  <TObject, TSource1, TSource2, TSource3, TSource4>(object: [TObject, TSource1, TSource2, TSource3, TSource4]): TObject & TSource1 & TSource2 & TSource3 & TSource4;
2247
2188
  (object: ReadonlyArray<any>): any;
2248
2189
  }
2249
- interface LodashMergeAllWith extends LodashConvertible {
2190
+ interface LodashMergeAllWith {
2250
2191
  (customizer: lodash.MergeWithCustomizer): LodashMergeAllWith1x1;
2251
2192
  (customizer: lodash.__, args: ReadonlyArray<any>): LodashMergeAllWith1x2;
2252
2193
  (customizer: lodash.MergeWithCustomizer, args: ReadonlyArray<any>): any;
2253
2194
  }
2254
2195
  type LodashMergeAllWith1x1 = (args: ReadonlyArray<any>) => any;
2255
2196
  type LodashMergeAllWith1x2 = (customizer: lodash.MergeWithCustomizer) => any;
2256
- interface LodashMergeWith extends LodashConvertible {
2197
+ interface LodashMergeWith {
2257
2198
  (customizer: lodash.MergeWithCustomizer): LodashMergeWith1x1;
2258
2199
  <TObject>(customizer: lodash.__, object: TObject): LodashMergeWith1x2<TObject>;
2259
2200
  <TObject>(customizer: lodash.MergeWithCustomizer, object: TObject): LodashMergeWith1x3<TObject>;
@@ -2283,14 +2224,14 @@ declare namespace _ {
2283
2224
  type LodashMethod = (path: lodash.PropertyPath) => (object: any) => any;
2284
2225
  type LodashMethodOf = (object: object) => (path: lodash.PropertyPath) => any;
2285
2226
  type LodashMin = <T>(collection: lodash.List<T> | null | undefined) => T | undefined;
2286
- interface LodashMinBy extends LodashConvertible {
2227
+ interface LodashMinBy {
2287
2228
  <T>(iteratee: lodash.ValueIteratee<T>): LodashMinBy1x1<T>;
2288
2229
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashMinBy1x2<T>;
2289
2230
  <T>(iteratee: lodash.ValueIteratee<T>, collection: lodash.List<T> | null | undefined): T | undefined;
2290
2231
  }
2291
2232
  type LodashMinBy1x1<T> = (collection: lodash.List<T> | null | undefined) => T | undefined;
2292
2233
  type LodashMinBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => T | undefined;
2293
- interface LodashMultiply extends LodashConvertible {
2234
+ interface LodashMultiply {
2294
2235
  (multiplier: number): LodashMultiply1x1;
2295
2236
  (multiplier: lodash.__, multiplicand: number): LodashMultiply1x2;
2296
2237
  (multiplier: number, multiplicand: number): number;
@@ -2300,7 +2241,7 @@ declare namespace _ {
2300
2241
  type LodashNoConflict = () => typeof _;
2301
2242
  type LodashNoop = (...args: any[]) => void;
2302
2243
  type LodashNow = () => number;
2303
- interface LodashNth extends LodashConvertible {
2244
+ interface LodashNth {
2304
2245
  (n: number): LodashNth1x1;
2305
2246
  <T>(n: lodash.__, array: lodash.List<T> | null | undefined): LodashNth1x2<T>;
2306
2247
  <T>(n: number, array: lodash.List<T> | null | undefined): T | undefined;
@@ -2308,26 +2249,20 @@ declare namespace _ {
2308
2249
  type LodashNth1x1 = <T>(array: lodash.List<T> | null | undefined) => T | undefined;
2309
2250
  type LodashNth1x2<T> = (n: number) => T | undefined;
2310
2251
  type LodashNthArg = (n: number) => (...args: any[]) => any;
2311
- interface LodashOmit extends LodashConvertible {
2312
- (paths: lodash.Many<lodash.PropertyName>): LodashOmit1x1;
2313
- <T extends lodash.AnyKindOfDictionary>(paths: lodash.__, object: T | null | undefined): LodashOmit1x2<T>;
2314
- <T extends lodash.AnyKindOfDictionary>(paths: lodash.Many<lodash.PropertyName>, object: T | null | undefined): T;
2315
- <T extends object, K extends keyof T>(paths: lodash.Many<K>): LodashOmit2x1<T, K>;
2316
- <T extends object>(paths: lodash.__, object: T | null | undefined): LodashOmit2x2<T>;
2252
+ interface LodashOmit {
2253
+ <T extends object, K extends keyof T>(paths: lodash.Many<K>): LodashOmit1x1<T, K>;
2254
+ <T extends object>(paths: lodash.__, object: T | null | undefined): LodashOmit1x2<T>;
2317
2255
  <T extends object, K extends keyof T>(paths: lodash.Many<K>, object: T | null | undefined): lodash.Omit<T, K>;
2256
+ (paths: lodash.Many<lodash.PropertyName>): LodashOmit2x1;
2318
2257
  <T extends object>(paths: lodash.Many<lodash.PropertyName>, object: T | null | undefined): lodash.PartialObject<T>;
2319
2258
  }
2320
- interface LodashOmit1x1 {
2321
- <T extends lodash.AnyKindOfDictionary>(object: T | null | undefined): T;
2322
- <T extends object>(object: T | null | undefined): lodash.PartialObject<T>;
2323
- }
2324
- type LodashOmit1x2<T> = (paths: lodash.Many<lodash.PropertyName>) => T;
2325
- type LodashOmit2x1<T, K extends keyof T> = (object: T | null | undefined) => lodash.Omit<T, K>;
2326
- interface LodashOmit2x2<T> {
2259
+ type LodashOmit1x1<T, K extends keyof T> = (object: T | null | undefined) => lodash.Omit<T, K>;
2260
+ interface LodashOmit1x2<T> {
2327
2261
  <K extends keyof T>(paths: lodash.Many<K>): lodash.Omit<T, K>;
2328
2262
  (paths: lodash.Many<lodash.PropertyName>): lodash.PartialObject<T>;
2329
2263
  }
2330
- interface LodashOmitBy extends LodashConvertible {
2264
+ type LodashOmit2x1 = <T extends object>(object: T | null | undefined) => lodash.PartialObject<T>;
2265
+ interface LodashOmitBy {
2331
2266
  <T>(predicate: lodash.ValueKeyIteratee<T>): LodashOmitBy1x1<T>;
2332
2267
  <T>(predicate: lodash.__, object: lodash.Dictionary<T> | null | undefined): LodashOmitBy1x2<T>;
2333
2268
  <T>(predicate: lodash.ValueKeyIteratee<T>, object: lodash.Dictionary<T> | null | undefined): lodash.Dictionary<T>;
@@ -2344,8 +2279,8 @@ declare namespace _ {
2344
2279
  type LodashOmitBy1x2<T> = (predicate: lodash.ValueKeyIteratee<T>) => lodash.Dictionary<T>;
2345
2280
  type LodashOmitBy2x2<T> = (predicate: lodash.ValueKeyIteratee<T>) => lodash.NumericDictionary<T>;
2346
2281
  type LodashOmitBy3x2<T> = (predicate: lodash.ValueKeyIteratee<T[keyof T]>) => lodash.PartialObject<T>;
2347
- type LodashOnce = <T extends (...args: any[]) => any>(func: T) => T;
2348
- interface LodashOrderBy extends LodashConvertible {
2282
+ type LodashOnce = <T extends (...args: any) => any>(func: T) => T;
2283
+ interface LodashOrderBy {
2349
2284
  <T>(iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x1<T>;
2350
2285
  (iteratees: lodash.__, orders: lodash.Many<boolean|"asc"|"desc">): LodashOrderBy1x2;
2351
2286
  <T>(iteratees: lodash.Many<(value: T) => lodash.NotVoid>, orders: lodash.Many<boolean|"asc"|"desc">): LodashOrderBy1x3<T>;
@@ -2408,21 +2343,21 @@ declare namespace _ {
2408
2343
  type LodashOrderBy3x5<T> = (orders: lodash.Many<boolean|"asc"|"desc">) => Array<T[keyof T]>;
2409
2344
  type LodashOrderBy3x6<T> = (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many<lodash.ValueIteratee<T[keyof T]>>) => Array<T[keyof T]>;
2410
2345
  type LodashOrderBy4x5<T> = (orders: lodash.Many<boolean|"asc"|"desc">) => Array<T[keyof T]>;
2411
- interface LodashOverArgs extends LodashConvertible {
2346
+ interface LodashOverArgs {
2412
2347
  (func: (...args: any[]) => any): LodashOverArgs1x1;
2413
2348
  (func: lodash.__, transforms: lodash.Many<(...args: any[]) => any>): LodashOverArgs1x2;
2414
2349
  (func: (...args: any[]) => any, transforms: lodash.Many<(...args: any[]) => any>): (...args: any[]) => any;
2415
2350
  }
2416
2351
  type LodashOverArgs1x1 = (transforms: lodash.Many<(...args: any[]) => any>) => (...args: any[]) => any;
2417
2352
  type LodashOverArgs1x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
2418
- interface LodashPad extends LodashConvertible {
2353
+ interface LodashPad {
2419
2354
  (length: number): LodashPad1x1;
2420
2355
  (length: lodash.__, string: string): LodashPad1x2;
2421
2356
  (length: number, string: string): string;
2422
2357
  }
2423
2358
  type LodashPad1x1 = (string: string) => string;
2424
2359
  type LodashPad1x2 = (length: number) => string;
2425
- interface LodashPadChars extends LodashConvertible {
2360
+ interface LodashPadChars {
2426
2361
  (chars: string): LodashPadChars1x1;
2427
2362
  (chars: lodash.__, length: number): LodashPadChars1x2;
2428
2363
  (chars: string, length: number): LodashPadChars1x3;
@@ -2449,7 +2384,7 @@ declare namespace _ {
2449
2384
  }
2450
2385
  type LodashPadChars1x5 = (length: number) => string;
2451
2386
  type LodashPadChars1x6 = (chars: string) => string;
2452
- interface LodashPadCharsEnd extends LodashConvertible {
2387
+ interface LodashPadCharsEnd {
2453
2388
  (chars: string): LodashPadCharsEnd1x1;
2454
2389
  (chars: lodash.__, length: number): LodashPadCharsEnd1x2;
2455
2390
  (chars: string, length: number): LodashPadCharsEnd1x3;
@@ -2476,7 +2411,7 @@ declare namespace _ {
2476
2411
  }
2477
2412
  type LodashPadCharsEnd1x5 = (length: number) => string;
2478
2413
  type LodashPadCharsEnd1x6 = (chars: string) => string;
2479
- interface LodashPadCharsStart extends LodashConvertible {
2414
+ interface LodashPadCharsStart {
2480
2415
  (chars: string): LodashPadCharsStart1x1;
2481
2416
  (chars: lodash.__, length: number): LodashPadCharsStart1x2;
2482
2417
  (chars: string, length: number): LodashPadCharsStart1x3;
@@ -2503,209 +2438,186 @@ declare namespace _ {
2503
2438
  }
2504
2439
  type LodashPadCharsStart1x5 = (length: number) => string;
2505
2440
  type LodashPadCharsStart1x6 = (chars: string) => string;
2506
- interface LodashPadEnd extends LodashConvertible {
2441
+ interface LodashPadEnd {
2507
2442
  (length: number): LodashPadEnd1x1;
2508
2443
  (length: lodash.__, string: string): LodashPadEnd1x2;
2509
2444
  (length: number, string: string): string;
2510
2445
  }
2511
2446
  type LodashPadEnd1x1 = (string: string) => string;
2512
2447
  type LodashPadEnd1x2 = (length: number) => string;
2513
- interface LodashPadStart extends LodashConvertible {
2448
+ interface LodashPadStart {
2514
2449
  (length: number): LodashPadStart1x1;
2515
2450
  (length: lodash.__, string: string): LodashPadStart1x2;
2516
2451
  (length: number, string: string): string;
2517
2452
  }
2518
2453
  type LodashPadStart1x1 = (string: string) => string;
2519
2454
  type LodashPadStart1x2 = (length: number) => string;
2520
- interface LodashParseInt extends LodashConvertible {
2455
+ interface LodashParseInt {
2521
2456
  (radix: number): LodashParseInt1x1;
2522
2457
  (radix: lodash.__, string: string): LodashParseInt1x2;
2523
2458
  (radix: number, string: string): number;
2524
2459
  }
2525
2460
  type LodashParseInt1x1 = (string: string) => number;
2526
2461
  type LodashParseInt1x2 = (radix: number) => number;
2527
- interface LodashPartial extends LodashConvertible {
2528
- <T1, R>(func: lodash.Function1<T1, R>): LodashPartial1x1<T1, R>;
2529
- <T1>(func: lodash.__, arg1: [T1]): LodashPartial1x2<T1>;
2530
- <T1, R>(func: lodash.Function1<T1, R>, arg1: [T1]): lodash.Function0<R>;
2531
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>): LodashPartial2x1<T1, T2, R>;
2532
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1]): lodash.Function1< T2, R>;
2533
- <T2>(func: lodash.__, plc1: [lodash.__, T2]): LodashPartial3x2<T2>;
2534
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>, plc1: [lodash.__, T2]): lodash.Function1<T1, R>;
2535
- <T1, T2>(func: lodash.__, arg1: [T1, T2]): LodashPartial4x2<T1, T2>;
2536
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, T2]): lodash.Function0< R>;
2537
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>): LodashPartial5x1<T1, T2, T3, R>;
2538
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1]): lodash.Function2< T2, T3, R>;
2539
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, T2]): lodash.Function2<T1, T3, R>;
2540
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2]): lodash.Function1< T3, R>;
2541
- <T3>(func: lodash.__, plc1: [lodash.__, lodash.__, T3]): LodashPartial8x2<T3>;
2542
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, lodash.__, T3]): lodash.Function2<T1, T2, R>;
2543
- <T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartial9x2<T1, T3>;
2544
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1< T2, R>;
2545
- <T2, T3>(func: lodash.__, plc1: [lodash.__, T2, T3]): LodashPartial10x2<T2, T3>;
2546
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, T2, T3]): lodash.Function1<T1, R>;
2547
- <T1, T2, T3>(func: lodash.__, arg1: [T1, T2, T3]): LodashPartial11x2<T1, T2, T3>;
2548
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, T3]): lodash.Function0< R>;
2549
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): LodashPartial12x1<T1, T2, T3, T4, R>;
2550
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1]): lodash.Function3< T2, T3, T4, R>;
2551
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2]): lodash.Function3<T1, T3, T4, R>;
2552
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2]): lodash.Function2< T3, T4, R>;
2553
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, T3]): lodash.Function3<T1, T2, T4, R>;
2554
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3]): lodash.Function2< T2, T4, R>;
2555
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, T3]): lodash.Function2<T1, T4, R>;
2556
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3]): lodash.Function1< T4, R>;
2557
- <T4>(func: lodash.__, plc1: [lodash.__, lodash.__, lodash.__, T4]): LodashPartial19x2<T4>;
2558
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3<T1, T2, T3, R>;
2559
- <T1, T4>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartial20x2<T1, T4>;
2560
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2< T2, T3, R>;
2561
- <T2, T4>(func: lodash.__, plc1: [lodash.__, T2, lodash.__, T4]): LodashPartial21x2<T2, T4>;
2562
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2563
- <T1, T2, T4>(func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartial22x2<T1, T2, T4>;
2564
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1< T3, R>;
2565
- <T3, T4>(func: lodash.__, plc1: [lodash.__, lodash.__, T3, T4]): LodashPartial23x2<T3, T4>;
2566
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
2567
- <T1, T3, T4>(func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartial24x2<T1, T3, T4>;
2568
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1< T2, R>;
2569
- <T2, T3, T4>(func: lodash.__, plc1: [lodash.__, T2, T3, T4]): LodashPartial25x2<T2, T3, T4>;
2570
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
2571
- <T1, T2, T3, T4>(func: lodash.__, arg1: [T1, T2, T3, T4]): LodashPartial26x2<T1, T2, T3, T4>;
2572
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, T4]): lodash.Function0< R>;
2573
- (func: (...args: any[]) => any): LodashPartial27x1;
2574
- (func: lodash.__, args: ReadonlyArray<any>): LodashPartial27x2;
2575
- (func: (...args: any[]) => any, args: ReadonlyArray<any>): (...args: any[]) => any;
2462
+ interface LodashPartial {
2463
+ <T1, T2, R>(func: lodash.Function2<T1, T2, R>): LodashPartial1x1<T1, T2, R>;
2464
+ <T2>(func: lodash.__, plc1: [lodash.__, T2]): LodashPartial1x2<T2>;
2465
+ <T1, T2, R>(func: lodash.Function2<T1, T2, R>, plc1: [lodash.__, T2]): lodash.Function1<T1, R>;
2466
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>): LodashPartial2x1<T1, T2, T3, R>;
2467
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, T2]): lodash.Function2<T1, T3, R>;
2468
+ <T3>(func: lodash.__, plc1: [lodash.__, lodash.__, T3]): LodashPartial3x2<T3>;
2469
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, lodash.__, T3]): lodash.Function2<T1, T2, R>;
2470
+ <T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartial4x2<T1, T3>;
2471
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
2472
+ <T2, T3>(func: lodash.__, plc1: [lodash.__, T2, T3]): LodashPartial5x2<T2, T3>;
2473
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, plc1: [lodash.__, T2, T3]): lodash.Function1<T1, R>;
2474
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): LodashPartial6x1<T1, T2, T3, T4, R>;
2475
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2]): lodash.Function3<T1, T3, T4, R>;
2476
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, T3]): lodash.Function3<T1, T2, T4, R>;
2477
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3]): lodash.Function2<T2, T4, R>;
2478
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, T3]): lodash.Function2<T1, T4, R>;
2479
+ <T1, T2, T3>(func: lodash.__, arg1OrT1: [T1, T2, T3]): LodashPartial10x2<T1, T2, T3>;
2480
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3]): lodash.Function1<T4, R>;
2481
+ <T4>(func: lodash.__, plc1: [lodash.__, lodash.__, lodash.__, T4]): LodashPartial11x2<T4>;
2482
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3<T1, T2, T3, R>;
2483
+ <T1, T4>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartial12x2<T1, T4>;
2484
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
2485
+ <T2, T4>(func: lodash.__, plc1: [lodash.__, T2, lodash.__, T4]): LodashPartial13x2<T2, T4>;
2486
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2487
+ <T1, T2, T4>(func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartial14x2<T1, T2, T4>;
2488
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
2489
+ <T3, T4>(func: lodash.__, plc1: [lodash.__, lodash.__, T3, T4]): LodashPartial15x2<T3, T4>;
2490
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
2491
+ <T1, T3, T4>(func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartial16x2<T1, T3, T4>;
2492
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
2493
+ <T2, T3, T4>(func: lodash.__, plc1: [lodash.__, T2, T3, T4]): LodashPartial17x2<T2, T3, T4>;
2494
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
2495
+ <TS extends any[], T1, R>(func: (t1: T1, ...ts: TS) => R): LodashPartial18x1<TS, T1, R>;
2496
+ <T1>(func: lodash.__, arg1: [T1]): LodashPartial18x2<T1>;
2497
+ <TS extends any[], T1, R>(func: (t1: T1, ...ts: TS) => R, arg1: [T1]): (...ts: TS) => R;
2498
+ <TS extends any[], T1, T2, R>(func: (t1: T1, t2: T2, ...ts: TS) => R): LodashPartial19x1<TS, T1, T2, R>;
2499
+ <T1, T2>(func: lodash.__, t1: [T1, T2]): LodashPartial19x2<T1, T2>;
2500
+ <TS extends any[], T1, T2, R>(func: (t1: T1, t2: T2, ...ts: TS) => R, t1: [T1, T2]): (...ts: TS) => R;
2501
+ <TS extends any[], T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R): LodashPartial20x1<TS, T1, T2, T3, R>;
2502
+ <TS extends any[], T1, T2, T3, R>(func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R, t1: [T1, T2, T3]): (...ts: TS) => R;
2503
+ <TS extends any[], T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R): LodashPartial21x1<TS, T1, T2, T3, T4, R>;
2504
+ <T1, T2, T3, T4>(func: lodash.__, t1: [T1, T2, T3, T4]): LodashPartial21x2<T1, T2, T3, T4>;
2505
+ <TS extends any[], T1, T2, T3, T4, R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R, t1: [T1, T2, T3, T4]): (...ts: TS) => R;
2576
2506
  placeholder: lodash.__;
2577
2507
  }
2578
- type LodashPartial1x1<T1, R> = (arg1: [T1]) => lodash.Function0<R>;
2579
- interface LodashPartial1x2<T1> {
2580
- <R>(func: lodash.Function1<T1, R>): lodash.Function0<R>;
2581
- <T2, R>(func: lodash.Function2<T1, T2, R>): lodash.Function1< T2, R>;
2582
- <T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2< T2, T3, R>;
2583
- <T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3< T2, T3, T4, R>;
2584
- }
2585
- interface LodashPartial2x1<T1, T2, R> {
2586
- (arg1: [T1]): lodash.Function1< T2, R>;
2587
- (plc1: [lodash.__, T2]): lodash.Function1<T1, R>;
2588
- (arg1: [T1, T2]): lodash.Function0< R>;
2589
- }
2590
- interface LodashPartial3x2<T2> {
2591
- <T1, R>(func: lodash.Function2<T1, T2, R>): lodash.Function1<T1, R>;
2592
- <T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2<T1, T3, R>;
2593
- <T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3<T1, T3, T4, R>;
2594
- }
2595
- interface LodashPartial4x2<T1, T2> {
2596
- <R>(func: lodash.Function2<T1, T2, R>): lodash.Function0< R>;
2597
- <T3, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1< T3, R>;
2598
- <T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2< T3, T4, R>;
2599
- }
2600
- interface LodashPartial5x1<T1, T2, T3, R> {
2601
- (arg1: [T1]): lodash.Function2< T2, T3, R>;
2602
- (plc1: [lodash.__, T2]): lodash.Function2<T1, T3, R>;
2603
- (arg1: [T1, T2]): lodash.Function1< T3, R>;
2604
- (plc1: [lodash.__, lodash.__, T3]): lodash.Function2<T1, T2, R>;
2605
- (arg1: [T1, lodash.__, T3]): lodash.Function1< T2, R>;
2606
- (plc1: [lodash.__, T2, T3]): lodash.Function1<T1, R>;
2607
- (arg1: [T1, T2, T3]): lodash.Function0< R>;
2608
- }
2609
- interface LodashPartial8x2<T3> {
2610
- <T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2<T1, T2, R>;
2611
- <T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3<T1, T2, T4, R>;
2612
- }
2613
- interface LodashPartial9x2<T1, T3> {
2614
- <T2, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1< T2, R>;
2615
- <T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2< T2, T4, R>;
2616
- }
2617
- interface LodashPartial10x2<T2, T3> {
2618
- <T1, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1<T1, R>;
2619
- <T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2<T1, T4, R>;
2620
- }
2621
- interface LodashPartial11x2<T1, T2, T3> {
2622
- <R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function0< R>;
2623
- <T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function1< T4, R>;
2624
- }
2625
- interface LodashPartial12x1<T1, T2, T3, T4, R> {
2626
- (arg1: [T1]): lodash.Function3< T2, T3, T4, R>;
2627
- (plc1: [lodash.__, T2]): lodash.Function3<T1, T3, T4, R>;
2628
- (arg1: [T1, T2]): lodash.Function2< T3, T4, R>;
2629
- (plc1: [lodash.__, lodash.__, T3]): lodash.Function3<T1, T2, T4, R>;
2630
- (arg1: [T1, lodash.__, T3]): lodash.Function2< T2, T4, R>;
2631
- (plc1: [lodash.__, T2, T3]): lodash.Function2<T1, T4, R>;
2632
- (arg1: [T1, T2, T3]): lodash.Function1< T4, R>;
2633
- (plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3<T1, T2, T3, R>;
2634
- (arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2< T2, T3, R>;
2635
- (plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2636
- (arg1: [T1, T2, lodash.__, T4]): lodash.Function1< T3, R>;
2637
- (plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
2638
- (arg1: [T1, lodash.__, T3, T4]): lodash.Function1< T2, R>;
2639
- (plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
2640
- (arg1: [T1, T2, T3, T4]): lodash.Function0< R>;
2641
- }
2642
- type LodashPartial19x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
2643
- type LodashPartial20x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2< T2, T3, R>;
2644
- type LodashPartial21x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
2645
- type LodashPartial22x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T3, R>;
2646
- type LodashPartial23x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
2647
- type LodashPartial24x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T2, R>;
2648
- type LodashPartial25x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
2649
- type LodashPartial26x2<T1, T2, T3, T4> = <R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function0< R>;
2650
- type LodashPartial27x1 = (args: ReadonlyArray<any>) => (...args: any[]) => any;
2651
- type LodashPartial27x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
2652
- interface LodashPartialRight extends LodashConvertible {
2508
+ type LodashPartial1x1<T1, T2, R> = (plc1: [lodash.__, T2]) => lodash.Function1<T1, R>;
2509
+ interface LodashPartial1x2<T2> {
2510
+ <T1, R>(func: lodash.Function2<T1, T2, R>): lodash.Function1<T1, R>;
2511
+ <T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2<T1, T3, R>;
2512
+ <T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3<T1, T3, T4, R>;
2513
+ }
2514
+ interface LodashPartial2x1<T1, T2, T3, R> {
2515
+ (plc1: [lodash.__, T2]): lodash.Function2<T1, T3, R>;
2516
+ (plc1: [lodash.__, lodash.__, T3]): lodash.Function2<T1, T2, R>;
2517
+ (arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
2518
+ (plc1: [lodash.__, T2, T3]): lodash.Function1<T1, R>;
2519
+ }
2520
+ interface LodashPartial3x2<T3> {
2521
+ <T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function2<T1, T2, R>;
2522
+ <T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function3<T1, T2, T4, R>;
2523
+ }
2524
+ interface LodashPartial4x2<T1, T3> {
2525
+ <T2, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1<T2, R>;
2526
+ <T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2<T2, T4, R>;
2527
+ }
2528
+ interface LodashPartial5x2<T2, T3> {
2529
+ <T1, R>(func: lodash.Function3<T1, T2, T3, R>): lodash.Function1<T1, R>;
2530
+ <T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function2<T1, T4, R>;
2531
+ }
2532
+ interface LodashPartial6x1<T1, T2, T3, T4, R> {
2533
+ (plc1: [lodash.__, T2]): lodash.Function3<T1, T3, T4, R>;
2534
+ (plc1: [lodash.__, lodash.__, T3]): lodash.Function3<T1, T2, T4, R>;
2535
+ (arg1: [T1, lodash.__, T3]): lodash.Function2<T2, T4, R>;
2536
+ (plc1: [lodash.__, T2, T3]): lodash.Function2<T1, T4, R>;
2537
+ (arg1: [T1, T2, T3]): lodash.Function1<T4, R>;
2538
+ (plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3<T1, T2, T3, R>;
2539
+ (arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
2540
+ (plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2541
+ (arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
2542
+ (plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2<T1, T2, R>;
2543
+ (arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
2544
+ (plc1: [lodash.__, T2, T3, T4]): lodash.Function1<T1, R>;
2545
+ }
2546
+ interface LodashPartial10x2<T1, T2, T3> {
2547
+ <T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): lodash.Function1<T4, R>;
2548
+ <TS extends any[], R>(func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R): (...ts: TS) => R;
2549
+ }
2550
+ type LodashPartial11x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
2551
+ type LodashPartial12x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T2, T3, R>;
2552
+ type LodashPartial13x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
2553
+ type LodashPartial14x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T3, R>;
2554
+ type LodashPartial15x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
2555
+ type LodashPartial16x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T2, R>;
2556
+ type LodashPartial17x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
2557
+ type LodashPartial18x1<TS extends any[], T1, R> = (arg1: [T1]) => (...ts: TS) => R;
2558
+ type LodashPartial18x2<T1> = <TS extends any[], R>(func: (t1: T1, ...ts: TS) => R) => (...ts: TS) => R;
2559
+ type LodashPartial19x1<TS extends any[], T1, T2, R> = (t1: [T1, T2]) => (...ts: TS) => R;
2560
+ type LodashPartial19x2<T1, T2> = <TS extends any[], R>(func: (t1: T1, t2: T2, ...ts: TS) => R) => (...ts: TS) => R;
2561
+ type LodashPartial20x1<TS extends any[], T1, T2, T3, R> = (t1: [T1, T2, T3]) => (...ts: TS) => R;
2562
+ type LodashPartial21x1<TS extends any[], T1, T2, T3, T4, R> = (t1: [T1, T2, T3, T4]) => (...ts: TS) => R;
2563
+ type LodashPartial21x2<T1, T2, T3, T4> = <TS extends any[], R>(func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R) => (...ts: TS) => R;
2564
+ interface LodashPartialRight {
2653
2565
  <T1, R>(func: lodash.Function1<T1, R>): LodashPartialRight1x1<T1, R>;
2654
2566
  <T1>(func: lodash.__, arg1: [T1]): LodashPartialRight1x2<T1>;
2655
2567
  <T1, R>(func: lodash.Function1<T1, R>, arg1: [T1]): lodash.Function0<R>;
2656
2568
  <T1, T2, R>(func: lodash.Function2<T1, T2, R>): LodashPartialRight2x1<T1, T2, R>;
2657
2569
  <T1>(func: lodash.__, arg1: [T1, lodash.__]): LodashPartialRight2x2<T1>;
2658
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, lodash.__]): lodash.Function1< T2, R>;
2570
+ <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, lodash.__]): lodash.Function1<T2, R>;
2659
2571
  <T2>(func: lodash.__, arg2: [T2]): LodashPartialRight3x2<T2>;
2660
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg2: [T2]): lodash.Function1<T1, R>;
2572
+ <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg2: [T2]): lodash.Function1<T1, R>;
2661
2573
  <T1, T2>(func: lodash.__, arg1: [T1, T2]): LodashPartialRight4x2<T1, T2>;
2662
- <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, T2]): lodash.Function0< R>;
2574
+ <T1, T2, R>(func: lodash.Function2<T1, T2, R>, arg1: [T1, T2]): lodash.Function0<R>;
2663
2575
  <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>): LodashPartialRight5x1<T1, T2, T3, R>;
2664
2576
  <T1>(func: lodash.__, arg1: [T1, lodash.__, lodash.__]): LodashPartialRight5x2<T1>;
2665
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, lodash.__]): lodash.Function2< T2, T3, R>;
2577
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, lodash.__]): lodash.Function2<T2, T3, R>;
2666
2578
  <T2>(func: lodash.__, arg2: [T2, lodash.__]): LodashPartialRight6x2<T2>;
2667
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, lodash.__]): lodash.Function2<T1, T3, R>;
2579
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, lodash.__]): lodash.Function2<T1, T3, R>;
2668
2580
  <T1, T2>(func: lodash.__, arg1: [T1, T2, lodash.__]): LodashPartialRight7x2<T1, T2>;
2669
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, lodash.__]): lodash.Function1< T3, R>;
2581
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, lodash.__]): lodash.Function1<T3, R>;
2670
2582
  <T3>(func: lodash.__, arg3: [T3]): LodashPartialRight8x2<T3>;
2671
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg3: [T3]): lodash.Function2<T1, T2, R>;
2583
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg3: [T3]): lodash.Function2<T1, T2, R>;
2672
2584
  <T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartialRight9x2<T1, T3>;
2673
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1< T2, R>;
2585
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
2674
2586
  <T2, T3>(func: lodash.__, arg2: [T2, T3]): LodashPartialRight10x2<T2, T3>;
2675
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, T3]): lodash.Function1<T1, R>;
2587
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg2: [T2, T3]): lodash.Function1<T1, R>;
2676
2588
  <T1, T2, T3>(func: lodash.__, arg1: [T1, T2, T3]): LodashPartialRight11x2<T1, T2, T3>;
2677
- <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, T3]): lodash.Function0< R>;
2589
+ <T1, T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>, arg1: [T1, T2, T3]): lodash.Function0<R>;
2678
2590
  <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>): LodashPartialRight12x1<T1, T2, T3, T4, R>;
2679
2591
  <T1>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, lodash.__]): LodashPartialRight12x2<T1>;
2680
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3< T2, T3, T4, R>;
2592
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3<T2, T3, T4, R>;
2681
2593
  <T2>(func: lodash.__, arg2: [T2, lodash.__, lodash.__]): LodashPartialRight13x2<T2>;
2682
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1, T3, T4, R>;
2594
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1, T3, T4, R>;
2683
2595
  <T1, T2>(func: lodash.__, arg1: [T1, T2, lodash.__, lodash.__]): LodashPartialRight14x2<T1, T2>;
2684
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2< T3, T4, R>;
2596
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2<T3, T4, R>;
2685
2597
  <T3>(func: lodash.__, arg3: [T3, lodash.__]): LodashPartialRight15x2<T3>;
2686
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, lodash.__]): lodash.Function3<T1, T2, T4, R>;
2598
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, lodash.__]): lodash.Function3<T1, T2, T4, R>;
2687
2599
  <T1, T3>(func: lodash.__, arg1: [T1, lodash.__, T3, lodash.__]): LodashPartialRight16x2<T1, T3>;
2688
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2< T2, T4, R>;
2600
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2<T2, T4, R>;
2689
2601
  <T2, T3>(func: lodash.__, arg2: [T2, T3, lodash.__]): LodashPartialRight17x2<T2, T3>;
2690
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, lodash.__]): lodash.Function2<T1, T4, R>;
2602
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, lodash.__]): lodash.Function2<T1, T4, R>;
2691
2603
  <T1, T2, T3>(func: lodash.__, arg1: [T1, T2, T3, lodash.__]): LodashPartialRight18x2<T1, T2, T3>;
2692
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, lodash.__]): lodash.Function1< T4, R>;
2604
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, lodash.__]): lodash.Function1<T4, R>;
2693
2605
  <T4>(func: lodash.__, arg4: [T4]): LodashPartialRight19x2<T4>;
2694
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg4: [T4]): lodash.Function3<T1, T2, T3, R>;
2606
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg4: [T4]): lodash.Function3<T1, T2, T3, R>;
2695
2607
  <T1, T4>(func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartialRight20x2<T1, T4>;
2696
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2< T2, T3, R>;
2608
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
2697
2609
  <T2, T4>(func: lodash.__, arg2: [T2, lodash.__, T4]): LodashPartialRight21x2<T2, T4>;
2698
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2610
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2699
2611
  <T1, T2, T4>(func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartialRight22x2<T1, T2, T4>;
2700
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1< T3, R>;
2612
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
2701
2613
  <T3, T4>(func: lodash.__, arg3: [T3, T4]): LodashPartialRight23x2<T3, T4>;
2702
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, T4]): lodash.Function2<T1, T2, R>;
2614
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg3: [T3, T4]): lodash.Function2<T1, T2, R>;
2703
2615
  <T1, T3, T4>(func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartialRight24x2<T1, T3, T4>;
2704
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1< T2, R>;
2616
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
2705
2617
  <T2, T3, T4>(func: lodash.__, arg2: [T2, T3, T4]): LodashPartialRight25x2<T2, T3, T4>;
2706
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, T4]): lodash.Function1<T1, R>;
2618
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg2: [T2, T3, T4]): lodash.Function1<T1, R>;
2707
2619
  <T1, T2, T3, T4>(func: lodash.__, arg1: [T1, T2, T3, T4]): LodashPartialRight26x2<T1, T2, T3, T4>;
2708
- <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, T4]): lodash.Function0< R>;
2620
+ <T1, T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>, arg1: [T1, T2, T3, T4]): lodash.Function0<R>;
2709
2621
  (func: (...args: any[]) => any): LodashPartialRight27x1;
2710
2622
  (func: lodash.__, args: ReadonlyArray<any>): LodashPartialRight27x2;
2711
2623
  (func: (...args: any[]) => any, args: ReadonlyArray<any>): (...args: any[]) => any;
@@ -2714,64 +2626,64 @@ declare namespace _ {
2714
2626
  type LodashPartialRight1x1<T1, R> = (arg1: [T1]) => lodash.Function0<R>;
2715
2627
  type LodashPartialRight1x2<T1> = <R>(func: lodash.Function1<T1, R>) => lodash.Function0<R>;
2716
2628
  interface LodashPartialRight2x1<T1, T2, R> {
2717
- (arg1: [T1, lodash.__]): lodash.Function1< T2, R>;
2718
- (arg2: [T2]): lodash.Function1<T1, R>;
2719
- (arg1: [T1, T2]): lodash.Function0< R>;
2629
+ (arg1: [T1, lodash.__]): lodash.Function1<T2, R>;
2630
+ (arg2: [T2]): lodash.Function1<T1, R>;
2631
+ (arg1: [T1, T2]): lodash.Function0<R>;
2720
2632
  }
2721
- type LodashPartialRight2x2<T1> = <T2, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1< T2, R>;
2722
- type LodashPartialRight3x2<T2> = <T1, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<T1, R>;
2723
- type LodashPartialRight4x2<T1, T2> = <R>(func: lodash.Function2<T1, T2, R>) => lodash.Function0< R>;
2633
+ type LodashPartialRight2x2<T1> = <T2, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<T2, R>;
2634
+ type LodashPartialRight3x2<T2> = <T1, R>(func: lodash.Function2<T1, T2, R>) => lodash.Function1<T1, R>;
2635
+ type LodashPartialRight4x2<T1, T2> = <R>(func: lodash.Function2<T1, T2, R>) => lodash.Function0<R>;
2724
2636
  interface LodashPartialRight5x1<T1, T2, T3, R> {
2725
- (arg1: [T1, lodash.__, lodash.__]): lodash.Function2< T2, T3, R>;
2726
- (arg2: [T2, lodash.__]): lodash.Function2<T1, T3, R>;
2727
- (arg1: [T1, T2, lodash.__]): lodash.Function1< T3, R>;
2728
- (arg3: [T3]): lodash.Function2<T1, T2, R>;
2729
- (arg1: [T1, lodash.__, T3]): lodash.Function1< T2, R>;
2730
- (arg2: [T2, T3]): lodash.Function1<T1, R>;
2731
- (arg1: [T1, T2, T3]): lodash.Function0< R>;
2732
- }
2733
- type LodashPartialRight5x2<T1> = <T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2< T2, T3, R>;
2734
- type LodashPartialRight6x2<T2> = <T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T3, R>;
2735
- type LodashPartialRight7x2<T1, T2> = <T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1< T3, R>;
2736
- type LodashPartialRight8x2<T3> = <T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T2, R>;
2737
- type LodashPartialRight9x2<T1, T3> = <T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1< T2, R>;
2738
- type LodashPartialRight10x2<T2, T3> = <T1, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T1, R>;
2739
- type LodashPartialRight11x2<T1, T2, T3> = <R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function0< R>;
2637
+ (arg1: [T1, lodash.__, lodash.__]): lodash.Function2<T2, T3, R>;
2638
+ (arg2: [T2, lodash.__]): lodash.Function2<T1, T3, R>;
2639
+ (arg1: [T1, T2, lodash.__]): lodash.Function1<T3, R>;
2640
+ (arg3: [T3]): lodash.Function2<T1, T2, R>;
2641
+ (arg1: [T1, lodash.__, T3]): lodash.Function1<T2, R>;
2642
+ (arg2: [T2, T3]): lodash.Function1<T1, R>;
2643
+ (arg1: [T1, T2, T3]): lodash.Function0<R>;
2644
+ }
2645
+ type LodashPartialRight5x2<T1> = <T2, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T2, T3, R>;
2646
+ type LodashPartialRight6x2<T2> = <T1, T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T3, R>;
2647
+ type LodashPartialRight7x2<T1, T2> = <T3, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T3, R>;
2648
+ type LodashPartialRight8x2<T3> = <T1, T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function2<T1, T2, R>;
2649
+ type LodashPartialRight9x2<T1, T3> = <T2, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T2, R>;
2650
+ type LodashPartialRight10x2<T2, T3> = <T1, R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function1<T1, R>;
2651
+ type LodashPartialRight11x2<T1, T2, T3> = <R>(func: lodash.Function3<T1, T2, T3, R>) => lodash.Function0<R>;
2740
2652
  interface LodashPartialRight12x1<T1, T2, T3, T4, R> {
2741
- (arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3< T2, T3, T4, R>;
2742
- (arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1, T3, T4, R>;
2743
- (arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2< T3, T4, R>;
2744
- (arg3: [T3, lodash.__]): lodash.Function3<T1, T2, T4, R>;
2745
- (arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2< T2, T4, R>;
2746
- (arg2: [T2, T3, lodash.__]): lodash.Function2<T1, T4, R>;
2747
- (arg1: [T1, T2, T3, lodash.__]): lodash.Function1< T4, R>;
2748
- (arg4: [T4]): lodash.Function3<T1, T2, T3, R>;
2749
- (arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2< T2, T3, R>;
2750
- (arg2: [T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2751
- (arg1: [T1, T2, lodash.__, T4]): lodash.Function1< T3, R>;
2752
- (arg3: [T3, T4]): lodash.Function2<T1, T2, R>;
2753
- (arg1: [T1, lodash.__, T3, T4]): lodash.Function1< T2, R>;
2754
- (arg2: [T2, T3, T4]): lodash.Function1<T1, R>;
2755
- (arg1: [T1, T2, T3, T4]): lodash.Function0< R>;
2756
- }
2757
- type LodashPartialRight12x2<T1> = <T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3< T2, T3, T4, R>;
2758
- type LodashPartialRight13x2<T2> = <T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T3, T4, R>;
2759
- type LodashPartialRight14x2<T1, T2> = <T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2< T3, T4, R>;
2760
- type LodashPartialRight15x2<T3> = <T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T4, R>;
2761
- type LodashPartialRight16x2<T1, T3> = <T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2< T2, T4, R>;
2762
- type LodashPartialRight17x2<T2, T3> = <T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T4, R>;
2763
- type LodashPartialRight18x2<T1, T2, T3> = <T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T4, R>;
2764
- type LodashPartialRight19x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
2765
- type LodashPartialRight20x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2< T2, T3, R>;
2766
- type LodashPartialRight21x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
2767
- type LodashPartialRight22x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T3, R>;
2768
- type LodashPartialRight23x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
2769
- type LodashPartialRight24x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1< T2, R>;
2770
- type LodashPartialRight25x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
2771
- type LodashPartialRight26x2<T1, T2, T3, T4> = <R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function0< R>;
2653
+ (arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3<T2, T3, T4, R>;
2654
+ (arg2: [T2, lodash.__, lodash.__]): lodash.Function3<T1, T3, T4, R>;
2655
+ (arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2<T3, T4, R>;
2656
+ (arg3: [T3, lodash.__]): lodash.Function3<T1, T2, T4, R>;
2657
+ (arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2<T2, T4, R>;
2658
+ (arg2: [T2, T3, lodash.__]): lodash.Function2<T1, T4, R>;
2659
+ (arg1: [T1, T2, T3, lodash.__]): lodash.Function1<T4, R>;
2660
+ (arg4: [T4]): lodash.Function3<T1, T2, T3, R>;
2661
+ (arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2<T2, T3, R>;
2662
+ (arg2: [T2, lodash.__, T4]): lodash.Function2<T1, T3, R>;
2663
+ (arg1: [T1, T2, lodash.__, T4]): lodash.Function1<T3, R>;
2664
+ (arg3: [T3, T4]): lodash.Function2<T1, T2, R>;
2665
+ (arg1: [T1, lodash.__, T3, T4]): lodash.Function1<T2, R>;
2666
+ (arg2: [T2, T3, T4]): lodash.Function1<T1, R>;
2667
+ (arg1: [T1, T2, T3, T4]): lodash.Function0<R>;
2668
+ }
2669
+ type LodashPartialRight12x2<T1> = <T2, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T2, T3, T4, R>;
2670
+ type LodashPartialRight13x2<T2> = <T1, T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T3, T4, R>;
2671
+ type LodashPartialRight14x2<T1, T2> = <T3, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T3, T4, R>;
2672
+ type LodashPartialRight15x2<T3> = <T1, T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T4, R>;
2673
+ type LodashPartialRight16x2<T1, T3> = <T2, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T2, T4, R>;
2674
+ type LodashPartialRight17x2<T2, T3> = <T1, T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T4, R>;
2675
+ type LodashPartialRight18x2<T1, T2, T3> = <T4, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T4, R>;
2676
+ type LodashPartialRight19x2<T4> = <T1, T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function3<T1, T2, T3, R>;
2677
+ type LodashPartialRight20x2<T1, T4> = <T2, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T2, T3, R>;
2678
+ type LodashPartialRight21x2<T2, T4> = <T1, T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T3, R>;
2679
+ type LodashPartialRight22x2<T1, T2, T4> = <T3, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T3, R>;
2680
+ type LodashPartialRight23x2<T3, T4> = <T1, T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function2<T1, T2, R>;
2681
+ type LodashPartialRight24x2<T1, T3, T4> = <T2, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T2, R>;
2682
+ type LodashPartialRight25x2<T2, T3, T4> = <T1, R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function1<T1, R>;
2683
+ type LodashPartialRight26x2<T1, T2, T3, T4> = <R>(func: lodash.Function4<T1, T2, T3, T4, R>) => lodash.Function0<R>;
2772
2684
  type LodashPartialRight27x1 = (args: ReadonlyArray<any>) => (...args: any[]) => any;
2773
2685
  type LodashPartialRight27x2 = (func: (...args: any[]) => any) => (...args: any[]) => any;
2774
- interface LodashPartition extends LodashConvertible {
2686
+ interface LodashPartition {
2775
2687
  <T, U extends T>(callback: lodash.ValueIteratorTypeGuard<T, U>): LodashPartition1x1<T, U>;
2776
2688
  <T>(callback: lodash.__, collection: lodash.List<T> | null | undefined): LodashPartition1x2<T>;
2777
2689
  <T, U extends T>(callback: lodash.ValueIteratorTypeGuard<T, U>, collection: lodash.List<T> | null | undefined): [U[], Array<Exclude<T, U>>];
@@ -2787,56 +2699,73 @@ declare namespace _ {
2787
2699
  }
2788
2700
  type LodashPartition2x1<T> = (collection: lodash.List<T> | object | null | undefined) => [T[], T[]];
2789
2701
  type LodashPartition3x2<T> = (callback: lodash.ValueIteratee<T[keyof T]>) => [Array<T[keyof T]>, Array<T[keyof T]>];
2790
- interface LodashPath extends LodashConvertible {
2702
+ interface LodashPath {
2791
2703
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPath1x1<TObject, TKey>;
2792
2704
  <TObject extends object>(path: lodash.__, object: TObject): LodashPath1x2<TObject>;
2793
2705
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
2794
2706
  <TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPath2x2<TObject>;
2795
2707
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
2796
2708
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPath3x1<TObject, TKey1, TKey2>;
2709
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
2797
2710
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
2798
- <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>;
2711
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashPath5x1<TObject, TKey1, TKey2, TKey3>;
2712
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
2799
2713
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
2800
- <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>;
2714
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashPath7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
2715
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
2801
2716
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
2802
- (path: number): LodashPath6x1;
2803
- <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPath6x2<T>;
2717
+ (path: number): LodashPath9x1;
2718
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPath9x2<T>;
2804
2719
  <T>(path: number, object: lodash.NumericDictionary<T>): T;
2805
- <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPath7x2<T>;
2720
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPath10x2<T>;
2806
2721
  <T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
2807
- (path: lodash.PropertyPath): LodashPath8x1;
2808
- (path: lodash.__, object: null | undefined): LodashPath8x2;
2722
+ (path: lodash.PropertyPath): LodashPath11x1;
2723
+ (path: lodash.__, object: null | undefined): LodashPath11x2;
2809
2724
  (path: lodash.PropertyPath, object: null | undefined): undefined;
2810
- (path: lodash.__, object: any): LodashPath9x2;
2725
+ (path: lodash.__, object: any): LodashPath12x2;
2811
2726
  (path: lodash.PropertyPath, object: any): any;
2812
2727
  }
2813
2728
  interface LodashPath1x1<TObject, TKey extends keyof TObject> {
2814
2729
  (object: TObject): TObject[TKey];
2815
2730
  (object: TObject | null | undefined): TObject[TKey] | undefined;
2816
2731
  }
2817
- type LodashPath1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
2732
+ interface LodashPath1x2<TObject> {
2733
+ <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
2734
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
2735
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
2736
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
2737
+ }
2818
2738
  interface LodashPath2x2<TObject> {
2819
2739
  <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
2820
2740
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
2821
2741
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
2822
2742
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
2823
2743
  }
2824
- type LodashPath3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
2825
- 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;
2826
- 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;
2827
- interface LodashPath6x1 {
2744
+ interface LodashPath3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
2745
+ (object: TObject): TObject[TKey1][TKey2];
2746
+ (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
2747
+ }
2748
+ interface LodashPath5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
2749
+ (object: TObject): TObject[TKey1][TKey2][TKey3];
2750
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
2751
+ }
2752
+ interface LodashPath7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
2753
+ (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
2754
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
2755
+ }
2756
+ interface LodashPath9x1 {
2828
2757
  <T>(object: lodash.NumericDictionary<T>): T;
2829
2758
  <T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
2830
2759
  }
2831
- type LodashPath6x2<T> = (path: number) => T;
2832
- type LodashPath7x2<T> = (path: number) => T | undefined;
2833
- interface LodashPath8x1 {
2760
+ type LodashPath9x2<T> = (path: number) => T;
2761
+ type LodashPath10x2<T> = (path: number) => T | undefined;
2762
+ interface LodashPath11x1 {
2834
2763
  (object: null | undefined): undefined;
2835
2764
  (object: any): any;
2836
2765
  }
2837
- type LodashPath8x2 = (path: lodash.PropertyPath) => undefined;
2838
- type LodashPath9x2 = (path: lodash.PropertyPath) => any;
2839
- interface LodashPathOr extends LodashConvertible {
2766
+ type LodashPath11x2 = (path: lodash.PropertyPath) => undefined;
2767
+ type LodashPath12x2 = (path: lodash.PropertyPath) => any;
2768
+ interface LodashPathOr {
2840
2769
  <TDefault>(defaultValue: TDefault): LodashPathOr1x1<TDefault>;
2841
2770
  <TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPathOr1x2<TObject, TKey>;
2842
2771
  <TObject extends object, TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey]): LodashPathOr1x3<TObject, TKey, TDefault>;
@@ -2979,19 +2908,19 @@ declare namespace _ {
2979
2908
  }
2980
2909
  type LodashPathOr7x5 = (path: lodash.PropertyPath) => any;
2981
2910
  type LodashPathOr7x6 = (defaultValue: any) => any;
2982
- interface LodashPick extends LodashConvertible {
2911
+ interface LodashPick {
2983
2912
  <T extends object, U extends keyof T>(props: lodash.Many<U>): LodashPick1x1<T, U>;
2984
2913
  <T extends object>(props: lodash.__, object: T): LodashPick1x2<T>;
2985
2914
  <T extends object, U extends keyof T>(props: lodash.Many<U>, object: T): Pick<T, U>;
2986
2915
  (props: lodash.PropertyPath): LodashPick2x1;
2987
2916
  <T>(props: lodash.__, object: T | null | undefined): LodashPick2x2<T>;
2988
- <T>(props: lodash.PropertyPath, object: T | null | undefined): lodash.PartialDeep<T>;
2917
+ <T>(props: lodash.PropertyPath, object: T | null | undefined): lodash.PartialObject<T>;
2989
2918
  }
2990
2919
  type LodashPick1x1<T, U extends keyof T> = (object: T) => Pick<T, U>;
2991
2920
  type LodashPick1x2<T> = <U extends keyof T>(props: lodash.Many<U>) => Pick<T, U>;
2992
- type LodashPick2x1 = <T>(object: T | null | undefined) => lodash.PartialDeep<T>;
2993
- type LodashPick2x2<T> = (props: lodash.PropertyPath) => lodash.PartialDeep<T>;
2994
- interface LodashPickBy extends LodashConvertible {
2921
+ type LodashPick2x1 = <T>(object: T | null | undefined) => lodash.PartialObject<T>;
2922
+ type LodashPick2x2<T> = (props: lodash.PropertyPath) => lodash.PartialObject<T>;
2923
+ interface LodashPickBy {
2995
2924
  <T, S extends T>(predicate: lodash.ValueKeyIterateeTypeGuard<T, S>): LodashPickBy1x1<T, S>;
2996
2925
  <T>(predicate: lodash.__, object: lodash.Dictionary<T> | null | undefined): LodashPickBy1x2<T>;
2997
2926
  <T, S extends T>(predicate: lodash.ValueKeyIterateeTypeGuard<T, S>, object: lodash.Dictionary<T> | null | undefined): lodash.Dictionary<S>;
@@ -3021,154 +2950,205 @@ declare namespace _ {
3021
2950
  <T1 extends object>(object: T1 | null | undefined): lodash.PartialObject<T1>;
3022
2951
  }
3023
2952
  type LodashPickBy5x2<T> = (predicate: lodash.ValueKeyIteratee<T[keyof T]>) => lodash.PartialObject<T>;
3024
- interface LodashProp extends LodashConvertible {
2953
+ interface LodashProp {
3025
2954
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashProp1x1<TObject, TKey>;
3026
2955
  <TObject extends object>(path: lodash.__, object: TObject): LodashProp1x2<TObject>;
3027
2956
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
3028
2957
  <TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashProp2x2<TObject>;
3029
2958
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
3030
2959
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashProp3x1<TObject, TKey1, TKey2>;
2960
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
3031
2961
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
3032
- <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>;
2962
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashProp5x1<TObject, TKey1, TKey2, TKey3>;
2963
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
3033
2964
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
3034
- <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>;
2965
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashProp7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
2966
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
3035
2967
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3036
- (path: number): LodashProp6x1;
3037
- <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProp6x2<T>;
2968
+ (path: number): LodashProp9x1;
2969
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProp9x2<T>;
3038
2970
  <T>(path: number, object: lodash.NumericDictionary<T>): T;
3039
- <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProp7x2<T>;
2971
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProp10x2<T>;
3040
2972
  <T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
3041
- (path: lodash.PropertyPath): LodashProp8x1;
3042
- (path: lodash.__, object: null | undefined): LodashProp8x2;
2973
+ (path: lodash.PropertyPath): LodashProp11x1;
2974
+ (path: lodash.__, object: null | undefined): LodashProp11x2;
3043
2975
  (path: lodash.PropertyPath, object: null | undefined): undefined;
3044
- (path: lodash.__, object: any): LodashProp9x2;
2976
+ (path: lodash.__, object: any): LodashProp12x2;
3045
2977
  (path: lodash.PropertyPath, object: any): any;
3046
2978
  }
3047
2979
  interface LodashProp1x1<TObject, TKey extends keyof TObject> {
3048
2980
  (object: TObject): TObject[TKey];
3049
2981
  (object: TObject | null | undefined): TObject[TKey] | undefined;
3050
2982
  }
3051
- type LodashProp1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
2983
+ interface LodashProp1x2<TObject> {
2984
+ <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
2985
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
2986
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
2987
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
2988
+ }
3052
2989
  interface LodashProp2x2<TObject> {
3053
2990
  <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
3054
2991
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
3055
2992
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
3056
2993
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3057
2994
  }
3058
- type LodashProp3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
3059
- 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;
3060
- 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;
3061
- interface LodashProp6x1 {
2995
+ interface LodashProp3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
2996
+ (object: TObject): TObject[TKey1][TKey2];
2997
+ (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
2998
+ }
2999
+ interface LodashProp5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
3000
+ (object: TObject): TObject[TKey1][TKey2][TKey3];
3001
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
3002
+ }
3003
+ interface LodashProp7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
3004
+ (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
3005
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3006
+ }
3007
+ interface LodashProp9x1 {
3062
3008
  <T>(object: lodash.NumericDictionary<T>): T;
3063
3009
  <T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
3064
3010
  }
3065
- type LodashProp6x2<T> = (path: number) => T;
3066
- type LodashProp7x2<T> = (path: number) => T | undefined;
3067
- interface LodashProp8x1 {
3011
+ type LodashProp9x2<T> = (path: number) => T;
3012
+ type LodashProp10x2<T> = (path: number) => T | undefined;
3013
+ interface LodashProp11x1 {
3068
3014
  (object: null | undefined): undefined;
3069
3015
  (object: any): any;
3070
3016
  }
3071
- type LodashProp8x2 = (path: lodash.PropertyPath) => undefined;
3072
- type LodashProp9x2 = (path: lodash.PropertyPath) => any;
3073
- interface LodashProperty extends LodashConvertible {
3017
+ type LodashProp11x2 = (path: lodash.PropertyPath) => undefined;
3018
+ type LodashProp12x2 = (path: lodash.PropertyPath) => any;
3019
+ interface LodashProperty {
3074
3020
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashProperty1x1<TObject, TKey>;
3075
3021
  <TObject extends object>(path: lodash.__, object: TObject): LodashProperty1x2<TObject>;
3076
3022
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
3077
3023
  <TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashProperty2x2<TObject>;
3078
3024
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
3079
3025
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashProperty3x1<TObject, TKey1, TKey2>;
3026
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
3080
3027
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
3081
- <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>;
3028
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashProperty5x1<TObject, TKey1, TKey2, TKey3>;
3029
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
3082
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;
3083
- <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>;
3031
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashProperty7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
3032
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
3084
3033
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3085
- (path: number): LodashProperty6x1;
3086
- <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProperty6x2<T>;
3034
+ (path: number): LodashProperty9x1;
3035
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashProperty9x2<T>;
3087
3036
  <T>(path: number, object: lodash.NumericDictionary<T>): T;
3088
- <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProperty7x2<T>;
3037
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashProperty10x2<T>;
3089
3038
  <T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
3090
- (path: lodash.PropertyPath): LodashProperty8x1;
3091
- (path: lodash.__, object: null | undefined): LodashProperty8x2;
3039
+ (path: lodash.PropertyPath): LodashProperty11x1;
3040
+ (path: lodash.__, object: null | undefined): LodashProperty11x2;
3092
3041
  (path: lodash.PropertyPath, object: null | undefined): undefined;
3093
- (path: lodash.__, object: any): LodashProperty9x2;
3042
+ (path: lodash.__, object: any): LodashProperty12x2;
3094
3043
  (path: lodash.PropertyPath, object: any): any;
3095
3044
  }
3096
3045
  interface LodashProperty1x1<TObject, TKey extends keyof TObject> {
3097
3046
  (object: TObject): TObject[TKey];
3098
3047
  (object: TObject | null | undefined): TObject[TKey] | undefined;
3099
3048
  }
3100
- type LodashProperty1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
3049
+ interface LodashProperty1x2<TObject> {
3050
+ <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
3051
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
3052
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
3053
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
3054
+ }
3101
3055
  interface LodashProperty2x2<TObject> {
3102
3056
  <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
3103
3057
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
3104
3058
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
3105
3059
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3106
3060
  }
3107
- type LodashProperty3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
3108
- 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;
3109
- 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;
3110
- interface LodashProperty6x1 {
3061
+ interface LodashProperty3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
3062
+ (object: TObject): TObject[TKey1][TKey2];
3063
+ (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
3064
+ }
3065
+ interface LodashProperty5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
3066
+ (object: TObject): TObject[TKey1][TKey2][TKey3];
3067
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
3068
+ }
3069
+ interface LodashProperty7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
3070
+ (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
3071
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3072
+ }
3073
+ interface LodashProperty9x1 {
3111
3074
  <T>(object: lodash.NumericDictionary<T>): T;
3112
3075
  <T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
3113
3076
  }
3114
- type LodashProperty6x2<T> = (path: number) => T;
3115
- type LodashProperty7x2<T> = (path: number) => T | undefined;
3116
- interface LodashProperty8x1 {
3077
+ type LodashProperty9x2<T> = (path: number) => T;
3078
+ type LodashProperty10x2<T> = (path: number) => T | undefined;
3079
+ interface LodashProperty11x1 {
3117
3080
  (object: null | undefined): undefined;
3118
3081
  (object: any): any;
3119
3082
  }
3120
- type LodashProperty8x2 = (path: lodash.PropertyPath) => undefined;
3121
- type LodashProperty9x2 = (path: lodash.PropertyPath) => any;
3122
- interface LodashPropertyOf extends LodashConvertible {
3083
+ type LodashProperty11x2 = (path: lodash.PropertyPath) => undefined;
3084
+ type LodashProperty12x2 = (path: lodash.PropertyPath) => any;
3085
+ interface LodashPropertyOf {
3123
3086
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey]): LodashPropertyOf1x1<TObject, TKey>;
3124
3087
  <TObject extends object>(path: lodash.__, object: TObject): LodashPropertyOf1x2<TObject>;
3125
3088
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject): TObject[TKey];
3126
3089
  <TObject extends object>(path: lodash.__, object: TObject | null | undefined): LodashPropertyOf2x2<TObject>;
3127
3090
  <TObject extends object, TKey extends keyof TObject>(path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined;
3128
3091
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): LodashPropertyOf3x1<TObject, TKey1, TKey2>;
3092
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2];
3129
3093
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
3130
- <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>;
3094
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): LodashPropertyOf5x1<TObject, TKey1, TKey2, TKey3>;
3095
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3];
3131
3096
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
3132
- <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>;
3097
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): LodashPropertyOf7x1<TObject, TKey1, TKey2, TKey3, TKey4>;
3098
+ <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
3133
3099
  <TObject extends object, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3134
- (path: number): LodashPropertyOf6x1;
3135
- <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPropertyOf6x2<T>;
3100
+ (path: number): LodashPropertyOf9x1;
3101
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T>): LodashPropertyOf9x2<T>;
3136
3102
  <T>(path: number, object: lodash.NumericDictionary<T>): T;
3137
- <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropertyOf7x2<T>;
3103
+ <T>(path: lodash.__, object: lodash.NumericDictionary<T> | null | undefined): LodashPropertyOf10x2<T>;
3138
3104
  <T>(path: number, object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
3139
- (path: lodash.PropertyPath): LodashPropertyOf8x1;
3140
- (path: lodash.__, object: null | undefined): LodashPropertyOf8x2;
3105
+ (path: lodash.PropertyPath): LodashPropertyOf11x1;
3106
+ (path: lodash.__, object: null | undefined): LodashPropertyOf11x2;
3141
3107
  (path: lodash.PropertyPath, object: null | undefined): undefined;
3142
- (path: lodash.__, object: any): LodashPropertyOf9x2;
3108
+ (path: lodash.__, object: any): LodashPropertyOf12x2;
3143
3109
  (path: lodash.PropertyPath, object: any): any;
3144
3110
  }
3145
3111
  interface LodashPropertyOf1x1<TObject, TKey extends keyof TObject> {
3146
3112
  (object: TObject): TObject[TKey];
3147
3113
  (object: TObject | null | undefined): TObject[TKey] | undefined;
3148
3114
  }
3149
- type LodashPropertyOf1x2<TObject> = <TKey extends keyof TObject>(path: TKey | [TKey]) => TObject[TKey];
3115
+ interface LodashPropertyOf1x2<TObject> {
3116
+ <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey];
3117
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2];
3118
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3];
3119
+ <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4];
3120
+ }
3150
3121
  interface LodashPropertyOf2x2<TObject> {
3151
3122
  <TKey extends keyof TObject>(path: TKey | [TKey]): TObject[TKey] | undefined;
3152
3123
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]>(path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined;
3153
3124
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]>(path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined;
3154
3125
  <TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]>(path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3155
3126
  }
3156
- type LodashPropertyOf3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> = (object: TObject | null | undefined) => TObject[TKey1][TKey2] | undefined;
3157
- 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;
3158
- 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;
3159
- interface LodashPropertyOf6x1 {
3127
+ interface LodashPropertyOf3x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1]> {
3128
+ (object: TObject): TObject[TKey1][TKey2];
3129
+ (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined;
3130
+ }
3131
+ interface LodashPropertyOf5x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2]> {
3132
+ (object: TObject): TObject[TKey1][TKey2][TKey3];
3133
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined;
3134
+ }
3135
+ interface LodashPropertyOf7x1<TObject, TKey1 extends keyof TObject, TKey2 extends keyof TObject[TKey1], TKey3 extends keyof TObject[TKey1][TKey2], TKey4 extends keyof TObject[TKey1][TKey2][TKey3]> {
3136
+ (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4];
3137
+ (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined;
3138
+ }
3139
+ interface LodashPropertyOf9x1 {
3160
3140
  <T>(object: lodash.NumericDictionary<T>): T;
3161
3141
  <T>(object: lodash.NumericDictionary<T> | null | undefined): T | undefined;
3162
3142
  }
3163
- type LodashPropertyOf6x2<T> = (path: number) => T;
3164
- type LodashPropertyOf7x2<T> = (path: number) => T | undefined;
3165
- interface LodashPropertyOf8x1 {
3143
+ type LodashPropertyOf9x2<T> = (path: number) => T;
3144
+ type LodashPropertyOf10x2<T> = (path: number) => T | undefined;
3145
+ interface LodashPropertyOf11x1 {
3166
3146
  (object: null | undefined): undefined;
3167
3147
  (object: any): any;
3168
3148
  }
3169
- type LodashPropertyOf8x2 = (path: lodash.PropertyPath) => undefined;
3170
- type LodashPropertyOf9x2 = (path: lodash.PropertyPath) => any;
3171
- interface LodashPropOr extends LodashConvertible {
3149
+ type LodashPropertyOf11x2 = (path: lodash.PropertyPath) => undefined;
3150
+ type LodashPropertyOf12x2 = (path: lodash.PropertyPath) => any;
3151
+ interface LodashPropOr {
3172
3152
  <TDefault>(defaultValue: TDefault): LodashPropOr1x1<TDefault>;
3173
3153
  <TObject extends object, TKey extends keyof TObject>(defaultValue: lodash.__, path: TKey | [TKey]): LodashPropOr1x2<TObject, TKey>;
3174
3154
  <TObject extends object, TKey extends keyof TObject, TDefault>(defaultValue: TDefault, path: TKey | [TKey]): LodashPropOr1x3<TObject, TKey, TDefault>;
@@ -3311,7 +3291,7 @@ declare namespace _ {
3311
3291
  }
3312
3292
  type LodashPropOr7x5 = (path: lodash.PropertyPath) => any;
3313
3293
  type LodashPropOr7x6 = (defaultValue: any) => any;
3314
- interface LodashPull extends LodashConvertible {
3294
+ interface LodashPull {
3315
3295
  <T>(values: T): LodashPull1x1<T>;
3316
3296
  <T>(values: lodash.__, array: ReadonlyArray<T>): LodashPull1x2<T>;
3317
3297
  <T>(values: T, array: ReadonlyArray<T>): T[];
@@ -3324,7 +3304,7 @@ declare namespace _ {
3324
3304
  }
3325
3305
  type LodashPull1x2<T> = (values: T) => T[];
3326
3306
  type LodashPull2x2<T> = (values: T) => lodash.List<T>;
3327
- interface LodashPullAll extends LodashConvertible {
3307
+ interface LodashPullAll {
3328
3308
  <T>(values: lodash.List<T>): LodashPullAll1x1<T>;
3329
3309
  <T>(values: lodash.__, array: ReadonlyArray<T>): LodashPullAll1x2<T>;
3330
3310
  <T>(values: lodash.List<T>, array: ReadonlyArray<T>): T[];
@@ -3337,7 +3317,7 @@ declare namespace _ {
3337
3317
  }
3338
3318
  type LodashPullAll1x2<T> = (values: lodash.List<T>) => T[];
3339
3319
  type LodashPullAll2x2<T> = (values: lodash.List<T>) => lodash.List<T>;
3340
- interface LodashPullAllBy extends LodashConvertible {
3320
+ interface LodashPullAllBy {
3341
3321
  <T>(iteratee: lodash.ValueIteratee<T>): LodashPullAllBy1x1<T>;
3342
3322
  <T>(iteratee: lodash.__, values: lodash.List<T>): LodashPullAllBy1x2<T>;
3343
3323
  <T>(iteratee: lodash.ValueIteratee<T>, values: lodash.List<T>): LodashPullAllBy1x3<T>;
@@ -3425,7 +3405,7 @@ declare namespace _ {
3425
3405
  }
3426
3406
  type LodashPullAllBy4x5<T1, T2> = (values: lodash.List<T2>) => lodash.List<T1>;
3427
3407
  type LodashPullAllBy4x6<T1, T2> = (iteratee: lodash.ValueIteratee<T1 | T2>) => lodash.List<T1>;
3428
- interface LodashPullAllWith extends LodashConvertible {
3408
+ interface LodashPullAllWith {
3429
3409
  <T>(comparator: lodash.Comparator<T>): LodashPullAllWith1x1<T>;
3430
3410
  <T>(comparator: lodash.__, values: lodash.List<T>): LodashPullAllWith1x2<T>;
3431
3411
  <T>(comparator: lodash.Comparator<T>, values: lodash.List<T>): LodashPullAllWith1x3<T>;
@@ -3513,7 +3493,7 @@ declare namespace _ {
3513
3493
  }
3514
3494
  type LodashPullAllWith4x5<T1, T2> = (values: lodash.List<T2>) => lodash.List<T1>;
3515
3495
  type LodashPullAllWith4x6<T1, T2> = (comparator: lodash.Comparator2<T1, T2>) => lodash.List<T1>;
3516
- interface LodashPullAt extends LodashConvertible {
3496
+ interface LodashPullAt {
3517
3497
  (indexes: lodash.Many<number>): LodashPullAt1x1;
3518
3498
  <T>(indexes: lodash.__, array: ReadonlyArray<T>): LodashPullAt1x2<T>;
3519
3499
  <T>(indexes: lodash.Many<number>, array: ReadonlyArray<T>): T[];
@@ -3526,7 +3506,7 @@ declare namespace _ {
3526
3506
  }
3527
3507
  type LodashPullAt1x2<T> = (indexes: lodash.Many<number>) => T[];
3528
3508
  type LodashPullAt2x2<T> = (indexes: lodash.Many<number>) => lodash.List<T>;
3529
- interface LodashRandom extends LodashConvertible {
3509
+ interface LodashRandom {
3530
3510
  (maxOrMin: number): LodashRandom1x1;
3531
3511
  (max: lodash.__, floating: boolean): LodashRandom1x2;
3532
3512
  (maxOrMin: number, floatingOrMax: boolean | number): number;
@@ -3535,21 +3515,21 @@ declare namespace _ {
3535
3515
  type LodashRandom1x1 = (floatingOrMax: boolean | number) => number;
3536
3516
  type LodashRandom1x2 = (max: number) => number;
3537
3517
  type LodashRandom2x2 = (min: number) => number;
3538
- interface LodashRange extends LodashConvertible {
3518
+ interface LodashRange {
3539
3519
  (start: number): LodashRange1x1;
3540
3520
  (start: lodash.__, end: number): LodashRange1x2;
3541
3521
  (start: number, end: number): number[];
3542
3522
  }
3543
3523
  type LodashRange1x1 = (end: number) => number[];
3544
3524
  type LodashRange1x2 = (start: number) => number[];
3545
- interface LodashRangeRight extends LodashConvertible {
3525
+ interface LodashRangeRight {
3546
3526
  (start: number): LodashRangeRight1x1;
3547
3527
  (start: lodash.__, end: number): LodashRangeRight1x2;
3548
3528
  (start: number, end: number): number[];
3549
3529
  }
3550
3530
  type LodashRangeRight1x1 = (end: number) => number[];
3551
3531
  type LodashRangeRight1x2 = (start: number) => number[];
3552
- interface LodashRangeStep extends LodashConvertible {
3532
+ interface LodashRangeStep {
3553
3533
  (start: number): LodashRangeStep1x1;
3554
3534
  (start: lodash.__, end: number): LodashRangeStep1x2;
3555
3535
  (start: number, end: number): LodashRangeStep1x3;
@@ -3576,7 +3556,7 @@ declare namespace _ {
3576
3556
  }
3577
3557
  type LodashRangeStep1x5 = (end: number) => number[];
3578
3558
  type LodashRangeStep1x6 = (start: number) => number[];
3579
- interface LodashRangeStepRight extends LodashConvertible {
3559
+ interface LodashRangeStepRight {
3580
3560
  (start: number): LodashRangeStepRight1x1;
3581
3561
  (start: lodash.__, end: number): LodashRangeStepRight1x2;
3582
3562
  (start: number, end: number): LodashRangeStepRight1x3;
@@ -3603,14 +3583,14 @@ declare namespace _ {
3603
3583
  }
3604
3584
  type LodashRangeStepRight1x5 = (end: number) => number[];
3605
3585
  type LodashRangeStepRight1x6 = (start: number) => number[];
3606
- interface LodashRearg extends LodashConvertible {
3586
+ interface LodashRearg {
3607
3587
  (indexes: lodash.Many<number>): LodashRearg1x1;
3608
3588
  (indexes: lodash.__, func: (...args: any[]) => any): LodashRearg1x2;
3609
3589
  (indexes: lodash.Many<number>, func: (...args: any[]) => any): (...args: any[]) => any;
3610
3590
  }
3611
3591
  type LodashRearg1x1 = (func: (...args: any[]) => any) => (...args: any[]) => any;
3612
3592
  type LodashRearg1x2 = (indexes: lodash.Many<number>) => (...args: any[]) => any;
3613
- interface LodashReduce extends LodashConvertible {
3593
+ interface LodashReduce {
3614
3594
  <T, TResult>(callback: lodash.MemoIteratorCapped<T, TResult>): LodashReduce1x1<T, TResult>;
3615
3595
  <TResult>(callback: lodash.__, accumulator: TResult): LodashReduce1x2<TResult>;
3616
3596
  <T, TResult>(callback: lodash.MemoIteratorCapped<T, TResult>, accumulator: TResult): LodashReduce1x3<T, TResult>;
@@ -3671,7 +3651,7 @@ declare namespace _ {
3671
3651
  }
3672
3652
  type LodashReduce3x5<TResult> = (accumulator: TResult) => TResult;
3673
3653
  type LodashReduce3x6<T, TResult> = (callback: lodash.MemoIteratorCapped<T[keyof T], TResult>) => TResult;
3674
- interface LodashReduceRight extends LodashConvertible {
3654
+ interface LodashReduceRight {
3675
3655
  <T, TResult>(callback: lodash.MemoIteratorCappedRight<T, TResult>): LodashReduceRight1x1<T, TResult>;
3676
3656
  <TResult>(callback: lodash.__, accumulator: TResult): LodashReduceRight1x2<TResult>;
3677
3657
  <T, TResult>(callback: lodash.MemoIteratorCappedRight<T, TResult>, accumulator: TResult): LodashReduceRight1x3<T, TResult>;
@@ -3732,7 +3712,7 @@ declare namespace _ {
3732
3712
  }
3733
3713
  type LodashReduceRight3x5<TResult> = (accumulator: TResult) => TResult;
3734
3714
  type LodashReduceRight3x6<T, TResult> = (callback: lodash.MemoIteratorCappedRight<T[keyof T], TResult>) => TResult;
3735
- interface LodashReject extends LodashConvertible {
3715
+ interface LodashReject {
3736
3716
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>): LodashReject1x1<T>;
3737
3717
  <T>(predicate: lodash.__, collection: lodash.List<T> | null | undefined): LodashReject1x2<T>;
3738
3718
  <T>(predicate: lodash.ValueIterateeCustom<T, boolean>, collection: lodash.List<T> | null | undefined): T[];
@@ -3742,21 +3722,21 @@ declare namespace _ {
3742
3722
  type LodashReject1x1<T> = (collection: lodash.List<T> | object | null | undefined) => T[];
3743
3723
  type LodashReject1x2<T> = (predicate: lodash.ValueIterateeCustom<T, boolean>) => T[];
3744
3724
  type LodashReject2x2<T> = (predicate: lodash.ValueIterateeCustom<T[keyof T], boolean>) => Array<T[keyof T]>;
3745
- interface LodashRemove extends LodashConvertible {
3725
+ interface LodashRemove {
3746
3726
  <T>(predicate: lodash.ValueIteratee<T>): LodashRemove1x1<T>;
3747
3727
  <T>(predicate: lodash.__, array: lodash.List<T>): LodashRemove1x2<T>;
3748
3728
  <T>(predicate: lodash.ValueIteratee<T>, array: lodash.List<T>): T[];
3749
3729
  }
3750
3730
  type LodashRemove1x1<T> = (array: lodash.List<T>) => T[];
3751
3731
  type LodashRemove1x2<T> = (predicate: lodash.ValueIteratee<T>) => T[];
3752
- interface LodashRepeat extends LodashConvertible {
3732
+ interface LodashRepeat {
3753
3733
  (n: number): LodashRepeat1x1;
3754
3734
  (n: lodash.__, string: string): LodashRepeat1x2;
3755
3735
  (n: number, string: string): string;
3756
3736
  }
3757
3737
  type LodashRepeat1x1 = (string: string) => string;
3758
3738
  type LodashRepeat1x2 = (n: number) => string;
3759
- interface LodashReplace extends LodashConvertible {
3739
+ interface LodashReplace {
3760
3740
  (pattern: RegExp | string): LodashReplace1x1;
3761
3741
  (pattern: lodash.__, replacement: lodash.ReplaceFunction | string): LodashReplace1x2;
3762
3742
  (pattern: RegExp | string, replacement: lodash.ReplaceFunction | string): LodashReplace1x3;
@@ -3784,14 +3764,14 @@ declare namespace _ {
3784
3764
  type LodashReplace1x5 = (replacement: lodash.ReplaceFunction | string) => string;
3785
3765
  type LodashReplace1x6 = (pattern: RegExp | string) => string;
3786
3766
  type LodashRest = (func: (...args: any[]) => any) => (...args: any[]) => any;
3787
- interface LodashRestFrom extends LodashConvertible {
3767
+ interface LodashRestFrom {
3788
3768
  (start: number): LodashRestFrom1x1;
3789
3769
  (start: lodash.__, func: (...args: any[]) => any): LodashRestFrom1x2;
3790
3770
  (start: number, func: (...args: any[]) => any): (...args: any[]) => any;
3791
3771
  }
3792
3772
  type LodashRestFrom1x1 = (func: (...args: any[]) => any) => (...args: any[]) => any;
3793
3773
  type LodashRestFrom1x2 = (start: number) => (...args: any[]) => any;
3794
- interface LodashResult extends LodashConvertible {
3774
+ interface LodashResult {
3795
3775
  (path: lodash.PropertyPath): LodashResult1x1;
3796
3776
  (path: lodash.__, object: any): LodashResult1x2;
3797
3777
  <TResult>(path: lodash.PropertyPath, object: any): TResult;
@@ -3801,24 +3781,24 @@ declare namespace _ {
3801
3781
  type LodashReverse = <TList extends lodash.List<any>>(array: TList) => TList;
3802
3782
  type LodashRound = (n: number) => number;
3803
3783
  type LodashRunInContext = (context: object) => lodash.LoDashStatic;
3804
- interface LodashSample extends LodashConvertible {
3805
- <T>(collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T | undefined;
3784
+ interface LodashSample {
3785
+ <T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T | undefined;
3806
3786
  <T extends object>(collection: T | null | undefined): T[keyof T] | undefined;
3807
3787
  }
3808
- interface LodashSampleSize extends LodashConvertible {
3788
+ interface LodashSampleSize {
3809
3789
  (n: number): LodashSampleSize1x1;
3810
- <T>(n: lodash.__, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashSampleSize1x2<T>;
3811
- <T>(n: number, collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
3790
+ <T>(n: lodash.__, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): LodashSampleSize1x2<T>;
3791
+ <T>(n: number, collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
3812
3792
  <T extends object>(n: lodash.__, collection: T | null | undefined): LodashSampleSize2x2<T>;
3813
3793
  <T extends object>(n: number, collection: T | null | undefined): Array<T[keyof T]>;
3814
3794
  }
3815
3795
  interface LodashSampleSize1x1 {
3816
- <T>(collection: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
3796
+ <T>(collection: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
3817
3797
  <T extends object>(collection: T | null | undefined): Array<T[keyof T]>;
3818
3798
  }
3819
3799
  type LodashSampleSize1x2<T> = (n: number) => T[];
3820
3800
  type LodashSampleSize2x2<T> = (n: number) => Array<T[keyof T]>;
3821
- interface LodashSetWith extends LodashConvertible {
3801
+ interface LodashSetWith {
3822
3802
  <T extends object>(customizer: lodash.SetWithCustomizer<T>): LodashSetWith1x1<T>;
3823
3803
  (customizer: lodash.__, path: lodash.PropertyPath): LodashSetWith1x2;
3824
3804
  <T extends object>(customizer: lodash.SetWithCustomizer<T>, path: lodash.PropertyPath): LodashSetWith1x3<T>;
@@ -3905,12 +3885,12 @@ declare namespace _ {
3905
3885
  }
3906
3886
  type LodashSetWith1x13<T> = (path: lodash.PropertyPath) => T;
3907
3887
  type LodashSetWith1x14<T> = (customizer: lodash.SetWithCustomizer<T>) => T;
3908
- interface LodashShuffle extends LodashConvertible {
3888
+ interface LodashShuffle {
3909
3889
  <T>(collection: lodash.List<T> | null | undefined): T[];
3910
3890
  <T extends object>(collection: T | null | undefined): Array<T[keyof T]>;
3911
3891
  }
3912
3892
  type LodashSize = (collection: object | string | null | undefined) => number;
3913
- interface LodashSlice extends LodashConvertible {
3893
+ interface LodashSlice {
3914
3894
  (start: number): LodashSlice1x1;
3915
3895
  (start: lodash.__, end: number): LodashSlice1x2;
3916
3896
  (start: number, end: number): LodashSlice1x3;
@@ -3938,7 +3918,7 @@ declare namespace _ {
3938
3918
  type LodashSlice1x5<T> = (end: number) => T[];
3939
3919
  type LodashSlice1x6<T> = (start: number) => T[];
3940
3920
  type LodashSnakeCase = (string: string) => string;
3941
- interface LodashSortBy extends LodashConvertible {
3921
+ interface LodashSortBy {
3942
3922
  <T>(iteratees: lodash.Many<lodash.ValueIteratee<T>>): LodashSortBy1x1<T>;
3943
3923
  <T>(iteratees: lodash.__, collection: lodash.List<T> | null | undefined): LodashSortBy1x2<T>;
3944
3924
  <T>(iteratees: lodash.Many<lodash.ValueIteratee<T>>, collection: lodash.List<T> | null | undefined): T[];
@@ -3948,14 +3928,14 @@ declare namespace _ {
3948
3928
  type LodashSortBy1x1<T> = (collection: lodash.List<T> | object | null | undefined) => T[];
3949
3929
  type LodashSortBy1x2<T> = (iteratees: lodash.Many<lodash.ValueIteratee<T>>) => T[];
3950
3930
  type LodashSortBy2x2<T> = (iteratees: lodash.Many<lodash.ValueIteratee<T[keyof T]>>) => Array<T[keyof T]>;
3951
- interface LodashSortedIndex extends LodashConvertible {
3931
+ interface LodashSortedIndex {
3952
3932
  <T>(value: T): LodashSortedIndex1x1<T>;
3953
3933
  <T>(value: lodash.__, array: lodash.List<T> | null | undefined): LodashSortedIndex1x2<T>;
3954
3934
  <T>(value: T, array: lodash.List<T> | null | undefined): number;
3955
3935
  }
3956
3936
  type LodashSortedIndex1x1<T> = (array: lodash.List<T> | null | undefined) => number;
3957
3937
  type LodashSortedIndex1x2<T> = (value: T) => number;
3958
- interface LodashSortedIndexBy extends LodashConvertible {
3938
+ interface LodashSortedIndexBy {
3959
3939
  <T>(iteratee: lodash.ValueIteratee<T>): LodashSortedIndexBy1x1<T>;
3960
3940
  <T>(iteratee: lodash.__, value: T): LodashSortedIndexBy1x2<T>;
3961
3941
  <T>(iteratee: lodash.ValueIteratee<T>, value: T): LodashSortedIndexBy1x3<T>;
@@ -3982,21 +3962,21 @@ declare namespace _ {
3982
3962
  }
3983
3963
  type LodashSortedIndexBy1x5<T> = (value: T) => number;
3984
3964
  type LodashSortedIndexBy1x6<T> = (iteratee: lodash.ValueIteratee<T>) => number;
3985
- interface LodashSortedIndexOf extends LodashConvertible {
3965
+ interface LodashSortedIndexOf {
3986
3966
  <T>(value: T): LodashSortedIndexOf1x1<T>;
3987
3967
  <T>(value: lodash.__, array: lodash.List<T> | null | undefined): LodashSortedIndexOf1x2<T>;
3988
3968
  <T>(value: T, array: lodash.List<T> | null | undefined): number;
3989
3969
  }
3990
3970
  type LodashSortedIndexOf1x1<T> = (array: lodash.List<T> | null | undefined) => number;
3991
3971
  type LodashSortedIndexOf1x2<T> = (value: T) => number;
3992
- interface LodashSortedLastIndex extends LodashConvertible {
3972
+ interface LodashSortedLastIndex {
3993
3973
  <T>(value: T): LodashSortedLastIndex1x1<T>;
3994
3974
  <T>(value: lodash.__, array: lodash.List<T> | null | undefined): LodashSortedLastIndex1x2<T>;
3995
3975
  <T>(value: T, array: lodash.List<T> | null | undefined): number;
3996
3976
  }
3997
3977
  type LodashSortedLastIndex1x1<T> = (array: lodash.List<T> | null | undefined) => number;
3998
3978
  type LodashSortedLastIndex1x2<T> = (value: T) => number;
3999
- interface LodashSortedLastIndexBy extends LodashConvertible {
3979
+ interface LodashSortedLastIndexBy {
4000
3980
  <T>(iteratee: lodash.ValueIteratee<T>): LodashSortedLastIndexBy1x1<T>;
4001
3981
  <T>(iteratee: lodash.__, value: T): LodashSortedLastIndexBy1x2<T>;
4002
3982
  <T>(iteratee: lodash.ValueIteratee<T>, value: T): LodashSortedLastIndexBy1x3<T>;
@@ -4023,7 +4003,7 @@ declare namespace _ {
4023
4003
  }
4024
4004
  type LodashSortedLastIndexBy1x5<T> = (value: T) => number;
4025
4005
  type LodashSortedLastIndexBy1x6<T> = (iteratee: lodash.ValueIteratee<T>) => number;
4026
- interface LodashSortedLastIndexOf extends LodashConvertible {
4006
+ interface LodashSortedLastIndexOf {
4027
4007
  <T>(value: T): LodashSortedLastIndexOf1x1<T>;
4028
4008
  <T>(value: lodash.__, array: lodash.List<T> | null | undefined): LodashSortedLastIndexOf1x2<T>;
4029
4009
  <T>(value: T, array: lodash.List<T> | null | undefined): number;
@@ -4031,22 +4011,22 @@ declare namespace _ {
4031
4011
  type LodashSortedLastIndexOf1x1<T> = (array: lodash.List<T> | null | undefined) => number;
4032
4012
  type LodashSortedLastIndexOf1x2<T> = (value: T) => number;
4033
4013
  type LodashSortedUniq = <T>(array: lodash.List<T> | null | undefined) => T[];
4034
- interface LodashSortedUniqBy extends LodashConvertible {
4014
+ interface LodashSortedUniqBy {
4035
4015
  <T>(iteratee: lodash.ValueIteratee<T>): LodashSortedUniqBy1x1<T>;
4036
4016
  <T>(iteratee: lodash.__, array: lodash.List<T> | null | undefined): LodashSortedUniqBy1x2<T>;
4037
4017
  <T>(iteratee: lodash.ValueIteratee<T>, array: lodash.List<T> | null | undefined): T[];
4038
4018
  }
4039
4019
  type LodashSortedUniqBy1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
4040
4020
  type LodashSortedUniqBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => T[];
4041
- interface LodashSplit extends LodashConvertible {
4042
- (separator: RegExp|string): LodashSplit1x1;
4043
- (separator: lodash.__, string: string): LodashSplit1x2;
4044
- (separator: RegExp|string, string: string): string[];
4021
+ interface LodashSplit {
4022
+ (separator: RegExp | string): LodashSplit1x1;
4023
+ (separator: lodash.__, string: string | null | undefined): LodashSplit1x2;
4024
+ (separator: RegExp | string, string: string | null | undefined): string[];
4045
4025
  }
4046
- type LodashSplit1x1 = (string: string) => string[];
4047
- type LodashSplit1x2 = (separator: RegExp|string) => string[];
4026
+ type LodashSplit1x1 = (string: string | null | undefined) => string[];
4027
+ type LodashSplit1x2 = (separator: RegExp | string) => string[];
4048
4028
  type LodashSpread = <TResult>(func: (...args: any[]) => TResult) => (...args: any[]) => TResult;
4049
- interface LodashSpreadFrom extends LodashConvertible {
4029
+ interface LodashSpreadFrom {
4050
4030
  (start: number): LodashSpreadFrom1x1;
4051
4031
  <TResult>(start: lodash.__, func: (...args: any[]) => TResult): LodashSpreadFrom1x2<TResult>;
4052
4032
  <TResult>(start: number, func: (...args: any[]) => TResult): (...args: any[]) => TResult;
@@ -4054,7 +4034,7 @@ declare namespace _ {
4054
4034
  type LodashSpreadFrom1x1 = <TResult>(func: (...args: any[]) => TResult) => (...args: any[]) => TResult;
4055
4035
  type LodashSpreadFrom1x2<TResult> = (start: number) => (...args: any[]) => TResult;
4056
4036
  type LodashStartCase = (string: string) => string;
4057
- interface LodashStartsWith extends LodashConvertible {
4037
+ interface LodashStartsWith {
4058
4038
  (target: string): LodashStartsWith1x1;
4059
4039
  (target: lodash.__, string: string): LodashStartsWith1x2;
4060
4040
  (target: string, string: string): boolean;
@@ -4065,7 +4045,7 @@ declare namespace _ {
4065
4045
  type LodashStubObject = () => any;
4066
4046
  type LodashStubString = () => string;
4067
4047
  type LodashStubTrue = () => true;
4068
- interface LodashSubtract extends LodashConvertible {
4048
+ interface LodashSubtract {
4069
4049
  (minuend: number): LodashSubtract1x1;
4070
4050
  (minuend: lodash.__, subtrahend: number): LodashSubtract1x2;
4071
4051
  (minuend: number, subtrahend: number): number;
@@ -4073,21 +4053,21 @@ declare namespace _ {
4073
4053
  type LodashSubtract1x1 = (subtrahend: number) => number;
4074
4054
  type LodashSubtract1x2 = (minuend: number) => number;
4075
4055
  type LodashSum = (collection: lodash.List<any> | null | undefined) => number;
4076
- interface LodashSumBy extends LodashConvertible {
4056
+ interface LodashSumBy {
4077
4057
  <T>(iteratee: ((value: T) => number) | string): LodashSumBy1x1<T>;
4078
4058
  <T>(iteratee: lodash.__, collection: lodash.List<T> | null | undefined): LodashSumBy1x2<T>;
4079
4059
  <T>(iteratee: ((value: T) => number) | string, collection: lodash.List<T> | null | undefined): number;
4080
4060
  }
4081
4061
  type LodashSumBy1x1<T> = (collection: lodash.List<T> | null | undefined) => number;
4082
4062
  type LodashSumBy1x2<T> = (iteratee: ((value: T) => number) | string) => number;
4083
- interface LodashXor extends LodashConvertible {
4063
+ interface LodashXor {
4084
4064
  <T>(arrays2: lodash.List<T> | null | undefined): LodashXor1x1<T>;
4085
4065
  <T>(arrays2: lodash.__, arrays: lodash.List<T> | null | undefined): LodashXor1x2<T>;
4086
4066
  <T>(arrays2: lodash.List<T> | null | undefined, arrays: lodash.List<T> | null | undefined): T[];
4087
4067
  }
4088
4068
  type LodashXor1x1<T> = (arrays: lodash.List<T> | null | undefined) => T[];
4089
4069
  type LodashXor1x2<T> = (arrays2: lodash.List<T> | null | undefined) => T[];
4090
- interface LodashXorBy extends LodashConvertible {
4070
+ interface LodashXorBy {
4091
4071
  <T>(iteratee: lodash.ValueIteratee<T>): LodashXorBy1x1<T>;
4092
4072
  <T>(iteratee: lodash.__, arrays: lodash.List<T> | null | undefined): LodashXorBy1x2<T>;
4093
4073
  <T>(iteratee: lodash.ValueIteratee<T>, arrays: lodash.List<T> | null | undefined): LodashXorBy1x3<T>;
@@ -4114,7 +4094,7 @@ declare namespace _ {
4114
4094
  }
4115
4095
  type LodashXorBy1x5<T> = (arrays: lodash.List<T> | null | undefined) => T[];
4116
4096
  type LodashXorBy1x6<T> = (iteratee: lodash.ValueIteratee<T>) => T[];
4117
- interface LodashXorWith extends LodashConvertible {
4097
+ interface LodashXorWith {
4118
4098
  <T>(comparator: lodash.Comparator<T>): LodashXorWith1x1<T>;
4119
4099
  <T>(comparator: lodash.__, arrays: lodash.List<T> | null | undefined): LodashXorWith1x2<T>;
4120
4100
  <T>(comparator: lodash.Comparator<T>, arrays: lodash.List<T> | null | undefined): LodashXorWith1x3<T>;
@@ -4142,35 +4122,35 @@ declare namespace _ {
4142
4122
  type LodashXorWith1x5<T> = (arrays: lodash.List<T> | null | undefined) => T[];
4143
4123
  type LodashXorWith1x6<T> = (comparator: lodash.Comparator<T>) => T[];
4144
4124
  type LodashTail = <T>(array: lodash.List<T> | null | undefined) => T[];
4145
- interface LodashTake extends LodashConvertible {
4125
+ interface LodashTake {
4146
4126
  (n: number): LodashTake1x1;
4147
4127
  <T>(n: lodash.__, array: lodash.List<T> | null | undefined): LodashTake1x2<T>;
4148
4128
  <T>(n: number, array: lodash.List<T> | null | undefined): T[];
4149
4129
  }
4150
4130
  type LodashTake1x1 = <T>(array: lodash.List<T> | null | undefined) => T[];
4151
4131
  type LodashTake1x2<T> = (n: number) => T[];
4152
- interface LodashTakeRight extends LodashConvertible {
4132
+ interface LodashTakeRight {
4153
4133
  (n: number): LodashTakeRight1x1;
4154
4134
  <T>(n: lodash.__, array: lodash.List<T> | null | undefined): LodashTakeRight1x2<T>;
4155
4135
  <T>(n: number, array: lodash.List<T> | null | undefined): T[];
4156
4136
  }
4157
4137
  type LodashTakeRight1x1 = <T>(array: lodash.List<T> | null | undefined) => T[];
4158
4138
  type LodashTakeRight1x2<T> = (n: number) => T[];
4159
- interface LodashTakeRightWhile extends LodashConvertible {
4139
+ interface LodashTakeRightWhile {
4160
4140
  <T>(predicate: lodash.ValueIteratee<T>): LodashTakeRightWhile1x1<T>;
4161
4141
  <T>(predicate: lodash.__, array: lodash.List<T> | null | undefined): LodashTakeRightWhile1x2<T>;
4162
4142
  <T>(predicate: lodash.ValueIteratee<T>, array: lodash.List<T> | null | undefined): T[];
4163
4143
  }
4164
4144
  type LodashTakeRightWhile1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
4165
4145
  type LodashTakeRightWhile1x2<T> = (predicate: lodash.ValueIteratee<T>) => T[];
4166
- interface LodashTakeWhile extends LodashConvertible {
4146
+ interface LodashTakeWhile {
4167
4147
  <T>(predicate: lodash.ValueIteratee<T>): LodashTakeWhile1x1<T>;
4168
4148
  <T>(predicate: lodash.__, array: lodash.List<T> | null | undefined): LodashTakeWhile1x2<T>;
4169
4149
  <T>(predicate: lodash.ValueIteratee<T>, array: lodash.List<T> | null | undefined): T[];
4170
4150
  }
4171
4151
  type LodashTakeWhile1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
4172
4152
  type LodashTakeWhile1x2<T> = (predicate: lodash.ValueIteratee<T>) => T[];
4173
- interface LodashTap extends LodashConvertible {
4153
+ interface LodashTap {
4174
4154
  <T>(interceptor: (value: T) => void): LodashTap1x1<T>;
4175
4155
  <T>(interceptor: lodash.__, value: T): LodashTap1x2<T>;
4176
4156
  <T>(interceptor: (value: T) => void, value: T): T;
@@ -4178,29 +4158,29 @@ declare namespace _ {
4178
4158
  type LodashTap1x1<T> = (value: T) => T;
4179
4159
  type LodashTap1x2<T> = (interceptor: (value: T) => void) => T;
4180
4160
  type LodashTemplate = (string: string) => lodash.TemplateExecutor;
4181
- interface LodashThrottle extends LodashConvertible {
4161
+ interface LodashThrottle {
4182
4162
  (wait: number): LodashThrottle1x1;
4183
- <T extends (...args: any[]) => any>(wait: lodash.__, func: T): LodashThrottle1x2<T>;
4184
- <T extends (...args: any[]) => any>(wait: number, func: T): T & lodash.Cancelable;
4163
+ <T extends (...args: any) => any>(wait: lodash.__, func: T): LodashThrottle1x2<T>;
4164
+ <T extends (...args: any) => any>(wait: number, func: T): T & lodash.Cancelable;
4185
4165
  }
4186
- type LodashThrottle1x1 = <T extends (...args: any[]) => any>(func: T) => T & lodash.Cancelable;
4166
+ type LodashThrottle1x1 = <T extends (...args: any) => any>(func: T) => T & lodash.Cancelable;
4187
4167
  type LodashThrottle1x2<T> = (wait: number) => T & lodash.Cancelable;
4188
- interface LodashThru extends LodashConvertible {
4168
+ interface LodashThru {
4189
4169
  <T, TResult>(interceptor: (value: T) => TResult): LodashThru1x1<T, TResult>;
4190
4170
  <T>(interceptor: lodash.__, value: T): LodashThru1x2<T>;
4191
4171
  <T, TResult>(interceptor: (value: T) => TResult, value: T): TResult;
4192
4172
  }
4193
4173
  type LodashThru1x1<T, TResult> = (value: T) => TResult;
4194
4174
  type LodashThru1x2<T> = <TResult>(interceptor: (value: T) => TResult) => TResult;
4195
- interface LodashTimes extends LodashConvertible {
4175
+ interface LodashTimes {
4196
4176
  <TResult>(iteratee: (num: number) => TResult): LodashTimes1x1<TResult>;
4197
4177
  (iteratee: lodash.__, n: number): LodashTimes1x2;
4198
4178
  <TResult>(iteratee: (num: number) => TResult, n: number): TResult[];
4199
4179
  }
4200
4180
  type LodashTimes1x1<TResult> = (n: number) => TResult[];
4201
4181
  type LodashTimes1x2 = <TResult>(iteratee: (num: number) => TResult) => TResult[];
4202
- interface LodashToArray extends LodashConvertible {
4203
- <T>(value: lodash.List<T> | lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
4182
+ interface LodashToArray {
4183
+ <T>(value: lodash.Dictionary<T> | lodash.NumericDictionary<T> | null | undefined): T[];
4204
4184
  <T>(value: T): Array<T[keyof T]>;
4205
4185
  (): any[];
4206
4186
  }
@@ -4214,92 +4194,61 @@ declare namespace _ {
4214
4194
  type LodashToSafeInteger = (value: any) => number;
4215
4195
  type LodashToString = (value: any) => string;
4216
4196
  type LodashToUpper = (string: string) => string;
4217
- interface LodashTransform extends LodashConvertible {
4218
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>): LodashTransform1x1<T, TResult>;
4219
- <TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>): LodashTransform1x2<TResult>;
4220
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: ReadonlyArray<TResult>): LodashTransform1x3<T, TResult>;
4197
+ interface LodashTransform {
4198
+ <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform1x1<T, TResult>;
4199
+ <TResult>(iteratee: lodash.__, accumulator: TResult): LodashTransform1x2<TResult>;
4200
+ <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult): LodashTransform1x3<T, TResult>;
4221
4201
  <T>(iteratee: lodash.__, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x4<T>;
4222
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x5<TResult>;
4223
- <T, TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>, object: ReadonlyArray<T>): LodashTransform1x6<T, TResult>;
4224
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: ReadonlyArray<TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult[];
4225
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>): LodashTransform2x1<T, TResult>;
4226
- <TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>): LodashTransform2x2<TResult>;
4227
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.Dictionary<TResult>): LodashTransform2x3<T, TResult>;
4228
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform2x5<TResult>;
4229
- <T, TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>, object: ReadonlyArray<T>): LodashTransform2x6<T, TResult>;
4230
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.Dictionary<TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): lodash.Dictionary<TResult>;
4231
- <T>(iteratee: lodash.__, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x4<T>;
4232
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x5<TResult>;
4233
- <T, TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>, object: lodash.Dictionary<T>): LodashTransform3x6<T, TResult>;
4234
- <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform4x5<TResult>;
4235
- <T, TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>, object: lodash.Dictionary<T>): LodashTransform4x6<T, TResult>;
4202
+ <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x5<TResult>;
4203
+ <T, TResult>(iteratee: lodash.__, accumulator: TResult, object: ReadonlyArray<T>): LodashTransform1x6<T, TResult>;
4204
+ <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult;
4205
+ <T>(iteratee: lodash.__, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x4<T>;
4206
+ <T, TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x5<TResult>;
4207
+ <T, TResult>(iteratee: lodash.__, accumulator: TResult, object: lodash.Dictionary<T>): LodashTransform2x6<T, TResult>;
4236
4208
  }
4237
4209
  interface LodashTransform1x1<T, TResult> {
4238
- (accumulator: ReadonlyArray<TResult>): LodashTransform1x3<T, TResult>;
4210
+ (accumulator: TResult): LodashTransform1x3<T, TResult>;
4239
4211
  (accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform1x5<TResult>;
4240
- (accumulator: ReadonlyArray<TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult[];
4241
- (accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform4x5<TResult>;
4212
+ (accumulator: TResult, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult;
4213
+ (accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x5<TResult>;
4242
4214
  }
4243
4215
  interface LodashTransform1x2<TResult> {
4244
- <T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>): LodashTransform1x3<T, TResult>;
4216
+ <T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform1x3<T, TResult>;
4245
4217
  <T>(iteratee: lodash.__, object: ReadonlyArray<T>): LodashTransform1x6<T, TResult>;
4246
- <T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult[];
4247
- <T>(iteratee: lodash.__, object: lodash.Dictionary<T>): LodashTransform4x6<T, TResult>;
4218
+ <T>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): TResult;
4219
+ <T>(iteratee: lodash.__, object: lodash.Dictionary<T>): LodashTransform2x6<T, TResult>;
4248
4220
  }
4249
- type LodashTransform1x3<T, TResult> = (object: ReadonlyArray<T> | lodash.Dictionary<T>) => TResult[];
4221
+ type LodashTransform1x3<T, TResult> = (object: ReadonlyArray<T> | lodash.Dictionary<T>) => TResult;
4250
4222
  interface LodashTransform1x4<T> {
4251
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>): LodashTransform1x5<TResult>;
4252
- <TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>): LodashTransform1x6<T, TResult>;
4253
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: ReadonlyArray<TResult>): TResult[];
4254
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>): LodashTransform2x5<TResult>;
4255
- <TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>): LodashTransform2x6<T, TResult>;
4256
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.Dictionary<TResult>): lodash.Dictionary<TResult>;
4257
- }
4258
- type LodashTransform1x5<TResult> = (accumulator: ReadonlyArray<TResult>) => TResult[];
4259
- type LodashTransform1x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>) => TResult[];
4260
- interface LodashTransform2x1<T, TResult> {
4261
- (accumulator: lodash.Dictionary<TResult>): LodashTransform2x3<T, TResult>;
4262
- (accumulator: lodash.__, object: ReadonlyArray<T>): LodashTransform2x5<TResult>;
4263
- (accumulator: lodash.Dictionary<TResult>, object: ReadonlyArray<T> | lodash.Dictionary<T>): lodash.Dictionary<TResult>;
4264
- (accumulator: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x5<TResult>;
4265
- }
4266
- interface LodashTransform2x2<TResult> {
4267
- <T>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>): LodashTransform2x3<T, TResult>;
4268
- <T>(iteratee: lodash.__, object: ReadonlyArray<T>): LodashTransform2x6<T, TResult>;
4269
- <T>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, object: ReadonlyArray<T> | lodash.Dictionary<T>): lodash.Dictionary<TResult>;
4270
- <T>(iteratee: lodash.__, object: lodash.Dictionary<T>): LodashTransform3x6<T, TResult>;
4271
- }
4272
- type LodashTransform2x3<T, TResult> = (object: ReadonlyArray<T> | lodash.Dictionary<T>) => lodash.Dictionary<TResult>;
4273
- type LodashTransform2x5<TResult> = (accumulator: lodash.Dictionary<TResult>) => lodash.Dictionary<TResult>;
4274
- type LodashTransform2x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>) => lodash.Dictionary<TResult>;
4275
- interface LodashTransform3x4<T> {
4276
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>): LodashTransform3x5<TResult>;
4277
- <TResult>(iteratee: lodash.__, accumulator: lodash.Dictionary<TResult>): LodashTransform3x6<T, TResult>;
4278
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>, accumulator: lodash.Dictionary<TResult>): lodash.Dictionary<TResult>;
4279
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>): LodashTransform4x5<TResult>;
4280
- <TResult>(iteratee: lodash.__, accumulator: ReadonlyArray<TResult>): LodashTransform4x6<T, TResult>;
4281
- <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>, accumulator: ReadonlyArray<TResult>): TResult[];
4282
- }
4283
- type LodashTransform3x5<TResult> = (accumulator: lodash.Dictionary<TResult>) => lodash.Dictionary<TResult>;
4284
- type LodashTransform3x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, lodash.Dictionary<TResult>>) => lodash.Dictionary<TResult>;
4285
- type LodashTransform4x5<TResult> = (accumulator: ReadonlyArray<TResult>) => TResult[];
4286
- type LodashTransform4x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult[]>) => TResult[];
4223
+ <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform1x5<TResult>;
4224
+ <TResult>(iteratee: lodash.__, accumulator: TResult): LodashTransform1x6<T, TResult>;
4225
+ <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult): TResult;
4226
+ }
4227
+ type LodashTransform1x5<TResult> = (accumulator: TResult) => TResult;
4228
+ type LodashTransform1x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult>) => TResult;
4229
+ interface LodashTransform2x4<T> {
4230
+ <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>): LodashTransform2x5<TResult>;
4231
+ <TResult>(iteratee: lodash.__, accumulator: TResult): LodashTransform2x6<T, TResult>;
4232
+ <TResult>(iteratee: lodash.MemoVoidIteratorCapped<T, TResult>, accumulator: TResult): TResult;
4233
+ }
4234
+ type LodashTransform2x5<TResult> = (accumulator: TResult) => TResult;
4235
+ type LodashTransform2x6<T, TResult> = (iteratee: lodash.MemoVoidIteratorCapped<T, TResult>) => TResult;
4287
4236
  type LodashTrim = (string: string) => string;
4288
- interface LodashTrimChars extends LodashConvertible {
4237
+ interface LodashTrimChars {
4289
4238
  (chars: string): LodashTrimChars1x1;
4290
4239
  (chars: lodash.__, string: string): LodashTrimChars1x2;
4291
4240
  (chars: string, string: string): string;
4292
4241
  }
4293
4242
  type LodashTrimChars1x1 = (string: string) => string;
4294
4243
  type LodashTrimChars1x2 = (chars: string) => string;
4295
- interface LodashTrimCharsEnd extends LodashConvertible {
4244
+ interface LodashTrimCharsEnd {
4296
4245
  (chars: string): LodashTrimCharsEnd1x1;
4297
4246
  (chars: lodash.__, string: string): LodashTrimCharsEnd1x2;
4298
4247
  (chars: string, string: string): string;
4299
4248
  }
4300
4249
  type LodashTrimCharsEnd1x1 = (string: string) => string;
4301
4250
  type LodashTrimCharsEnd1x2 = (chars: string) => string;
4302
- interface LodashTrimCharsStart extends LodashConvertible {
4251
+ interface LodashTrimCharsStart {
4303
4252
  (chars: string): LodashTrimCharsStart1x1;
4304
4253
  (chars: lodash.__, string: string): LodashTrimCharsStart1x2;
4305
4254
  (chars: string, string: string): string;
@@ -4308,7 +4257,7 @@ declare namespace _ {
4308
4257
  type LodashTrimCharsStart1x2 = (chars: string) => string;
4309
4258
  type LodashTrimEnd = (string: string) => string;
4310
4259
  type LodashTrimStart = (string: string) => string;
4311
- interface LodashTruncate extends LodashConvertible {
4260
+ interface LodashTruncate {
4312
4261
  (options: lodash.TruncateOptions): LodashTruncate1x1;
4313
4262
  (options: lodash.__, string: string): LodashTruncate1x2;
4314
4263
  (options: lodash.TruncateOptions, string: string): string;
@@ -4318,14 +4267,14 @@ declare namespace _ {
4318
4267
  type LodashUnapply = (func: (...args: any[]) => any) => (...args: any[]) => any;
4319
4268
  type LodashUnary = <T, TResult>(func: (arg1: T, ...args: any[]) => TResult) => (arg1: T) => TResult;
4320
4269
  type LodashUnescape = (string: string) => string;
4321
- interface LodashUnion extends LodashConvertible {
4270
+ interface LodashUnion {
4322
4271
  <T>(arrays2: lodash.List<T> | null | undefined): LodashUnion1x1<T>;
4323
4272
  <T>(arrays2: lodash.__, arrays: lodash.List<T> | null | undefined): LodashUnion1x2<T>;
4324
4273
  <T>(arrays2: lodash.List<T> | null | undefined, arrays: lodash.List<T> | null | undefined): T[];
4325
4274
  }
4326
4275
  type LodashUnion1x1<T> = (arrays: lodash.List<T> | null | undefined) => T[];
4327
4276
  type LodashUnion1x2<T> = (arrays2: lodash.List<T> | null | undefined) => T[];
4328
- interface LodashUnionBy extends LodashConvertible {
4277
+ interface LodashUnionBy {
4329
4278
  <T>(iteratee: lodash.ValueIteratee<T>): LodashUnionBy1x1<T>;
4330
4279
  <T>(iteratee: lodash.__, arrays1: lodash.List<T> | null | undefined): LodashUnionBy1x2<T>;
4331
4280
  <T>(iteratee: lodash.ValueIteratee<T>, arrays1: lodash.List<T> | null | undefined): LodashUnionBy1x3<T>;
@@ -4352,7 +4301,7 @@ declare namespace _ {
4352
4301
  }
4353
4302
  type LodashUnionBy1x5<T> = (arrays1: lodash.List<T> | null | undefined) => T[];
4354
4303
  type LodashUnionBy1x6<T> = (iteratee: lodash.ValueIteratee<T>) => T[];
4355
- interface LodashUnionWith extends LodashConvertible {
4304
+ interface LodashUnionWith {
4356
4305
  <T>(comparator: lodash.Comparator<T>): LodashUnionWith1x1<T>;
4357
4306
  <T>(comparator: lodash.__, arrays: lodash.List<T> | null | undefined): LodashUnionWith1x2<T>;
4358
4307
  <T>(comparator: lodash.Comparator<T>, arrays: lodash.List<T> | null | undefined): LodashUnionWith1x3<T>;
@@ -4380,7 +4329,7 @@ declare namespace _ {
4380
4329
  type LodashUnionWith1x5<T> = (arrays: lodash.List<T> | null | undefined) => T[];
4381
4330
  type LodashUnionWith1x6<T> = (comparator: lodash.Comparator<T>) => T[];
4382
4331
  type LodashUniq = <T>(array: lodash.List<T> | null | undefined) => T[];
4383
- interface LodashUniqBy extends LodashConvertible {
4332
+ interface LodashUniqBy {
4384
4333
  <T>(iteratee: lodash.ValueIteratee<T>): LodashUniqBy1x1<T>;
4385
4334
  <T>(iteratee: lodash.__, array: lodash.List<T> | null | undefined): LodashUniqBy1x2<T>;
4386
4335
  <T>(iteratee: lodash.ValueIteratee<T>, array: lodash.List<T> | null | undefined): T[];
@@ -4388,7 +4337,7 @@ declare namespace _ {
4388
4337
  type LodashUniqBy1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
4389
4338
  type LodashUniqBy1x2<T> = (iteratee: lodash.ValueIteratee<T>) => T[];
4390
4339
  type LodashUniqueId = (prefix: string) => string;
4391
- interface LodashUniqWith extends LodashConvertible {
4340
+ interface LodashUniqWith {
4392
4341
  <T>(comparator: lodash.Comparator<T>): LodashUniqWith1x1<T>;
4393
4342
  <T>(comparator: lodash.__, array: lodash.List<T> | null | undefined): LodashUniqWith1x2<T>;
4394
4343
  <T>(comparator: lodash.Comparator<T>, array: lodash.List<T> | null | undefined): T[];
@@ -4396,14 +4345,14 @@ declare namespace _ {
4396
4345
  type LodashUniqWith1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
4397
4346
  type LodashUniqWith1x2<T> = (comparator: lodash.Comparator<T>) => T[];
4398
4347
  type LodashUnzip = <T>(array: T[][] | lodash.List<lodash.List<T>> | null | undefined) => T[][];
4399
- interface LodashUnzipWith extends LodashConvertible {
4348
+ interface LodashUnzipWith {
4400
4349
  <T, TResult>(iteratee: (...values: T[]) => TResult): LodashUnzipWith1x1<T, TResult>;
4401
4350
  <T>(iteratee: lodash.__, array: lodash.List<lodash.List<T>> | null | undefined): LodashUnzipWith1x2<T>;
4402
4351
  <T, TResult>(iteratee: (...values: T[]) => TResult, array: lodash.List<lodash.List<T>> | null | undefined): TResult[];
4403
4352
  }
4404
4353
  type LodashUnzipWith1x1<T, TResult> = (array: lodash.List<lodash.List<T>> | null | undefined) => TResult[];
4405
4354
  type LodashUnzipWith1x2<T> = <TResult>(iteratee: (...values: T[]) => TResult) => TResult[];
4406
- interface LodashUpdate extends LodashConvertible {
4355
+ interface LodashUpdate {
4407
4356
  (path: lodash.PropertyPath): LodashUpdate1x1;
4408
4357
  (path: lodash.__, updater: (value: any) => any): LodashUpdate1x2;
4409
4358
  (path: lodash.PropertyPath, updater: (value: any) => any): LodashUpdate1x3;
@@ -4430,7 +4379,7 @@ declare namespace _ {
4430
4379
  }
4431
4380
  type LodashUpdate1x5 = (updater: (value: any) => any) => any;
4432
4381
  type LodashUpdate1x6 = (path: lodash.PropertyPath) => any;
4433
- interface LodashUpdateWith extends LodashConvertible {
4382
+ interface LodashUpdateWith {
4434
4383
  <T extends object>(customizer: lodash.SetWithCustomizer<T>): LodashUpdateWith1x1<T>;
4435
4384
  (customizer: lodash.__, path: lodash.PropertyPath): LodashUpdateWith1x2;
4436
4385
  <T extends object>(customizer: lodash.SetWithCustomizer<T>, path: lodash.PropertyPath): LodashUpdateWith1x3<T>;
@@ -4519,16 +4468,16 @@ declare namespace _ {
4519
4468
  type LodashUpdateWith1x14<T> = (customizer: lodash.SetWithCustomizer<T>) => T;
4520
4469
  type LodashUpperCase = (string: string) => string;
4521
4470
  type LodashUpperFirst = (string: string) => string;
4522
- interface LodashValues extends LodashConvertible {
4471
+ interface LodashValues {
4523
4472
  <T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | lodash.List<T> | null | undefined): T[];
4524
4473
  <T extends object>(object: T | null | undefined): Array<T[keyof T]>;
4525
4474
  (object: any): any[];
4526
4475
  }
4527
- interface LodashValuesIn extends LodashConvertible {
4528
- <T>(object: lodash.Dictionary<T>|lodash.NumericDictionary<T>|lodash.List<T> | null | undefined): T[];
4476
+ interface LodashValuesIn {
4477
+ <T>(object: lodash.Dictionary<T> | lodash.NumericDictionary<T> | lodash.List<T> | null | undefined): T[];
4529
4478
  <T extends object>(object: T | null | undefined): Array<T[keyof T]>;
4530
4479
  }
4531
- interface LodashWithout extends LodashConvertible {
4480
+ interface LodashWithout {
4532
4481
  <T>(values: ReadonlyArray<T>): LodashWithout1x1<T>;
4533
4482
  <T>(values: lodash.__, array: lodash.List<T> | null | undefined): LodashWithout1x2<T>;
4534
4483
  <T>(values: ReadonlyArray<T>, array: lodash.List<T> | null | undefined): T[];
@@ -4536,48 +4485,42 @@ declare namespace _ {
4536
4485
  type LodashWithout1x1<T> = (array: lodash.List<T> | null | undefined) => T[];
4537
4486
  type LodashWithout1x2<T> = (values: ReadonlyArray<T>) => T[];
4538
4487
  type LodashWords = (string: string) => string[];
4539
- interface LodashWrap extends LodashConvertible {
4488
+ interface LodashWrap {
4540
4489
  <T, TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult): LodashWrap1x1<T, TArgs, TResult>;
4541
4490
  <T>(wrapper: lodash.__, value: T): LodashWrap1x2<T>;
4542
4491
  <T, TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult, value: T): (...args: TArgs[]) => TResult;
4543
- <T, TResult>(wrapper: (value: T, ...args: any[]) => TResult): LodashWrap2x1<T, TResult>;
4544
- <T, TResult>(wrapper: (value: T, ...args: any[]) => TResult, value: T): (...args: any[]) => TResult;
4545
4492
  }
4546
4493
  type LodashWrap1x1<T, TArgs, TResult> = (value: T) => (...args: TArgs[]) => TResult;
4547
- interface LodashWrap1x2<T> {
4548
- <TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult): (...args: TArgs[]) => TResult;
4549
- <TResult>(wrapper: (value: T, ...args: any[]) => TResult): (...args: any[]) => TResult;
4550
- }
4551
- type LodashWrap2x1<T, TResult> = (value: T) => (...args: any[]) => TResult;
4552
- interface LodashZip extends LodashConvertible {
4494
+ type LodashWrap1x2<T> = <TArgs, TResult>(wrapper: (value: T, ...args: TArgs[]) => TResult) => (...args: TArgs[]) => TResult;
4495
+ interface LodashZip {
4553
4496
  <T1>(arrays1: lodash.List<T1>): LodashZip1x1<T1>;
4554
4497
  <T2>(arrays1: lodash.__, arrays2: lodash.List<T2>): LodashZip1x2<T2>;
4555
4498
  <T1, T2>(arrays1: lodash.List<T1>, arrays2: lodash.List<T2>): Array<[T1 | undefined, T2 | undefined]>;
4556
4499
  }
4557
4500
  type LodashZip1x1<T1> = <T2>(arrays2: lodash.List<T2>) => Array<[T1 | undefined, T2 | undefined]>;
4558
4501
  type LodashZip1x2<T2> = <T1>(arrays1: lodash.List<T1>) => Array<[T1 | undefined, T2 | undefined]>;
4559
- interface LodashZipAll extends LodashConvertible {
4502
+ interface LodashZipAll {
4560
4503
  <T1, T2>(arrays1: [lodash.List<T1>, lodash.List<T2>]): Array<[T1 | undefined, T2 | undefined]>;
4561
4504
  <T1, T2, T3>(arrays1: [lodash.List<T1>, lodash.List<T2>, lodash.List<T3>]): Array<[T1 | undefined, T2 | undefined, T3 | undefined]>;
4562
4505
  <T1, T2, T3, T4>(arrays1: [lodash.List<T1>, lodash.List<T2>, lodash.List<T3>, lodash.List<T4>]): Array<[T1 | undefined, T2 | undefined, T3 | undefined, T4 | undefined]>;
4563
4506
  <T1, T2, T3, T4, T5>(arrays1: [lodash.List<T1>, lodash.List<T2>, lodash.List<T3>, lodash.List<T4>, lodash.List<T5>]): Array<[T1 | undefined, T2 | undefined, T3 | undefined, T4 | undefined, T5 | undefined]>;
4564
4507
  <T>(arrays: ReadonlyArray<lodash.List<T> | null | undefined>): Array<Array<T | undefined>>;
4565
4508
  }
4566
- interface LodashZipObject extends LodashConvertible {
4509
+ interface LodashZipObject {
4567
4510
  (props: lodash.List<lodash.PropertyName>): LodashZipObject1x1;
4568
4511
  <T>(props: lodash.__, values: lodash.List<T>): LodashZipObject1x2<T>;
4569
4512
  <T>(props: lodash.List<lodash.PropertyName>, values: lodash.List<T>): lodash.Dictionary<T>;
4570
4513
  }
4571
4514
  type LodashZipObject1x1 = <T>(values: lodash.List<T>) => lodash.Dictionary<T>;
4572
4515
  type LodashZipObject1x2<T> = (props: lodash.List<lodash.PropertyName>) => lodash.Dictionary<T>;
4573
- interface LodashZipObjectDeep extends LodashConvertible {
4516
+ interface LodashZipObjectDeep {
4574
4517
  (paths: lodash.List<lodash.PropertyPath>): LodashZipObjectDeep1x1;
4575
4518
  (paths: lodash.__, values: lodash.List<any>): LodashZipObjectDeep1x2;
4576
4519
  (paths: lodash.List<lodash.PropertyPath>, values: lodash.List<any>): object;
4577
4520
  }
4578
4521
  type LodashZipObjectDeep1x1 = (values: lodash.List<any>) => object;
4579
4522
  type LodashZipObjectDeep1x2 = (paths: lodash.List<lodash.PropertyPath>) => object;
4580
- interface LodashZipWith extends LodashConvertible {
4523
+ interface LodashZipWith {
4581
4524
  <T1, T2, TResult>(iteratee: (value1: T1, value2: T2) => TResult): LodashZipWith1x1<T1, T2, TResult>;
4582
4525
  <T1>(iteratee: lodash.__, arrays1: lodash.List<T1>): LodashZipWith1x2<T1>;
4583
4526
  <T1, T2, TResult>(iteratee: (value1: T1, value2: T2) => TResult, arrays1: lodash.List<T1>): LodashZipWith1x3<T2, TResult>;