@types/lodash 4.14.86 → 4.14.87

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 (302) hide show
  1. lodash/LICENSE +21 -21
  2. lodash/README.md +1 -1
  3. lodash/add.d.ts +2 -2
  4. lodash/after.d.ts +2 -2
  5. lodash/ary.d.ts +2 -2
  6. lodash/assign.d.ts +2 -2
  7. lodash/assignIn.d.ts +2 -2
  8. lodash/assignInWith.d.ts +2 -2
  9. lodash/assignWith.d.ts +2 -2
  10. lodash/at.d.ts +2 -2
  11. lodash/attempt.d.ts +2 -2
  12. lodash/before.d.ts +2 -2
  13. lodash/bind.d.ts +2 -2
  14. lodash/bindAll.d.ts +2 -2
  15. lodash/bindKey.d.ts +2 -2
  16. lodash/camelCase.d.ts +2 -2
  17. lodash/capitalize.d.ts +2 -2
  18. lodash/castArray.d.ts +2 -2
  19. lodash/ceil.d.ts +2 -2
  20. lodash/chain.d.ts +2 -2
  21. lodash/chunk.d.ts +2 -2
  22. lodash/clamp.d.ts +2 -2
  23. lodash/clone.d.ts +2 -2
  24. lodash/cloneDeep.d.ts +2 -2
  25. lodash/cloneDeepWith.d.ts +2 -2
  26. lodash/cloneWith.d.ts +2 -2
  27. lodash/compact.d.ts +2 -2
  28. lodash/concat.d.ts +2 -2
  29. lodash/cond.d.ts +2 -2
  30. lodash/conformsTo.d.ts +2 -0
  31. lodash/constant.d.ts +2 -2
  32. lodash/countBy.d.ts +2 -2
  33. lodash/create.d.ts +2 -2
  34. lodash/curry.d.ts +2 -2
  35. lodash/curryRight.d.ts +2 -2
  36. lodash/debounce.d.ts +2 -2
  37. lodash/deburr.d.ts +2 -2
  38. lodash/defaultTo.d.ts +2 -0
  39. lodash/defaults.d.ts +2 -2
  40. lodash/defaultsDeep.d.ts +2 -2
  41. lodash/defer.d.ts +2 -2
  42. lodash/delay.d.ts +2 -2
  43. lodash/difference.d.ts +2 -2
  44. lodash/differenceBy.d.ts +2 -2
  45. lodash/differenceWith.d.ts +2 -2
  46. lodash/divide.d.ts +2 -2
  47. lodash/drop.d.ts +2 -2
  48. lodash/dropRight.d.ts +2 -2
  49. lodash/dropRightWhile.d.ts +2 -2
  50. lodash/dropWhile.d.ts +2 -2
  51. lodash/each.d.ts +2 -2
  52. lodash/eachRight.d.ts +2 -2
  53. lodash/endsWith.d.ts +2 -2
  54. lodash/entries.d.ts +2 -2
  55. lodash/entriesIn.d.ts +2 -2
  56. lodash/eq.d.ts +2 -2
  57. lodash/escape.d.ts +2 -2
  58. lodash/escapeRegExp.d.ts +2 -2
  59. lodash/every.d.ts +2 -2
  60. lodash/extend.d.ts +2 -2
  61. lodash/extendWith.d.ts +2 -2
  62. lodash/fill.d.ts +2 -2
  63. lodash/filter.d.ts +2 -2
  64. lodash/find.d.ts +2 -2
  65. lodash/findIndex.d.ts +2 -2
  66. lodash/findKey.d.ts +2 -2
  67. lodash/findLast.d.ts +2 -2
  68. lodash/findLastIndex.d.ts +2 -2
  69. lodash/findLastKey.d.ts +2 -2
  70. lodash/first.d.ts +2 -2
  71. lodash/flatMap.d.ts +2 -2
  72. lodash/flatMapDeep.d.ts +2 -2
  73. lodash/flatMapDepth.d.ts +2 -2
  74. lodash/flatten.d.ts +2 -2
  75. lodash/flattenDeep.d.ts +2 -2
  76. lodash/flattenDepth.d.ts +2 -2
  77. lodash/flip.d.ts +2 -2
  78. lodash/floor.d.ts +2 -2
  79. lodash/flow.d.ts +2 -2
  80. lodash/flowRight.d.ts +2 -2
  81. lodash/forEach.d.ts +2 -2
  82. lodash/forEachRight.d.ts +2 -2
  83. lodash/forIn.d.ts +2 -2
  84. lodash/forInRight.d.ts +2 -2
  85. lodash/forOwn.d.ts +2 -2
  86. lodash/forOwnRight.d.ts +2 -2
  87. lodash/fromPairs.d.ts +2 -2
  88. lodash/functions.d.ts +2 -2
  89. lodash/functionsIn.d.ts +2 -2
  90. lodash/get.d.ts +2 -2
  91. lodash/groupBy.d.ts +2 -2
  92. lodash/gt.d.ts +2 -2
  93. lodash/gte.d.ts +2 -2
  94. lodash/has.d.ts +2 -2
  95. lodash/hasIn.d.ts +2 -2
  96. lodash/head.d.ts +2 -2
  97. lodash/identity.d.ts +2 -2
  98. lodash/inRange.d.ts +2 -2
  99. lodash/includes.d.ts +2 -2
  100. lodash/index.d.ts +17165 -17165
  101. lodash/indexOf.d.ts +2 -2
  102. lodash/initial.d.ts +2 -2
  103. lodash/intersection.d.ts +2 -2
  104. lodash/intersectionBy.d.ts +2 -2
  105. lodash/intersectionWith.d.ts +2 -2
  106. lodash/invert.d.ts +2 -2
  107. lodash/invertBy.d.ts +2 -2
  108. lodash/invoke.d.ts +2 -2
  109. lodash/invokeMap.d.ts +2 -2
  110. lodash/isArguments.d.ts +2 -2
  111. lodash/isArray.d.ts +2 -2
  112. lodash/isArrayBuffer.d.ts +2 -2
  113. lodash/isArrayLike.d.ts +2 -2
  114. lodash/isArrayLikeObject.d.ts +2 -2
  115. lodash/isBoolean.d.ts +2 -2
  116. lodash/isBuffer.d.ts +2 -2
  117. lodash/isDate.d.ts +2 -2
  118. lodash/isElement.d.ts +2 -2
  119. lodash/isEmpty.d.ts +2 -2
  120. lodash/isEqual.d.ts +2 -2
  121. lodash/isEqualWith.d.ts +2 -2
  122. lodash/isError.d.ts +2 -2
  123. lodash/isFinite.d.ts +2 -2
  124. lodash/isFunction.d.ts +2 -2
  125. lodash/isInteger.d.ts +2 -2
  126. lodash/isLength.d.ts +2 -2
  127. lodash/isMap.d.ts +2 -2
  128. lodash/isMatch.d.ts +2 -2
  129. lodash/isMatchWith.d.ts +2 -2
  130. lodash/isNaN.d.ts +2 -2
  131. lodash/isNative.d.ts +2 -2
  132. lodash/isNil.d.ts +2 -2
  133. lodash/isNull.d.ts +2 -2
  134. lodash/isNumber.d.ts +2 -2
  135. lodash/isObject.d.ts +2 -2
  136. lodash/isObjectLike.d.ts +2 -2
  137. lodash/isPlainObject.d.ts +2 -2
  138. lodash/isRegExp.d.ts +2 -2
  139. lodash/isSafeInteger.d.ts +2 -2
  140. lodash/isSet.d.ts +2 -2
  141. lodash/isString.d.ts +2 -2
  142. lodash/isSymbol.d.ts +2 -2
  143. lodash/isTypedArray.d.ts +2 -2
  144. lodash/isUndefined.d.ts +2 -2
  145. lodash/isWeakMap.d.ts +2 -2
  146. lodash/isWeakSet.d.ts +2 -2
  147. lodash/iteratee.d.ts +2 -2
  148. lodash/join.d.ts +2 -2
  149. lodash/kebabCase.d.ts +2 -2
  150. lodash/keyBy.d.ts +2 -2
  151. lodash/keys.d.ts +2 -2
  152. lodash/keysIn.d.ts +2 -2
  153. lodash/last.d.ts +2 -2
  154. lodash/lastIndexOf.d.ts +2 -2
  155. lodash/lowerCase.d.ts +2 -2
  156. lodash/lowerFirst.d.ts +2 -2
  157. lodash/lt.d.ts +2 -2
  158. lodash/lte.d.ts +2 -2
  159. lodash/map.d.ts +2 -2
  160. lodash/mapKeys.d.ts +2 -2
  161. lodash/mapValues.d.ts +2 -2
  162. lodash/matches.d.ts +2 -2
  163. lodash/matchesProperty.d.ts +2 -2
  164. lodash/max.d.ts +2 -2
  165. lodash/maxBy.d.ts +2 -2
  166. lodash/mean.d.ts +2 -2
  167. lodash/meanBy.d.ts +2 -2
  168. lodash/memoize.d.ts +2 -2
  169. lodash/merge.d.ts +2 -2
  170. lodash/mergeWith.d.ts +2 -2
  171. lodash/method.d.ts +2 -2
  172. lodash/methodOf.d.ts +2 -2
  173. lodash/min.d.ts +2 -2
  174. lodash/minBy.d.ts +2 -2
  175. lodash/mixin.d.ts +2 -2
  176. lodash/negate.d.ts +2 -2
  177. lodash/noConflict.d.ts +2 -2
  178. lodash/noop.d.ts +2 -2
  179. lodash/now.d.ts +2 -2
  180. lodash/nth.d.ts +2 -2
  181. lodash/nthArg.d.ts +2 -2
  182. lodash/omit.d.ts +2 -2
  183. lodash/omitBy.d.ts +2 -2
  184. lodash/once.d.ts +2 -2
  185. lodash/orderBy.d.ts +2 -2
  186. lodash/over.d.ts +2 -2
  187. lodash/overArgs.d.ts +2 -2
  188. lodash/overEvery.d.ts +2 -2
  189. lodash/overSome.d.ts +2 -2
  190. lodash/package.json +2 -2
  191. lodash/pad.d.ts +2 -2
  192. lodash/padEnd.d.ts +2 -2
  193. lodash/padStart.d.ts +2 -2
  194. lodash/parseInt.d.ts +2 -2
  195. lodash/partial.d.ts +2 -2
  196. lodash/partialRight.d.ts +2 -2
  197. lodash/partition.d.ts +2 -2
  198. lodash/pick.d.ts +2 -2
  199. lodash/pickBy.d.ts +2 -2
  200. lodash/property.d.ts +2 -2
  201. lodash/propertyOf.d.ts +2 -2
  202. lodash/pull.d.ts +2 -2
  203. lodash/pullAll.d.ts +2 -2
  204. lodash/pullAllBy.d.ts +2 -2
  205. lodash/pullAllWith.d.ts +2 -2
  206. lodash/pullAt.d.ts +2 -2
  207. lodash/random.d.ts +2 -2
  208. lodash/range.d.ts +2 -2
  209. lodash/rangeRight.d.ts +2 -2
  210. lodash/rearg.d.ts +2 -2
  211. lodash/reduce.d.ts +2 -2
  212. lodash/reduceRight.d.ts +2 -2
  213. lodash/reject.d.ts +2 -2
  214. lodash/remove.d.ts +2 -2
  215. lodash/repeat.d.ts +2 -2
  216. lodash/replace.d.ts +2 -2
  217. lodash/rest.d.ts +2 -2
  218. lodash/result.d.ts +2 -2
  219. lodash/reverse.d.ts +2 -2
  220. lodash/round.d.ts +2 -2
  221. lodash/runInContext.d.ts +2 -2
  222. lodash/sample.d.ts +2 -2
  223. lodash/sampleSize.d.ts +2 -2
  224. lodash/set.d.ts +2 -2
  225. lodash/setWith.d.ts +2 -2
  226. lodash/shuffle.d.ts +2 -2
  227. lodash/size.d.ts +2 -2
  228. lodash/slice.d.ts +2 -2
  229. lodash/snakeCase.d.ts +2 -2
  230. lodash/some.d.ts +2 -2
  231. lodash/sortBy.d.ts +2 -2
  232. lodash/sortedIndex.d.ts +2 -2
  233. lodash/sortedIndexBy.d.ts +2 -2
  234. lodash/sortedIndexOf.d.ts +2 -2
  235. lodash/sortedLastIndex.d.ts +2 -2
  236. lodash/sortedLastIndexBy.d.ts +2 -2
  237. lodash/sortedLastIndexOf.d.ts +2 -2
  238. lodash/sortedUniq.d.ts +2 -2
  239. lodash/sortedUniqBy.d.ts +2 -2
  240. lodash/split.d.ts +2 -2
  241. lodash/spread.d.ts +2 -2
  242. lodash/startCase.d.ts +2 -2
  243. lodash/startsWith.d.ts +2 -2
  244. lodash/subtract.d.ts +2 -2
  245. lodash/sum.d.ts +2 -2
  246. lodash/sumBy.d.ts +2 -2
  247. lodash/tail.d.ts +2 -2
  248. lodash/take.d.ts +2 -2
  249. lodash/takeRight.d.ts +2 -2
  250. lodash/takeRightWhile.d.ts +2 -2
  251. lodash/takeWhile.d.ts +2 -2
  252. lodash/tap.d.ts +2 -2
  253. lodash/template.d.ts +2 -2
  254. lodash/throttle.d.ts +2 -2
  255. lodash/thru.d.ts +2 -2
  256. lodash/times.d.ts +2 -2
  257. lodash/toArray.d.ts +2 -2
  258. lodash/toFinite.d.ts +2 -2
  259. lodash/toInteger.d.ts +2 -2
  260. lodash/toLength.d.ts +2 -2
  261. lodash/toLower.d.ts +2 -2
  262. lodash/toNumber.d.ts +2 -2
  263. lodash/toPairs.d.ts +2 -2
  264. lodash/toPairsIn.d.ts +2 -2
  265. lodash/toPath.d.ts +2 -2
  266. lodash/toPlainObject.d.ts +2 -2
  267. lodash/toSafeInteger.d.ts +2 -2
  268. lodash/toString.d.ts +2 -2
  269. lodash/toUpper.d.ts +2 -2
  270. lodash/transform.d.ts +2 -2
  271. lodash/trim.d.ts +2 -2
  272. lodash/trimEnd.d.ts +2 -2
  273. lodash/trimStart.d.ts +2 -2
  274. lodash/truncate.d.ts +2 -2
  275. lodash/unary.d.ts +2 -2
  276. lodash/unescape.d.ts +2 -2
  277. lodash/union.d.ts +2 -2
  278. lodash/unionBy.d.ts +2 -2
  279. lodash/unionWith.d.ts +2 -2
  280. lodash/uniq.d.ts +2 -2
  281. lodash/uniqBy.d.ts +2 -2
  282. lodash/uniqWith.d.ts +2 -2
  283. lodash/uniqueId.d.ts +2 -2
  284. lodash/unset.d.ts +2 -2
  285. lodash/unzip.d.ts +2 -2
  286. lodash/unzipWith.d.ts +2 -2
  287. lodash/update.d.ts +2 -2
  288. lodash/updateWith.d.ts +2 -2
  289. lodash/upperCase.d.ts +2 -2
  290. lodash/upperFirst.d.ts +2 -2
  291. lodash/values.d.ts +2 -2
  292. lodash/valuesIn.d.ts +2 -2
  293. lodash/without.d.ts +2 -2
  294. lodash/words.d.ts +2 -2
  295. lodash/wrap.d.ts +2 -2
  296. lodash/xor.d.ts +2 -2
  297. lodash/xorBy.d.ts +2 -2
  298. lodash/xorWith.d.ts +2 -2
  299. lodash/zip.d.ts +2 -2
  300. lodash/zipObject.d.ts +2 -2
  301. lodash/zipObjectDeep.d.ts +2 -2
  302. lodash/zipWith.d.ts +2 -2
lodash/wrap.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { wrap } from "./index";
2
- export = wrap;
1
+ import { wrap } from "./index";
2
+ export = wrap;
lodash/xor.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { xor } from "./index";
2
- export = xor;
1
+ import { xor } from "./index";
2
+ export = xor;
lodash/xorBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { xorBy } from "./index";
2
- export = xorBy;
1
+ import { xorBy } from "./index";
2
+ export = xorBy;
lodash/xorWith.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { xorWith } from "./index";
2
- export = xorWith;
1
+ import { xorWith } from "./index";
2
+ export = xorWith;
lodash/zip.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { zip } from "./index";
2
- export = zip;
1
+ import { zip } from "./index";
2
+ export = zip;
lodash/zipObject.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { zipObject } from "./index";
2
- export = zipObject;
1
+ import { zipObject } from "./index";
2
+ export = zipObject;
lodash/zipObjectDeep.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { zipObjectDeep } from "./index";
2
- export = zipObjectDeep;
1
+ import { zipObjectDeep } from "./index";
2
+ export = zipObjectDeep;
lodash/zipWith.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { zipWith } from "./index";
2
- export = zipWith;
1
+ import { zipWith } from "./index";
2
+ export = zipWith;