@types/lodash 4.14.83 → 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 -16822
  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/indexOf.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { indexOf } from "./index";
2
- export = indexOf;
1
+ import { indexOf } from "./index";
2
+ export = indexOf;
lodash/initial.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { initial } from "./index";
2
- export = initial;
1
+ import { initial } from "./index";
2
+ export = initial;
lodash/intersection.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { intersection } from "./index";
2
- export = intersection;
1
+ import { intersection } from "./index";
2
+ export = intersection;
@@ -1,2 +1,2 @@
1
- import { intersectionBy } from "./index";
2
- export = intersectionBy;
1
+ import { intersectionBy } from "./index";
2
+ export = intersectionBy;
@@ -1,2 +1,2 @@
1
- import { intersectionWith } from "./index";
2
- export = intersectionWith;
1
+ import { intersectionWith } from "./index";
2
+ export = intersectionWith;
lodash/invert.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { invert } from "./index";
2
- export = invert;
1
+ import { invert } from "./index";
2
+ export = invert;
lodash/invertBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { invertBy } from "./index";
2
- export = invertBy;
1
+ import { invertBy } from "./index";
2
+ export = invertBy;
lodash/invoke.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { invoke } from "./index";
2
- export = invoke;
1
+ import { invoke } from "./index";
2
+ export = invoke;
lodash/invokeMap.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { invokeMap } from "./index";
2
- export = invokeMap;
1
+ import { invokeMap } from "./index";
2
+ export = invokeMap;
lodash/isArguments.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isArguments } from "./index";
2
- export = isArguments;
1
+ import { isArguments } from "./index";
2
+ export = isArguments;
lodash/isArray.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isArray } from "./index";
2
- export = isArray;
1
+ import { isArray } from "./index";
2
+ export = isArray;
lodash/isArrayBuffer.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isArrayBuffer } from "./index";
2
- export = isArrayBuffer;
1
+ import { isArrayBuffer } from "./index";
2
+ export = isArrayBuffer;
lodash/isArrayLike.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isArrayLike } from "./index";
2
- export = isArrayLike;
1
+ import { isArrayLike } from "./index";
2
+ export = isArrayLike;
@@ -1,2 +1,2 @@
1
- import { isArrayLikeObject } from "./index";
2
- export = isArrayLikeObject;
1
+ import { isArrayLikeObject } from "./index";
2
+ export = isArrayLikeObject;
lodash/isBoolean.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isBoolean } from "./index";
2
- export = isBoolean;
1
+ import { isBoolean } from "./index";
2
+ export = isBoolean;
lodash/isBuffer.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isBuffer } from "./index";
2
- export = isBuffer;
1
+ import { isBuffer } from "./index";
2
+ export = isBuffer;
lodash/isDate.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isDate } from "./index";
2
- export = isDate;
1
+ import { isDate } from "./index";
2
+ export = isDate;
lodash/isElement.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isElement } from "./index";
2
- export = isElement;
1
+ import { isElement } from "./index";
2
+ export = isElement;
lodash/isEmpty.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isEmpty } from "./index";
2
- export = isEmpty;
1
+ import { isEmpty } from "./index";
2
+ export = isEmpty;
lodash/isEqual.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isEqual } from "./index";
2
- export = isEqual;
1
+ import { isEqual } from "./index";
2
+ export = isEqual;
lodash/isEqualWith.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isEqualWith } from "./index";
2
- export = isEqualWith;
1
+ import { isEqualWith } from "./index";
2
+ export = isEqualWith;
lodash/isError.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isError } from "./index";
2
- export = isError;
1
+ import { isError } from "./index";
2
+ export = isError;
lodash/isFinite.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isFinite } from "./index";
2
- export = isFinite;
1
+ import { isFinite } from "./index";
2
+ export = isFinite;
lodash/isFunction.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isFunction } from "./index";
2
- export = isFunction;
1
+ import { isFunction } from "./index";
2
+ export = isFunction;
lodash/isInteger.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isInteger } from "./index";
2
- export = isInteger;
1
+ import { isInteger } from "./index";
2
+ export = isInteger;
lodash/isLength.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isLength } from "./index";
2
- export = isLength;
1
+ import { isLength } from "./index";
2
+ export = isLength;
lodash/isMap.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isMap } from "./index";
2
- export = isMap;
1
+ import { isMap } from "./index";
2
+ export = isMap;
lodash/isMatch.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isMatch } from "./index";
2
- export = isMatch;
1
+ import { isMatch } from "./index";
2
+ export = isMatch;
lodash/isMatchWith.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isMatchWith } from "./index";
2
- export = isMatchWith;
1
+ import { isMatchWith } from "./index";
2
+ export = isMatchWith;
lodash/isNaN.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isNaN } from "./index";
2
- export = isNaN;
1
+ import { isNaN } from "./index";
2
+ export = isNaN;
lodash/isNative.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isNative } from "./index";
2
- export = isNative;
1
+ import { isNative } from "./index";
2
+ export = isNative;
lodash/isNil.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isNil } from "./index";
2
- export = isNil;
1
+ import { isNil } from "./index";
2
+ export = isNil;
lodash/isNull.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isNull } from "./index";
2
- export = isNull;
1
+ import { isNull } from "./index";
2
+ export = isNull;
lodash/isNumber.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isNumber } from "./index";
2
- export = isNumber;
1
+ import { isNumber } from "./index";
2
+ export = isNumber;
lodash/isObject.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isObject } from "./index";
2
- export = isObject;
1
+ import { isObject } from "./index";
2
+ export = isObject;
lodash/isObjectLike.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isObjectLike } from "./index";
2
- export = isObjectLike;
1
+ import { isObjectLike } from "./index";
2
+ export = isObjectLike;
lodash/isPlainObject.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isPlainObject } from "./index";
2
- export = isPlainObject;
1
+ import { isPlainObject } from "./index";
2
+ export = isPlainObject;
lodash/isRegExp.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isRegExp } from "./index";
2
- export = isRegExp;
1
+ import { isRegExp } from "./index";
2
+ export = isRegExp;
lodash/isSafeInteger.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isSafeInteger } from "./index";
2
- export = isSafeInteger;
1
+ import { isSafeInteger } from "./index";
2
+ export = isSafeInteger;
lodash/isSet.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isSet } from "./index";
2
- export = isSet;
1
+ import { isSet } from "./index";
2
+ export = isSet;
lodash/isString.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isString } from "./index";
2
- export = isString;
1
+ import { isString } from "./index";
2
+ export = isString;
lodash/isSymbol.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isSymbol } from "./index";
2
- export = isSymbol;
1
+ import { isSymbol } from "./index";
2
+ export = isSymbol;
lodash/isTypedArray.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isTypedArray } from "./index";
2
- export = isTypedArray;
1
+ import { isTypedArray } from "./index";
2
+ export = isTypedArray;
lodash/isUndefined.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isUndefined } from "./index";
2
- export = isUndefined;
1
+ import { isUndefined } from "./index";
2
+ export = isUndefined;
lodash/isWeakMap.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isWeakMap } from "./index";
2
- export = isWeakMap;
1
+ import { isWeakMap } from "./index";
2
+ export = isWeakMap;
lodash/isWeakSet.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { isWeakSet } from "./index";
2
- export = isWeakSet;
1
+ import { isWeakSet } from "./index";
2
+ export = isWeakSet;
lodash/iteratee.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { iteratee } from "./index";
2
- export = iteratee;
1
+ import { iteratee } from "./index";
2
+ export = iteratee;
lodash/join.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { join } from "./index";
2
- export = join;
1
+ import { join } from "./index";
2
+ export = join;
lodash/kebabCase.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { kebabCase } from "./index";
2
- export = kebabCase;
1
+ import { kebabCase } from "./index";
2
+ export = kebabCase;
lodash/keyBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { keyBy } from "./index";
2
- export = keyBy;
1
+ import { keyBy } from "./index";
2
+ export = keyBy;
lodash/keys.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { keys } from "./index";
2
- export = keys;
1
+ import { keys } from "./index";
2
+ export = keys;
lodash/keysIn.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { keysIn } from "./index";
2
- export = keysIn;
1
+ import { keysIn } from "./index";
2
+ export = keysIn;
lodash/last.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { last } from "./index";
2
- export = last;
1
+ import { last } from "./index";
2
+ export = last;
lodash/lastIndexOf.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { lastIndexOf } from "./index";
2
- export = lastIndexOf;
1
+ import { lastIndexOf } from "./index";
2
+ export = lastIndexOf;
lodash/lowerCase.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { lowerCase } from "./index";
2
- export = lowerCase;
1
+ import { lowerCase } from "./index";
2
+ export = lowerCase;
lodash/lowerFirst.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { lowerFirst } from "./index";
2
- export = lowerFirst;
1
+ import { lowerFirst } from "./index";
2
+ export = lowerFirst;
lodash/lt.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { lt } from "./index";
2
- export = lt;
1
+ import { lt } from "./index";
2
+ export = lt;
lodash/lte.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { lte } from "./index";
2
- export = lte;
1
+ import { lte } from "./index";
2
+ export = lte;
lodash/map.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { map } from "./index";
2
- export = map;
1
+ import { map } from "./index";
2
+ export = map;
lodash/mapKeys.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { mapKeys } from "./index";
2
- export = mapKeys;
1
+ import { mapKeys } from "./index";
2
+ export = mapKeys;
lodash/mapValues.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { mapValues } from "./index";
2
- export = mapValues;
1
+ import { mapValues } from "./index";
2
+ export = mapValues;
lodash/matches.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { matches } from "./index";
2
- export = matches;
1
+ import { matches } from "./index";
2
+ export = matches;
@@ -1,2 +1,2 @@
1
- import { matchesProperty } from "./index";
2
- export = matchesProperty;
1
+ import { matchesProperty } from "./index";
2
+ export = matchesProperty;
lodash/max.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { max } from "./index";
2
- export = max;
1
+ import { max } from "./index";
2
+ export = max;
lodash/maxBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { maxBy } from "./index";
2
- export = maxBy;
1
+ import { maxBy } from "./index";
2
+ export = maxBy;
lodash/mean.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { mean } from "./index";
2
- export = mean;
1
+ import { mean } from "./index";
2
+ export = mean;
lodash/meanBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { meanBy } from "./index";
2
- export = meanBy;
1
+ import { meanBy } from "./index";
2
+ export = meanBy;
lodash/memoize.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { memoize } from "./index";
2
- export = memoize;
1
+ import { memoize } from "./index";
2
+ export = memoize;
lodash/merge.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { merge } from "./index";
2
- export = merge;
1
+ import { merge } from "./index";
2
+ export = merge;
lodash/mergeWith.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { mergeWith } from "./index";
2
- export = mergeWith;
1
+ import { mergeWith } from "./index";
2
+ export = mergeWith;
lodash/method.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { method } from "./index";
2
- export = method;
1
+ import { method } from "./index";
2
+ export = method;
lodash/methodOf.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { methodOf } from "./index";
2
- export = methodOf;
1
+ import { methodOf } from "./index";
2
+ export = methodOf;
lodash/min.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { min } from "./index";
2
- export = min;
1
+ import { min } from "./index";
2
+ export = min;
lodash/minBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { minBy } from "./index";
2
- export = minBy;
1
+ import { minBy } from "./index";
2
+ export = minBy;
lodash/mixin.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { mixin } from "./index";
2
- export = mixin;
1
+ import { mixin } from "./index";
2
+ export = mixin;
lodash/negate.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { negate } from "./index";
2
- export = negate;
1
+ import { negate } from "./index";
2
+ export = negate;
lodash/noConflict.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { noConflict } from "./index";
2
- export = noConflict;
1
+ import { noConflict } from "./index";
2
+ export = noConflict;
lodash/noop.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { noop } from "./index";
2
- export = noop;
1
+ import { noop } from "./index";
2
+ export = noop;
lodash/now.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { now } from "./index";
2
- export = now;
1
+ import { now } from "./index";
2
+ export = now;
lodash/nth.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { nth } from "./index";
2
- export = nth;
1
+ import { nth } from "./index";
2
+ export = nth;
lodash/nthArg.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { nthArg } from "./index";
2
- export = nthArg;
1
+ import { nthArg } from "./index";
2
+ export = nthArg;
lodash/omit.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { omit } from "./index";
2
- export = omit;
1
+ import { omit } from "./index";
2
+ export = omit;
lodash/omitBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { omitBy } from "./index";
2
- export = omitBy;
1
+ import { omitBy } from "./index";
2
+ export = omitBy;
lodash/once.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { once } from "./index";
2
- export = once;
1
+ import { once } from "./index";
2
+ export = once;
lodash/orderBy.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { orderBy } from "./index";
2
- export = orderBy;
1
+ import { orderBy } from "./index";
2
+ export = orderBy;
lodash/over.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { over } from "./index";
2
- export = over;
1
+ import { over } from "./index";
2
+ export = over;
lodash/overArgs.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { overArgs } from "./index";
2
- export = overArgs;
1
+ import { overArgs } from "./index";
2
+ export = overArgs;
lodash/overEvery.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { overEvery } from "./index";
2
- export = overEvery;
1
+ import { overEvery } from "./index";
2
+ export = overEvery;
lodash/overSome.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { overSome } from "./index";
2
- export = overSome;
1
+ import { overSome } from "./index";
2
+ export = overSome;
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.83",
3
+ "version": "4.14.87",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -57,6 +57,6 @@
57
57
  },
58
58
  "scripts": {},
59
59
  "dependencies": {},
60
- "typesPublisherContentHash": "39780af623b9353a6b4492589854f85d234d25fce693fda9ffdd30d98f8dba24",
60
+ "typesPublisherContentHash": "f4e21e5d37622b4664324f12d2d27ee7750d8d288ee0ccb2dff00e47f0a38785",
61
61
  "typeScriptVersion": "2.2"
62
62
  }
lodash/pad.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { pad } from "./index";
2
- export = pad;
1
+ import { pad } from "./index";
2
+ export = pad;
lodash/padEnd.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { padEnd } from "./index";
2
- export = padEnd;
1
+ import { padEnd } from "./index";
2
+ export = padEnd;
lodash/padStart.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { padStart } from "./index";
2
- export = padStart;
1
+ import { padStart } from "./index";
2
+ export = padStart;
lodash/parseInt.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { parseInt } from "./index";
2
- export = parseInt;
1
+ import { parseInt } from "./index";
2
+ export = parseInt;
lodash/partial.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { partial } from "./index";
2
- export = partial;
1
+ import { partial } from "./index";
2
+ export = partial;
lodash/partialRight.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { partialRight } from "./index";
2
- export = partialRight;
1
+ import { partialRight } from "./index";
2
+ export = partialRight;