@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 { sortedLastIndex } from "../fp";
2
+ export = sortedLastIndex;
@@ -0,0 +1,2 @@
1
+ import { sortedLastIndexBy } from "../fp";
2
+ export = sortedLastIndexBy;
@@ -0,0 +1,2 @@
1
+ import { sortedLastIndexOf } from "../fp";
2
+ export = sortedLastIndexOf;
@@ -0,0 +1,2 @@
1
+ import { sortedUniq } from "../fp";
2
+ export = sortedUniq;
@@ -0,0 +1,2 @@
1
+ import { sortedUniqBy } from "../fp";
2
+ export = sortedUniqBy;
lodash/fp/split.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { split } from "../fp";
2
+ export = split;
lodash/fp/spread.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { spread } from "../fp";
2
+ export = spread;
@@ -0,0 +1,2 @@
1
+ import { spreadFrom } from "../fp";
2
+ export = spreadFrom;
@@ -0,0 +1,2 @@
1
+ import { startCase } from "../fp";
2
+ export = startCase;
@@ -0,0 +1,2 @@
1
+ import { startsWith } from "../fp";
2
+ export = startsWith;
@@ -0,0 +1,2 @@
1
+ import { stubArray } from "../fp";
2
+ export = stubArray;
@@ -0,0 +1,2 @@
1
+ import { stubFalse } from "../fp";
2
+ export = stubFalse;
@@ -0,0 +1,2 @@
1
+ import { stubObject } from "../fp";
2
+ export = stubObject;
@@ -0,0 +1,2 @@
1
+ import { stubString } from "../fp";
2
+ export = stubString;
@@ -0,0 +1,2 @@
1
+ import { stubTrue } from "../fp";
2
+ export = stubTrue;
@@ -0,0 +1,2 @@
1
+ import { subtract } from "../fp";
2
+ export = subtract;
lodash/fp/sum.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { sum } from "../fp";
2
+ export = sum;
lodash/fp/sumBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { sumBy } from "../fp";
2
+ export = sumBy;
@@ -0,0 +1,2 @@
1
+ import { symmetricDifference } from "../fp";
2
+ export = symmetricDifference;
@@ -0,0 +1,2 @@
1
+ import { symmetricDifferenceBy } from "../fp";
2
+ export = symmetricDifferenceBy;
@@ -0,0 +1,2 @@
1
+ import { symmetricDifferenceWith } from "../fp";
2
+ export = symmetricDifferenceWith;
lodash/fp/tail.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { tail } from "../fp";
2
+ export = tail;
lodash/fp/take.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { take } from "../fp";
2
+ export = take;
@@ -0,0 +1,2 @@
1
+ import { takeLast } from "../fp";
2
+ export = takeLast;
@@ -0,0 +1,2 @@
1
+ import { takeLastWhile } from "../fp";
2
+ export = takeLastWhile;
@@ -0,0 +1,2 @@
1
+ import { takeRight } from "../fp";
2
+ export = takeRight;
@@ -0,0 +1,2 @@
1
+ import { takeRightWhile } from "../fp";
2
+ export = takeRightWhile;
@@ -0,0 +1,2 @@
1
+ import { takeWhile } from "../fp";
2
+ export = takeWhile;
lodash/fp/tap.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { tap } from "../fp";
2
+ export = tap;
@@ -0,0 +1,2 @@
1
+ import { template } from "../fp";
2
+ export = template;
@@ -0,0 +1,2 @@
1
+ import { throttle } from "../fp";
2
+ export = throttle;
lodash/fp/thru.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { thru } from "../fp";
2
+ export = thru;
lodash/fp/times.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { times } from "../fp";
2
+ export = times;
lodash/fp/toArray.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { toArray } from "../fp";
2
+ export = toArray;
@@ -0,0 +1,2 @@
1
+ import { toFinite } from "../fp";
2
+ export = toFinite;
@@ -0,0 +1,2 @@
1
+ import { toInteger } from "../fp";
2
+ export = toInteger;
@@ -0,0 +1,2 @@
1
+ import { toLength } from "../fp";
2
+ export = toLength;
lodash/fp/toLower.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { toLower } from "../fp";
2
+ export = toLower;
@@ -0,0 +1,2 @@
1
+ import { toNumber } from "../fp";
2
+ export = toNumber;
lodash/fp/toPairs.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { toPairs } from "../fp";
2
+ export = toPairs;
@@ -0,0 +1,2 @@
1
+ import { toPairsIn } from "../fp";
2
+ export = toPairsIn;
lodash/fp/toPath.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { toPath } from "../fp";
2
+ export = toPath;
@@ -0,0 +1,2 @@
1
+ import { toPlainObject } from "../fp";
2
+ export = toPlainObject;
@@ -0,0 +1,2 @@
1
+ import { toSafeInteger } from "../fp";
2
+ export = toSafeInteger;
@@ -0,0 +1,2 @@
1
+ import { toString } from "../fp";
2
+ export = toString;
lodash/fp/toUpper.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { toUpper } from "../fp";
2
+ export = toUpper;
@@ -0,0 +1,2 @@
1
+ import { transform } from "../fp";
2
+ export = transform;
lodash/fp/trim.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { trim } from "../fp";
2
+ export = trim;
@@ -0,0 +1,2 @@
1
+ import { trimChars } from "../fp";
2
+ export = trimChars;
@@ -0,0 +1,2 @@
1
+ import { trimCharsEnd } from "../fp";
2
+ export = trimCharsEnd;
@@ -0,0 +1,2 @@
1
+ import { trimCharsStart } from "../fp";
2
+ export = trimCharsStart;
lodash/fp/trimEnd.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { trimEnd } from "../fp";
2
+ export = trimEnd;
@@ -0,0 +1,2 @@
1
+ import { trimStart } from "../fp";
2
+ export = trimStart;
@@ -0,0 +1,2 @@
1
+ import { truncate } from "../fp";
2
+ export = truncate;
lodash/fp/unapply.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { unapply } from "../fp";
2
+ export = unapply;
lodash/fp/unary.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { unary } from "../fp";
2
+ export = unary;
@@ -0,0 +1,2 @@
1
+ import { unescape } from "../fp";
2
+ export = unescape;
lodash/fp/union.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { union } from "../fp";
2
+ export = union;
lodash/fp/unionBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { unionBy } from "../fp";
2
+ export = unionBy;
@@ -0,0 +1,2 @@
1
+ import { unionWith } from "../fp";
2
+ export = unionWith;
lodash/fp/uniq.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { uniq } from "../fp";
2
+ export = uniq;
lodash/fp/uniqBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { uniqBy } from "../fp";
2
+ export = uniqBy;
@@ -0,0 +1,2 @@
1
+ import { uniqWith } from "../fp";
2
+ export = uniqWith;
@@ -0,0 +1,2 @@
1
+ import { uniqueId } from "../fp";
2
+ export = uniqueId;
lodash/fp/unnest.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { unnest } from "../fp";
2
+ export = unnest;
lodash/fp/unset.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { unset } from "../fp";
2
+ export = unset;
lodash/fp/unzip.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { unzip } from "../fp";
2
+ export = unzip;
@@ -0,0 +1,2 @@
1
+ import { unzipWith } from "../fp";
2
+ export = unzipWith;
lodash/fp/update.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { update } from "../fp";
2
+ export = update;
@@ -0,0 +1,2 @@
1
+ import { updateWith } from "../fp";
2
+ export = updateWith;
@@ -0,0 +1,2 @@
1
+ import { upperCase } from "../fp";
2
+ export = upperCase;
@@ -0,0 +1,2 @@
1
+ import { upperFirst } from "../fp";
2
+ export = upperFirst;
lodash/fp/useWith.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { useWith } from "../fp";
2
+ export = useWith;
lodash/fp/values.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { values } from "../fp";
2
+ export = values;
@@ -0,0 +1,2 @@
1
+ import { valuesIn } from "../fp";
2
+ export = valuesIn;
lodash/fp/where.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { where } from "../fp";
2
+ export = where;
lodash/fp/whereEq.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { whereEq } from "../fp";
2
+ export = whereEq;
lodash/fp/without.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { without } from "../fp";
2
+ export = without;
lodash/fp/words.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { words } from "../fp";
2
+ export = words;
lodash/fp/wrap.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { wrap } from "../fp";
2
+ export = wrap;
lodash/fp/xor.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { xor } from "../fp";
2
+ export = xor;
lodash/fp/xorBy.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { xorBy } from "../fp";
2
+ export = xorBy;
lodash/fp/xorWith.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { xorWith } from "../fp";
2
+ export = xorWith;
lodash/fp/zip.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { zip } from "../fp";
2
+ export = zip;
lodash/fp/zipAll.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { zipAll } from "../fp";
2
+ export = zipAll;
lodash/fp/zipObj.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { zipObj } from "../fp";
2
+ export = zipObj;
@@ -0,0 +1,2 @@
1
+ import { zipObject } from "../fp";
2
+ export = zipObject;
@@ -0,0 +1,2 @@
1
+ import { zipObjectDeep } from "../fp";
2
+ export = zipObjectDeep;
lodash/fp/zipWith.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { zipWith } from "../fp";
2
+ export = zipWith;