@types/lodash 4.14.105 → 4.14.109

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