@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
lodash/fp/isDate.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isDate } from "../fp";
2
+ export = isDate;
@@ -0,0 +1,2 @@
1
+ import { isElement } from "../fp";
2
+ export = isElement;
lodash/fp/isEmpty.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isEmpty } from "../fp";
2
+ export = isEmpty;
lodash/fp/isEqual.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isEqual } from "../fp";
2
+ export = isEqual;
@@ -0,0 +1,2 @@
1
+ import { isEqualWith } from "../fp";
2
+ export = isEqualWith;
lodash/fp/isError.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isError } from "../fp";
2
+ export = isError;
@@ -0,0 +1,2 @@
1
+ import { isFinite } from "../fp";
2
+ export = isFinite;
@@ -0,0 +1,2 @@
1
+ import { isFunction } from "../fp";
2
+ export = isFunction;
@@ -0,0 +1,2 @@
1
+ import { isInteger } from "../fp";
2
+ export = isInteger;
@@ -0,0 +1,2 @@
1
+ import { isLength } from "../fp";
2
+ export = isLength;
lodash/fp/isMap.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isMap } from "../fp";
2
+ export = isMap;
lodash/fp/isMatch.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isMatch } from "../fp";
2
+ export = isMatch;
@@ -0,0 +1,2 @@
1
+ import { isMatchWith } from "../fp";
2
+ export = isMatchWith;
lodash/fp/isNaN.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isNaN } from "../fp";
2
+ export = isNaN;
@@ -0,0 +1,2 @@
1
+ import { isNative } from "../fp";
2
+ export = isNative;
lodash/fp/isNil.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isNil } from "../fp";
2
+ export = isNil;
lodash/fp/isNull.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isNull } from "../fp";
2
+ export = isNull;
@@ -0,0 +1,2 @@
1
+ import { isNumber } from "../fp";
2
+ export = isNumber;
@@ -0,0 +1,2 @@
1
+ import { isObject } from "../fp";
2
+ export = isObject;
@@ -0,0 +1,2 @@
1
+ import { isObjectLike } from "../fp";
2
+ export = isObjectLike;
@@ -0,0 +1,2 @@
1
+ import { isPlainObject } from "../fp";
2
+ export = isPlainObject;
@@ -0,0 +1,2 @@
1
+ import { isRegExp } from "../fp";
2
+ export = isRegExp;
@@ -0,0 +1,2 @@
1
+ import { isSafeInteger } from "../fp";
2
+ export = isSafeInteger;
lodash/fp/isSet.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { isSet } from "../fp";
2
+ export = isSet;
@@ -0,0 +1,2 @@
1
+ import { isString } from "../fp";
2
+ export = isString;
@@ -0,0 +1,2 @@
1
+ import { isSymbol } from "../fp";
2
+ export = isSymbol;
@@ -0,0 +1,2 @@
1
+ import { isTypedArray } from "../fp";
2
+ export = isTypedArray;
@@ -0,0 +1,2 @@
1
+ import { isUndefined } from "../fp";
2
+ export = isUndefined;
@@ -0,0 +1,2 @@
1
+ import { isWeakMap } from "../fp";
2
+ export = isWeakMap;
@@ -0,0 +1,2 @@
1
+ import { isWeakSet } from "../fp";
2
+ export = isWeakSet;
@@ -0,0 +1,2 @@
1
+ import { iteratee } from "../fp";
2
+ export = iteratee;
lodash/fp/join.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { join } from "../fp";
2
+ export = join;
lodash/fp/juxt.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { juxt } from "../fp";
2
+ export = juxt;
@@ -0,0 +1,2 @@
1
+ import { kebabCase } from "../fp";
2
+ export = kebabCase;
lodash/fp/keyBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { keyBy } from "../fp";
2
+ export = keyBy;
lodash/fp/keys.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { keys } from "../fp";
2
+ export = keys;
lodash/fp/keysIn.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { keysIn } from "../fp";
2
+ export = keysIn;
lodash/fp/last.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { last } from "../fp";
2
+ export = last;
@@ -0,0 +1,2 @@
1
+ import { lastIndexOf } from "../fp";
2
+ export = lastIndexOf;
@@ -0,0 +1,2 @@
1
+ import { lastIndexOfFrom } from "../fp";
2
+ export = lastIndexOfFrom;
@@ -0,0 +1,2 @@
1
+ import { lowerCase } from "../fp";
2
+ export = lowerCase;
@@ -0,0 +1,2 @@
1
+ import { lowerFirst } from "../fp";
2
+ export = lowerFirst;
lodash/fp/lt.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { lt } from "../fp";
2
+ export = lt;
lodash/fp/lte.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { lte } from "../fp";
2
+ export = lte;
lodash/fp/map.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { map } from "../fp";
2
+ export = map;
lodash/fp/mapKeys.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { mapKeys } from "../fp";
2
+ export = mapKeys;
@@ -0,0 +1,2 @@
1
+ import { mapValues } from "../fp";
2
+ export = mapValues;
lodash/fp/matches.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { matches } from "../fp";
2
+ export = matches;
@@ -0,0 +1,2 @@
1
+ import { matchesProperty } from "../fp";
2
+ export = matchesProperty;
lodash/fp/max.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { max } from "../fp";
2
+ export = max;
lodash/fp/maxBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { maxBy } from "../fp";
2
+ export = maxBy;
lodash/fp/mean.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { mean } from "../fp";
2
+ export = mean;
lodash/fp/meanBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { meanBy } from "../fp";
2
+ export = meanBy;
lodash/fp/memoize.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { memoize } from "../fp";
2
+ export = memoize;
lodash/fp/merge.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { merge } from "../fp";
2
+ export = merge;
@@ -0,0 +1,2 @@
1
+ import { mergeAll } from "../fp";
2
+ export = mergeAll;
@@ -0,0 +1,2 @@
1
+ import { mergeAllWith } from "../fp";
2
+ export = mergeAllWith;
@@ -0,0 +1,2 @@
1
+ import { mergeWith } from "../fp";
2
+ export = mergeWith;
lodash/fp/method.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { method } from "../fp";
2
+ export = method;
@@ -0,0 +1,2 @@
1
+ import { methodOf } from "../fp";
2
+ export = methodOf;
lodash/fp/min.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { min } from "../fp";
2
+ export = min;
lodash/fp/minBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { minBy } from "../fp";
2
+ export = minBy;
@@ -0,0 +1,2 @@
1
+ import { multiply } from "../fp";
2
+ export = multiply;
lodash/fp/nAry.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { nAry } from "../fp";
2
+ export = nAry;
lodash/fp/negate.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { negate } from "../fp";
2
+ export = negate;
@@ -0,0 +1,2 @@
1
+ import { noConflict } from "../fp";
2
+ export = noConflict;
lodash/fp/noop.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { noop } from "../fp";
2
+ export = noop;
lodash/fp/now.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { now } from "../fp";
2
+ export = now;
lodash/fp/nth.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { nth } from "../fp";
2
+ export = nth;
lodash/fp/nthArg.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { nthArg } from "../fp";
2
+ export = nthArg;
lodash/fp/omit.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { omit } from "../fp";
2
+ export = omit;
lodash/fp/omitAll.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { omitAll } from "../fp";
2
+ export = omitAll;
lodash/fp/omitBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { omitBy } from "../fp";
2
+ export = omitBy;
lodash/fp/once.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { once } from "../fp";
2
+ export = once;
lodash/fp/orderBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { orderBy } from "../fp";
2
+ export = orderBy;
lodash/fp/over.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { over } from "../fp";
2
+ export = over;
@@ -0,0 +1,2 @@
1
+ import { overArgs } from "../fp";
2
+ export = overArgs;
@@ -0,0 +1,2 @@
1
+ import { overEvery } from "../fp";
2
+ export = overEvery;
@@ -0,0 +1,2 @@
1
+ import { overSome } from "../fp";
2
+ export = overSome;
lodash/fp/pad.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pad } from "../fp";
2
+ export = pad;
@@ -0,0 +1,2 @@
1
+ import { padChars } from "../fp";
2
+ export = padChars;
@@ -0,0 +1,2 @@
1
+ import { padCharsEnd } from "../fp";
2
+ export = padCharsEnd;
@@ -0,0 +1,2 @@
1
+ import { padCharsStart } from "../fp";
2
+ export = padCharsStart;
lodash/fp/padEnd.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { padEnd } from "../fp";
2
+ export = padEnd;
@@ -0,0 +1,2 @@
1
+ import { padStart } from "../fp";
2
+ export = padStart;
@@ -0,0 +1,2 @@
1
+ import { parseInt } from "../fp";
2
+ export = parseInt;
lodash/fp/partial.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { partial } from "../fp";
2
+ export = partial;
@@ -0,0 +1,2 @@
1
+ import { partialRight } from "../fp";
2
+ export = partialRight;
@@ -0,0 +1,2 @@
1
+ import { partition } from "../fp";
2
+ export = partition;
lodash/fp/path.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { path } from "../fp";
2
+ export = path;
lodash/fp/pathEq.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pathEq } from "../fp";
2
+ export = pathEq;
lodash/fp/pathOr.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pathOr } from "../fp";
2
+ export = pathOr;
lodash/fp/paths.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { paths } from "../fp";
2
+ export = paths;
lodash/fp/pick.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pick } from "../fp";
2
+ export = pick;
lodash/fp/pickAll.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pickAll } from "../fp";
2
+ export = pickAll;
lodash/fp/pickBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pickBy } from "../fp";
2
+ export = pickBy;
lodash/fp/pipe.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pipe } from "../fp";
2
+ export = pipe;
@@ -0,0 +1,3 @@
1
+ import _ = require("../index");
2
+ declare const placeholder: _.__;
3
+ export = placeholder;
lodash/fp/pluck.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pluck } from "../fp";
2
+ export = pluck;
lodash/fp/prop.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { prop } from "../fp";
2
+ export = prop;
lodash/fp/propEq.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { propEq } from "../fp";
2
+ export = propEq;
lodash/fp/propOr.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { propOr } from "../fp";
2
+ export = propOr;
@@ -0,0 +1,2 @@
1
+ import { property } from "../fp";
2
+ export = property;
@@ -0,0 +1,2 @@
1
+ import { propertyOf } from "../fp";
2
+ export = propertyOf;
lodash/fp/props.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { props } from "../fp";
2
+ export = props;
lodash/fp/pull.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pull } from "../fp";
2
+ export = pull;
lodash/fp/pullAll.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pullAll } from "../fp";
2
+ export = pullAll;
@@ -0,0 +1,2 @@
1
+ import { pullAllBy } from "../fp";
2
+ export = pullAllBy;
@@ -0,0 +1,2 @@
1
+ import { pullAllWith } from "../fp";
2
+ export = pullAllWith;
lodash/fp/pullAt.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { pullAt } from "../fp";
2
+ export = pullAt;
lodash/fp/random.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { random } from "../fp";
2
+ export = random;
lodash/fp/range.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { range } from "../fp";
2
+ export = range;
@@ -0,0 +1,2 @@
1
+ import { rangeRight } from "../fp";
2
+ export = rangeRight;
@@ -0,0 +1,2 @@
1
+ import { rangeStep } from "../fp";
2
+ export = rangeStep;
@@ -0,0 +1,2 @@
1
+ import { rangeStepRight } from "../fp";
2
+ export = rangeStepRight;
lodash/fp/rearg.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { rearg } from "../fp";
2
+ export = rearg;
lodash/fp/reduce.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { reduce } from "../fp";
2
+ export = reduce;
@@ -0,0 +1,2 @@
1
+ import { reduceRight } from "../fp";
2
+ export = reduceRight;
lodash/fp/reject.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { reject } from "../fp";
2
+ export = reject;
lodash/fp/remove.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { remove } from "../fp";
2
+ export = remove;
lodash/fp/repeat.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { repeat } from "../fp";
2
+ export = repeat;
lodash/fp/replace.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { replace } from "../fp";
2
+ export = replace;
lodash/fp/rest.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { rest } from "../fp";
2
+ export = rest;
@@ -0,0 +1,2 @@
1
+ import { restFrom } from "../fp";
2
+ export = restFrom;
lodash/fp/result.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { result } from "../fp";
2
+ export = result;
lodash/fp/reverse.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { reverse } from "../fp";
2
+ export = reverse;
lodash/fp/round.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { round } from "../fp";
2
+ export = round;
@@ -0,0 +1,2 @@
1
+ import { runInContext } from "../fp";
2
+ export = runInContext;
lodash/fp/sample.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { sample } from "../fp";
2
+ export = sample;
@@ -0,0 +1,2 @@
1
+ import { sampleSize } from "../fp";
2
+ export = sampleSize;
lodash/fp/set.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { set } from "../fp";
2
+ export = set;
lodash/fp/setWith.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { setWith } from "../fp";
2
+ export = setWith;
lodash/fp/shuffle.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { shuffle } from "../fp";
2
+ export = shuffle;
lodash/fp/size.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { size } from "../fp";
2
+ export = size;
lodash/fp/slice.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { slice } from "../fp";
2
+ export = slice;
@@ -0,0 +1,2 @@
1
+ import { snakeCase } from "../fp";
2
+ export = snakeCase;
lodash/fp/some.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { some } from "../fp";
2
+ export = some;
lodash/fp/sortBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { sortBy } from "../fp";
2
+ export = sortBy;
@@ -0,0 +1,2 @@
1
+ import { sortedIndex } from "../fp";
2
+ export = sortedIndex;
@@ -0,0 +1,2 @@
1
+ import { sortedIndexBy } from "../fp";
2
+ export = sortedIndexBy;
@@ -0,0 +1,2 @@
1
+ import { sortedIndexOf } from "../fp";
2
+ export = sortedIndexOf;