es-toolkit 1.39.1 → 1.39.2

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 (600) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/compat/DebouncedFunc.d.mts +1 -0
  3. package/compat/DebouncedFunc.mjs +1 -0
  4. package/compat/DebouncedFunction.d.mts +1 -0
  5. package/compat/DebouncedFunction.mjs +1 -0
  6. package/compat/add.d.mts +1 -0
  7. package/compat/add.mjs +1 -0
  8. package/compat/after.d.mts +1 -0
  9. package/compat/after.mjs +1 -0
  10. package/compat/ary.d.mts +1 -0
  11. package/compat/ary.mjs +1 -0
  12. package/compat/assign.d.mts +1 -0
  13. package/compat/assign.mjs +1 -0
  14. package/compat/assignIn.d.mts +1 -0
  15. package/compat/assignIn.mjs +1 -0
  16. package/compat/assignInWith.d.mts +1 -0
  17. package/compat/assignInWith.mjs +1 -0
  18. package/compat/assignWith.d.mts +1 -0
  19. package/compat/assignWith.mjs +1 -0
  20. package/compat/at.d.mts +1 -0
  21. package/compat/at.mjs +1 -0
  22. package/compat/attempt.d.mts +1 -0
  23. package/compat/attempt.mjs +1 -0
  24. package/compat/before.d.mts +1 -0
  25. package/compat/before.mjs +1 -0
  26. package/compat/bind.d.mts +1 -0
  27. package/compat/bind.mjs +1 -0
  28. package/compat/bindAll.d.mts +1 -0
  29. package/compat/bindAll.mjs +1 -0
  30. package/compat/bindKey.d.mts +1 -0
  31. package/compat/bindKey.mjs +1 -0
  32. package/compat/camelCase.d.mts +1 -0
  33. package/compat/camelCase.mjs +1 -0
  34. package/compat/capitalize.d.mts +1 -0
  35. package/compat/capitalize.mjs +1 -0
  36. package/compat/castArray.d.mts +1 -0
  37. package/compat/castArray.mjs +1 -0
  38. package/compat/ceil.d.mts +1 -0
  39. package/compat/ceil.mjs +1 -0
  40. package/compat/chunk.d.mts +1 -0
  41. package/compat/chunk.mjs +1 -0
  42. package/compat/clamp.d.mts +1 -0
  43. package/compat/clamp.mjs +1 -0
  44. package/compat/clone.d.mts +1 -0
  45. package/compat/clone.mjs +1 -0
  46. package/compat/cloneDeep.d.mts +1 -0
  47. package/compat/cloneDeep.mjs +1 -0
  48. package/compat/cloneDeepWith.d.mts +1 -0
  49. package/compat/cloneDeepWith.mjs +1 -0
  50. package/compat/cloneWith.d.mts +1 -0
  51. package/compat/cloneWith.mjs +1 -0
  52. package/compat/compact.d.mts +1 -0
  53. package/compat/compact.mjs +1 -0
  54. package/compat/concat.d.mts +1 -0
  55. package/compat/concat.mjs +1 -0
  56. package/compat/cond.d.mts +1 -0
  57. package/compat/cond.mjs +1 -0
  58. package/compat/conforms.d.mts +1 -0
  59. package/compat/conforms.mjs +1 -0
  60. package/compat/conformsTo.d.mts +1 -0
  61. package/compat/conformsTo.mjs +1 -0
  62. package/compat/constant.d.mts +1 -0
  63. package/compat/constant.mjs +1 -0
  64. package/compat/countBy.d.mts +1 -0
  65. package/compat/countBy.mjs +1 -0
  66. package/compat/create.d.mts +1 -0
  67. package/compat/create.mjs +1 -0
  68. package/compat/curry.d.mts +1 -0
  69. package/compat/curry.mjs +1 -0
  70. package/compat/curryRight.d.mts +1 -0
  71. package/compat/curryRight.mjs +1 -0
  72. package/compat/debounce.d.mts +1 -0
  73. package/compat/debounce.mjs +1 -0
  74. package/compat/deburr.d.mts +1 -0
  75. package/compat/deburr.mjs +1 -0
  76. package/compat/defaultTo.d.mts +1 -0
  77. package/compat/defaultTo.mjs +1 -0
  78. package/compat/defaults.d.mts +1 -0
  79. package/compat/defaults.mjs +1 -0
  80. package/compat/defaultsDeep.d.mts +1 -0
  81. package/compat/defaultsDeep.mjs +1 -0
  82. package/compat/defer.d.mts +1 -0
  83. package/compat/defer.mjs +1 -0
  84. package/compat/delay.d.mts +1 -0
  85. package/compat/delay.mjs +1 -0
  86. package/compat/difference.d.mts +1 -0
  87. package/compat/difference.mjs +1 -0
  88. package/compat/differenceBy.d.mts +1 -0
  89. package/compat/differenceBy.mjs +1 -0
  90. package/compat/differenceWith.d.mts +1 -0
  91. package/compat/differenceWith.mjs +1 -0
  92. package/compat/divide.d.mts +1 -0
  93. package/compat/divide.mjs +1 -0
  94. package/compat/drop.d.mts +1 -0
  95. package/compat/drop.mjs +1 -0
  96. package/compat/dropRight.d.mts +1 -0
  97. package/compat/dropRight.mjs +1 -0
  98. package/compat/dropRightWhile.d.mts +1 -0
  99. package/compat/dropRightWhile.mjs +1 -0
  100. package/compat/dropWhile.d.mts +1 -0
  101. package/compat/dropWhile.mjs +1 -0
  102. package/compat/each.d.mts +1 -0
  103. package/compat/each.mjs +1 -0
  104. package/compat/eachRight.d.mts +1 -0
  105. package/compat/eachRight.mjs +1 -0
  106. package/compat/endsWith.d.mts +1 -0
  107. package/compat/endsWith.mjs +1 -0
  108. package/compat/eq.d.mts +1 -0
  109. package/compat/eq.mjs +1 -0
  110. package/compat/escape.d.mts +1 -0
  111. package/compat/escape.mjs +1 -0
  112. package/compat/escapeRegExp.d.mts +1 -0
  113. package/compat/escapeRegExp.mjs +1 -0
  114. package/compat/every.d.mts +1 -0
  115. package/compat/every.mjs +1 -0
  116. package/compat/extend.d.mts +1 -0
  117. package/compat/extend.mjs +1 -0
  118. package/compat/extendWith.d.mts +1 -0
  119. package/compat/extendWith.mjs +1 -0
  120. package/compat/fill.d.mts +1 -0
  121. package/compat/fill.mjs +1 -0
  122. package/compat/filter.d.mts +1 -0
  123. package/compat/filter.mjs +1 -0
  124. package/compat/find.d.mts +1 -0
  125. package/compat/find.mjs +1 -0
  126. package/compat/findIndex.d.mts +1 -0
  127. package/compat/findIndex.mjs +1 -0
  128. package/compat/findKey.d.mts +1 -0
  129. package/compat/findKey.mjs +1 -0
  130. package/compat/findLast.d.mts +1 -0
  131. package/compat/findLast.mjs +1 -0
  132. package/compat/findLastIndex.d.mts +1 -0
  133. package/compat/findLastIndex.mjs +1 -0
  134. package/compat/findLastKey.d.mts +1 -0
  135. package/compat/findLastKey.mjs +1 -0
  136. package/compat/first.d.mts +1 -0
  137. package/compat/first.mjs +1 -0
  138. package/compat/flatMap.d.mts +1 -0
  139. package/compat/flatMap.mjs +1 -0
  140. package/compat/flatMapDeep.d.mts +1 -0
  141. package/compat/flatMapDeep.mjs +1 -0
  142. package/compat/flatMapDepth.d.mts +1 -0
  143. package/compat/flatMapDepth.mjs +1 -0
  144. package/compat/flatten.d.mts +1 -0
  145. package/compat/flatten.mjs +1 -0
  146. package/compat/flattenDeep.d.mts +1 -0
  147. package/compat/flattenDeep.mjs +1 -0
  148. package/compat/flattenDepth.d.mts +1 -0
  149. package/compat/flattenDepth.mjs +1 -0
  150. package/compat/flip.d.mts +1 -0
  151. package/compat/flip.mjs +1 -0
  152. package/compat/floor.d.mts +1 -0
  153. package/compat/floor.mjs +1 -0
  154. package/compat/flow.d.mts +1 -0
  155. package/compat/flow.mjs +1 -0
  156. package/compat/flowRight.d.mts +1 -0
  157. package/compat/flowRight.mjs +1 -0
  158. package/compat/forEach.d.mts +1 -0
  159. package/compat/forEach.mjs +1 -0
  160. package/compat/forEachRight.d.mts +1 -0
  161. package/compat/forEachRight.mjs +1 -0
  162. package/compat/forIn.d.mts +1 -0
  163. package/compat/forIn.mjs +1 -0
  164. package/compat/forInRight.d.mts +1 -0
  165. package/compat/forInRight.mjs +1 -0
  166. package/compat/forOwn.d.mts +1 -0
  167. package/compat/forOwn.mjs +1 -0
  168. package/compat/forOwnRight.d.mts +1 -0
  169. package/compat/forOwnRight.mjs +1 -0
  170. package/compat/fromPairs.d.mts +1 -0
  171. package/compat/fromPairs.mjs +1 -0
  172. package/compat/functions.d.mts +1 -0
  173. package/compat/functions.mjs +1 -0
  174. package/compat/functionsIn.d.mts +1 -0
  175. package/compat/functionsIn.mjs +1 -0
  176. package/compat/get.d.mts +1 -0
  177. package/compat/get.mjs +1 -0
  178. package/compat/groupBy.d.mts +1 -0
  179. package/compat/groupBy.mjs +1 -0
  180. package/compat/gt.d.mts +1 -0
  181. package/compat/gt.mjs +1 -0
  182. package/compat/gte.d.mts +1 -0
  183. package/compat/gte.mjs +1 -0
  184. package/compat/has.d.mts +1 -0
  185. package/compat/has.mjs +1 -0
  186. package/compat/hasIn.d.mts +1 -0
  187. package/compat/hasIn.mjs +1 -0
  188. package/compat/head.d.mts +1 -0
  189. package/compat/head.mjs +1 -0
  190. package/compat/identity.d.mts +1 -0
  191. package/compat/identity.mjs +1 -0
  192. package/compat/inRange.d.mts +1 -0
  193. package/compat/inRange.mjs +1 -0
  194. package/compat/includes.d.mts +1 -0
  195. package/compat/includes.mjs +1 -0
  196. package/compat/indexOf.d.mts +1 -0
  197. package/compat/indexOf.mjs +1 -0
  198. package/compat/initial.d.mts +1 -0
  199. package/compat/initial.mjs +1 -0
  200. package/compat/intersection.d.mts +1 -0
  201. package/compat/intersection.mjs +1 -0
  202. package/compat/intersectionBy.d.mts +1 -0
  203. package/compat/intersectionBy.mjs +1 -0
  204. package/compat/intersectionWith.d.mts +1 -0
  205. package/compat/intersectionWith.mjs +1 -0
  206. package/compat/invert.d.mts +1 -0
  207. package/compat/invert.mjs +1 -0
  208. package/compat/invertBy.d.mts +1 -0
  209. package/compat/invertBy.mjs +1 -0
  210. package/compat/invoke.d.mts +1 -0
  211. package/compat/invoke.mjs +1 -0
  212. package/compat/invokeMap.d.mts +1 -0
  213. package/compat/invokeMap.mjs +1 -0
  214. package/compat/isArguments.d.mts +1 -0
  215. package/compat/isArguments.mjs +1 -0
  216. package/compat/isArray.d.mts +1 -0
  217. package/compat/isArray.mjs +1 -0
  218. package/compat/isArrayBuffer.d.mts +1 -0
  219. package/compat/isArrayBuffer.mjs +1 -0
  220. package/compat/isArrayLike.d.mts +1 -0
  221. package/compat/isArrayLike.mjs +1 -0
  222. package/compat/isArrayLikeObject.d.mts +1 -0
  223. package/compat/isArrayLikeObject.mjs +1 -0
  224. package/compat/isBoolean.d.mts +1 -0
  225. package/compat/isBoolean.mjs +1 -0
  226. package/compat/isBuffer.d.mts +1 -0
  227. package/compat/isBuffer.mjs +1 -0
  228. package/compat/isDate.d.mts +1 -0
  229. package/compat/isDate.mjs +1 -0
  230. package/compat/isElement.d.mts +1 -0
  231. package/compat/isElement.mjs +1 -0
  232. package/compat/isEmpty.d.mts +1 -0
  233. package/compat/isEmpty.mjs +1 -0
  234. package/compat/isEqual.d.mts +1 -0
  235. package/compat/isEqual.mjs +1 -0
  236. package/compat/isEqualWith.d.mts +1 -0
  237. package/compat/isEqualWith.mjs +1 -0
  238. package/compat/isError.d.mts +1 -0
  239. package/compat/isError.mjs +1 -0
  240. package/compat/isFinite.d.mts +1 -0
  241. package/compat/isFinite.mjs +1 -0
  242. package/compat/isFunction.d.mts +1 -0
  243. package/compat/isFunction.mjs +1 -0
  244. package/compat/isInteger.d.mts +1 -0
  245. package/compat/isInteger.mjs +1 -0
  246. package/compat/isLength.d.mts +1 -0
  247. package/compat/isLength.mjs +1 -0
  248. package/compat/isMap.d.mts +1 -0
  249. package/compat/isMap.mjs +1 -0
  250. package/compat/isMatch.d.mts +1 -0
  251. package/compat/isMatch.mjs +1 -0
  252. package/compat/isMatchWith.d.mts +1 -0
  253. package/compat/isMatchWith.mjs +1 -0
  254. package/compat/isNaN.d.mts +1 -0
  255. package/compat/isNaN.mjs +1 -0
  256. package/compat/isNative.d.mts +1 -0
  257. package/compat/isNative.mjs +1 -0
  258. package/compat/isNil.d.mts +1 -0
  259. package/compat/isNil.mjs +1 -0
  260. package/compat/isNull.d.mts +1 -0
  261. package/compat/isNull.mjs +1 -0
  262. package/compat/isNumber.d.mts +1 -0
  263. package/compat/isNumber.mjs +1 -0
  264. package/compat/isObject.d.mts +1 -0
  265. package/compat/isObject.mjs +1 -0
  266. package/compat/isObjectLike.d.mts +1 -0
  267. package/compat/isObjectLike.mjs +1 -0
  268. package/compat/isPlainObject.d.mts +1 -0
  269. package/compat/isPlainObject.mjs +1 -0
  270. package/compat/isRegExp.d.mts +1 -0
  271. package/compat/isRegExp.mjs +1 -0
  272. package/compat/isSafeInteger.d.mts +1 -0
  273. package/compat/isSafeInteger.mjs +1 -0
  274. package/compat/isSet.d.mts +1 -0
  275. package/compat/isSet.mjs +1 -0
  276. package/compat/isString.d.mts +1 -0
  277. package/compat/isString.mjs +1 -0
  278. package/compat/isSymbol.d.mts +1 -0
  279. package/compat/isSymbol.mjs +1 -0
  280. package/compat/isTypedArray.d.mts +1 -0
  281. package/compat/isTypedArray.mjs +1 -0
  282. package/compat/isUndefined.d.mts +1 -0
  283. package/compat/isUndefined.mjs +1 -0
  284. package/compat/isWeakMap.d.mts +1 -0
  285. package/compat/isWeakMap.mjs +1 -0
  286. package/compat/isWeakSet.d.mts +1 -0
  287. package/compat/isWeakSet.mjs +1 -0
  288. package/compat/iteratee.d.mts +1 -0
  289. package/compat/iteratee.mjs +1 -0
  290. package/compat/join.d.mts +1 -0
  291. package/compat/join.mjs +1 -0
  292. package/compat/kebabCase.d.mts +1 -0
  293. package/compat/kebabCase.mjs +1 -0
  294. package/compat/keyBy.d.mts +1 -0
  295. package/compat/keyBy.mjs +1 -0
  296. package/compat/keys.d.mts +1 -0
  297. package/compat/keys.mjs +1 -0
  298. package/compat/keysIn.d.mts +1 -0
  299. package/compat/keysIn.mjs +1 -0
  300. package/compat/last.d.mts +1 -0
  301. package/compat/last.mjs +1 -0
  302. package/compat/lastIndexOf.d.mts +1 -0
  303. package/compat/lastIndexOf.mjs +1 -0
  304. package/compat/lowerCase.d.mts +1 -0
  305. package/compat/lowerCase.mjs +1 -0
  306. package/compat/lowerFirst.d.mts +1 -0
  307. package/compat/lowerFirst.mjs +1 -0
  308. package/compat/lt.d.mts +1 -0
  309. package/compat/lt.mjs +1 -0
  310. package/compat/lte.d.mts +1 -0
  311. package/compat/lte.mjs +1 -0
  312. package/compat/map.d.mts +1 -0
  313. package/compat/map.mjs +1 -0
  314. package/compat/mapKeys.d.mts +1 -0
  315. package/compat/mapKeys.mjs +1 -0
  316. package/compat/mapValues.d.mts +1 -0
  317. package/compat/mapValues.mjs +1 -0
  318. package/compat/matches.d.mts +1 -0
  319. package/compat/matches.mjs +1 -0
  320. package/compat/matchesProperty.d.mts +1 -0
  321. package/compat/matchesProperty.mjs +1 -0
  322. package/compat/max.d.mts +1 -0
  323. package/compat/max.mjs +1 -0
  324. package/compat/maxBy.d.mts +1 -0
  325. package/compat/maxBy.mjs +1 -0
  326. package/compat/mean.d.mts +1 -0
  327. package/compat/mean.mjs +1 -0
  328. package/compat/meanBy.d.mts +1 -0
  329. package/compat/meanBy.mjs +1 -0
  330. package/compat/memoize.d.mts +1 -0
  331. package/compat/memoize.mjs +1 -0
  332. package/compat/merge.d.mts +1 -0
  333. package/compat/merge.mjs +1 -0
  334. package/compat/mergeWith.d.mts +1 -0
  335. package/compat/mergeWith.mjs +1 -0
  336. package/compat/method.d.mts +1 -0
  337. package/compat/method.mjs +1 -0
  338. package/compat/methodOf.d.mts +1 -0
  339. package/compat/methodOf.mjs +1 -0
  340. package/compat/min.d.mts +1 -0
  341. package/compat/min.mjs +1 -0
  342. package/compat/minBy.d.mts +1 -0
  343. package/compat/minBy.mjs +1 -0
  344. package/compat/multiply.d.mts +1 -0
  345. package/compat/multiply.mjs +1 -0
  346. package/compat/negate.d.mts +1 -0
  347. package/compat/negate.mjs +1 -0
  348. package/compat/noop.d.mts +1 -0
  349. package/compat/noop.mjs +1 -0
  350. package/compat/now.d.mts +1 -0
  351. package/compat/now.mjs +1 -0
  352. package/compat/nth.d.mts +1 -0
  353. package/compat/nth.mjs +1 -0
  354. package/compat/nthArg.d.mts +1 -0
  355. package/compat/nthArg.mjs +1 -0
  356. package/compat/omit.d.mts +1 -0
  357. package/compat/omit.mjs +1 -0
  358. package/compat/omitBy.d.mts +1 -0
  359. package/compat/omitBy.mjs +1 -0
  360. package/compat/once.d.mts +1 -0
  361. package/compat/once.mjs +1 -0
  362. package/compat/orderBy.d.mts +1 -0
  363. package/compat/orderBy.mjs +1 -0
  364. package/compat/over.d.mts +1 -0
  365. package/compat/over.mjs +1 -0
  366. package/compat/overArgs.d.mts +1 -0
  367. package/compat/overArgs.mjs +1 -0
  368. package/compat/overEvery.d.mts +1 -0
  369. package/compat/overEvery.mjs +1 -0
  370. package/compat/overSome.d.mts +1 -0
  371. package/compat/overSome.mjs +1 -0
  372. package/compat/pad.d.mts +1 -0
  373. package/compat/pad.mjs +1 -0
  374. package/compat/padEnd.d.mts +1 -0
  375. package/compat/padEnd.mjs +1 -0
  376. package/compat/padStart.d.mts +1 -0
  377. package/compat/padStart.mjs +1 -0
  378. package/compat/parseInt.d.mts +1 -0
  379. package/compat/parseInt.mjs +1 -0
  380. package/compat/partial.d.mts +1 -0
  381. package/compat/partial.mjs +1 -0
  382. package/compat/partialRight.d.mts +1 -0
  383. package/compat/partialRight.mjs +1 -0
  384. package/compat/partition.d.mts +1 -0
  385. package/compat/partition.mjs +1 -0
  386. package/compat/pick.d.mts +1 -0
  387. package/compat/pick.mjs +1 -0
  388. package/compat/pickBy.d.mts +1 -0
  389. package/compat/pickBy.mjs +1 -0
  390. package/compat/property.d.mts +1 -0
  391. package/compat/property.mjs +1 -0
  392. package/compat/propertyOf.d.mts +1 -0
  393. package/compat/propertyOf.mjs +1 -0
  394. package/compat/pull.d.mts +1 -0
  395. package/compat/pull.mjs +1 -0
  396. package/compat/pullAll.d.mts +1 -0
  397. package/compat/pullAll.mjs +1 -0
  398. package/compat/pullAllBy.d.mts +1 -0
  399. package/compat/pullAllBy.mjs +1 -0
  400. package/compat/pullAllWith.d.mts +1 -0
  401. package/compat/pullAllWith.mjs +1 -0
  402. package/compat/pullAt.d.mts +1 -0
  403. package/compat/pullAt.mjs +1 -0
  404. package/compat/random.d.mts +1 -0
  405. package/compat/random.mjs +1 -0
  406. package/compat/range.d.mts +1 -0
  407. package/compat/range.mjs +1 -0
  408. package/compat/rangeRight.d.mts +1 -0
  409. package/compat/rangeRight.mjs +1 -0
  410. package/compat/rearg.d.mts +1 -0
  411. package/compat/rearg.mjs +1 -0
  412. package/compat/reduce.d.mts +1 -0
  413. package/compat/reduce.mjs +1 -0
  414. package/compat/reduceRight.d.mts +1 -0
  415. package/compat/reduceRight.mjs +1 -0
  416. package/compat/reject.d.mts +1 -0
  417. package/compat/reject.mjs +1 -0
  418. package/compat/remove.d.mts +1 -0
  419. package/compat/remove.mjs +1 -0
  420. package/compat/repeat.d.mts +1 -0
  421. package/compat/repeat.mjs +1 -0
  422. package/compat/replace.d.mts +1 -0
  423. package/compat/replace.mjs +1 -0
  424. package/compat/rest.d.mts +1 -0
  425. package/compat/rest.mjs +1 -0
  426. package/compat/result.d.mts +1 -0
  427. package/compat/result.mjs +1 -0
  428. package/compat/reverse.d.mts +1 -0
  429. package/compat/reverse.mjs +1 -0
  430. package/compat/round.d.mts +1 -0
  431. package/compat/round.mjs +1 -0
  432. package/compat/sample.d.mts +1 -0
  433. package/compat/sample.mjs +1 -0
  434. package/compat/sampleSize.d.mts +1 -0
  435. package/compat/sampleSize.mjs +1 -0
  436. package/compat/set.d.mts +1 -0
  437. package/compat/set.mjs +1 -0
  438. package/compat/setWith.d.mts +1 -0
  439. package/compat/setWith.mjs +1 -0
  440. package/compat/shuffle.d.mts +1 -0
  441. package/compat/shuffle.mjs +1 -0
  442. package/compat/size.d.mts +1 -0
  443. package/compat/size.mjs +1 -0
  444. package/compat/slice.d.mts +1 -0
  445. package/compat/slice.mjs +1 -0
  446. package/compat/snakeCase.d.mts +1 -0
  447. package/compat/snakeCase.mjs +1 -0
  448. package/compat/some.d.mts +1 -0
  449. package/compat/some.mjs +1 -0
  450. package/compat/sortBy.d.mts +1 -0
  451. package/compat/sortBy.mjs +1 -0
  452. package/compat/sortedIndex.d.mts +1 -0
  453. package/compat/sortedIndex.mjs +1 -0
  454. package/compat/sortedIndexBy.d.mts +1 -0
  455. package/compat/sortedIndexBy.mjs +1 -0
  456. package/compat/sortedIndexOf.d.mts +1 -0
  457. package/compat/sortedIndexOf.mjs +1 -0
  458. package/compat/sortedLastIndex.d.mts +1 -0
  459. package/compat/sortedLastIndex.mjs +1 -0
  460. package/compat/sortedLastIndexBy.d.mts +1 -0
  461. package/compat/sortedLastIndexBy.mjs +1 -0
  462. package/compat/sortedLastIndexOf.d.mts +1 -0
  463. package/compat/sortedLastIndexOf.mjs +1 -0
  464. package/compat/split.d.mts +1 -0
  465. package/compat/split.mjs +1 -0
  466. package/compat/spread.d.mts +1 -0
  467. package/compat/spread.mjs +1 -0
  468. package/compat/startCase.d.mts +1 -0
  469. package/compat/startCase.mjs +1 -0
  470. package/compat/startsWith.d.mts +1 -0
  471. package/compat/startsWith.mjs +1 -0
  472. package/compat/stubArray.d.mts +1 -0
  473. package/compat/stubArray.mjs +1 -0
  474. package/compat/stubFalse.d.mts +1 -0
  475. package/compat/stubFalse.mjs +1 -0
  476. package/compat/stubObject.d.mts +1 -0
  477. package/compat/stubObject.mjs +1 -0
  478. package/compat/stubString.d.mts +1 -0
  479. package/compat/stubString.mjs +1 -0
  480. package/compat/stubTrue.d.mts +1 -0
  481. package/compat/stubTrue.mjs +1 -0
  482. package/compat/subtract.d.mts +1 -0
  483. package/compat/subtract.mjs +1 -0
  484. package/compat/sum.d.mts +1 -0
  485. package/compat/sum.mjs +1 -0
  486. package/compat/sumBy.d.mts +1 -0
  487. package/compat/sumBy.mjs +1 -0
  488. package/compat/tail.d.mts +1 -0
  489. package/compat/tail.mjs +1 -0
  490. package/compat/take.d.mts +1 -0
  491. package/compat/take.mjs +1 -0
  492. package/compat/takeRight.d.mts +1 -0
  493. package/compat/takeRight.mjs +1 -0
  494. package/compat/takeRightWhile.d.mts +1 -0
  495. package/compat/takeRightWhile.mjs +1 -0
  496. package/compat/takeWhile.d.mts +1 -0
  497. package/compat/takeWhile.mjs +1 -0
  498. package/compat/template.d.mts +1 -0
  499. package/compat/template.mjs +1 -0
  500. package/compat/templateSettings.d.mts +1 -0
  501. package/compat/templateSettings.mjs +1 -0
  502. package/compat/throttle.d.mts +1 -0
  503. package/compat/throttle.mjs +1 -0
  504. package/compat/times.d.mts +1 -0
  505. package/compat/times.mjs +1 -0
  506. package/compat/toArray.d.mts +1 -0
  507. package/compat/toArray.mjs +1 -0
  508. package/compat/toDefaulted.d.mts +1 -0
  509. package/compat/toDefaulted.mjs +1 -0
  510. package/compat/toFinite.d.mts +1 -0
  511. package/compat/toFinite.mjs +1 -0
  512. package/compat/toInteger.d.mts +1 -0
  513. package/compat/toInteger.mjs +1 -0
  514. package/compat/toLength.d.mts +1 -0
  515. package/compat/toLength.mjs +1 -0
  516. package/compat/toLower.d.mts +1 -0
  517. package/compat/toLower.mjs +1 -0
  518. package/compat/toNumber.d.mts +1 -0
  519. package/compat/toNumber.mjs +1 -0
  520. package/compat/toPairs.d.mts +1 -0
  521. package/compat/toPairs.mjs +1 -0
  522. package/compat/toPairsIn.d.mts +1 -0
  523. package/compat/toPairsIn.mjs +1 -0
  524. package/compat/toPath.d.mts +1 -0
  525. package/compat/toPath.mjs +1 -0
  526. package/compat/toPlainObject.d.mts +1 -0
  527. package/compat/toPlainObject.mjs +1 -0
  528. package/compat/toSafeInteger.d.mts +1 -0
  529. package/compat/toSafeInteger.mjs +1 -0
  530. package/compat/toString.d.mts +1 -0
  531. package/compat/toString.mjs +1 -0
  532. package/compat/toUpper.d.mts +1 -0
  533. package/compat/toUpper.mjs +1 -0
  534. package/compat/transform.d.mts +1 -0
  535. package/compat/transform.mjs +1 -0
  536. package/compat/trim.d.mts +1 -0
  537. package/compat/trim.mjs +1 -0
  538. package/compat/trimEnd.d.mts +1 -0
  539. package/compat/trimEnd.mjs +1 -0
  540. package/compat/trimStart.d.mts +1 -0
  541. package/compat/trimStart.mjs +1 -0
  542. package/compat/truncate.d.mts +1 -0
  543. package/compat/truncate.mjs +1 -0
  544. package/compat/unary.d.mts +1 -0
  545. package/compat/unary.mjs +1 -0
  546. package/compat/unescape.d.mts +1 -0
  547. package/compat/unescape.mjs +1 -0
  548. package/compat/union.d.mts +1 -0
  549. package/compat/union.mjs +1 -0
  550. package/compat/unionBy.d.mts +1 -0
  551. package/compat/unionBy.mjs +1 -0
  552. package/compat/unionWith.d.mts +1 -0
  553. package/compat/unionWith.mjs +1 -0
  554. package/compat/uniq.d.mts +1 -0
  555. package/compat/uniq.mjs +1 -0
  556. package/compat/uniqBy.d.mts +1 -0
  557. package/compat/uniqBy.mjs +1 -0
  558. package/compat/uniqWith.d.mts +1 -0
  559. package/compat/uniqWith.mjs +1 -0
  560. package/compat/uniqueId.d.mts +1 -0
  561. package/compat/uniqueId.mjs +1 -0
  562. package/compat/unset.d.mts +1 -0
  563. package/compat/unset.mjs +1 -0
  564. package/compat/unzip.d.mts +1 -0
  565. package/compat/unzip.mjs +1 -0
  566. package/compat/unzipWith.d.mts +1 -0
  567. package/compat/unzipWith.mjs +1 -0
  568. package/compat/update.d.mts +1 -0
  569. package/compat/update.mjs +1 -0
  570. package/compat/updateWith.d.mts +1 -0
  571. package/compat/updateWith.mjs +1 -0
  572. package/compat/upperCase.d.mts +1 -0
  573. package/compat/upperCase.mjs +1 -0
  574. package/compat/upperFirst.d.mts +1 -0
  575. package/compat/upperFirst.mjs +1 -0
  576. package/compat/values.d.mts +1 -0
  577. package/compat/values.mjs +1 -0
  578. package/compat/valuesIn.d.mts +1 -0
  579. package/compat/valuesIn.mjs +1 -0
  580. package/compat/without.d.mts +1 -0
  581. package/compat/without.mjs +1 -0
  582. package/compat/words.d.mts +1 -0
  583. package/compat/words.mjs +1 -0
  584. package/compat/wrap.d.mts +1 -0
  585. package/compat/wrap.mjs +1 -0
  586. package/compat/xor.d.mts +1 -0
  587. package/compat/xor.mjs +1 -0
  588. package/compat/xorBy.d.mts +1 -0
  589. package/compat/xorBy.mjs +1 -0
  590. package/compat/xorWith.d.mts +1 -0
  591. package/compat/xorWith.mjs +1 -0
  592. package/compat/zip.d.mts +1 -0
  593. package/compat/zip.mjs +1 -0
  594. package/compat/zipObject.d.mts +1 -0
  595. package/compat/zipObject.mjs +1 -0
  596. package/compat/zipObjectDeep.d.mts +1 -0
  597. package/compat/zipObjectDeep.mjs +1 -0
  598. package/compat/zipWith.d.mts +1 -0
  599. package/compat/zipWith.mjs +1 -0
  600. package/package.json +9 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # es-toolkit Changelog
2
2
 
3
+ ## Version v1.39.2
4
+
5
+ Released on June 7th, 2025.
6
+
7
+ - Added dual package export support for individual compat functions (e.g., `es-toolkit/compat/add`).
8
+
3
9
  ## Version v1.39.1
4
10
 
5
11
  Released on June 6th, 2025.
@@ -0,0 +1 @@
1
+ export { DebouncedFunc as default } from '../dist/compat/function/DebouncedFunc.mjs';
@@ -0,0 +1 @@
1
+ export { DebouncedFunc as default } from '../dist/compat/function/DebouncedFunc.mjs';
@@ -0,0 +1 @@
1
+ export { DebouncedFunction as default } from '../dist/compat/function/DebouncedFunction.mjs';
@@ -0,0 +1 @@
1
+ export { DebouncedFunction as default } from '../dist/compat/function/DebouncedFunction.mjs';
@@ -0,0 +1 @@
1
+ export { add as default } from '../dist/compat/math/add.mjs';
package/compat/add.mjs ADDED
@@ -0,0 +1 @@
1
+ export { add as default } from '../dist/compat/math/add.mjs';
@@ -0,0 +1 @@
1
+ export { after as default } from '../dist/compat/function/after.mjs';
@@ -0,0 +1 @@
1
+ export { after as default } from '../dist/compat/function/after.mjs';
@@ -0,0 +1 @@
1
+ export { ary as default } from '../dist/compat/function/ary.mjs';
package/compat/ary.mjs ADDED
@@ -0,0 +1 @@
1
+ export { ary as default } from '../dist/compat/function/ary.mjs';
@@ -0,0 +1 @@
1
+ export { assign as default } from '../dist/compat/object/assign.mjs';
@@ -0,0 +1 @@
1
+ export { assign as default } from '../dist/compat/object/assign.mjs';
@@ -0,0 +1 @@
1
+ export { assignIn as default } from '../dist/compat/object/assignIn.mjs';
@@ -0,0 +1 @@
1
+ export { assignIn as default } from '../dist/compat/object/assignIn.mjs';
@@ -0,0 +1 @@
1
+ export { assignInWith as default } from '../dist/compat/object/assignInWith.mjs';
@@ -0,0 +1 @@
1
+ export { assignInWith as default } from '../dist/compat/object/assignInWith.mjs';
@@ -0,0 +1 @@
1
+ export { assignWith as default } from '../dist/compat/object/assignWith.mjs';
@@ -0,0 +1 @@
1
+ export { assignWith as default } from '../dist/compat/object/assignWith.mjs';
@@ -0,0 +1 @@
1
+ export { at as default } from '../dist/compat/object/at.mjs';
package/compat/at.mjs ADDED
@@ -0,0 +1 @@
1
+ export { at as default } from '../dist/compat/object/at.mjs';
@@ -0,0 +1 @@
1
+ export { attempt as default } from '../dist/compat/function/attempt.mjs';
@@ -0,0 +1 @@
1
+ export { attempt as default } from '../dist/compat/function/attempt.mjs';
@@ -0,0 +1 @@
1
+ export { before as default } from '../dist/compat/function/before.mjs';
@@ -0,0 +1 @@
1
+ export { before as default } from '../dist/compat/function/before.mjs';
@@ -0,0 +1 @@
1
+ export { bind as default } from '../dist/compat/function/bind.mjs';
@@ -0,0 +1 @@
1
+ export { bind as default } from '../dist/compat/function/bind.mjs';
@@ -0,0 +1 @@
1
+ export { bindAll as default } from '../dist/compat/util/bindAll.mjs';
@@ -0,0 +1 @@
1
+ export { bindAll as default } from '../dist/compat/util/bindAll.mjs';
@@ -0,0 +1 @@
1
+ export { bindKey as default } from '../dist/compat/function/bindKey.mjs';
@@ -0,0 +1 @@
1
+ export { bindKey as default } from '../dist/compat/function/bindKey.mjs';
@@ -0,0 +1 @@
1
+ export { camelCase as default } from '../dist/compat/string/camelCase.mjs';
@@ -0,0 +1 @@
1
+ export { camelCase as default } from '../dist/compat/string/camelCase.mjs';
@@ -0,0 +1 @@
1
+ export { capitalize as default } from '../dist/compat/string/capitalize.mjs';
@@ -0,0 +1 @@
1
+ export { capitalize as default } from '../dist/compat/string/capitalize.mjs';
@@ -0,0 +1 @@
1
+ export { castArray as default } from '../dist/compat/array/castArray.mjs';
@@ -0,0 +1 @@
1
+ export { castArray as default } from '../dist/compat/array/castArray.mjs';
@@ -0,0 +1 @@
1
+ export { ceil as default } from '../dist/compat/math/ceil.mjs';
@@ -0,0 +1 @@
1
+ export { ceil as default } from '../dist/compat/math/ceil.mjs';
@@ -0,0 +1 @@
1
+ export { chunk as default } from '../dist/compat/array/chunk.mjs';
@@ -0,0 +1 @@
1
+ export { chunk as default } from '../dist/compat/array/chunk.mjs';
@@ -0,0 +1 @@
1
+ export { clamp as default } from '../dist/compat/math/clamp.mjs';
@@ -0,0 +1 @@
1
+ export { clamp as default } from '../dist/compat/math/clamp.mjs';
@@ -0,0 +1 @@
1
+ export { clone as default } from '../dist/compat/object/clone.mjs';
@@ -0,0 +1 @@
1
+ export { clone as default } from '../dist/compat/object/clone.mjs';
@@ -0,0 +1 @@
1
+ export { cloneDeep as default } from '../dist/compat/object/cloneDeep.mjs';
@@ -0,0 +1 @@
1
+ export { cloneDeep as default } from '../dist/compat/object/cloneDeep.mjs';
@@ -0,0 +1 @@
1
+ export { cloneDeepWith as default } from '../dist/compat/object/cloneDeepWith.mjs';
@@ -0,0 +1 @@
1
+ export { cloneDeepWith as default } from '../dist/compat/object/cloneDeepWith.mjs';
@@ -0,0 +1 @@
1
+ export { cloneWith as default } from '../dist/compat/object/cloneWith.mjs';
@@ -0,0 +1 @@
1
+ export { cloneWith as default } from '../dist/compat/object/cloneWith.mjs';
@@ -0,0 +1 @@
1
+ export { compact as default } from '../dist/compat/array/compact.mjs';
@@ -0,0 +1 @@
1
+ export { compact as default } from '../dist/compat/array/compact.mjs';
@@ -0,0 +1 @@
1
+ export { concat as default } from '../dist/compat/array/concat.mjs';
@@ -0,0 +1 @@
1
+ export { concat as default } from '../dist/compat/array/concat.mjs';
@@ -0,0 +1 @@
1
+ export { cond as default } from '../dist/compat/util/cond.mjs';
@@ -0,0 +1 @@
1
+ export { cond as default } from '../dist/compat/util/cond.mjs';
@@ -0,0 +1 @@
1
+ export { conforms as default } from '../dist/compat/predicate/conforms.mjs';
@@ -0,0 +1 @@
1
+ export { conforms as default } from '../dist/compat/predicate/conforms.mjs';
@@ -0,0 +1 @@
1
+ export { conformsTo as default } from '../dist/compat/predicate/conformsTo.mjs';
@@ -0,0 +1 @@
1
+ export { conformsTo as default } from '../dist/compat/predicate/conformsTo.mjs';
@@ -0,0 +1 @@
1
+ export { constant as default } from '../dist/compat/util/constant.mjs';
@@ -0,0 +1 @@
1
+ export { constant as default } from '../dist/compat/util/constant.mjs';
@@ -0,0 +1 @@
1
+ export { countBy as default } from '../dist/compat/array/countBy.mjs';
@@ -0,0 +1 @@
1
+ export { countBy as default } from '../dist/compat/array/countBy.mjs';
@@ -0,0 +1 @@
1
+ export { create as default } from '../dist/compat/object/create.mjs';
@@ -0,0 +1 @@
1
+ export { create as default } from '../dist/compat/object/create.mjs';
@@ -0,0 +1 @@
1
+ export { curry as default } from '../dist/compat/function/curry.mjs';
@@ -0,0 +1 @@
1
+ export { curry as default } from '../dist/compat/function/curry.mjs';
@@ -0,0 +1 @@
1
+ export { curryRight as default } from '../dist/compat/function/curryRight.mjs';
@@ -0,0 +1 @@
1
+ export { curryRight as default } from '../dist/compat/function/curryRight.mjs';
@@ -0,0 +1 @@
1
+ export { debounce as default } from '../dist/compat/function/debounce.mjs';
@@ -0,0 +1 @@
1
+ export { debounce as default } from '../dist/compat/function/debounce.mjs';
@@ -0,0 +1 @@
1
+ export { deburr as default } from '../dist/compat/string/deburr.mjs';
@@ -0,0 +1 @@
1
+ export { deburr as default } from '../dist/compat/string/deburr.mjs';
@@ -0,0 +1 @@
1
+ export { defaultTo as default } from '../dist/compat/util/defaultTo.mjs';
@@ -0,0 +1 @@
1
+ export { defaultTo as default } from '../dist/compat/util/defaultTo.mjs';
@@ -0,0 +1 @@
1
+ export { defaults as default } from '../dist/compat/object/defaults.mjs';
@@ -0,0 +1 @@
1
+ export { defaults as default } from '../dist/compat/object/defaults.mjs';
@@ -0,0 +1 @@
1
+ export { defaultsDeep as default } from '../dist/compat/object/defaultsDeep.mjs';
@@ -0,0 +1 @@
1
+ export { defaultsDeep as default } from '../dist/compat/object/defaultsDeep.mjs';
@@ -0,0 +1 @@
1
+ export { defer as default } from '../dist/compat/function/defer.mjs';
@@ -0,0 +1 @@
1
+ export { defer as default } from '../dist/compat/function/defer.mjs';
@@ -0,0 +1 @@
1
+ export { delay as default } from '../dist/compat/function/delay.mjs';
@@ -0,0 +1 @@
1
+ export { delay as default } from '../dist/compat/function/delay.mjs';
@@ -0,0 +1 @@
1
+ export { difference as default } from '../dist/compat/array/difference.mjs';
@@ -0,0 +1 @@
1
+ export { difference as default } from '../dist/compat/array/difference.mjs';
@@ -0,0 +1 @@
1
+ export { differenceBy as default } from '../dist/compat/array/differenceBy.mjs';
@@ -0,0 +1 @@
1
+ export { differenceBy as default } from '../dist/compat/array/differenceBy.mjs';
@@ -0,0 +1 @@
1
+ export { differenceWith as default } from '../dist/compat/array/differenceWith.mjs';
@@ -0,0 +1 @@
1
+ export { differenceWith as default } from '../dist/compat/array/differenceWith.mjs';
@@ -0,0 +1 @@
1
+ export { divide as default } from '../dist/compat/math/divide.mjs';
@@ -0,0 +1 @@
1
+ export { divide as default } from '../dist/compat/math/divide.mjs';
@@ -0,0 +1 @@
1
+ export { drop as default } from '../dist/compat/array/drop.mjs';
@@ -0,0 +1 @@
1
+ export { drop as default } from '../dist/compat/array/drop.mjs';
@@ -0,0 +1 @@
1
+ export { dropRight as default } from '../dist/compat/array/dropRight.mjs';
@@ -0,0 +1 @@
1
+ export { dropRight as default } from '../dist/compat/array/dropRight.mjs';
@@ -0,0 +1 @@
1
+ export { dropRightWhile as default } from '../dist/compat/array/dropRightWhile.mjs';
@@ -0,0 +1 @@
1
+ export { dropRightWhile as default } from '../dist/compat/array/dropRightWhile.mjs';
@@ -0,0 +1 @@
1
+ export { dropWhile as default } from '../dist/compat/array/dropWhile.mjs';
@@ -0,0 +1 @@
1
+ export { dropWhile as default } from '../dist/compat/array/dropWhile.mjs';
@@ -0,0 +1 @@
1
+ export { forEach as default } from '../dist/compat/array/forEach.mjs';
@@ -0,0 +1 @@
1
+ export { forEach as default } from '../dist/compat/array/forEach.mjs';
@@ -0,0 +1 @@
1
+ export { forEachRight as default } from '../dist/compat/array/forEachRight.mjs';
@@ -0,0 +1 @@
1
+ export { forEachRight as default } from '../dist/compat/array/forEachRight.mjs';
@@ -0,0 +1 @@
1
+ export { endsWith as default } from '../dist/compat/string/endsWith.mjs';
@@ -0,0 +1 @@
1
+ export { endsWith as default } from '../dist/compat/string/endsWith.mjs';
@@ -0,0 +1 @@
1
+ export { eq as default } from '../dist/compat/util/eq.mjs';
package/compat/eq.mjs ADDED
@@ -0,0 +1 @@
1
+ export { eq as default } from '../dist/compat/util/eq.mjs';
@@ -0,0 +1 @@
1
+ export { escape as default } from '../dist/compat/string/escape.mjs';
@@ -0,0 +1 @@
1
+ export { escape as default } from '../dist/compat/string/escape.mjs';
@@ -0,0 +1 @@
1
+ export { escapeRegExp as default } from '../dist/compat/string/escapeRegExp.mjs';
@@ -0,0 +1 @@
1
+ export { escapeRegExp as default } from '../dist/compat/string/escapeRegExp.mjs';
@@ -0,0 +1 @@
1
+ export { every as default } from '../dist/compat/array/every.mjs';
@@ -0,0 +1 @@
1
+ export { every as default } from '../dist/compat/array/every.mjs';
@@ -0,0 +1 @@
1
+ export { assignIn as default } from '../dist/compat/object/assignIn.mjs';
@@ -0,0 +1 @@
1
+ export { assignIn as default } from '../dist/compat/object/assignIn.mjs';
@@ -0,0 +1 @@
1
+ export { assignInWith as default } from '../dist/compat/object/assignInWith.mjs';
@@ -0,0 +1 @@
1
+ export { assignInWith as default } from '../dist/compat/object/assignInWith.mjs';
@@ -0,0 +1 @@
1
+ export { fill as default } from '../dist/compat/array/fill.mjs';
@@ -0,0 +1 @@
1
+ export { fill as default } from '../dist/compat/array/fill.mjs';
@@ -0,0 +1 @@
1
+ export { filter as default } from '../dist/compat/array/filter.mjs';
@@ -0,0 +1 @@
1
+ export { filter as default } from '../dist/compat/array/filter.mjs';
@@ -0,0 +1 @@
1
+ export { find as default } from '../dist/compat/array/find.mjs';
@@ -0,0 +1 @@
1
+ export { find as default } from '../dist/compat/array/find.mjs';
@@ -0,0 +1 @@
1
+ export { findIndex as default } from '../dist/compat/array/findIndex.mjs';
@@ -0,0 +1 @@
1
+ export { findIndex as default } from '../dist/compat/array/findIndex.mjs';
@@ -0,0 +1 @@
1
+ export { findKey as default } from '../dist/compat/object/findKey.mjs';
@@ -0,0 +1 @@
1
+ export { findKey as default } from '../dist/compat/object/findKey.mjs';
@@ -0,0 +1 @@
1
+ export { findLast as default } from '../dist/compat/array/findLast.mjs';
@@ -0,0 +1 @@
1
+ export { findLast as default } from '../dist/compat/array/findLast.mjs';
@@ -0,0 +1 @@
1
+ export { findLastIndex as default } from '../dist/compat/array/findLastIndex.mjs';
@@ -0,0 +1 @@
1
+ export { findLastIndex as default } from '../dist/compat/array/findLastIndex.mjs';
@@ -0,0 +1 @@
1
+ export { findLastKey as default } from '../dist/compat/object/findLastKey.mjs';
@@ -0,0 +1 @@
1
+ export { findLastKey as default } from '../dist/compat/object/findLastKey.mjs';
@@ -0,0 +1 @@
1
+ export { head as default } from '../dist/compat/array/head.mjs';
@@ -0,0 +1 @@
1
+ export { head as default } from '../dist/compat/array/head.mjs';
@@ -0,0 +1 @@
1
+ export { flatMap as default } from '../dist/compat/array/flatMap.mjs';
@@ -0,0 +1 @@
1
+ export { flatMap as default } from '../dist/compat/array/flatMap.mjs';
@@ -0,0 +1 @@
1
+ export { flatMapDeep as default } from '../dist/compat/array/flatMapDeep.mjs';
@@ -0,0 +1 @@
1
+ export { flatMapDeep as default } from '../dist/compat/array/flatMapDeep.mjs';
@@ -0,0 +1 @@
1
+ export { flatMapDepth as default } from '../dist/compat/array/flatMapDepth.mjs';
@@ -0,0 +1 @@
1
+ export { flatMapDepth as default } from '../dist/compat/array/flatMapDepth.mjs';
@@ -0,0 +1 @@
1
+ export { flatten as default } from '../dist/compat/array/flatten.mjs';
@@ -0,0 +1 @@
1
+ export { flatten as default } from '../dist/compat/array/flatten.mjs';
@@ -0,0 +1 @@
1
+ export { flattenDeep as default } from '../dist/compat/array/flattenDeep.mjs';
@@ -0,0 +1 @@
1
+ export { flattenDeep as default } from '../dist/compat/array/flattenDeep.mjs';
@@ -0,0 +1 @@
1
+ export { flattenDepth as default } from '../dist/compat/array/flattenDepth.mjs';
@@ -0,0 +1 @@
1
+ export { flattenDepth as default } from '../dist/compat/array/flattenDepth.mjs';
@@ -0,0 +1 @@
1
+ export { flip as default } from '../dist/compat/function/flip.mjs';
@@ -0,0 +1 @@
1
+ export { flip as default } from '../dist/compat/function/flip.mjs';
@@ -0,0 +1 @@
1
+ export { floor as default } from '../dist/compat/math/floor.mjs';
@@ -0,0 +1 @@
1
+ export { floor as default } from '../dist/compat/math/floor.mjs';
@@ -0,0 +1 @@
1
+ export { flow as default } from '../dist/compat/function/flow.mjs';
@@ -0,0 +1 @@
1
+ export { flow as default } from '../dist/compat/function/flow.mjs';
@@ -0,0 +1 @@
1
+ export { flowRight as default } from '../dist/compat/function/flowRight.mjs';
@@ -0,0 +1 @@
1
+ export { flowRight as default } from '../dist/compat/function/flowRight.mjs';
@@ -0,0 +1 @@
1
+ export { forEach as default } from '../dist/compat/array/forEach.mjs';
@@ -0,0 +1 @@
1
+ export { forEach as default } from '../dist/compat/array/forEach.mjs';
@@ -0,0 +1 @@
1
+ export { forEachRight as default } from '../dist/compat/array/forEachRight.mjs';
@@ -0,0 +1 @@
1
+ export { forEachRight as default } from '../dist/compat/array/forEachRight.mjs';
@@ -0,0 +1 @@
1
+ export { forIn as default } from '../dist/compat/object/forIn.mjs';
@@ -0,0 +1 @@
1
+ export { forIn as default } from '../dist/compat/object/forIn.mjs';
@@ -0,0 +1 @@
1
+ export { forInRight as default } from '../dist/compat/object/forInRight.mjs';