@types/lodash 4.14.186 → 4.14.188

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 (704) hide show
  1. lodash/README.md +1 -1
  2. lodash/common/object.d.ts +60 -1
  3. lodash/package.json +9 -2
  4. lodash/ts4.1/add.d.ts +2 -0
  5. lodash/ts4.1/after.d.ts +2 -0
  6. lodash/ts4.1/ary.d.ts +2 -0
  7. lodash/ts4.1/assign.d.ts +2 -0
  8. lodash/ts4.1/assignIn.d.ts +2 -0
  9. lodash/ts4.1/assignInWith.d.ts +2 -0
  10. lodash/ts4.1/assignWith.d.ts +2 -0
  11. lodash/ts4.1/at.d.ts +2 -0
  12. lodash/ts4.1/attempt.d.ts +2 -0
  13. lodash/ts4.1/before.d.ts +2 -0
  14. lodash/ts4.1/bind.d.ts +2 -0
  15. lodash/ts4.1/bindAll.d.ts +2 -0
  16. lodash/ts4.1/bindKey.d.ts +2 -0
  17. lodash/ts4.1/camelCase.d.ts +2 -0
  18. lodash/ts4.1/capitalize.d.ts +2 -0
  19. lodash/ts4.1/castArray.d.ts +2 -0
  20. lodash/ts4.1/ceil.d.ts +2 -0
  21. lodash/ts4.1/chain.d.ts +2 -0
  22. lodash/ts4.1/chunk.d.ts +2 -0
  23. lodash/ts4.1/clamp.d.ts +2 -0
  24. lodash/ts4.1/clone.d.ts +2 -0
  25. lodash/ts4.1/cloneDeep.d.ts +2 -0
  26. lodash/ts4.1/cloneDeepWith.d.ts +2 -0
  27. lodash/ts4.1/cloneWith.d.ts +2 -0
  28. lodash/ts4.1/common/array.d.ts +2126 -0
  29. lodash/ts4.1/common/collection.d.ts +1930 -0
  30. lodash/ts4.1/common/common.d.ts +280 -0
  31. lodash/ts4.1/common/date.d.ts +23 -0
  32. lodash/ts4.1/common/function.d.ts +1446 -0
  33. lodash/ts4.1/common/lang.d.ts +1700 -0
  34. lodash/ts4.1/common/math.d.ts +405 -0
  35. lodash/ts4.1/common/number.d.ts +131 -0
  36. lodash/ts4.1/common/object.d.ts +2519 -0
  37. lodash/ts4.1/common/seq.d.ts +210 -0
  38. lodash/ts4.1/common/string.d.ts +788 -0
  39. lodash/ts4.1/common/util.d.ts +1220 -0
  40. lodash/ts4.1/compact.d.ts +2 -0
  41. lodash/ts4.1/concat.d.ts +2 -0
  42. lodash/ts4.1/cond.d.ts +2 -0
  43. lodash/ts4.1/conformsTo.d.ts +2 -0
  44. lodash/ts4.1/constant.d.ts +2 -0
  45. lodash/ts4.1/countBy.d.ts +2 -0
  46. lodash/ts4.1/create.d.ts +2 -0
  47. lodash/ts4.1/curry.d.ts +2 -0
  48. lodash/ts4.1/curryRight.d.ts +2 -0
  49. lodash/ts4.1/debounce.d.ts +2 -0
  50. lodash/ts4.1/deburr.d.ts +2 -0
  51. lodash/ts4.1/defaultTo.d.ts +2 -0
  52. lodash/ts4.1/defaults.d.ts +2 -0
  53. lodash/ts4.1/defaultsDeep.d.ts +2 -0
  54. lodash/ts4.1/defer.d.ts +2 -0
  55. lodash/ts4.1/delay.d.ts +2 -0
  56. lodash/ts4.1/difference.d.ts +2 -0
  57. lodash/ts4.1/differenceBy.d.ts +2 -0
  58. lodash/ts4.1/differenceWith.d.ts +2 -0
  59. lodash/ts4.1/divide.d.ts +2 -0
  60. lodash/ts4.1/drop.d.ts +2 -0
  61. lodash/ts4.1/dropRight.d.ts +2 -0
  62. lodash/ts4.1/dropRightWhile.d.ts +2 -0
  63. lodash/ts4.1/dropWhile.d.ts +2 -0
  64. lodash/ts4.1/each.d.ts +2 -0
  65. lodash/ts4.1/eachRight.d.ts +2 -0
  66. lodash/ts4.1/endsWith.d.ts +2 -0
  67. lodash/ts4.1/entries.d.ts +2 -0
  68. lodash/ts4.1/entriesIn.d.ts +2 -0
  69. lodash/ts4.1/eq.d.ts +2 -0
  70. lodash/ts4.1/escape.d.ts +2 -0
  71. lodash/ts4.1/escapeRegExp.d.ts +2 -0
  72. lodash/ts4.1/every.d.ts +2 -0
  73. lodash/ts4.1/extend.d.ts +2 -0
  74. lodash/ts4.1/extendWith.d.ts +2 -0
  75. lodash/ts4.1/fill.d.ts +2 -0
  76. lodash/ts4.1/filter.d.ts +2 -0
  77. lodash/ts4.1/find.d.ts +2 -0
  78. lodash/ts4.1/findIndex.d.ts +2 -0
  79. lodash/ts4.1/findKey.d.ts +2 -0
  80. lodash/ts4.1/findLast.d.ts +2 -0
  81. lodash/ts4.1/findLastIndex.d.ts +2 -0
  82. lodash/ts4.1/findLastKey.d.ts +2 -0
  83. lodash/ts4.1/first.d.ts +2 -0
  84. lodash/ts4.1/flatMap.d.ts +2 -0
  85. lodash/ts4.1/flatMapDeep.d.ts +2 -0
  86. lodash/ts4.1/flatMapDepth.d.ts +2 -0
  87. lodash/ts4.1/flatten.d.ts +2 -0
  88. lodash/ts4.1/flattenDeep.d.ts +2 -0
  89. lodash/ts4.1/flattenDepth.d.ts +2 -0
  90. lodash/ts4.1/flip.d.ts +2 -0
  91. lodash/ts4.1/floor.d.ts +2 -0
  92. lodash/ts4.1/flow.d.ts +2 -0
  93. lodash/ts4.1/flowRight.d.ts +2 -0
  94. lodash/ts4.1/forEach.d.ts +2 -0
  95. lodash/ts4.1/forEachRight.d.ts +2 -0
  96. lodash/ts4.1/forIn.d.ts +2 -0
  97. lodash/ts4.1/forInRight.d.ts +2 -0
  98. lodash/ts4.1/forOwn.d.ts +2 -0
  99. lodash/ts4.1/forOwnRight.d.ts +2 -0
  100. lodash/ts4.1/fp/F.d.ts +2 -0
  101. lodash/ts4.1/fp/T.d.ts +2 -0
  102. lodash/ts4.1/fp/__.d.ts +3 -0
  103. lodash/ts4.1/fp/add.d.ts +2 -0
  104. lodash/ts4.1/fp/after.d.ts +2 -0
  105. lodash/ts4.1/fp/all.d.ts +2 -0
  106. lodash/ts4.1/fp/allPass.d.ts +2 -0
  107. lodash/ts4.1/fp/always.d.ts +2 -0
  108. lodash/ts4.1/fp/any.d.ts +2 -0
  109. lodash/ts4.1/fp/anyPass.d.ts +2 -0
  110. lodash/ts4.1/fp/apply.d.ts +2 -0
  111. lodash/ts4.1/fp/ary.d.ts +2 -0
  112. lodash/ts4.1/fp/assign.d.ts +2 -0
  113. lodash/ts4.1/fp/assignAll.d.ts +2 -0
  114. lodash/ts4.1/fp/assignAllWith.d.ts +2 -0
  115. lodash/ts4.1/fp/assignIn.d.ts +2 -0
  116. lodash/ts4.1/fp/assignInAll.d.ts +2 -0
  117. lodash/ts4.1/fp/assignInAllWith.d.ts +2 -0
  118. lodash/ts4.1/fp/assignInWith.d.ts +2 -0
  119. lodash/ts4.1/fp/assignWith.d.ts +2 -0
  120. lodash/ts4.1/fp/assoc.d.ts +2 -0
  121. lodash/ts4.1/fp/assocPath.d.ts +2 -0
  122. lodash/ts4.1/fp/at.d.ts +2 -0
  123. lodash/ts4.1/fp/attempt.d.ts +2 -0
  124. lodash/ts4.1/fp/before.d.ts +2 -0
  125. lodash/ts4.1/fp/bind.d.ts +2 -0
  126. lodash/ts4.1/fp/bindAll.d.ts +2 -0
  127. lodash/ts4.1/fp/bindKey.d.ts +2 -0
  128. lodash/ts4.1/fp/camelCase.d.ts +2 -0
  129. lodash/ts4.1/fp/capitalize.d.ts +2 -0
  130. lodash/ts4.1/fp/castArray.d.ts +2 -0
  131. lodash/ts4.1/fp/ceil.d.ts +2 -0
  132. lodash/ts4.1/fp/chunk.d.ts +2 -0
  133. lodash/ts4.1/fp/clamp.d.ts +2 -0
  134. lodash/ts4.1/fp/clone.d.ts +2 -0
  135. lodash/ts4.1/fp/cloneDeep.d.ts +2 -0
  136. lodash/ts4.1/fp/cloneDeepWith.d.ts +2 -0
  137. lodash/ts4.1/fp/cloneWith.d.ts +2 -0
  138. lodash/ts4.1/fp/compact.d.ts +2 -0
  139. lodash/ts4.1/fp/complement.d.ts +2 -0
  140. lodash/ts4.1/fp/compose.d.ts +2 -0
  141. lodash/ts4.1/fp/concat.d.ts +2 -0
  142. lodash/ts4.1/fp/cond.d.ts +2 -0
  143. lodash/ts4.1/fp/conforms.d.ts +2 -0
  144. lodash/ts4.1/fp/conformsTo.d.ts +2 -0
  145. lodash/ts4.1/fp/constant.d.ts +2 -0
  146. lodash/ts4.1/fp/contains.d.ts +2 -0
  147. lodash/ts4.1/fp/convert.d.ts +15 -0
  148. lodash/ts4.1/fp/countBy.d.ts +2 -0
  149. lodash/ts4.1/fp/create.d.ts +2 -0
  150. lodash/ts4.1/fp/curry.d.ts +2 -0
  151. lodash/ts4.1/fp/curryN.d.ts +2 -0
  152. lodash/ts4.1/fp/curryRight.d.ts +2 -0
  153. lodash/ts4.1/fp/curryRightN.d.ts +2 -0
  154. lodash/ts4.1/fp/debounce.d.ts +2 -0
  155. lodash/ts4.1/fp/deburr.d.ts +2 -0
  156. lodash/ts4.1/fp/defaultTo.d.ts +2 -0
  157. lodash/ts4.1/fp/defaults.d.ts +2 -0
  158. lodash/ts4.1/fp/defaultsAll.d.ts +2 -0
  159. lodash/ts4.1/fp/defaultsDeep.d.ts +2 -0
  160. lodash/ts4.1/fp/defaultsDeepAll.d.ts +2 -0
  161. lodash/ts4.1/fp/defer.d.ts +2 -0
  162. lodash/ts4.1/fp/delay.d.ts +2 -0
  163. lodash/ts4.1/fp/difference.d.ts +2 -0
  164. lodash/ts4.1/fp/differenceBy.d.ts +2 -0
  165. lodash/ts4.1/fp/differenceWith.d.ts +2 -0
  166. lodash/ts4.1/fp/dissoc.d.ts +2 -0
  167. lodash/ts4.1/fp/dissocPath.d.ts +2 -0
  168. lodash/ts4.1/fp/divide.d.ts +2 -0
  169. lodash/ts4.1/fp/drop.d.ts +2 -0
  170. lodash/ts4.1/fp/dropLast.d.ts +2 -0
  171. lodash/ts4.1/fp/dropLastWhile.d.ts +2 -0
  172. lodash/ts4.1/fp/dropRight.d.ts +2 -0
  173. lodash/ts4.1/fp/dropRightWhile.d.ts +2 -0
  174. lodash/ts4.1/fp/dropWhile.d.ts +2 -0
  175. lodash/ts4.1/fp/each.d.ts +2 -0
  176. lodash/ts4.1/fp/eachRight.d.ts +2 -0
  177. lodash/ts4.1/fp/endsWith.d.ts +2 -0
  178. lodash/ts4.1/fp/entries.d.ts +2 -0
  179. lodash/ts4.1/fp/entriesIn.d.ts +2 -0
  180. lodash/ts4.1/fp/eq.d.ts +2 -0
  181. lodash/ts4.1/fp/equals.d.ts +2 -0
  182. lodash/ts4.1/fp/escape.d.ts +2 -0
  183. lodash/ts4.1/fp/escapeRegExp.d.ts +2 -0
  184. lodash/ts4.1/fp/every.d.ts +2 -0
  185. lodash/ts4.1/fp/extend.d.ts +2 -0
  186. lodash/ts4.1/fp/extendAll.d.ts +2 -0
  187. lodash/ts4.1/fp/extendAllWith.d.ts +2 -0
  188. lodash/ts4.1/fp/extendWith.d.ts +2 -0
  189. lodash/ts4.1/fp/fill.d.ts +2 -0
  190. lodash/ts4.1/fp/filter.d.ts +2 -0
  191. lodash/ts4.1/fp/find.d.ts +2 -0
  192. lodash/ts4.1/fp/findFrom.d.ts +2 -0
  193. lodash/ts4.1/fp/findIndex.d.ts +2 -0
  194. lodash/ts4.1/fp/findIndexFrom.d.ts +2 -0
  195. lodash/ts4.1/fp/findKey.d.ts +2 -0
  196. lodash/ts4.1/fp/findLast.d.ts +2 -0
  197. lodash/ts4.1/fp/findLastFrom.d.ts +2 -0
  198. lodash/ts4.1/fp/findLastIndex.d.ts +2 -0
  199. lodash/ts4.1/fp/findLastIndexFrom.d.ts +2 -0
  200. lodash/ts4.1/fp/findLastKey.d.ts +2 -0
  201. lodash/ts4.1/fp/first.d.ts +2 -0
  202. lodash/ts4.1/fp/flatMap.d.ts +2 -0
  203. lodash/ts4.1/fp/flatMapDeep.d.ts +2 -0
  204. lodash/ts4.1/fp/flatMapDepth.d.ts +2 -0
  205. lodash/ts4.1/fp/flatten.d.ts +2 -0
  206. lodash/ts4.1/fp/flattenDeep.d.ts +2 -0
  207. lodash/ts4.1/fp/flattenDepth.d.ts +2 -0
  208. lodash/ts4.1/fp/flip.d.ts +2 -0
  209. lodash/ts4.1/fp/floor.d.ts +2 -0
  210. lodash/ts4.1/fp/flow.d.ts +2 -0
  211. lodash/ts4.1/fp/flowRight.d.ts +2 -0
  212. lodash/ts4.1/fp/forEach.d.ts +2 -0
  213. lodash/ts4.1/fp/forEachRight.d.ts +2 -0
  214. lodash/ts4.1/fp/forIn.d.ts +2 -0
  215. lodash/ts4.1/fp/forInRight.d.ts +2 -0
  216. lodash/ts4.1/fp/forOwn.d.ts +2 -0
  217. lodash/ts4.1/fp/forOwnRight.d.ts +2 -0
  218. lodash/ts4.1/fp/fromPairs.d.ts +2 -0
  219. lodash/ts4.1/fp/functions.d.ts +2 -0
  220. lodash/ts4.1/fp/functionsIn.d.ts +2 -0
  221. lodash/ts4.1/fp/get.d.ts +2 -0
  222. lodash/ts4.1/fp/getOr.d.ts +2 -0
  223. lodash/ts4.1/fp/groupBy.d.ts +2 -0
  224. lodash/ts4.1/fp/gt.d.ts +2 -0
  225. lodash/ts4.1/fp/gte.d.ts +2 -0
  226. lodash/ts4.1/fp/has.d.ts +2 -0
  227. lodash/ts4.1/fp/hasIn.d.ts +2 -0
  228. lodash/ts4.1/fp/head.d.ts +2 -0
  229. lodash/ts4.1/fp/identical.d.ts +2 -0
  230. lodash/ts4.1/fp/identity.d.ts +2 -0
  231. lodash/ts4.1/fp/inRange.d.ts +2 -0
  232. lodash/ts4.1/fp/includes.d.ts +2 -0
  233. lodash/ts4.1/fp/includesFrom.d.ts +2 -0
  234. lodash/ts4.1/fp/indexBy.d.ts +2 -0
  235. lodash/ts4.1/fp/indexOf.d.ts +2 -0
  236. lodash/ts4.1/fp/indexOfFrom.d.ts +2 -0
  237. lodash/ts4.1/fp/init.d.ts +2 -0
  238. lodash/ts4.1/fp/initial.d.ts +2 -0
  239. lodash/ts4.1/fp/intersection.d.ts +2 -0
  240. lodash/ts4.1/fp/intersectionBy.d.ts +2 -0
  241. lodash/ts4.1/fp/intersectionWith.d.ts +2 -0
  242. lodash/ts4.1/fp/invert.d.ts +2 -0
  243. lodash/ts4.1/fp/invertBy.d.ts +2 -0
  244. lodash/ts4.1/fp/invertObj.d.ts +2 -0
  245. lodash/ts4.1/fp/invoke.d.ts +2 -0
  246. lodash/ts4.1/fp/invokeArgs.d.ts +2 -0
  247. lodash/ts4.1/fp/invokeArgsMap.d.ts +2 -0
  248. lodash/ts4.1/fp/invokeMap.d.ts +2 -0
  249. lodash/ts4.1/fp/isArguments.d.ts +2 -0
  250. lodash/ts4.1/fp/isArray.d.ts +2 -0
  251. lodash/ts4.1/fp/isArrayBuffer.d.ts +2 -0
  252. lodash/ts4.1/fp/isArrayLike.d.ts +2 -0
  253. lodash/ts4.1/fp/isArrayLikeObject.d.ts +2 -0
  254. lodash/ts4.1/fp/isBoolean.d.ts +2 -0
  255. lodash/ts4.1/fp/isBuffer.d.ts +2 -0
  256. lodash/ts4.1/fp/isDate.d.ts +2 -0
  257. lodash/ts4.1/fp/isElement.d.ts +2 -0
  258. lodash/ts4.1/fp/isEmpty.d.ts +2 -0
  259. lodash/ts4.1/fp/isEqual.d.ts +2 -0
  260. lodash/ts4.1/fp/isEqualWith.d.ts +2 -0
  261. lodash/ts4.1/fp/isError.d.ts +2 -0
  262. lodash/ts4.1/fp/isFinite.d.ts +2 -0
  263. lodash/ts4.1/fp/isFunction.d.ts +2 -0
  264. lodash/ts4.1/fp/isInteger.d.ts +2 -0
  265. lodash/ts4.1/fp/isLength.d.ts +2 -0
  266. lodash/ts4.1/fp/isMap.d.ts +2 -0
  267. lodash/ts4.1/fp/isMatch.d.ts +2 -0
  268. lodash/ts4.1/fp/isMatchWith.d.ts +2 -0
  269. lodash/ts4.1/fp/isNaN.d.ts +2 -0
  270. lodash/ts4.1/fp/isNative.d.ts +2 -0
  271. lodash/ts4.1/fp/isNil.d.ts +2 -0
  272. lodash/ts4.1/fp/isNull.d.ts +2 -0
  273. lodash/ts4.1/fp/isNumber.d.ts +2 -0
  274. lodash/ts4.1/fp/isObject.d.ts +2 -0
  275. lodash/ts4.1/fp/isObjectLike.d.ts +2 -0
  276. lodash/ts4.1/fp/isPlainObject.d.ts +2 -0
  277. lodash/ts4.1/fp/isRegExp.d.ts +2 -0
  278. lodash/ts4.1/fp/isSafeInteger.d.ts +2 -0
  279. lodash/ts4.1/fp/isSet.d.ts +2 -0
  280. lodash/ts4.1/fp/isString.d.ts +2 -0
  281. lodash/ts4.1/fp/isSymbol.d.ts +2 -0
  282. lodash/ts4.1/fp/isTypedArray.d.ts +2 -0
  283. lodash/ts4.1/fp/isUndefined.d.ts +2 -0
  284. lodash/ts4.1/fp/isWeakMap.d.ts +2 -0
  285. lodash/ts4.1/fp/isWeakSet.d.ts +2 -0
  286. lodash/ts4.1/fp/iteratee.d.ts +2 -0
  287. lodash/ts4.1/fp/join.d.ts +2 -0
  288. lodash/ts4.1/fp/juxt.d.ts +2 -0
  289. lodash/ts4.1/fp/kebabCase.d.ts +2 -0
  290. lodash/ts4.1/fp/keyBy.d.ts +2 -0
  291. lodash/ts4.1/fp/keys.d.ts +2 -0
  292. lodash/ts4.1/fp/keysIn.d.ts +2 -0
  293. lodash/ts4.1/fp/last.d.ts +2 -0
  294. lodash/ts4.1/fp/lastIndexOf.d.ts +2 -0
  295. lodash/ts4.1/fp/lastIndexOfFrom.d.ts +2 -0
  296. lodash/ts4.1/fp/lowerCase.d.ts +2 -0
  297. lodash/ts4.1/fp/lowerFirst.d.ts +2 -0
  298. lodash/ts4.1/fp/lt.d.ts +2 -0
  299. lodash/ts4.1/fp/lte.d.ts +2 -0
  300. lodash/ts4.1/fp/map.d.ts +2 -0
  301. lodash/ts4.1/fp/mapKeys.d.ts +2 -0
  302. lodash/ts4.1/fp/mapValues.d.ts +2 -0
  303. lodash/ts4.1/fp/matches.d.ts +2 -0
  304. lodash/ts4.1/fp/matchesProperty.d.ts +2 -0
  305. lodash/ts4.1/fp/max.d.ts +2 -0
  306. lodash/ts4.1/fp/maxBy.d.ts +2 -0
  307. lodash/ts4.1/fp/mean.d.ts +2 -0
  308. lodash/ts4.1/fp/meanBy.d.ts +2 -0
  309. lodash/ts4.1/fp/memoize.d.ts +2 -0
  310. lodash/ts4.1/fp/merge.d.ts +2 -0
  311. lodash/ts4.1/fp/mergeAll.d.ts +2 -0
  312. lodash/ts4.1/fp/mergeAllWith.d.ts +2 -0
  313. lodash/ts4.1/fp/mergeWith.d.ts +2 -0
  314. lodash/ts4.1/fp/method.d.ts +2 -0
  315. lodash/ts4.1/fp/methodOf.d.ts +2 -0
  316. lodash/ts4.1/fp/min.d.ts +2 -0
  317. lodash/ts4.1/fp/minBy.d.ts +2 -0
  318. lodash/ts4.1/fp/multiply.d.ts +2 -0
  319. lodash/ts4.1/fp/nAry.d.ts +2 -0
  320. lodash/ts4.1/fp/negate.d.ts +2 -0
  321. lodash/ts4.1/fp/noConflict.d.ts +2 -0
  322. lodash/ts4.1/fp/noop.d.ts +2 -0
  323. lodash/ts4.1/fp/now.d.ts +2 -0
  324. lodash/ts4.1/fp/nth.d.ts +2 -0
  325. lodash/ts4.1/fp/nthArg.d.ts +2 -0
  326. lodash/ts4.1/fp/omit.d.ts +2 -0
  327. lodash/ts4.1/fp/omitAll.d.ts +2 -0
  328. lodash/ts4.1/fp/omitBy.d.ts +2 -0
  329. lodash/ts4.1/fp/once.d.ts +2 -0
  330. lodash/ts4.1/fp/orderBy.d.ts +2 -0
  331. lodash/ts4.1/fp/over.d.ts +2 -0
  332. lodash/ts4.1/fp/overArgs.d.ts +2 -0
  333. lodash/ts4.1/fp/overEvery.d.ts +2 -0
  334. lodash/ts4.1/fp/overSome.d.ts +2 -0
  335. lodash/ts4.1/fp/pad.d.ts +2 -0
  336. lodash/ts4.1/fp/padChars.d.ts +2 -0
  337. lodash/ts4.1/fp/padCharsEnd.d.ts +2 -0
  338. lodash/ts4.1/fp/padCharsStart.d.ts +2 -0
  339. lodash/ts4.1/fp/padEnd.d.ts +2 -0
  340. lodash/ts4.1/fp/padStart.d.ts +2 -0
  341. lodash/ts4.1/fp/parseInt.d.ts +2 -0
  342. lodash/ts4.1/fp/partial.d.ts +2 -0
  343. lodash/ts4.1/fp/partialRight.d.ts +2 -0
  344. lodash/ts4.1/fp/partition.d.ts +2 -0
  345. lodash/ts4.1/fp/path.d.ts +2 -0
  346. lodash/ts4.1/fp/pathEq.d.ts +2 -0
  347. lodash/ts4.1/fp/pathOr.d.ts +2 -0
  348. lodash/ts4.1/fp/paths.d.ts +2 -0
  349. lodash/ts4.1/fp/pick.d.ts +2 -0
  350. lodash/ts4.1/fp/pickAll.d.ts +2 -0
  351. lodash/ts4.1/fp/pickBy.d.ts +2 -0
  352. lodash/ts4.1/fp/pipe.d.ts +2 -0
  353. lodash/ts4.1/fp/placeholder.d.ts +3 -0
  354. lodash/ts4.1/fp/pluck.d.ts +2 -0
  355. lodash/ts4.1/fp/prop.d.ts +2 -0
  356. lodash/ts4.1/fp/propEq.d.ts +2 -0
  357. lodash/ts4.1/fp/propOr.d.ts +2 -0
  358. lodash/ts4.1/fp/property.d.ts +2 -0
  359. lodash/ts4.1/fp/propertyOf.d.ts +2 -0
  360. lodash/ts4.1/fp/props.d.ts +2 -0
  361. lodash/ts4.1/fp/pull.d.ts +2 -0
  362. lodash/ts4.1/fp/pullAll.d.ts +2 -0
  363. lodash/ts4.1/fp/pullAllBy.d.ts +2 -0
  364. lodash/ts4.1/fp/pullAllWith.d.ts +2 -0
  365. lodash/ts4.1/fp/pullAt.d.ts +2 -0
  366. lodash/ts4.1/fp/random.d.ts +2 -0
  367. lodash/ts4.1/fp/range.d.ts +2 -0
  368. lodash/ts4.1/fp/rangeRight.d.ts +2 -0
  369. lodash/ts4.1/fp/rangeStep.d.ts +2 -0
  370. lodash/ts4.1/fp/rangeStepRight.d.ts +2 -0
  371. lodash/ts4.1/fp/rearg.d.ts +2 -0
  372. lodash/ts4.1/fp/reduce.d.ts +2 -0
  373. lodash/ts4.1/fp/reduceRight.d.ts +2 -0
  374. lodash/ts4.1/fp/reject.d.ts +2 -0
  375. lodash/ts4.1/fp/remove.d.ts +2 -0
  376. lodash/ts4.1/fp/repeat.d.ts +2 -0
  377. lodash/ts4.1/fp/replace.d.ts +2 -0
  378. lodash/ts4.1/fp/rest.d.ts +2 -0
  379. lodash/ts4.1/fp/restFrom.d.ts +2 -0
  380. lodash/ts4.1/fp/result.d.ts +2 -0
  381. lodash/ts4.1/fp/reverse.d.ts +2 -0
  382. lodash/ts4.1/fp/round.d.ts +2 -0
  383. lodash/ts4.1/fp/runInContext.d.ts +2 -0
  384. lodash/ts4.1/fp/sample.d.ts +2 -0
  385. lodash/ts4.1/fp/sampleSize.d.ts +2 -0
  386. lodash/ts4.1/fp/set.d.ts +2 -0
  387. lodash/ts4.1/fp/setWith.d.ts +2 -0
  388. lodash/ts4.1/fp/shuffle.d.ts +2 -0
  389. lodash/ts4.1/fp/size.d.ts +2 -0
  390. lodash/ts4.1/fp/slice.d.ts +2 -0
  391. lodash/ts4.1/fp/snakeCase.d.ts +2 -0
  392. lodash/ts4.1/fp/some.d.ts +2 -0
  393. lodash/ts4.1/fp/sortBy.d.ts +2 -0
  394. lodash/ts4.1/fp/sortedIndex.d.ts +2 -0
  395. lodash/ts4.1/fp/sortedIndexBy.d.ts +2 -0
  396. lodash/ts4.1/fp/sortedIndexOf.d.ts +2 -0
  397. lodash/ts4.1/fp/sortedLastIndex.d.ts +2 -0
  398. lodash/ts4.1/fp/sortedLastIndexBy.d.ts +2 -0
  399. lodash/ts4.1/fp/sortedLastIndexOf.d.ts +2 -0
  400. lodash/ts4.1/fp/sortedUniq.d.ts +2 -0
  401. lodash/ts4.1/fp/sortedUniqBy.d.ts +2 -0
  402. lodash/ts4.1/fp/split.d.ts +2 -0
  403. lodash/ts4.1/fp/spread.d.ts +2 -0
  404. lodash/ts4.1/fp/spreadFrom.d.ts +2 -0
  405. lodash/ts4.1/fp/startCase.d.ts +2 -0
  406. lodash/ts4.1/fp/startsWith.d.ts +2 -0
  407. lodash/ts4.1/fp/stubArray.d.ts +2 -0
  408. lodash/ts4.1/fp/stubFalse.d.ts +2 -0
  409. lodash/ts4.1/fp/stubObject.d.ts +2 -0
  410. lodash/ts4.1/fp/stubString.d.ts +2 -0
  411. lodash/ts4.1/fp/stubTrue.d.ts +2 -0
  412. lodash/ts4.1/fp/subtract.d.ts +2 -0
  413. lodash/ts4.1/fp/sum.d.ts +2 -0
  414. lodash/ts4.1/fp/sumBy.d.ts +2 -0
  415. lodash/ts4.1/fp/symmetricDifference.d.ts +2 -0
  416. lodash/ts4.1/fp/symmetricDifferenceBy.d.ts +2 -0
  417. lodash/ts4.1/fp/symmetricDifferenceWith.d.ts +2 -0
  418. lodash/ts4.1/fp/tail.d.ts +2 -0
  419. lodash/ts4.1/fp/take.d.ts +2 -0
  420. lodash/ts4.1/fp/takeLast.d.ts +2 -0
  421. lodash/ts4.1/fp/takeLastWhile.d.ts +2 -0
  422. lodash/ts4.1/fp/takeRight.d.ts +2 -0
  423. lodash/ts4.1/fp/takeRightWhile.d.ts +2 -0
  424. lodash/ts4.1/fp/takeWhile.d.ts +2 -0
  425. lodash/ts4.1/fp/tap.d.ts +2 -0
  426. lodash/ts4.1/fp/template.d.ts +2 -0
  427. lodash/ts4.1/fp/throttle.d.ts +2 -0
  428. lodash/ts4.1/fp/thru.d.ts +2 -0
  429. lodash/ts4.1/fp/times.d.ts +2 -0
  430. lodash/ts4.1/fp/toArray.d.ts +2 -0
  431. lodash/ts4.1/fp/toFinite.d.ts +2 -0
  432. lodash/ts4.1/fp/toInteger.d.ts +2 -0
  433. lodash/ts4.1/fp/toLength.d.ts +2 -0
  434. lodash/ts4.1/fp/toLower.d.ts +2 -0
  435. lodash/ts4.1/fp/toNumber.d.ts +2 -0
  436. lodash/ts4.1/fp/toPairs.d.ts +2 -0
  437. lodash/ts4.1/fp/toPairsIn.d.ts +2 -0
  438. lodash/ts4.1/fp/toPath.d.ts +2 -0
  439. lodash/ts4.1/fp/toPlainObject.d.ts +2 -0
  440. lodash/ts4.1/fp/toSafeInteger.d.ts +2 -0
  441. lodash/ts4.1/fp/toString.d.ts +2 -0
  442. lodash/ts4.1/fp/toUpper.d.ts +2 -0
  443. lodash/ts4.1/fp/transform.d.ts +2 -0
  444. lodash/ts4.1/fp/trim.d.ts +2 -0
  445. lodash/ts4.1/fp/trimChars.d.ts +2 -0
  446. lodash/ts4.1/fp/trimCharsEnd.d.ts +2 -0
  447. lodash/ts4.1/fp/trimCharsStart.d.ts +2 -0
  448. lodash/ts4.1/fp/trimEnd.d.ts +2 -0
  449. lodash/ts4.1/fp/trimStart.d.ts +2 -0
  450. lodash/ts4.1/fp/truncate.d.ts +2 -0
  451. lodash/ts4.1/fp/unapply.d.ts +2 -0
  452. lodash/ts4.1/fp/unary.d.ts +2 -0
  453. lodash/ts4.1/fp/unescape.d.ts +2 -0
  454. lodash/ts4.1/fp/union.d.ts +2 -0
  455. lodash/ts4.1/fp/unionBy.d.ts +2 -0
  456. lodash/ts4.1/fp/unionWith.d.ts +2 -0
  457. lodash/ts4.1/fp/uniq.d.ts +2 -0
  458. lodash/ts4.1/fp/uniqBy.d.ts +2 -0
  459. lodash/ts4.1/fp/uniqWith.d.ts +2 -0
  460. lodash/ts4.1/fp/uniqueId.d.ts +2 -0
  461. lodash/ts4.1/fp/unnest.d.ts +2 -0
  462. lodash/ts4.1/fp/unset.d.ts +2 -0
  463. lodash/ts4.1/fp/unzip.d.ts +2 -0
  464. lodash/ts4.1/fp/unzipWith.d.ts +2 -0
  465. lodash/ts4.1/fp/update.d.ts +2 -0
  466. lodash/ts4.1/fp/updateWith.d.ts +2 -0
  467. lodash/ts4.1/fp/upperCase.d.ts +2 -0
  468. lodash/ts4.1/fp/upperFirst.d.ts +2 -0
  469. lodash/ts4.1/fp/useWith.d.ts +2 -0
  470. lodash/ts4.1/fp/values.d.ts +2 -0
  471. lodash/ts4.1/fp/valuesIn.d.ts +2 -0
  472. lodash/ts4.1/fp/where.d.ts +2 -0
  473. lodash/ts4.1/fp/whereEq.d.ts +2 -0
  474. lodash/ts4.1/fp/without.d.ts +2 -0
  475. lodash/ts4.1/fp/words.d.ts +2 -0
  476. lodash/ts4.1/fp/wrap.d.ts +2 -0
  477. lodash/ts4.1/fp/xor.d.ts +2 -0
  478. lodash/ts4.1/fp/xorBy.d.ts +2 -0
  479. lodash/ts4.1/fp/xorWith.d.ts +2 -0
  480. lodash/ts4.1/fp/zip.d.ts +2 -0
  481. lodash/ts4.1/fp/zipAll.d.ts +2 -0
  482. lodash/ts4.1/fp/zipObj.d.ts +2 -0
  483. lodash/ts4.1/fp/zipObject.d.ts +2 -0
  484. lodash/ts4.1/fp/zipObjectDeep.d.ts +2 -0
  485. lodash/ts4.1/fp/zipWith.d.ts +2 -0
  486. lodash/ts4.1/fp.d.ts +4949 -0
  487. lodash/ts4.1/fromPairs.d.ts +2 -0
  488. lodash/ts4.1/functions.d.ts +2 -0
  489. lodash/ts4.1/functionsIn.d.ts +2 -0
  490. lodash/ts4.1/get.d.ts +2 -0
  491. lodash/ts4.1/groupBy.d.ts +2 -0
  492. lodash/ts4.1/gt.d.ts +2 -0
  493. lodash/ts4.1/gte.d.ts +2 -0
  494. lodash/ts4.1/has.d.ts +2 -0
  495. lodash/ts4.1/hasIn.d.ts +2 -0
  496. lodash/ts4.1/head.d.ts +2 -0
  497. lodash/ts4.1/identity.d.ts +2 -0
  498. lodash/ts4.1/inRange.d.ts +2 -0
  499. lodash/ts4.1/includes.d.ts +2 -0
  500. lodash/ts4.1/index.d.ts +33 -0
  501. lodash/ts4.1/indexOf.d.ts +2 -0
  502. lodash/ts4.1/initial.d.ts +2 -0
  503. lodash/ts4.1/intersection.d.ts +2 -0
  504. lodash/ts4.1/intersectionBy.d.ts +2 -0
  505. lodash/ts4.1/intersectionWith.d.ts +2 -0
  506. lodash/ts4.1/invert.d.ts +2 -0
  507. lodash/ts4.1/invertBy.d.ts +2 -0
  508. lodash/ts4.1/invoke.d.ts +2 -0
  509. lodash/ts4.1/invokeMap.d.ts +2 -0
  510. lodash/ts4.1/isArguments.d.ts +2 -0
  511. lodash/ts4.1/isArray.d.ts +2 -0
  512. lodash/ts4.1/isArrayBuffer.d.ts +2 -0
  513. lodash/ts4.1/isArrayLike.d.ts +2 -0
  514. lodash/ts4.1/isArrayLikeObject.d.ts +2 -0
  515. lodash/ts4.1/isBoolean.d.ts +2 -0
  516. lodash/ts4.1/isBuffer.d.ts +2 -0
  517. lodash/ts4.1/isDate.d.ts +2 -0
  518. lodash/ts4.1/isElement.d.ts +2 -0
  519. lodash/ts4.1/isEmpty.d.ts +2 -0
  520. lodash/ts4.1/isEqual.d.ts +2 -0
  521. lodash/ts4.1/isEqualWith.d.ts +2 -0
  522. lodash/ts4.1/isError.d.ts +2 -0
  523. lodash/ts4.1/isFinite.d.ts +2 -0
  524. lodash/ts4.1/isFunction.d.ts +2 -0
  525. lodash/ts4.1/isInteger.d.ts +2 -0
  526. lodash/ts4.1/isLength.d.ts +2 -0
  527. lodash/ts4.1/isMap.d.ts +2 -0
  528. lodash/ts4.1/isMatch.d.ts +2 -0
  529. lodash/ts4.1/isMatchWith.d.ts +2 -0
  530. lodash/ts4.1/isNaN.d.ts +2 -0
  531. lodash/ts4.1/isNative.d.ts +2 -0
  532. lodash/ts4.1/isNil.d.ts +2 -0
  533. lodash/ts4.1/isNull.d.ts +2 -0
  534. lodash/ts4.1/isNumber.d.ts +2 -0
  535. lodash/ts4.1/isObject.d.ts +2 -0
  536. lodash/ts4.1/isObjectLike.d.ts +2 -0
  537. lodash/ts4.1/isPlainObject.d.ts +2 -0
  538. lodash/ts4.1/isRegExp.d.ts +2 -0
  539. lodash/ts4.1/isSafeInteger.d.ts +2 -0
  540. lodash/ts4.1/isSet.d.ts +2 -0
  541. lodash/ts4.1/isString.d.ts +2 -0
  542. lodash/ts4.1/isSymbol.d.ts +2 -0
  543. lodash/ts4.1/isTypedArray.d.ts +2 -0
  544. lodash/ts4.1/isUndefined.d.ts +2 -0
  545. lodash/ts4.1/isWeakMap.d.ts +2 -0
  546. lodash/ts4.1/isWeakSet.d.ts +2 -0
  547. lodash/ts4.1/iteratee.d.ts +2 -0
  548. lodash/ts4.1/join.d.ts +2 -0
  549. lodash/ts4.1/kebabCase.d.ts +2 -0
  550. lodash/ts4.1/keyBy.d.ts +2 -0
  551. lodash/ts4.1/keys.d.ts +2 -0
  552. lodash/ts4.1/keysIn.d.ts +2 -0
  553. lodash/ts4.1/last.d.ts +2 -0
  554. lodash/ts4.1/lastIndexOf.d.ts +2 -0
  555. lodash/ts4.1/lowerCase.d.ts +2 -0
  556. lodash/ts4.1/lowerFirst.d.ts +2 -0
  557. lodash/ts4.1/lt.d.ts +2 -0
  558. lodash/ts4.1/lte.d.ts +2 -0
  559. lodash/ts4.1/map.d.ts +2 -0
  560. lodash/ts4.1/mapKeys.d.ts +2 -0
  561. lodash/ts4.1/mapValues.d.ts +2 -0
  562. lodash/ts4.1/matches.d.ts +2 -0
  563. lodash/ts4.1/matchesProperty.d.ts +2 -0
  564. lodash/ts4.1/max.d.ts +2 -0
  565. lodash/ts4.1/maxBy.d.ts +2 -0
  566. lodash/ts4.1/mean.d.ts +2 -0
  567. lodash/ts4.1/meanBy.d.ts +2 -0
  568. lodash/ts4.1/memoize.d.ts +2 -0
  569. lodash/ts4.1/merge.d.ts +2 -0
  570. lodash/ts4.1/mergeWith.d.ts +2 -0
  571. lodash/ts4.1/method.d.ts +2 -0
  572. lodash/ts4.1/methodOf.d.ts +2 -0
  573. lodash/ts4.1/min.d.ts +2 -0
  574. lodash/ts4.1/minBy.d.ts +2 -0
  575. lodash/ts4.1/mixin.d.ts +2 -0
  576. lodash/ts4.1/multiply.d.ts +2 -0
  577. lodash/ts4.1/negate.d.ts +2 -0
  578. lodash/ts4.1/noConflict.d.ts +2 -0
  579. lodash/ts4.1/noop.d.ts +2 -0
  580. lodash/ts4.1/now.d.ts +2 -0
  581. lodash/ts4.1/nth.d.ts +2 -0
  582. lodash/ts4.1/nthArg.d.ts +2 -0
  583. lodash/ts4.1/omit.d.ts +2 -0
  584. lodash/ts4.1/omitBy.d.ts +2 -0
  585. lodash/ts4.1/once.d.ts +2 -0
  586. lodash/ts4.1/orderBy.d.ts +2 -0
  587. lodash/ts4.1/over.d.ts +2 -0
  588. lodash/ts4.1/overArgs.d.ts +2 -0
  589. lodash/ts4.1/overEvery.d.ts +2 -0
  590. lodash/ts4.1/overSome.d.ts +2 -0
  591. lodash/ts4.1/pad.d.ts +2 -0
  592. lodash/ts4.1/padEnd.d.ts +2 -0
  593. lodash/ts4.1/padStart.d.ts +2 -0
  594. lodash/ts4.1/parseInt.d.ts +2 -0
  595. lodash/ts4.1/partial.d.ts +2 -0
  596. lodash/ts4.1/partialRight.d.ts +2 -0
  597. lodash/ts4.1/partition.d.ts +2 -0
  598. lodash/ts4.1/pick.d.ts +2 -0
  599. lodash/ts4.1/pickBy.d.ts +2 -0
  600. lodash/ts4.1/property.d.ts +2 -0
  601. lodash/ts4.1/propertyOf.d.ts +2 -0
  602. lodash/ts4.1/pull.d.ts +2 -0
  603. lodash/ts4.1/pullAll.d.ts +2 -0
  604. lodash/ts4.1/pullAllBy.d.ts +2 -0
  605. lodash/ts4.1/pullAllWith.d.ts +2 -0
  606. lodash/ts4.1/pullAt.d.ts +2 -0
  607. lodash/ts4.1/random.d.ts +2 -0
  608. lodash/ts4.1/range.d.ts +2 -0
  609. lodash/ts4.1/rangeRight.d.ts +2 -0
  610. lodash/ts4.1/rearg.d.ts +2 -0
  611. lodash/ts4.1/reduce.d.ts +2 -0
  612. lodash/ts4.1/reduceRight.d.ts +2 -0
  613. lodash/ts4.1/reject.d.ts +2 -0
  614. lodash/ts4.1/remove.d.ts +2 -0
  615. lodash/ts4.1/repeat.d.ts +2 -0
  616. lodash/ts4.1/replace.d.ts +2 -0
  617. lodash/ts4.1/rest.d.ts +2 -0
  618. lodash/ts4.1/result.d.ts +2 -0
  619. lodash/ts4.1/reverse.d.ts +2 -0
  620. lodash/ts4.1/round.d.ts +2 -0
  621. lodash/ts4.1/runInContext.d.ts +2 -0
  622. lodash/ts4.1/sample.d.ts +2 -0
  623. lodash/ts4.1/sampleSize.d.ts +2 -0
  624. lodash/ts4.1/set.d.ts +2 -0
  625. lodash/ts4.1/setWith.d.ts +2 -0
  626. lodash/ts4.1/shuffle.d.ts +2 -0
  627. lodash/ts4.1/size.d.ts +2 -0
  628. lodash/ts4.1/slice.d.ts +2 -0
  629. lodash/ts4.1/snakeCase.d.ts +2 -0
  630. lodash/ts4.1/some.d.ts +2 -0
  631. lodash/ts4.1/sortBy.d.ts +2 -0
  632. lodash/ts4.1/sortedIndex.d.ts +2 -0
  633. lodash/ts4.1/sortedIndexBy.d.ts +2 -0
  634. lodash/ts4.1/sortedIndexOf.d.ts +2 -0
  635. lodash/ts4.1/sortedLastIndex.d.ts +2 -0
  636. lodash/ts4.1/sortedLastIndexBy.d.ts +2 -0
  637. lodash/ts4.1/sortedLastIndexOf.d.ts +2 -0
  638. lodash/ts4.1/sortedUniq.d.ts +2 -0
  639. lodash/ts4.1/sortedUniqBy.d.ts +2 -0
  640. lodash/ts4.1/split.d.ts +2 -0
  641. lodash/ts4.1/spread.d.ts +2 -0
  642. lodash/ts4.1/startCase.d.ts +2 -0
  643. lodash/ts4.1/startsWith.d.ts +2 -0
  644. lodash/ts4.1/stubFalse.d.ts +2 -0
  645. lodash/ts4.1/stubTrue.d.ts +2 -0
  646. lodash/ts4.1/subtract.d.ts +2 -0
  647. lodash/ts4.1/sum.d.ts +2 -0
  648. lodash/ts4.1/sumBy.d.ts +2 -0
  649. lodash/ts4.1/tail.d.ts +2 -0
  650. lodash/ts4.1/take.d.ts +2 -0
  651. lodash/ts4.1/takeRight.d.ts +2 -0
  652. lodash/ts4.1/takeRightWhile.d.ts +2 -0
  653. lodash/ts4.1/takeWhile.d.ts +2 -0
  654. lodash/ts4.1/tap.d.ts +2 -0
  655. lodash/ts4.1/template.d.ts +2 -0
  656. lodash/ts4.1/throttle.d.ts +2 -0
  657. lodash/ts4.1/thru.d.ts +2 -0
  658. lodash/ts4.1/times.d.ts +2 -0
  659. lodash/ts4.1/toArray.d.ts +2 -0
  660. lodash/ts4.1/toFinite.d.ts +2 -0
  661. lodash/ts4.1/toInteger.d.ts +2 -0
  662. lodash/ts4.1/toLength.d.ts +2 -0
  663. lodash/ts4.1/toLower.d.ts +2 -0
  664. lodash/ts4.1/toNumber.d.ts +2 -0
  665. lodash/ts4.1/toPairs.d.ts +2 -0
  666. lodash/ts4.1/toPairsIn.d.ts +2 -0
  667. lodash/ts4.1/toPath.d.ts +2 -0
  668. lodash/ts4.1/toPlainObject.d.ts +2 -0
  669. lodash/ts4.1/toSafeInteger.d.ts +2 -0
  670. lodash/ts4.1/toString.d.ts +2 -0
  671. lodash/ts4.1/toUpper.d.ts +2 -0
  672. lodash/ts4.1/transform.d.ts +2 -0
  673. lodash/ts4.1/trim.d.ts +2 -0
  674. lodash/ts4.1/trimEnd.d.ts +2 -0
  675. lodash/ts4.1/trimStart.d.ts +2 -0
  676. lodash/ts4.1/truncate.d.ts +2 -0
  677. lodash/ts4.1/unary.d.ts +2 -0
  678. lodash/ts4.1/unescape.d.ts +2 -0
  679. lodash/ts4.1/union.d.ts +2 -0
  680. lodash/ts4.1/unionBy.d.ts +2 -0
  681. lodash/ts4.1/unionWith.d.ts +2 -0
  682. lodash/ts4.1/uniq.d.ts +2 -0
  683. lodash/ts4.1/uniqBy.d.ts +2 -0
  684. lodash/ts4.1/uniqWith.d.ts +2 -0
  685. lodash/ts4.1/uniqueId.d.ts +2 -0
  686. lodash/ts4.1/unset.d.ts +2 -0
  687. lodash/ts4.1/unzip.d.ts +2 -0
  688. lodash/ts4.1/unzipWith.d.ts +2 -0
  689. lodash/ts4.1/update.d.ts +2 -0
  690. lodash/ts4.1/updateWith.d.ts +2 -0
  691. lodash/ts4.1/upperCase.d.ts +2 -0
  692. lodash/ts4.1/upperFirst.d.ts +2 -0
  693. lodash/ts4.1/values.d.ts +2 -0
  694. lodash/ts4.1/valuesIn.d.ts +2 -0
  695. lodash/ts4.1/without.d.ts +2 -0
  696. lodash/ts4.1/words.d.ts +2 -0
  697. lodash/ts4.1/wrap.d.ts +2 -0
  698. lodash/ts4.1/xor.d.ts +2 -0
  699. lodash/ts4.1/xorBy.d.ts +2 -0
  700. lodash/ts4.1/xorWith.d.ts +2 -0
  701. lodash/ts4.1/zip.d.ts +2 -0
  702. lodash/ts4.1/zipObject.d.ts +2 -0
  703. lodash/ts4.1/zipObjectDeep.d.ts +2 -0
  704. lodash/ts4.1/zipWith.d.ts +2 -0
@@ -0,0 +1,2 @@
1
+ import { compact } from "./index";
2
+ export = compact;
@@ -0,0 +1,2 @@
1
+ import { concat } from "./index";
2
+ export = concat;
lodash/ts4.1/cond.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { cond } from "./index";
2
+ export = cond;
@@ -0,0 +1,2 @@
1
+ import { conformsTo } from "./index";
2
+ export = conformsTo;
@@ -0,0 +1,2 @@
1
+ import { constant } from "./index";
2
+ export = constant;
@@ -0,0 +1,2 @@
1
+ import { countBy } from "./index";
2
+ export = countBy;
@@ -0,0 +1,2 @@
1
+ import { create } from "./index";
2
+ export = create;
@@ -0,0 +1,2 @@
1
+ import { curry } from "./index";
2
+ export = curry;
@@ -0,0 +1,2 @@
1
+ import { curryRight } from "./index";
2
+ export = curryRight;
@@ -0,0 +1,2 @@
1
+ import { debounce } from "./index";
2
+ export = debounce;
@@ -0,0 +1,2 @@
1
+ import { deburr } from "./index";
2
+ export = deburr;
@@ -0,0 +1,2 @@
1
+ import { defaultTo } from "./index";
2
+ export = defaultTo;
@@ -0,0 +1,2 @@
1
+ import { defaults } from "./index";
2
+ export = defaults;
@@ -0,0 +1,2 @@
1
+ import { defaultsDeep } from "./index";
2
+ export = defaultsDeep;
@@ -0,0 +1,2 @@
1
+ import { defer } from "./index";
2
+ export = defer;
@@ -0,0 +1,2 @@
1
+ import { delay } from "./index";
2
+ export = delay;
@@ -0,0 +1,2 @@
1
+ import { difference } from "./index";
2
+ export = difference;
@@ -0,0 +1,2 @@
1
+ import { differenceBy } from "./index";
2
+ export = differenceBy;
@@ -0,0 +1,2 @@
1
+ import { differenceWith } from "./index";
2
+ export = differenceWith;
@@ -0,0 +1,2 @@
1
+ import { divide } from "./index";
2
+ export = divide;
lodash/ts4.1/drop.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { drop } from "./index";
2
+ export = drop;
@@ -0,0 +1,2 @@
1
+ import { dropRight } from "./index";
2
+ export = dropRight;
@@ -0,0 +1,2 @@
1
+ import { dropRightWhile } from "./index";
2
+ export = dropRightWhile;
@@ -0,0 +1,2 @@
1
+ import { dropWhile } from "./index";
2
+ export = dropWhile;
lodash/ts4.1/each.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { each } from "./index";
2
+ export = each;
@@ -0,0 +1,2 @@
1
+ import { eachRight } from "./index";
2
+ export = eachRight;
@@ -0,0 +1,2 @@
1
+ import { endsWith } from "./index";
2
+ export = endsWith;
@@ -0,0 +1,2 @@
1
+ import { entries } from "./index";
2
+ export = entries;
@@ -0,0 +1,2 @@
1
+ import { entriesIn } from "./index";
2
+ export = entriesIn;
lodash/ts4.1/eq.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { eq } from "./index";
2
+ export = eq;
@@ -0,0 +1,2 @@
1
+ import { escape } from "./index";
2
+ export = escape;
@@ -0,0 +1,2 @@
1
+ import { escapeRegExp } from "./index";
2
+ export = escapeRegExp;
@@ -0,0 +1,2 @@
1
+ import { every } from "./index";
2
+ export = every;
@@ -0,0 +1,2 @@
1
+ import { extend } from "./index";
2
+ export = extend;
@@ -0,0 +1,2 @@
1
+ import { extendWith } from "./index";
2
+ export = extendWith;
lodash/ts4.1/fill.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { fill } from "./index";
2
+ export = fill;
@@ -0,0 +1,2 @@
1
+ import { filter } from "./index";
2
+ export = filter;
lodash/ts4.1/find.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { find } from "./index";
2
+ export = find;
@@ -0,0 +1,2 @@
1
+ import { findIndex } from "./index";
2
+ export = findIndex;
@@ -0,0 +1,2 @@
1
+ import { findKey } from "./index";
2
+ export = findKey;
@@ -0,0 +1,2 @@
1
+ import { findLast } from "./index";
2
+ export = findLast;
@@ -0,0 +1,2 @@
1
+ import { findLastIndex } from "./index";
2
+ export = findLastIndex;
@@ -0,0 +1,2 @@
1
+ import { findLastKey } from "./index";
2
+ export = findLastKey;
@@ -0,0 +1,2 @@
1
+ import { first } from "./index";
2
+ export = first;
@@ -0,0 +1,2 @@
1
+ import { flatMap } from "./index";
2
+ export = flatMap;
@@ -0,0 +1,2 @@
1
+ import { flatMapDeep } from "./index";
2
+ export = flatMapDeep;
@@ -0,0 +1,2 @@
1
+ import { flatMapDepth } from "./index";
2
+ export = flatMapDepth;
@@ -0,0 +1,2 @@
1
+ import { flatten } from "./index";
2
+ export = flatten;
@@ -0,0 +1,2 @@
1
+ import { flattenDeep } from "./index";
2
+ export = flattenDeep;
@@ -0,0 +1,2 @@
1
+ import { flattenDepth } from "./index";
2
+ export = flattenDepth;
lodash/ts4.1/flip.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { flip } from "./index";
2
+ export = flip;
@@ -0,0 +1,2 @@
1
+ import { floor } from "./index";
2
+ export = floor;
lodash/ts4.1/flow.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { flow } from "./index";
2
+ export = flow;
@@ -0,0 +1,2 @@
1
+ import { flowRight } from "./index";
2
+ export = flowRight;
@@ -0,0 +1,2 @@
1
+ import { forEach } from "./index";
2
+ export = forEach;
@@ -0,0 +1,2 @@
1
+ import { forEachRight } from "./index";
2
+ export = forEachRight;
@@ -0,0 +1,2 @@
1
+ import { forIn } from "./index";
2
+ export = forIn;
@@ -0,0 +1,2 @@
1
+ import { forInRight } from "./index";
2
+ export = forInRight;
@@ -0,0 +1,2 @@
1
+ import { forOwn } from "./index";
2
+ export = forOwn;
@@ -0,0 +1,2 @@
1
+ import { forOwnRight } from "./index";
2
+ export = forOwnRight;
lodash/ts4.1/fp/F.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { F } from "../fp";
2
+ export = F;
lodash/ts4.1/fp/T.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { T } from "../fp";
2
+ export = T;
@@ -0,0 +1,3 @@
1
+ import _ = require("../index");
2
+ declare const __: _.__;
3
+ export = __;
@@ -0,0 +1,2 @@
1
+ import { add } from "../fp";
2
+ export = add;
@@ -0,0 +1,2 @@
1
+ import { after } from "../fp";
2
+ export = after;
@@ -0,0 +1,2 @@
1
+ import { all } from "../fp";
2
+ export = all;
@@ -0,0 +1,2 @@
1
+ import { allPass } from "../fp";
2
+ export = allPass;
@@ -0,0 +1,2 @@
1
+ import { always } from "../fp";
2
+ export = always;
@@ -0,0 +1,2 @@
1
+ import { any } from "../fp";
2
+ export = any;
@@ -0,0 +1,2 @@
1
+ import { anyPass } from "../fp";
2
+ export = anyPass;
@@ -0,0 +1,2 @@
1
+ import { apply } from "../fp";
2
+ export = apply;
@@ -0,0 +1,2 @@
1
+ import { ary } from "../fp";
2
+ export = ary;
@@ -0,0 +1,2 @@
1
+ import { assign } from "../fp";
2
+ export = assign;
@@ -0,0 +1,2 @@
1
+ import { assignAll } from "../fp";
2
+ export = assignAll;
@@ -0,0 +1,2 @@
1
+ import { assignAllWith } from "../fp";
2
+ export = assignAllWith;
@@ -0,0 +1,2 @@
1
+ import { assignIn } from "../fp";
2
+ export = assignIn;
@@ -0,0 +1,2 @@
1
+ import { assignInAll } from "../fp";
2
+ export = assignInAll;
@@ -0,0 +1,2 @@
1
+ import { assignInAllWith } from "../fp";
2
+ export = assignInAllWith;
@@ -0,0 +1,2 @@
1
+ import { assignInWith } from "../fp";
2
+ export = assignInWith;
@@ -0,0 +1,2 @@
1
+ import { assignWith } from "../fp";
2
+ export = assignWith;
@@ -0,0 +1,2 @@
1
+ import { assoc } from "../fp";
2
+ export = assoc;
@@ -0,0 +1,2 @@
1
+ import { assocPath } from "../fp";
2
+ export = assocPath;
@@ -0,0 +1,2 @@
1
+ import { at } from "../fp";
2
+ export = at;
@@ -0,0 +1,2 @@
1
+ import { attempt } from "../fp";
2
+ export = attempt;
@@ -0,0 +1,2 @@
1
+ import { before } from "../fp";
2
+ export = before;
@@ -0,0 +1,2 @@
1
+ import { bind } from "../fp";
2
+ export = bind;
@@ -0,0 +1,2 @@
1
+ import { bindAll } from "../fp";
2
+ export = bindAll;
@@ -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;
@@ -0,0 +1,2 @@
1
+ import { ceil } from "../fp";
2
+ export = ceil;
@@ -0,0 +1,2 @@
1
+ import { chunk } from "../fp";
2
+ export = chunk;
@@ -0,0 +1,2 @@
1
+ import { clamp } from "../fp";
2
+ export = clamp;
@@ -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;
@@ -0,0 +1,2 @@
1
+ import { compact } from "../fp";
2
+ export = compact;
@@ -0,0 +1,2 @@
1
+ import { complement } from "../fp";
2
+ export = complement;
@@ -0,0 +1,2 @@
1
+ import { compose } from "../fp";
2
+ export = compose;
@@ -0,0 +1,2 @@
1
+ import { concat } from "../fp";
2
+ export = concat;
@@ -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;
@@ -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;
@@ -0,0 +1,2 @@
1
+ import { countBy } from "../fp";
2
+ export = countBy;
@@ -0,0 +1,2 @@
1
+ import { create } from "../fp";
2
+ export = create;
@@ -0,0 +1,2 @@
1
+ import { curry } from "../fp";
2
+ export = curry;
@@ -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;
@@ -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;
@@ -0,0 +1,2 @@
1
+ import { defer } from "../fp";
2
+ export = defer;
@@ -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;
@@ -0,0 +1,2 @@
1
+ import { dissoc } from "../fp";
2
+ export = dissoc;
@@ -0,0 +1,2 @@
1
+ import { dissocPath } from "../fp";
2
+ export = dissocPath;
@@ -0,0 +1,2 @@
1
+ import { divide } from "../fp";
2
+ export = divide;
@@ -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;
@@ -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;