es-toolkit 1.39.0 → 1.39.1-dev.1313

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