@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
@@ -0,0 +1,2 @@
1
+ import { assignInWith } from "../fp";
2
+ export = assignInWith;
@@ -0,0 +1,2 @@
1
+ import { assignWith } from "../fp";
2
+ export = assignWith;
lodash/fp/assoc.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { assoc } from "../fp";
2
+ export = assoc;
@@ -0,0 +1,2 @@
1
+ import { assocPath } from "../fp";
2
+ export = assocPath;
lodash/fp/at.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { at } from "../fp";
2
+ export = at;
lodash/fp/attempt.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { attempt } from "../fp";
2
+ export = attempt;
lodash/fp/before.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { before } from "../fp";
2
+ export = before;
lodash/fp/bind.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { bind } from "../fp";
2
+ export = bind;
lodash/fp/bindAll.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { bindAll } from "../fp";
2
+ export = bindAll;
lodash/fp/bindKey.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { bindKey } from "../fp";
2
+ export = bindKey;
@@ -0,0 +1,2 @@
1
+ import { camelCase } from "../fp";
2
+ export = camelCase;
@@ -0,0 +1,2 @@
1
+ import { capitalize } from "../fp";
2
+ export = capitalize;
@@ -0,0 +1,2 @@
1
+ import { castArray } from "../fp";
2
+ export = castArray;
lodash/fp/ceil.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { ceil } from "../fp";
2
+ export = ceil;
lodash/fp/chunk.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { chunk } from "../fp";
2
+ export = chunk;
lodash/fp/clamp.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { clamp } from "../fp";
2
+ export = clamp;
lodash/fp/clone.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { clone } from "../fp";
2
+ export = clone;
@@ -0,0 +1,2 @@
1
+ import { cloneDeep } from "../fp";
2
+ export = cloneDeep;
@@ -0,0 +1,2 @@
1
+ import { cloneDeepWith } from "../fp";
2
+ export = cloneDeepWith;
@@ -0,0 +1,2 @@
1
+ import { cloneWith } from "../fp";
2
+ export = cloneWith;
lodash/fp/compact.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { compact } from "../fp";
2
+ export = compact;
@@ -0,0 +1,2 @@
1
+ import { complement } from "../fp";
2
+ export = complement;
lodash/fp/compose.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { compose } from "../fp";
2
+ export = compose;
lodash/fp/concat.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { concat } from "../fp";
2
+ export = concat;
lodash/fp/cond.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { cond } from "../fp";
2
+ export = cond;
@@ -0,0 +1,2 @@
1
+ import { conforms } from "../fp";
2
+ export = conforms;
@@ -0,0 +1,2 @@
1
+ import { conformsTo } from "../fp";
2
+ export = conformsTo;
@@ -0,0 +1,2 @@
1
+ import { constant } from "../fp";
2
+ export = constant;
@@ -0,0 +1,2 @@
1
+ import { contains } from "../fp";
2
+ export = contains;
lodash/fp/convert.d.ts ADDED
@@ -0,0 +1,15 @@
1
+ interface ConvertOptions {
2
+ cap?: boolean;
3
+ curry?: boolean;
4
+ fixed?: boolean;
5
+ immutable?: boolean;
6
+ rearg?: boolean;
7
+ }
8
+
9
+ interface Convert {
10
+ (func: object, options?: ConvertOptions): any;
11
+ (name: string, func: (...args: any[]) => any, options?: ConvertOptions): any;
12
+ }
13
+
14
+ declare const convert: Convert;
15
+ export = convert;
lodash/fp/countBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { countBy } from "../fp";
2
+ export = countBy;
lodash/fp/create.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { create } from "../fp";
2
+ export = create;
lodash/fp/curry.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { curry } from "../fp";
2
+ export = curry;
lodash/fp/curryN.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { curryN } from "../fp";
2
+ export = curryN;
@@ -0,0 +1,2 @@
1
+ import { curryRight } from "../fp";
2
+ export = curryRight;
@@ -0,0 +1,2 @@
1
+ import { curryRightN } from "../fp";
2
+ export = curryRightN;
@@ -0,0 +1,2 @@
1
+ import { debounce } from "../fp";
2
+ export = debounce;
lodash/fp/deburr.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { deburr } from "../fp";
2
+ export = deburr;
@@ -0,0 +1,2 @@
1
+ import { defaultTo } from "../fp";
2
+ export = defaultTo;
@@ -0,0 +1,2 @@
1
+ import { defaults } from "../fp";
2
+ export = defaults;
@@ -0,0 +1,2 @@
1
+ import { defaultsAll } from "../fp";
2
+ export = defaultsAll;
@@ -0,0 +1,2 @@
1
+ import { defaultsDeep } from "../fp";
2
+ export = defaultsDeep;
@@ -0,0 +1,2 @@
1
+ import { defaultsDeepAll } from "../fp";
2
+ export = defaultsDeepAll;
lodash/fp/defer.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { defer } from "../fp";
2
+ export = defer;
lodash/fp/delay.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { delay } from "../fp";
2
+ export = delay;
@@ -0,0 +1,2 @@
1
+ import { difference } from "../fp";
2
+ export = difference;
@@ -0,0 +1,2 @@
1
+ import { differenceBy } from "../fp";
2
+ export = differenceBy;
@@ -0,0 +1,2 @@
1
+ import { differenceWith } from "../fp";
2
+ export = differenceWith;
lodash/fp/dissoc.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { dissoc } from "../fp";
2
+ export = dissoc;
@@ -0,0 +1,2 @@
1
+ import { dissocPath } from "../fp";
2
+ export = dissocPath;
lodash/fp/divide.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { divide } from "../fp";
2
+ export = divide;
lodash/fp/drop.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { drop } from "../fp";
2
+ export = drop;
@@ -0,0 +1,2 @@
1
+ import { dropLast } from "../fp";
2
+ export = dropLast;
@@ -0,0 +1,2 @@
1
+ import { dropLastWhile } from "../fp";
2
+ export = dropLastWhile;
@@ -0,0 +1,2 @@
1
+ import { dropRight } from "../fp";
2
+ export = dropRight;
@@ -0,0 +1,2 @@
1
+ import { dropRightWhile } from "../fp";
2
+ export = dropRightWhile;
@@ -0,0 +1,2 @@
1
+ import { dropWhile } from "../fp";
2
+ export = dropWhile;
lodash/fp/each.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { each } from "../fp";
2
+ export = each;
@@ -0,0 +1,2 @@
1
+ import { eachRight } from "../fp";
2
+ export = eachRight;
@@ -0,0 +1,2 @@
1
+ import { endsWith } from "../fp";
2
+ export = endsWith;
lodash/fp/entries.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { entries } from "../fp";
2
+ export = entries;
@@ -0,0 +1,2 @@
1
+ import { entriesIn } from "../fp";
2
+ export = entriesIn;
lodash/fp/eq.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { eq } from "../fp";
2
+ export = eq;
lodash/fp/equals.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { equals } from "../fp";
2
+ export = equals;
lodash/fp/escape.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { escape } from "../fp";
2
+ export = escape;
@@ -0,0 +1,2 @@
1
+ import { escapeRegExp } from "../fp";
2
+ export = escapeRegExp;
lodash/fp/every.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { every } from "../fp";
2
+ export = every;
lodash/fp/extend.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { extend } from "../fp";
2
+ export = extend;
@@ -0,0 +1,2 @@
1
+ import { extendAll } from "../fp";
2
+ export = extendAll;
@@ -0,0 +1,2 @@
1
+ import { extendAllWith } from "../fp";
2
+ export = extendAllWith;
@@ -0,0 +1,2 @@
1
+ import { extendWith } from "../fp";
2
+ export = extendWith;
lodash/fp/fill.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { fill } from "../fp";
2
+ export = fill;
lodash/fp/filter.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { filter } from "../fp";
2
+ export = filter;
lodash/fp/find.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { find } from "../fp";
2
+ export = find;
@@ -0,0 +1,2 @@
1
+ import { findFrom } from "../fp";
2
+ export = findFrom;
@@ -0,0 +1,2 @@
1
+ import { findIndex } from "../fp";
2
+ export = findIndex;
@@ -0,0 +1,2 @@
1
+ import { findIndexFrom } from "../fp";
2
+ export = findIndexFrom;
lodash/fp/findKey.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { findKey } from "../fp";
2
+ export = findKey;
@@ -0,0 +1,2 @@
1
+ import { findLast } from "../fp";
2
+ export = findLast;
@@ -0,0 +1,2 @@
1
+ import { findLastFrom } from "../fp";
2
+ export = findLastFrom;
@@ -0,0 +1,2 @@
1
+ import { findLastIndex } from "../fp";
2
+ export = findLastIndex;
@@ -0,0 +1,2 @@
1
+ import { findLastIndexFrom } from "../fp";
2
+ export = findLastIndexFrom;
@@ -0,0 +1,2 @@
1
+ import { findLastKey } from "../fp";
2
+ export = findLastKey;
lodash/fp/first.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { first } from "../fp";
2
+ export = first;
lodash/fp/flatMap.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { flatMap } from "../fp";
2
+ export = flatMap;
@@ -0,0 +1,2 @@
1
+ import { flatMapDeep } from "../fp";
2
+ export = flatMapDeep;
@@ -0,0 +1,2 @@
1
+ import { flatMapDepth } from "../fp";
2
+ export = flatMapDepth;
lodash/fp/flatten.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { flatten } from "../fp";
2
+ export = flatten;
@@ -0,0 +1,2 @@
1
+ import { flattenDeep } from "../fp";
2
+ export = flattenDeep;
@@ -0,0 +1,2 @@
1
+ import { flattenDepth } from "../fp";
2
+ export = flattenDepth;
lodash/fp/flip.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { flip } from "../fp";
2
+ export = flip;
lodash/fp/floor.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { floor } from "../fp";
2
+ export = floor;
lodash/fp/flow.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { flow } from "../fp";
2
+ export = flow;
@@ -0,0 +1,2 @@
1
+ import { flowRight } from "../fp";
2
+ export = flowRight;
lodash/fp/forEach.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { forEach } from "../fp";
2
+ export = forEach;
@@ -0,0 +1,2 @@
1
+ import { forEachRight } from "../fp";
2
+ export = forEachRight;
lodash/fp/forIn.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { forIn } from "../fp";
2
+ export = forIn;
@@ -0,0 +1,2 @@
1
+ import { forInRight } from "../fp";
2
+ export = forInRight;
lodash/fp/forOwn.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { forOwn } from "../fp";
2
+ export = forOwn;
@@ -0,0 +1,2 @@
1
+ import { forOwnRight } from "../fp";
2
+ export = forOwnRight;
@@ -0,0 +1,2 @@
1
+ import { fromPairs } from "../fp";
2
+ export = fromPairs;
@@ -0,0 +1,2 @@
1
+ import { functions } from "../fp";
2
+ export = functions;
@@ -0,0 +1,2 @@
1
+ import { functionsIn } from "../fp";
2
+ export = functionsIn;
lodash/fp/get.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { get } from "../fp";
2
+ export = get;
lodash/fp/getOr.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { getOr } from "../fp";
2
+ export = getOr;
lodash/fp/groupBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { groupBy } from "../fp";
2
+ export = groupBy;
lodash/fp/gt.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { gt } from "../fp";
2
+ export = gt;
lodash/fp/gte.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { gte } from "../fp";
2
+ export = gte;
lodash/fp/has.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { has } from "../fp";
2
+ export = has;
lodash/fp/hasIn.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { hasIn } from "../fp";
2
+ export = hasIn;
lodash/fp/head.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { head } from "../fp";
2
+ export = head;
@@ -0,0 +1,2 @@
1
+ import { identical } from "../fp";
2
+ export = identical;
@@ -0,0 +1,2 @@
1
+ import { identity } from "../fp";
2
+ export = identity;
lodash/fp/inRange.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { inRange } from "../fp";
2
+ export = inRange;
@@ -0,0 +1,2 @@
1
+ import { includes } from "../fp";
2
+ export = includes;
@@ -0,0 +1,2 @@
1
+ import { includesFrom } from "../fp";
2
+ export = includesFrom;
lodash/fp/indexBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { indexBy } from "../fp";
2
+ export = indexBy;
lodash/fp/indexOf.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { indexOf } from "../fp";
2
+ export = indexOf;
@@ -0,0 +1,2 @@
1
+ import { indexOfFrom } from "../fp";
2
+ export = indexOfFrom;
lodash/fp/init.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { init } from "../fp";
2
+ export = init;
lodash/fp/initial.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { initial } from "../fp";
2
+ export = initial;
@@ -0,0 +1,2 @@
1
+ import { intersection } from "../fp";
2
+ export = intersection;
@@ -0,0 +1,2 @@
1
+ import { intersectionBy } from "../fp";
2
+ export = intersectionBy;
@@ -0,0 +1,2 @@
1
+ import { intersectionWith } from "../fp";
2
+ export = intersectionWith;
lodash/fp/invert.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { invert } from "../fp";
2
+ export = invert;
@@ -0,0 +1,2 @@
1
+ import { invertBy } from "../fp";
2
+ export = invertBy;
@@ -0,0 +1,2 @@
1
+ import { invertObj } from "../fp";
2
+ export = invertObj;
lodash/fp/invoke.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { invoke } from "../fp";
2
+ export = invoke;
@@ -0,0 +1,2 @@
1
+ import { invokeArgs } from "../fp";
2
+ export = invokeArgs;
@@ -0,0 +1,2 @@
1
+ import { invokeArgsMap } from "../fp";
2
+ export = invokeArgsMap;
@@ -0,0 +1,2 @@
1
+ import { invokeMap } from "../fp";
2
+ export = invokeMap;
@@ -0,0 +1,2 @@
1
+ import { isArguments } from "../fp";
2
+ export = isArguments;
lodash/fp/isArray.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isArray } from "../fp";
2
+ export = isArray;
@@ -0,0 +1,2 @@
1
+ import { isArrayBuffer } from "../fp";
2
+ export = isArrayBuffer;
@@ -0,0 +1,2 @@
1
+ import { isArrayLike } from "../fp";
2
+ export = isArrayLike;
@@ -0,0 +1,2 @@
1
+ import { isArrayLikeObject } from "../fp";
2
+ export = isArrayLikeObject;
@@ -0,0 +1,2 @@
1
+ import { isBoolean } from "../fp";
2
+ export = isBoolean;
@@ -0,0 +1,2 @@
1
+ import { isBuffer } from "../fp";
2
+ export = isBuffer;