@types/lodash 4.14.187 → 4.14.190

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