es-toolkit 1.47.0 → 1.47.1-dev.1853

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 (2513) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/LICENSE +1 -5
  3. package/README.md +1 -1
  4. package/compat/add.d.mts +1 -0
  5. package/compat/add.mjs +1 -0
  6. package/compat/after.d.mts +1 -0
  7. package/compat/after.mjs +1 -0
  8. package/compat/ary.d.mts +1 -0
  9. package/compat/ary.mjs +1 -0
  10. package/compat/assign.d.mts +1 -0
  11. package/compat/assign.mjs +1 -0
  12. package/compat/assignIn.d.mts +1 -0
  13. package/compat/assignIn.mjs +1 -0
  14. package/compat/assignInWith.d.mts +1 -0
  15. package/compat/assignInWith.mjs +1 -0
  16. package/compat/assignWith.d.mts +1 -0
  17. package/compat/assignWith.mjs +1 -0
  18. package/compat/at.d.mts +1 -0
  19. package/compat/at.mjs +1 -0
  20. package/compat/attempt.d.mts +1 -0
  21. package/compat/attempt.mjs +1 -0
  22. package/compat/before.d.mts +1 -0
  23. package/compat/before.mjs +1 -0
  24. package/compat/bind.d.mts +1 -0
  25. package/compat/bind.mjs +1 -0
  26. package/compat/bindAll.d.mts +1 -0
  27. package/compat/bindAll.mjs +1 -0
  28. package/compat/bindKey.d.mts +1 -0
  29. package/compat/bindKey.mjs +1 -0
  30. package/compat/camelCase.d.mts +1 -0
  31. package/compat/camelCase.mjs +1 -0
  32. package/compat/capitalize.d.mts +1 -0
  33. package/compat/capitalize.mjs +1 -0
  34. package/compat/castArray.d.mts +1 -0
  35. package/compat/castArray.mjs +1 -0
  36. package/compat/ceil.d.mts +1 -0
  37. package/compat/ceil.mjs +1 -0
  38. package/compat/chunk.d.mts +1 -0
  39. package/compat/chunk.mjs +1 -0
  40. package/compat/clamp.d.mts +1 -0
  41. package/compat/clamp.mjs +1 -0
  42. package/compat/clone.d.mts +1 -0
  43. package/compat/clone.mjs +1 -0
  44. package/compat/cloneDeep.d.mts +1 -0
  45. package/compat/cloneDeep.mjs +1 -0
  46. package/compat/cloneDeepWith.d.mts +1 -0
  47. package/compat/cloneDeepWith.mjs +1 -0
  48. package/compat/cloneWith.d.mts +1 -0
  49. package/compat/cloneWith.mjs +1 -0
  50. package/compat/compact.d.mts +1 -0
  51. package/compat/compact.mjs +1 -0
  52. package/compat/concat.d.mts +1 -0
  53. package/compat/concat.mjs +1 -0
  54. package/compat/cond.d.mts +1 -0
  55. package/compat/cond.mjs +1 -0
  56. package/compat/conforms.d.mts +1 -0
  57. package/compat/conforms.mjs +1 -0
  58. package/compat/conformsTo.d.mts +1 -0
  59. package/compat/conformsTo.mjs +1 -0
  60. package/compat/constant.d.mts +1 -0
  61. package/compat/constant.mjs +1 -0
  62. package/compat/countBy.d.mts +1 -0
  63. package/compat/countBy.mjs +1 -0
  64. package/compat/create.d.mts +1 -0
  65. package/compat/create.mjs +1 -0
  66. package/compat/curry.d.mts +1 -0
  67. package/compat/curry.mjs +1 -0
  68. package/compat/curryRight.d.mts +1 -0
  69. package/compat/curryRight.mjs +1 -0
  70. package/compat/debounce.d.mts +1 -0
  71. package/compat/debounce.mjs +1 -0
  72. package/compat/deburr.d.mts +1 -0
  73. package/compat/deburr.mjs +1 -0
  74. package/compat/defaultTo.d.mts +1 -0
  75. package/compat/defaultTo.mjs +1 -0
  76. package/compat/defaults.d.mts +1 -0
  77. package/compat/defaults.mjs +1 -0
  78. package/compat/defaultsDeep.d.mts +1 -0
  79. package/compat/defaultsDeep.mjs +1 -0
  80. package/compat/defer.d.mts +1 -0
  81. package/compat/defer.mjs +1 -0
  82. package/compat/delay.d.mts +1 -0
  83. package/compat/delay.mjs +1 -0
  84. package/compat/difference.d.mts +1 -0
  85. package/compat/difference.mjs +1 -0
  86. package/compat/differenceBy.d.mts +1 -0
  87. package/compat/differenceBy.mjs +1 -0
  88. package/compat/differenceWith.d.mts +1 -0
  89. package/compat/differenceWith.mjs +1 -0
  90. package/compat/divide.d.mts +1 -0
  91. package/compat/divide.mjs +1 -0
  92. package/compat/drop.d.mts +1 -0
  93. package/compat/drop.mjs +1 -0
  94. package/compat/dropRight.d.mts +1 -0
  95. package/compat/dropRight.mjs +1 -0
  96. package/compat/dropRightWhile.d.mts +1 -0
  97. package/compat/dropRightWhile.mjs +1 -0
  98. package/compat/dropWhile.d.mts +1 -0
  99. package/compat/dropWhile.mjs +1 -0
  100. package/compat/each.d.mts +1 -0
  101. package/compat/each.mjs +1 -0
  102. package/compat/eachRight.d.mts +1 -0
  103. package/compat/eachRight.mjs +1 -0
  104. package/compat/endsWith.d.mts +1 -0
  105. package/compat/endsWith.mjs +1 -0
  106. package/compat/eq.d.mts +1 -0
  107. package/compat/eq.mjs +1 -0
  108. package/compat/escape.d.mts +1 -0
  109. package/compat/escape.mjs +1 -0
  110. package/compat/escapeRegExp.d.mts +1 -0
  111. package/compat/escapeRegExp.mjs +1 -0
  112. package/compat/every.d.mts +1 -0
  113. package/compat/every.mjs +1 -0
  114. package/compat/extend.d.mts +1 -0
  115. package/compat/extend.mjs +1 -0
  116. package/compat/extendWith.d.mts +1 -0
  117. package/compat/extendWith.mjs +1 -0
  118. package/compat/fill.d.mts +1 -0
  119. package/compat/fill.mjs +1 -0
  120. package/compat/filter.d.mts +1 -0
  121. package/compat/filter.mjs +1 -0
  122. package/compat/find.d.mts +1 -0
  123. package/compat/find.mjs +1 -0
  124. package/compat/findIndex.d.mts +1 -0
  125. package/compat/findIndex.mjs +1 -0
  126. package/compat/findKey.d.mts +1 -0
  127. package/compat/findKey.mjs +1 -0
  128. package/compat/findLast.d.mts +1 -0
  129. package/compat/findLast.mjs +1 -0
  130. package/compat/findLastIndex.d.mts +1 -0
  131. package/compat/findLastIndex.mjs +1 -0
  132. package/compat/findLastKey.d.mts +1 -0
  133. package/compat/findLastKey.mjs +1 -0
  134. package/compat/first.d.mts +1 -0
  135. package/compat/first.mjs +1 -0
  136. package/compat/flatMap.d.mts +1 -0
  137. package/compat/flatMap.mjs +1 -0
  138. package/compat/flatMapDeep.d.mts +1 -0
  139. package/compat/flatMapDeep.mjs +1 -0
  140. package/compat/flatMapDepth.d.mts +1 -0
  141. package/compat/flatMapDepth.mjs +1 -0
  142. package/compat/flatten.d.mts +1 -0
  143. package/compat/flatten.mjs +1 -0
  144. package/compat/flattenDeep.d.mts +1 -0
  145. package/compat/flattenDeep.mjs +1 -0
  146. package/compat/flattenDepth.d.mts +1 -0
  147. package/compat/flattenDepth.mjs +1 -0
  148. package/compat/flip.d.mts +1 -0
  149. package/compat/flip.mjs +1 -0
  150. package/compat/floor.d.mts +1 -0
  151. package/compat/floor.mjs +1 -0
  152. package/compat/flow.d.mts +1 -0
  153. package/compat/flow.mjs +1 -0
  154. package/compat/flowRight.d.mts +1 -0
  155. package/compat/flowRight.mjs +1 -0
  156. package/compat/forEach.d.mts +1 -0
  157. package/compat/forEach.mjs +1 -0
  158. package/compat/forEachRight.d.mts +1 -0
  159. package/compat/forEachRight.mjs +1 -0
  160. package/compat/forIn.d.mts +1 -0
  161. package/compat/forIn.mjs +1 -0
  162. package/compat/forInRight.d.mts +1 -0
  163. package/compat/forInRight.mjs +1 -0
  164. package/compat/forOwn.d.mts +1 -0
  165. package/compat/forOwn.mjs +1 -0
  166. package/compat/forOwnRight.d.mts +1 -0
  167. package/compat/forOwnRight.mjs +1 -0
  168. package/compat/fromPairs.d.mts +1 -0
  169. package/compat/fromPairs.mjs +1 -0
  170. package/compat/functions.d.mts +1 -0
  171. package/compat/functions.mjs +1 -0
  172. package/compat/functionsIn.d.mts +1 -0
  173. package/compat/functionsIn.mjs +1 -0
  174. package/compat/get.d.mts +1 -0
  175. package/compat/get.mjs +1 -0
  176. package/compat/groupBy.d.mts +1 -0
  177. package/compat/groupBy.mjs +1 -0
  178. package/compat/gt.d.mts +1 -0
  179. package/compat/gt.mjs +1 -0
  180. package/compat/gte.d.mts +1 -0
  181. package/compat/gte.mjs +1 -0
  182. package/compat/has.d.mts +1 -0
  183. package/compat/has.mjs +1 -0
  184. package/compat/hasIn.d.mts +1 -0
  185. package/compat/hasIn.mjs +1 -0
  186. package/compat/head.d.mts +1 -0
  187. package/compat/head.mjs +1 -0
  188. package/compat/identity.d.mts +1 -0
  189. package/compat/identity.mjs +1 -0
  190. package/compat/inRange.d.mts +1 -0
  191. package/compat/inRange.mjs +1 -0
  192. package/compat/includes.d.mts +1 -0
  193. package/compat/includes.mjs +1 -0
  194. package/compat/indexOf.d.mts +1 -0
  195. package/compat/indexOf.mjs +1 -0
  196. package/compat/initial.d.mts +1 -0
  197. package/compat/initial.mjs +1 -0
  198. package/compat/intersection.d.mts +1 -0
  199. package/compat/intersection.mjs +1 -0
  200. package/compat/intersectionBy.d.mts +1 -0
  201. package/compat/intersectionBy.mjs +1 -0
  202. package/compat/intersectionWith.d.mts +1 -0
  203. package/compat/intersectionWith.mjs +1 -0
  204. package/compat/invert.d.mts +1 -0
  205. package/compat/invert.mjs +1 -0
  206. package/compat/invertBy.d.mts +1 -0
  207. package/compat/invertBy.mjs +1 -0
  208. package/compat/invoke.d.mts +1 -0
  209. package/compat/invoke.mjs +1 -0
  210. package/compat/invokeMap.d.mts +1 -0
  211. package/compat/invokeMap.mjs +1 -0
  212. package/compat/isArguments.d.mts +1 -0
  213. package/compat/isArguments.mjs +1 -0
  214. package/compat/isArray.d.mts +1 -0
  215. package/compat/isArray.mjs +1 -0
  216. package/compat/isArrayBuffer.d.mts +1 -0
  217. package/compat/isArrayBuffer.mjs +1 -0
  218. package/compat/isArrayLike.d.mts +1 -0
  219. package/compat/isArrayLike.mjs +1 -0
  220. package/compat/isArrayLikeObject.d.mts +1 -0
  221. package/compat/isArrayLikeObject.mjs +1 -0
  222. package/compat/isBoolean.d.mts +1 -0
  223. package/compat/isBoolean.mjs +1 -0
  224. package/compat/isBuffer.d.mts +1 -0
  225. package/compat/isBuffer.mjs +1 -0
  226. package/compat/isDate.d.mts +1 -0
  227. package/compat/isDate.mjs +1 -0
  228. package/compat/isElement.d.mts +1 -0
  229. package/compat/isElement.mjs +1 -0
  230. package/compat/isEmpty.d.mts +1 -0
  231. package/compat/isEmpty.mjs +1 -0
  232. package/compat/isEqual.d.mts +1 -0
  233. package/compat/isEqual.mjs +1 -0
  234. package/compat/isEqualWith.d.mts +1 -0
  235. package/compat/isEqualWith.mjs +1 -0
  236. package/compat/isError.d.mts +1 -0
  237. package/compat/isError.mjs +1 -0
  238. package/compat/isFinite.d.mts +1 -0
  239. package/compat/isFinite.mjs +1 -0
  240. package/compat/isFunction.d.mts +1 -0
  241. package/compat/isFunction.mjs +1 -0
  242. package/compat/isInteger.d.mts +1 -0
  243. package/compat/isInteger.mjs +1 -0
  244. package/compat/isLength.d.mts +1 -0
  245. package/compat/isLength.mjs +1 -0
  246. package/compat/isMap.d.mts +1 -0
  247. package/compat/isMap.mjs +1 -0
  248. package/compat/isMatch.d.mts +1 -0
  249. package/compat/isMatch.mjs +1 -0
  250. package/compat/isMatchWith.d.mts +1 -0
  251. package/compat/isMatchWith.mjs +1 -0
  252. package/compat/isNaN.d.mts +1 -0
  253. package/compat/isNaN.mjs +1 -0
  254. package/compat/isNative.d.mts +1 -0
  255. package/compat/isNative.mjs +1 -0
  256. package/compat/isNil.d.mts +1 -0
  257. package/compat/isNil.mjs +1 -0
  258. package/compat/isNull.d.mts +1 -0
  259. package/compat/isNull.mjs +1 -0
  260. package/compat/isNumber.d.mts +1 -0
  261. package/compat/isNumber.mjs +1 -0
  262. package/compat/isObject.d.mts +1 -0
  263. package/compat/isObject.mjs +1 -0
  264. package/compat/isObjectLike.d.mts +1 -0
  265. package/compat/isObjectLike.mjs +1 -0
  266. package/compat/isPlainObject.d.mts +1 -0
  267. package/compat/isPlainObject.mjs +1 -0
  268. package/compat/isRegExp.d.mts +1 -0
  269. package/compat/isRegExp.mjs +1 -0
  270. package/compat/isSafeInteger.d.mts +1 -0
  271. package/compat/isSafeInteger.mjs +1 -0
  272. package/compat/isSet.d.mts +1 -0
  273. package/compat/isSet.mjs +1 -0
  274. package/compat/isString.d.mts +1 -0
  275. package/compat/isString.mjs +1 -0
  276. package/compat/isSymbol.d.mts +1 -0
  277. package/compat/isSymbol.mjs +1 -0
  278. package/compat/isTypedArray.d.mts +1 -0
  279. package/compat/isTypedArray.mjs +1 -0
  280. package/compat/isUndefined.d.mts +1 -0
  281. package/compat/isUndefined.mjs +1 -0
  282. package/compat/isWeakMap.d.mts +1 -0
  283. package/compat/isWeakMap.mjs +1 -0
  284. package/compat/isWeakSet.d.mts +1 -0
  285. package/compat/isWeakSet.mjs +1 -0
  286. package/compat/iteratee.d.mts +1 -0
  287. package/compat/iteratee.mjs +1 -0
  288. package/compat/join.d.mts +1 -0
  289. package/compat/join.mjs +1 -0
  290. package/compat/kebabCase.d.mts +1 -0
  291. package/compat/kebabCase.mjs +1 -0
  292. package/compat/keyBy.d.mts +1 -0
  293. package/compat/keyBy.mjs +1 -0
  294. package/compat/keys.d.mts +1 -0
  295. package/compat/keys.mjs +1 -0
  296. package/compat/keysIn.d.mts +1 -0
  297. package/compat/keysIn.mjs +1 -0
  298. package/compat/last.d.mts +1 -0
  299. package/compat/last.mjs +1 -0
  300. package/compat/lastIndexOf.d.mts +1 -0
  301. package/compat/lastIndexOf.mjs +1 -0
  302. package/compat/lowerCase.d.mts +1 -0
  303. package/compat/lowerCase.mjs +1 -0
  304. package/compat/lowerFirst.d.mts +1 -0
  305. package/compat/lowerFirst.mjs +1 -0
  306. package/compat/lt.d.mts +1 -0
  307. package/compat/lt.mjs +1 -0
  308. package/compat/lte.d.mts +1 -0
  309. package/compat/lte.mjs +1 -0
  310. package/compat/map.d.mts +1 -0
  311. package/compat/map.mjs +1 -0
  312. package/compat/mapKeys.d.mts +1 -0
  313. package/compat/mapKeys.mjs +1 -0
  314. package/compat/mapValues.d.mts +1 -0
  315. package/compat/mapValues.mjs +1 -0
  316. package/compat/matches.d.mts +1 -0
  317. package/compat/matches.mjs +1 -0
  318. package/compat/matchesProperty.d.mts +1 -0
  319. package/compat/matchesProperty.mjs +1 -0
  320. package/compat/max.d.mts +1 -0
  321. package/compat/max.mjs +1 -0
  322. package/compat/maxBy.d.mts +1 -0
  323. package/compat/maxBy.mjs +1 -0
  324. package/compat/mean.d.mts +1 -0
  325. package/compat/mean.mjs +1 -0
  326. package/compat/meanBy.d.mts +1 -0
  327. package/compat/meanBy.mjs +1 -0
  328. package/compat/memoize.d.mts +1 -0
  329. package/compat/memoize.mjs +1 -0
  330. package/compat/merge.d.mts +1 -0
  331. package/compat/merge.mjs +1 -0
  332. package/compat/mergeWith.d.mts +1 -0
  333. package/compat/mergeWith.mjs +1 -0
  334. package/compat/method.d.mts +1 -0
  335. package/compat/method.mjs +1 -0
  336. package/compat/methodOf.d.mts +1 -0
  337. package/compat/methodOf.mjs +1 -0
  338. package/compat/min.d.mts +1 -0
  339. package/compat/min.mjs +1 -0
  340. package/compat/minBy.d.mts +1 -0
  341. package/compat/minBy.mjs +1 -0
  342. package/compat/multiply.d.mts +1 -0
  343. package/compat/multiply.mjs +1 -0
  344. package/compat/negate.d.mts +1 -0
  345. package/compat/negate.mjs +1 -0
  346. package/compat/noop.d.mts +1 -0
  347. package/compat/noop.mjs +1 -0
  348. package/compat/now.d.mts +1 -0
  349. package/compat/now.mjs +1 -0
  350. package/compat/nth.d.mts +1 -0
  351. package/compat/nth.mjs +1 -0
  352. package/compat/nthArg.d.mts +1 -0
  353. package/compat/nthArg.mjs +1 -0
  354. package/compat/omit.d.mts +1 -0
  355. package/compat/omit.mjs +1 -0
  356. package/compat/omitBy.d.mts +1 -0
  357. package/compat/omitBy.mjs +1 -0
  358. package/compat/once.d.mts +1 -0
  359. package/compat/once.mjs +1 -0
  360. package/compat/orderBy.d.mts +1 -0
  361. package/compat/orderBy.mjs +1 -0
  362. package/compat/over.d.mts +1 -0
  363. package/compat/over.mjs +1 -0
  364. package/compat/overArgs.d.mts +1 -0
  365. package/compat/overArgs.mjs +1 -0
  366. package/compat/overEvery.d.mts +1 -0
  367. package/compat/overEvery.mjs +1 -0
  368. package/compat/overSome.d.mts +1 -0
  369. package/compat/overSome.mjs +1 -0
  370. package/compat/pad.d.mts +1 -0
  371. package/compat/pad.mjs +1 -0
  372. package/compat/padEnd.d.mts +1 -0
  373. package/compat/padEnd.mjs +1 -0
  374. package/compat/padStart.d.mts +1 -0
  375. package/compat/padStart.mjs +1 -0
  376. package/compat/parseInt.d.mts +1 -0
  377. package/compat/parseInt.mjs +1 -0
  378. package/compat/partial.d.mts +1 -0
  379. package/compat/partial.mjs +1 -0
  380. package/compat/partialRight.d.mts +1 -0
  381. package/compat/partialRight.mjs +1 -0
  382. package/compat/partition.d.mts +1 -0
  383. package/compat/partition.mjs +1 -0
  384. package/compat/pick.d.mts +1 -0
  385. package/compat/pick.mjs +1 -0
  386. package/compat/pickBy.d.mts +1 -0
  387. package/compat/pickBy.mjs +1 -0
  388. package/compat/property.d.mts +1 -0
  389. package/compat/property.mjs +1 -0
  390. package/compat/propertyOf.d.mts +1 -0
  391. package/compat/propertyOf.mjs +1 -0
  392. package/compat/pull.d.mts +1 -0
  393. package/compat/pull.mjs +1 -0
  394. package/compat/pullAll.d.mts +1 -0
  395. package/compat/pullAll.mjs +1 -0
  396. package/compat/pullAllBy.d.mts +1 -0
  397. package/compat/pullAllBy.mjs +1 -0
  398. package/compat/pullAllWith.d.mts +1 -0
  399. package/compat/pullAllWith.mjs +1 -0
  400. package/compat/pullAt.d.mts +1 -0
  401. package/compat/pullAt.mjs +1 -0
  402. package/compat/random.d.mts +1 -0
  403. package/compat/random.mjs +1 -0
  404. package/compat/range.d.mts +1 -0
  405. package/compat/range.mjs +1 -0
  406. package/compat/rangeRight.d.mts +1 -0
  407. package/compat/rangeRight.mjs +1 -0
  408. package/compat/rearg.d.mts +1 -0
  409. package/compat/rearg.mjs +1 -0
  410. package/compat/reduce.d.mts +1 -0
  411. package/compat/reduce.mjs +1 -0
  412. package/compat/reduceRight.d.mts +1 -0
  413. package/compat/reduceRight.mjs +1 -0
  414. package/compat/reject.d.mts +1 -0
  415. package/compat/reject.mjs +1 -0
  416. package/compat/remove.d.mts +1 -0
  417. package/compat/remove.mjs +1 -0
  418. package/compat/repeat.d.mts +1 -0
  419. package/compat/repeat.mjs +1 -0
  420. package/compat/replace.d.mts +1 -0
  421. package/compat/replace.mjs +1 -0
  422. package/compat/rest.d.mts +1 -0
  423. package/compat/rest.mjs +1 -0
  424. package/compat/result.d.mts +1 -0
  425. package/compat/result.mjs +1 -0
  426. package/compat/reverse.d.mts +1 -0
  427. package/compat/reverse.mjs +1 -0
  428. package/compat/round.d.mts +1 -0
  429. package/compat/round.mjs +1 -0
  430. package/compat/sample.d.mts +1 -0
  431. package/compat/sample.mjs +1 -0
  432. package/compat/sampleSize.d.mts +1 -0
  433. package/compat/sampleSize.mjs +1 -0
  434. package/compat/set.d.mts +1 -0
  435. package/compat/set.mjs +1 -0
  436. package/compat/setWith.d.mts +1 -0
  437. package/compat/setWith.mjs +1 -0
  438. package/compat/shuffle.d.mts +1 -0
  439. package/compat/shuffle.mjs +1 -0
  440. package/compat/size.d.mts +1 -0
  441. package/compat/size.mjs +1 -0
  442. package/compat/slice.d.mts +1 -0
  443. package/compat/slice.mjs +1 -0
  444. package/compat/snakeCase.d.mts +1 -0
  445. package/compat/snakeCase.mjs +1 -0
  446. package/compat/some.d.mts +1 -0
  447. package/compat/some.mjs +1 -0
  448. package/compat/sortBy.d.mts +1 -0
  449. package/compat/sortBy.mjs +1 -0
  450. package/compat/sortedIndex.d.mts +1 -0
  451. package/compat/sortedIndex.mjs +1 -0
  452. package/compat/sortedIndexBy.d.mts +1 -0
  453. package/compat/sortedIndexBy.mjs +1 -0
  454. package/compat/sortedIndexOf.d.mts +1 -0
  455. package/compat/sortedIndexOf.mjs +1 -0
  456. package/compat/sortedLastIndex.d.mts +1 -0
  457. package/compat/sortedLastIndex.mjs +1 -0
  458. package/compat/sortedLastIndexBy.d.mts +1 -0
  459. package/compat/sortedLastIndexBy.mjs +1 -0
  460. package/compat/sortedLastIndexOf.d.mts +1 -0
  461. package/compat/sortedLastIndexOf.mjs +1 -0
  462. package/compat/split.d.mts +1 -0
  463. package/compat/split.mjs +1 -0
  464. package/compat/spread.d.mts +1 -0
  465. package/compat/spread.mjs +1 -0
  466. package/compat/startCase.d.mts +1 -0
  467. package/compat/startCase.mjs +1 -0
  468. package/compat/startsWith.d.mts +1 -0
  469. package/compat/startsWith.mjs +1 -0
  470. package/compat/stubArray.d.mts +1 -0
  471. package/compat/stubArray.mjs +1 -0
  472. package/compat/stubFalse.d.mts +1 -0
  473. package/compat/stubFalse.mjs +1 -0
  474. package/compat/stubObject.d.mts +1 -0
  475. package/compat/stubObject.mjs +1 -0
  476. package/compat/stubString.d.mts +1 -0
  477. package/compat/stubString.mjs +1 -0
  478. package/compat/stubTrue.d.mts +1 -0
  479. package/compat/stubTrue.mjs +1 -0
  480. package/compat/subtract.d.mts +1 -0
  481. package/compat/subtract.mjs +1 -0
  482. package/compat/sum.d.mts +1 -0
  483. package/compat/sum.mjs +1 -0
  484. package/compat/sumBy.d.mts +1 -0
  485. package/compat/sumBy.mjs +1 -0
  486. package/compat/tail.d.mts +1 -0
  487. package/compat/tail.mjs +1 -0
  488. package/compat/take.d.mts +1 -0
  489. package/compat/take.mjs +1 -0
  490. package/compat/takeRight.d.mts +1 -0
  491. package/compat/takeRight.mjs +1 -0
  492. package/compat/takeRightWhile.d.mts +1 -0
  493. package/compat/takeRightWhile.mjs +1 -0
  494. package/compat/takeWhile.d.mts +1 -0
  495. package/compat/takeWhile.mjs +1 -0
  496. package/compat/template.d.mts +1 -0
  497. package/compat/template.mjs +1 -0
  498. package/compat/templateSettings.d.mts +1 -0
  499. package/compat/templateSettings.mjs +1 -0
  500. package/compat/throttle.d.mts +1 -0
  501. package/compat/throttle.mjs +1 -0
  502. package/compat/times.d.mts +1 -0
  503. package/compat/times.mjs +1 -0
  504. package/compat/toArray.d.mts +1 -0
  505. package/compat/toArray.mjs +1 -0
  506. package/compat/toDefaulted.d.mts +1 -0
  507. package/compat/toDefaulted.mjs +1 -0
  508. package/compat/toFinite.d.mts +1 -0
  509. package/compat/toFinite.mjs +1 -0
  510. package/compat/toInteger.d.mts +1 -0
  511. package/compat/toInteger.mjs +1 -0
  512. package/compat/toLength.d.mts +1 -0
  513. package/compat/toLength.mjs +1 -0
  514. package/compat/toLower.d.mts +1 -0
  515. package/compat/toLower.mjs +1 -0
  516. package/compat/toNumber.d.mts +1 -0
  517. package/compat/toNumber.mjs +1 -0
  518. package/compat/toPairs.d.mts +1 -0
  519. package/compat/toPairs.mjs +1 -0
  520. package/compat/toPairsIn.d.mts +1 -0
  521. package/compat/toPairsIn.mjs +1 -0
  522. package/compat/toPath.d.mts +1 -0
  523. package/compat/toPath.mjs +1 -0
  524. package/compat/toPlainObject.d.mts +1 -0
  525. package/compat/toPlainObject.mjs +1 -0
  526. package/compat/toSafeInteger.d.mts +1 -0
  527. package/compat/toSafeInteger.mjs +1 -0
  528. package/compat/toString.d.mts +1 -0
  529. package/compat/toString.mjs +1 -0
  530. package/compat/toUpper.d.mts +1 -0
  531. package/compat/toUpper.mjs +1 -0
  532. package/compat/transform.d.mts +1 -0
  533. package/compat/transform.mjs +1 -0
  534. package/compat/trim.d.mts +1 -0
  535. package/compat/trim.mjs +1 -0
  536. package/compat/trimEnd.d.mts +1 -0
  537. package/compat/trimEnd.mjs +1 -0
  538. package/compat/trimStart.d.mts +1 -0
  539. package/compat/trimStart.mjs +1 -0
  540. package/compat/truncate.d.mts +1 -0
  541. package/compat/truncate.mjs +1 -0
  542. package/compat/unary.d.mts +1 -0
  543. package/compat/unary.mjs +1 -0
  544. package/compat/unescape.d.mts +1 -0
  545. package/compat/unescape.mjs +1 -0
  546. package/compat/union.d.mts +1 -0
  547. package/compat/union.mjs +1 -0
  548. package/compat/unionBy.d.mts +1 -0
  549. package/compat/unionBy.mjs +1 -0
  550. package/compat/unionWith.d.mts +1 -0
  551. package/compat/unionWith.mjs +1 -0
  552. package/compat/uniq.d.mts +1 -0
  553. package/compat/uniq.mjs +1 -0
  554. package/compat/uniqBy.d.mts +1 -0
  555. package/compat/uniqBy.mjs +1 -0
  556. package/compat/uniqWith.d.mts +1 -0
  557. package/compat/uniqWith.mjs +1 -0
  558. package/compat/uniqueId.d.mts +1 -0
  559. package/compat/uniqueId.mjs +1 -0
  560. package/compat/unset.d.mts +1 -0
  561. package/compat/unset.mjs +1 -0
  562. package/compat/unzip.d.mts +1 -0
  563. package/compat/unzip.mjs +1 -0
  564. package/compat/unzipWith.d.mts +1 -0
  565. package/compat/unzipWith.mjs +1 -0
  566. package/compat/update.d.mts +1 -0
  567. package/compat/update.mjs +1 -0
  568. package/compat/updateWith.d.mts +1 -0
  569. package/compat/updateWith.mjs +1 -0
  570. package/compat/upperCase.d.mts +1 -0
  571. package/compat/upperCase.mjs +1 -0
  572. package/compat/upperFirst.d.mts +1 -0
  573. package/compat/upperFirst.mjs +1 -0
  574. package/compat/values.d.mts +1 -0
  575. package/compat/values.mjs +1 -0
  576. package/compat/valuesIn.d.mts +1 -0
  577. package/compat/valuesIn.mjs +1 -0
  578. package/compat/without.d.mts +1 -0
  579. package/compat/without.mjs +1 -0
  580. package/compat/words.d.mts +1 -0
  581. package/compat/words.mjs +1 -0
  582. package/compat/wrap.d.mts +1 -0
  583. package/compat/wrap.mjs +1 -0
  584. package/compat/xor.d.mts +1 -0
  585. package/compat/xor.mjs +1 -0
  586. package/compat/xorBy.d.mts +1 -0
  587. package/compat/xorBy.mjs +1 -0
  588. package/compat/xorWith.d.mts +1 -0
  589. package/compat/xorWith.mjs +1 -0
  590. package/compat/zip.d.mts +1 -0
  591. package/compat/zip.mjs +1 -0
  592. package/compat/zipObject.d.mts +1 -0
  593. package/compat/zipObject.mjs +1 -0
  594. package/compat/zipObjectDeep.d.mts +1 -0
  595. package/compat/zipObjectDeep.mjs +1 -0
  596. package/compat/zipWith.d.mts +1 -0
  597. package/compat/zipWith.mjs +1 -0
  598. package/dist/_internal/compareValues.js +16 -3
  599. package/dist/_internal/compareValues.mjs +16 -3
  600. package/dist/_internal/globalThis.js +1 -1
  601. package/dist/_internal/globalThis.mjs +1 -1
  602. package/dist/array/at.d.mts +3 -3
  603. package/dist/array/at.d.ts +3 -3
  604. package/dist/array/at.js +3 -3
  605. package/dist/array/at.mjs +3 -3
  606. package/dist/array/cartesianProduct.d.mts +16 -16
  607. package/dist/array/cartesianProduct.d.ts +16 -16
  608. package/dist/array/chunk.d.mts +3 -3
  609. package/dist/array/chunk.d.ts +3 -3
  610. package/dist/array/chunk.js +3 -3
  611. package/dist/array/chunk.mjs +3 -3
  612. package/dist/array/combinations.d.mts +3 -3
  613. package/dist/array/combinations.d.ts +3 -3
  614. package/dist/array/combinations.js +3 -3
  615. package/dist/array/combinations.mjs +3 -3
  616. package/dist/array/compact.d.mts +2 -2
  617. package/dist/array/compact.d.ts +2 -2
  618. package/dist/array/compact.js +2 -2
  619. package/dist/array/compact.mjs +2 -2
  620. package/dist/array/countBy.d.mts +3 -3
  621. package/dist/array/countBy.d.ts +3 -3
  622. package/dist/array/countBy.js +3 -3
  623. package/dist/array/countBy.mjs +3 -3
  624. package/dist/array/difference.d.mts +3 -3
  625. package/dist/array/difference.d.ts +3 -3
  626. package/dist/array/difference.js +3 -3
  627. package/dist/array/difference.mjs +3 -3
  628. package/dist/array/differenceBy.d.mts +4 -4
  629. package/dist/array/differenceBy.d.ts +4 -4
  630. package/dist/array/differenceBy.js +4 -4
  631. package/dist/array/differenceBy.mjs +4 -4
  632. package/dist/array/differenceWith.d.mts +4 -4
  633. package/dist/array/differenceWith.d.ts +4 -4
  634. package/dist/array/differenceWith.js +4 -4
  635. package/dist/array/differenceWith.mjs +4 -4
  636. package/dist/array/drop.d.mts +3 -3
  637. package/dist/array/drop.d.ts +3 -3
  638. package/dist/array/drop.js +3 -3
  639. package/dist/array/drop.mjs +3 -3
  640. package/dist/array/dropRight.d.mts +3 -3
  641. package/dist/array/dropRight.d.ts +3 -3
  642. package/dist/array/dropRight.js +3 -3
  643. package/dist/array/dropRight.mjs +3 -3
  644. package/dist/array/dropRightWhile.d.mts +3 -3
  645. package/dist/array/dropRightWhile.d.ts +3 -3
  646. package/dist/array/dropRightWhile.js +3 -3
  647. package/dist/array/dropRightWhile.mjs +3 -3
  648. package/dist/array/dropWhile.d.mts +3 -3
  649. package/dist/array/dropWhile.d.ts +3 -3
  650. package/dist/array/dropWhile.js +3 -3
  651. package/dist/array/dropWhile.mjs +3 -3
  652. package/dist/array/fill.d.mts +12 -12
  653. package/dist/array/fill.d.ts +12 -12
  654. package/dist/array/fill.js +5 -5
  655. package/dist/array/fill.mjs +5 -5
  656. package/dist/array/filterAsync.d.mts +5 -5
  657. package/dist/array/filterAsync.d.ts +5 -5
  658. package/dist/array/filterAsync.js +5 -5
  659. package/dist/array/filterAsync.mjs +5 -5
  660. package/dist/array/flatMap.d.mts +4 -4
  661. package/dist/array/flatMap.d.ts +4 -4
  662. package/dist/array/flatMap.js +4 -4
  663. package/dist/array/flatMap.mjs +4 -4
  664. package/dist/array/flatMapAsync.d.mts +5 -5
  665. package/dist/array/flatMapAsync.d.ts +5 -5
  666. package/dist/array/flatMapAsync.js +5 -5
  667. package/dist/array/flatMapAsync.mjs +5 -5
  668. package/dist/array/flatMapDeep.d.mts +3 -3
  669. package/dist/array/flatMapDeep.d.ts +3 -3
  670. package/dist/array/flatMapDeep.js +3 -3
  671. package/dist/array/flatMapDeep.mjs +3 -3
  672. package/dist/array/flatten.d.mts +3 -3
  673. package/dist/array/flatten.d.ts +3 -3
  674. package/dist/array/flatten.js +3 -3
  675. package/dist/array/flatten.mjs +3 -3
  676. package/dist/array/flattenDeep.d.mts +2 -2
  677. package/dist/array/flattenDeep.d.ts +2 -2
  678. package/dist/array/flattenDeep.js +2 -2
  679. package/dist/array/flattenDeep.mjs +2 -2
  680. package/dist/array/forEachAsync.d.mts +5 -5
  681. package/dist/array/forEachAsync.d.ts +5 -5
  682. package/dist/array/forEachAsync.js +5 -5
  683. package/dist/array/forEachAsync.mjs +5 -5
  684. package/dist/array/forEachRight.d.mts +4 -4
  685. package/dist/array/forEachRight.d.ts +4 -4
  686. package/dist/array/forEachRight.js +2 -2
  687. package/dist/array/forEachRight.mjs +2 -2
  688. package/dist/array/groupBy.d.mts +3 -3
  689. package/dist/array/groupBy.d.ts +3 -3
  690. package/dist/array/groupBy.js +3 -3
  691. package/dist/array/groupBy.mjs +3 -3
  692. package/dist/array/head.d.mts +4 -4
  693. package/dist/array/head.d.ts +4 -4
  694. package/dist/array/head.js +2 -2
  695. package/dist/array/head.mjs +2 -2
  696. package/dist/array/initial.d.mts +7 -7
  697. package/dist/array/initial.d.ts +7 -7
  698. package/dist/array/initial.js +2 -2
  699. package/dist/array/initial.mjs +2 -2
  700. package/dist/array/intersection.d.mts +3 -3
  701. package/dist/array/intersection.d.ts +3 -3
  702. package/dist/array/intersection.js +3 -3
  703. package/dist/array/intersection.mjs +3 -3
  704. package/dist/array/intersectionBy.d.mts +4 -4
  705. package/dist/array/intersectionBy.d.ts +4 -4
  706. package/dist/array/intersectionBy.js +4 -4
  707. package/dist/array/intersectionBy.mjs +4 -4
  708. package/dist/array/intersectionWith.d.mts +4 -4
  709. package/dist/array/intersectionWith.d.ts +4 -4
  710. package/dist/array/intersectionWith.js +4 -4
  711. package/dist/array/intersectionWith.mjs +4 -4
  712. package/dist/array/isSubset.d.mts +3 -3
  713. package/dist/array/isSubset.d.ts +3 -3
  714. package/dist/array/isSubset.js +3 -3
  715. package/dist/array/isSubset.mjs +3 -3
  716. package/dist/array/isSubsetWith.d.mts +4 -4
  717. package/dist/array/isSubsetWith.d.ts +4 -4
  718. package/dist/array/isSubsetWith.js +4 -4
  719. package/dist/array/isSubsetWith.mjs +4 -4
  720. package/dist/array/keyBy.d.mts +3 -3
  721. package/dist/array/keyBy.d.ts +3 -3
  722. package/dist/array/keyBy.js +3 -3
  723. package/dist/array/keyBy.mjs +3 -3
  724. package/dist/array/last.d.mts +4 -4
  725. package/dist/array/last.d.ts +4 -4
  726. package/dist/array/last.js +2 -2
  727. package/dist/array/last.mjs +2 -2
  728. package/dist/array/limitAsync.d.mts +3 -3
  729. package/dist/array/limitAsync.d.ts +3 -3
  730. package/dist/array/limitAsync.js +3 -3
  731. package/dist/array/limitAsync.mjs +3 -3
  732. package/dist/array/mapAsync.d.mts +5 -5
  733. package/dist/array/mapAsync.d.ts +5 -5
  734. package/dist/array/mapAsync.js +5 -5
  735. package/dist/array/mapAsync.mjs +5 -5
  736. package/dist/array/maxBy.d.mts +8 -6
  737. package/dist/array/maxBy.d.ts +8 -6
  738. package/dist/array/maxBy.js +7 -5
  739. package/dist/array/maxBy.mjs +7 -5
  740. package/dist/array/minBy.d.mts +8 -6
  741. package/dist/array/minBy.d.ts +8 -6
  742. package/dist/array/minBy.js +7 -5
  743. package/dist/array/minBy.mjs +7 -5
  744. package/dist/array/orderBy.d.mts +4 -4
  745. package/dist/array/orderBy.d.ts +4 -4
  746. package/dist/array/orderBy.js +4 -4
  747. package/dist/array/orderBy.mjs +4 -4
  748. package/dist/array/partition.d.mts +6 -6
  749. package/dist/array/partition.d.ts +6 -6
  750. package/dist/array/pull.d.mts +4 -4
  751. package/dist/array/pull.d.ts +4 -4
  752. package/dist/array/pull.js +4 -4
  753. package/dist/array/pull.mjs +4 -4
  754. package/dist/array/pullAt.d.mts +3 -3
  755. package/dist/array/pullAt.d.ts +3 -3
  756. package/dist/array/pullAt.js +3 -3
  757. package/dist/array/pullAt.mjs +3 -3
  758. package/dist/array/reduceAsync.d.mts +7 -7
  759. package/dist/array/reduceAsync.d.ts +7 -7
  760. package/dist/array/remove.d.mts +3 -3
  761. package/dist/array/remove.d.ts +3 -3
  762. package/dist/array/remove.js +3 -3
  763. package/dist/array/remove.mjs +3 -3
  764. package/dist/array/sample.d.mts +2 -2
  765. package/dist/array/sample.d.ts +2 -2
  766. package/dist/array/sample.js +2 -2
  767. package/dist/array/sample.mjs +2 -2
  768. package/dist/array/sampleSize.d.mts +3 -3
  769. package/dist/array/sampleSize.d.ts +3 -3
  770. package/dist/array/sampleSize.js +3 -3
  771. package/dist/array/sampleSize.mjs +3 -3
  772. package/dist/array/shuffle.d.mts +2 -2
  773. package/dist/array/shuffle.d.ts +2 -2
  774. package/dist/array/shuffle.js +2 -2
  775. package/dist/array/shuffle.mjs +2 -2
  776. package/dist/array/sortBy.d.mts +3 -3
  777. package/dist/array/sortBy.d.ts +3 -3
  778. package/dist/array/sortBy.js +3 -3
  779. package/dist/array/sortBy.mjs +3 -3
  780. package/dist/array/tail.d.mts +8 -8
  781. package/dist/array/tail.d.ts +8 -8
  782. package/dist/array/tail.js +2 -2
  783. package/dist/array/tail.mjs +2 -2
  784. package/dist/array/take.d.mts +4 -4
  785. package/dist/array/take.d.ts +4 -4
  786. package/dist/array/take.js +4 -4
  787. package/dist/array/take.mjs +4 -4
  788. package/dist/array/takeRight.d.mts +3 -3
  789. package/dist/array/takeRight.d.ts +3 -3
  790. package/dist/array/takeRight.js +3 -3
  791. package/dist/array/takeRight.mjs +3 -3
  792. package/dist/array/takeRightWhile.d.mts +3 -3
  793. package/dist/array/takeRightWhile.d.ts +3 -3
  794. package/dist/array/takeRightWhile.js +3 -3
  795. package/dist/array/takeRightWhile.mjs +3 -3
  796. package/dist/array/takeWhile.d.mts +3 -3
  797. package/dist/array/takeWhile.d.ts +3 -3
  798. package/dist/array/takeWhile.js +3 -3
  799. package/dist/array/takeWhile.mjs +3 -3
  800. package/dist/array/toFilled.d.mts +12 -12
  801. package/dist/array/toFilled.d.ts +12 -12
  802. package/dist/array/toFilled.js +5 -5
  803. package/dist/array/toFilled.mjs +5 -5
  804. package/dist/array/union.d.mts +3 -3
  805. package/dist/array/union.d.ts +3 -3
  806. package/dist/array/union.js +3 -3
  807. package/dist/array/union.mjs +3 -3
  808. package/dist/array/unionBy.d.mts +4 -4
  809. package/dist/array/unionBy.d.ts +4 -4
  810. package/dist/array/unionBy.js +4 -4
  811. package/dist/array/unionBy.mjs +4 -4
  812. package/dist/array/unionWith.d.mts +4 -4
  813. package/dist/array/unionWith.d.ts +4 -4
  814. package/dist/array/unionWith.js +4 -4
  815. package/dist/array/unionWith.mjs +4 -4
  816. package/dist/array/uniq.d.mts +2 -2
  817. package/dist/array/uniq.d.ts +2 -2
  818. package/dist/array/uniq.js +2 -2
  819. package/dist/array/uniq.mjs +2 -2
  820. package/dist/array/uniqBy.d.mts +3 -3
  821. package/dist/array/uniqBy.d.ts +3 -3
  822. package/dist/array/uniqBy.js +3 -3
  823. package/dist/array/uniqBy.mjs +3 -3
  824. package/dist/array/uniqWith.d.mts +3 -3
  825. package/dist/array/uniqWith.d.ts +3 -3
  826. package/dist/array/uniqWith.js +3 -3
  827. package/dist/array/uniqWith.mjs +3 -3
  828. package/dist/array/unzip.d.mts +2 -2
  829. package/dist/array/unzip.d.ts +2 -2
  830. package/dist/array/unzip.js +2 -2
  831. package/dist/array/unzip.mjs +2 -2
  832. package/dist/array/unzipWith.d.mts +3 -3
  833. package/dist/array/unzipWith.d.ts +3 -3
  834. package/dist/array/unzipWith.js +3 -3
  835. package/dist/array/unzipWith.mjs +3 -3
  836. package/dist/array/windowed.d.mts +6 -6
  837. package/dist/array/windowed.d.ts +6 -6
  838. package/dist/array/windowed.js +6 -6
  839. package/dist/array/windowed.mjs +6 -6
  840. package/dist/array/without.d.mts +3 -3
  841. package/dist/array/without.d.ts +3 -3
  842. package/dist/array/without.js +3 -3
  843. package/dist/array/without.mjs +3 -3
  844. package/dist/array/xor.d.mts +3 -3
  845. package/dist/array/xor.d.ts +3 -3
  846. package/dist/array/xor.js +3 -3
  847. package/dist/array/xor.mjs +3 -3
  848. package/dist/array/xorBy.d.mts +4 -4
  849. package/dist/array/xorBy.d.ts +4 -4
  850. package/dist/array/xorBy.js +4 -4
  851. package/dist/array/xorBy.mjs +4 -4
  852. package/dist/array/xorWith.d.mts +4 -4
  853. package/dist/array/xorWith.d.ts +4 -4
  854. package/dist/array/xorWith.js +4 -4
  855. package/dist/array/xorWith.mjs +4 -4
  856. package/dist/array/zip.d.mts +16 -16
  857. package/dist/array/zip.d.ts +16 -16
  858. package/dist/array/zip.js +2 -2
  859. package/dist/array/zip.mjs +2 -2
  860. package/dist/array/zipObject.d.mts +3 -3
  861. package/dist/array/zipObject.d.ts +3 -3
  862. package/dist/array/zipObject.js +3 -3
  863. package/dist/array/zipObject.mjs +3 -3
  864. package/dist/array/zipWith.d.mts +18 -18
  865. package/dist/array/zipWith.d.ts +18 -18
  866. package/dist/array/zipWith.js +4 -4
  867. package/dist/array/zipWith.mjs +4 -4
  868. package/dist/browser.global.js +2 -2
  869. package/dist/compat/_internal/decimalAdjust.js +1 -1
  870. package/dist/compat/_internal/decimalAdjust.mjs +1 -1
  871. package/dist/compat/array/castArray.d.mts +2 -2
  872. package/dist/compat/array/castArray.d.ts +2 -2
  873. package/dist/compat/array/castArray.js +2 -2
  874. package/dist/compat/array/castArray.mjs +2 -2
  875. package/dist/compat/array/chunk.d.mts +3 -3
  876. package/dist/compat/array/chunk.d.ts +3 -3
  877. package/dist/compat/array/chunk.js +3 -3
  878. package/dist/compat/array/chunk.mjs +3 -3
  879. package/dist/compat/array/compact.d.mts +2 -2
  880. package/dist/compat/array/compact.d.ts +2 -2
  881. package/dist/compat/array/compact.js +2 -2
  882. package/dist/compat/array/compact.mjs +2 -2
  883. package/dist/compat/array/concat.d.mts +2 -2
  884. package/dist/compat/array/concat.d.ts +2 -2
  885. package/dist/compat/array/concat.js +2 -2
  886. package/dist/compat/array/concat.mjs +2 -2
  887. package/dist/compat/array/difference.d.mts +3 -3
  888. package/dist/compat/array/difference.d.ts +3 -3
  889. package/dist/compat/array/difference.js +3 -3
  890. package/dist/compat/array/difference.mjs +3 -3
  891. package/dist/compat/array/differenceBy.d.mts +41 -41
  892. package/dist/compat/array/differenceBy.d.ts +41 -41
  893. package/dist/compat/array/differenceBy.js +3 -3
  894. package/dist/compat/array/differenceBy.mjs +3 -3
  895. package/dist/compat/array/differenceWith.d.mts +17 -17
  896. package/dist/compat/array/differenceWith.d.ts +17 -17
  897. package/dist/compat/array/differenceWith.js +3 -3
  898. package/dist/compat/array/differenceWith.mjs +3 -3
  899. package/dist/compat/array/drop.d.mts +4 -4
  900. package/dist/compat/array/drop.d.ts +4 -4
  901. package/dist/compat/array/dropRight.d.mts +4 -4
  902. package/dist/compat/array/dropRight.d.ts +4 -4
  903. package/dist/compat/array/dropRight.js +4 -4
  904. package/dist/compat/array/dropRight.mjs +4 -4
  905. package/dist/compat/array/dropRightWhile.d.mts +3 -3
  906. package/dist/compat/array/dropRightWhile.d.ts +3 -3
  907. package/dist/compat/array/dropRightWhile.js +3 -3
  908. package/dist/compat/array/dropRightWhile.mjs +3 -3
  909. package/dist/compat/array/dropWhile.d.mts +3 -3
  910. package/dist/compat/array/dropWhile.d.ts +3 -3
  911. package/dist/compat/array/dropWhile.js +3 -3
  912. package/dist/compat/array/dropWhile.mjs +3 -3
  913. package/dist/compat/array/every.d.mts +6 -6
  914. package/dist/compat/array/every.d.ts +6 -6
  915. package/dist/compat/array/every.js +6 -6
  916. package/dist/compat/array/every.mjs +6 -6
  917. package/dist/compat/array/fill.d.mts +16 -16
  918. package/dist/compat/array/fill.d.ts +16 -16
  919. package/dist/compat/array/fill.js +5 -5
  920. package/dist/compat/array/fill.mjs +5 -5
  921. package/dist/compat/array/filter.js +3 -3
  922. package/dist/compat/array/filter.mjs +3 -3
  923. package/dist/compat/array/find.js +4 -4
  924. package/dist/compat/array/find.mjs +4 -4
  925. package/dist/compat/array/findIndex.d.mts +5 -5
  926. package/dist/compat/array/findIndex.d.ts +5 -5
  927. package/dist/compat/array/findIndex.js +5 -5
  928. package/dist/compat/array/findIndex.mjs +5 -5
  929. package/dist/compat/array/findLast.d.mts +16 -16
  930. package/dist/compat/array/findLast.d.ts +16 -16
  931. package/dist/compat/array/findLast.js +4 -4
  932. package/dist/compat/array/findLast.mjs +4 -4
  933. package/dist/compat/array/findLastIndex.d.mts +4 -4
  934. package/dist/compat/array/findLastIndex.d.ts +4 -4
  935. package/dist/compat/array/findLastIndex.js +4 -4
  936. package/dist/compat/array/findLastIndex.mjs +4 -4
  937. package/dist/compat/array/flatMap.d.mts +16 -16
  938. package/dist/compat/array/flatMap.d.ts +16 -16
  939. package/dist/compat/array/flatMap.js +3 -3
  940. package/dist/compat/array/flatMap.mjs +3 -3
  941. package/dist/compat/array/flatMapDeep.d.mts +14 -14
  942. package/dist/compat/array/flatMapDeep.d.ts +14 -14
  943. package/dist/compat/array/flatMapDeep.js +3 -3
  944. package/dist/compat/array/flatMapDeep.mjs +3 -3
  945. package/dist/compat/array/flatMapDepth.d.mts +18 -18
  946. package/dist/compat/array/flatMapDepth.d.ts +18 -18
  947. package/dist/compat/array/flatMapDepth.js +4 -4
  948. package/dist/compat/array/flatMapDepth.mjs +4 -4
  949. package/dist/compat/array/flatten.d.mts +3 -3
  950. package/dist/compat/array/flatten.d.ts +3 -3
  951. package/dist/compat/array/flattenDeep.d.mts +2 -2
  952. package/dist/compat/array/flattenDeep.d.ts +2 -2
  953. package/dist/compat/array/flattenDeep.js +2 -2
  954. package/dist/compat/array/flattenDeep.mjs +2 -2
  955. package/dist/compat/array/flattenDepth.d.mts +3 -3
  956. package/dist/compat/array/flattenDepth.d.ts +3 -3
  957. package/dist/compat/array/flattenDepth.js +3 -3
  958. package/dist/compat/array/flattenDepth.mjs +3 -3
  959. package/dist/compat/array/forEach.d.mts +24 -24
  960. package/dist/compat/array/forEach.d.ts +24 -24
  961. package/dist/compat/array/forEach.js +3 -3
  962. package/dist/compat/array/forEach.mjs +3 -3
  963. package/dist/compat/array/forEachRight.d.mts +24 -24
  964. package/dist/compat/array/forEachRight.d.ts +24 -24
  965. package/dist/compat/array/forEachRight.js +3 -3
  966. package/dist/compat/array/forEachRight.mjs +3 -3
  967. package/dist/compat/array/groupBy.d.mts +6 -6
  968. package/dist/compat/array/groupBy.d.ts +6 -6
  969. package/dist/compat/array/groupBy.js +3 -3
  970. package/dist/compat/array/groupBy.mjs +3 -3
  971. package/dist/compat/array/head.d.mts +4 -4
  972. package/dist/compat/array/head.d.ts +4 -4
  973. package/dist/compat/array/head.js +2 -2
  974. package/dist/compat/array/head.mjs +2 -2
  975. package/dist/compat/array/includes.js +4 -4
  976. package/dist/compat/array/includes.mjs +4 -4
  977. package/dist/compat/array/indexOf.d.mts +4 -4
  978. package/dist/compat/array/indexOf.d.ts +4 -4
  979. package/dist/compat/array/indexOf.js +4 -4
  980. package/dist/compat/array/indexOf.mjs +4 -4
  981. package/dist/compat/array/initial.d.mts +2 -2
  982. package/dist/compat/array/initial.d.ts +2 -2
  983. package/dist/compat/array/initial.js +2 -2
  984. package/dist/compat/array/initial.mjs +2 -2
  985. package/dist/compat/array/intersection.d.mts +2 -2
  986. package/dist/compat/array/intersection.d.ts +2 -2
  987. package/dist/compat/array/intersection.js +2 -2
  988. package/dist/compat/array/intersection.mjs +2 -2
  989. package/dist/compat/array/intersectionBy.d.mts +19 -19
  990. package/dist/compat/array/intersectionBy.d.ts +19 -19
  991. package/dist/compat/array/intersectionBy.js +3 -3
  992. package/dist/compat/array/intersectionBy.mjs +3 -3
  993. package/dist/compat/array/intersectionWith.d.mts +17 -17
  994. package/dist/compat/array/intersectionWith.d.ts +17 -17
  995. package/dist/compat/array/intersectionWith.js +3 -3
  996. package/dist/compat/array/intersectionWith.mjs +3 -3
  997. package/dist/compat/array/invokeMap.d.mts +8 -8
  998. package/dist/compat/array/invokeMap.d.ts +8 -8
  999. package/dist/compat/array/invokeMap.js +4 -4
  1000. package/dist/compat/array/invokeMap.mjs +4 -4
  1001. package/dist/compat/array/join.d.mts +3 -3
  1002. package/dist/compat/array/join.d.ts +3 -3
  1003. package/dist/compat/array/join.js +3 -3
  1004. package/dist/compat/array/join.mjs +3 -3
  1005. package/dist/compat/array/keyBy.d.mts +6 -6
  1006. package/dist/compat/array/keyBy.d.ts +6 -6
  1007. package/dist/compat/array/keyBy.js +3 -3
  1008. package/dist/compat/array/keyBy.mjs +3 -3
  1009. package/dist/compat/array/last.d.mts +2 -2
  1010. package/dist/compat/array/last.d.ts +2 -2
  1011. package/dist/compat/array/last.js +2 -2
  1012. package/dist/compat/array/last.mjs +2 -2
  1013. package/dist/compat/array/lastIndexOf.d.mts +4 -4
  1014. package/dist/compat/array/lastIndexOf.d.ts +4 -4
  1015. package/dist/compat/array/map.d.mts +23 -23
  1016. package/dist/compat/array/map.d.ts +23 -23
  1017. package/dist/compat/array/nth.d.mts +2 -2
  1018. package/dist/compat/array/nth.d.ts +2 -2
  1019. package/dist/compat/array/nth.js +2 -2
  1020. package/dist/compat/array/nth.mjs +2 -2
  1021. package/dist/compat/array/orderBy.d.mts +16 -16
  1022. package/dist/compat/array/orderBy.d.ts +16 -16
  1023. package/dist/compat/array/orderBy.js +5 -5
  1024. package/dist/compat/array/orderBy.mjs +5 -5
  1025. package/dist/compat/array/partition.d.mts +9 -9
  1026. package/dist/compat/array/partition.d.ts +9 -9
  1027. package/dist/compat/array/partition.js +3 -3
  1028. package/dist/compat/array/partition.mjs +3 -3
  1029. package/dist/compat/array/pull.d.mts +6 -6
  1030. package/dist/compat/array/pull.d.ts +6 -6
  1031. package/dist/compat/array/pull.js +4 -4
  1032. package/dist/compat/array/pull.mjs +4 -4
  1033. package/dist/compat/array/pullAll.d.mts +6 -6
  1034. package/dist/compat/array/pullAll.d.ts +6 -6
  1035. package/dist/compat/array/pullAll.js +3 -3
  1036. package/dist/compat/array/pullAll.mjs +3 -3
  1037. package/dist/compat/array/pullAllBy.d.mts +16 -16
  1038. package/dist/compat/array/pullAllBy.d.ts +16 -16
  1039. package/dist/compat/array/pullAllBy.js +4 -4
  1040. package/dist/compat/array/pullAllBy.mjs +4 -4
  1041. package/dist/compat/array/pullAllWith.d.mts +16 -16
  1042. package/dist/compat/array/pullAllWith.d.ts +16 -16
  1043. package/dist/compat/array/pullAllWith.js +4 -4
  1044. package/dist/compat/array/pullAllWith.mjs +4 -4
  1045. package/dist/compat/array/pullAt.d.mts +6 -6
  1046. package/dist/compat/array/pullAt.d.ts +6 -6
  1047. package/dist/compat/array/pullAt.js +3 -3
  1048. package/dist/compat/array/pullAt.mjs +3 -3
  1049. package/dist/compat/array/reduce.d.mts +21 -21
  1050. package/dist/compat/array/reduce.d.ts +21 -21
  1051. package/dist/compat/array/reduce.js +7 -6
  1052. package/dist/compat/array/reduce.mjs +7 -6
  1053. package/dist/compat/array/reduceRight.d.mts +21 -21
  1054. package/dist/compat/array/reduceRight.d.ts +21 -21
  1055. package/dist/compat/array/reduceRight.js +7 -6
  1056. package/dist/compat/array/reduceRight.mjs +7 -6
  1057. package/dist/compat/array/reject.d.mts +9 -9
  1058. package/dist/compat/array/reject.d.ts +9 -9
  1059. package/dist/compat/array/reject.js +3 -3
  1060. package/dist/compat/array/reject.mjs +3 -3
  1061. package/dist/compat/array/remove.d.mts +3 -3
  1062. package/dist/compat/array/remove.d.ts +3 -3
  1063. package/dist/compat/array/remove.js +3 -3
  1064. package/dist/compat/array/remove.mjs +3 -3
  1065. package/dist/compat/array/reverse.d.mts +2 -2
  1066. package/dist/compat/array/reverse.d.ts +2 -2
  1067. package/dist/compat/array/reverse.js +2 -2
  1068. package/dist/compat/array/reverse.mjs +2 -2
  1069. package/dist/compat/array/sample.d.mts +6 -6
  1070. package/dist/compat/array/sample.d.ts +6 -6
  1071. package/dist/compat/array/sample.js +2 -2
  1072. package/dist/compat/array/sample.mjs +2 -2
  1073. package/dist/compat/array/sampleSize.d.mts +6 -6
  1074. package/dist/compat/array/sampleSize.d.ts +6 -6
  1075. package/dist/compat/array/sampleSize.js +3 -3
  1076. package/dist/compat/array/sampleSize.mjs +3 -3
  1077. package/dist/compat/array/shuffle.d.mts +4 -4
  1078. package/dist/compat/array/shuffle.d.ts +4 -4
  1079. package/dist/compat/array/shuffle.js +2 -2
  1080. package/dist/compat/array/shuffle.mjs +2 -2
  1081. package/dist/compat/array/size.d.mts +6 -2
  1082. package/dist/compat/array/size.d.ts +6 -2
  1083. package/dist/compat/array/size.js +2 -0
  1084. package/dist/compat/array/size.mjs +2 -0
  1085. package/dist/compat/array/slice.d.mts +4 -4
  1086. package/dist/compat/array/slice.d.ts +4 -4
  1087. package/dist/compat/array/slice.js +4 -4
  1088. package/dist/compat/array/slice.mjs +4 -4
  1089. package/dist/compat/array/some.d.mts +6 -6
  1090. package/dist/compat/array/some.d.ts +6 -6
  1091. package/dist/compat/array/some.js +3 -3
  1092. package/dist/compat/array/some.mjs +3 -3
  1093. package/dist/compat/array/sortBy.d.mts +9 -9
  1094. package/dist/compat/array/sortBy.d.ts +9 -9
  1095. package/dist/compat/array/sortedIndex.d.mts +6 -6
  1096. package/dist/compat/array/sortedIndex.d.ts +6 -6
  1097. package/dist/compat/array/sortedIndex.js +3 -3
  1098. package/dist/compat/array/sortedIndex.mjs +3 -3
  1099. package/dist/compat/array/sortedIndexBy.d.mts +4 -4
  1100. package/dist/compat/array/sortedIndexBy.d.ts +4 -4
  1101. package/dist/compat/array/sortedIndexBy.js +4 -4
  1102. package/dist/compat/array/sortedIndexBy.mjs +4 -4
  1103. package/dist/compat/array/sortedIndexOf.d.mts +3 -3
  1104. package/dist/compat/array/sortedIndexOf.d.ts +3 -3
  1105. package/dist/compat/array/sortedIndexOf.js +3 -3
  1106. package/dist/compat/array/sortedIndexOf.mjs +3 -3
  1107. package/dist/compat/array/sortedLastIndex.d.mts +3 -3
  1108. package/dist/compat/array/sortedLastIndex.d.ts +3 -3
  1109. package/dist/compat/array/sortedLastIndex.js +3 -3
  1110. package/dist/compat/array/sortedLastIndex.mjs +3 -3
  1111. package/dist/compat/array/sortedLastIndexBy.d.mts +4 -4
  1112. package/dist/compat/array/sortedLastIndexBy.d.ts +4 -4
  1113. package/dist/compat/array/sortedLastIndexBy.js +4 -4
  1114. package/dist/compat/array/sortedLastIndexBy.mjs +4 -4
  1115. package/dist/compat/array/sortedLastIndexOf.d.mts +3 -3
  1116. package/dist/compat/array/sortedLastIndexOf.d.ts +3 -3
  1117. package/dist/compat/array/sortedLastIndexOf.js +3 -3
  1118. package/dist/compat/array/sortedLastIndexOf.mjs +3 -3
  1119. package/dist/compat/array/tail.d.mts +4 -4
  1120. package/dist/compat/array/tail.d.ts +4 -4
  1121. package/dist/compat/array/tail.js +2 -2
  1122. package/dist/compat/array/tail.mjs +2 -2
  1123. package/dist/compat/array/take.d.mts +3 -3
  1124. package/dist/compat/array/take.d.ts +3 -3
  1125. package/dist/compat/array/take.js +4 -4
  1126. package/dist/compat/array/take.mjs +4 -4
  1127. package/dist/compat/array/takeRight.d.mts +3 -3
  1128. package/dist/compat/array/takeRight.d.ts +3 -3
  1129. package/dist/compat/array/takeRight.js +4 -4
  1130. package/dist/compat/array/takeRight.mjs +4 -4
  1131. package/dist/compat/array/takeRightWhile.d.mts +3 -3
  1132. package/dist/compat/array/takeRightWhile.d.ts +3 -3
  1133. package/dist/compat/array/takeRightWhile.js +3 -3
  1134. package/dist/compat/array/takeRightWhile.mjs +3 -3
  1135. package/dist/compat/array/takeWhile.d.mts +3 -3
  1136. package/dist/compat/array/takeWhile.d.ts +3 -3
  1137. package/dist/compat/array/takeWhile.js +3 -3
  1138. package/dist/compat/array/takeWhile.mjs +3 -3
  1139. package/dist/compat/array/union.d.mts +2 -2
  1140. package/dist/compat/array/union.d.ts +2 -2
  1141. package/dist/compat/array/union.js +2 -2
  1142. package/dist/compat/array/union.mjs +2 -2
  1143. package/dist/compat/array/unionBy.d.mts +25 -25
  1144. package/dist/compat/array/unionBy.d.ts +25 -25
  1145. package/dist/compat/array/unionBy.js +2 -2
  1146. package/dist/compat/array/unionBy.mjs +2 -2
  1147. package/dist/compat/array/unionWith.d.mts +12 -12
  1148. package/dist/compat/array/unionWith.d.ts +12 -12
  1149. package/dist/compat/array/unionWith.js +2 -2
  1150. package/dist/compat/array/unionWith.mjs +2 -2
  1151. package/dist/compat/array/uniq.d.mts +2 -2
  1152. package/dist/compat/array/uniq.d.ts +2 -2
  1153. package/dist/compat/array/uniq.js +2 -2
  1154. package/dist/compat/array/uniq.mjs +2 -2
  1155. package/dist/compat/array/uniqBy.d.mts +3 -3
  1156. package/dist/compat/array/uniqBy.d.ts +3 -3
  1157. package/dist/compat/array/uniqWith.d.mts +3 -3
  1158. package/dist/compat/array/uniqWith.d.ts +3 -3
  1159. package/dist/compat/array/uniqWith.js +3 -3
  1160. package/dist/compat/array/uniqWith.mjs +3 -3
  1161. package/dist/compat/array/unzip.d.mts +2 -2
  1162. package/dist/compat/array/unzip.d.ts +2 -2
  1163. package/dist/compat/array/unzip.js +2 -2
  1164. package/dist/compat/array/unzip.mjs +2 -2
  1165. package/dist/compat/array/unzipWith.d.mts +5 -5
  1166. package/dist/compat/array/unzipWith.d.ts +5 -5
  1167. package/dist/compat/array/unzipWith.js +3 -3
  1168. package/dist/compat/array/unzipWith.mjs +3 -3
  1169. package/dist/compat/array/without.d.mts +3 -3
  1170. package/dist/compat/array/without.d.ts +3 -3
  1171. package/dist/compat/array/without.js +3 -3
  1172. package/dist/compat/array/without.mjs +3 -3
  1173. package/dist/compat/array/xor.d.mts +2 -2
  1174. package/dist/compat/array/xor.d.ts +2 -2
  1175. package/dist/compat/array/xor.js +2 -2
  1176. package/dist/compat/array/xor.mjs +2 -2
  1177. package/dist/compat/array/xorBy.d.mts +12 -12
  1178. package/dist/compat/array/xorBy.d.ts +12 -12
  1179. package/dist/compat/array/xorBy.js +2 -2
  1180. package/dist/compat/array/xorBy.mjs +2 -2
  1181. package/dist/compat/array/xorWith.d.mts +12 -12
  1182. package/dist/compat/array/xorWith.d.ts +12 -12
  1183. package/dist/compat/array/xorWith.js +2 -2
  1184. package/dist/compat/array/xorWith.mjs +2 -2
  1185. package/dist/compat/array/zip.d.mts +40 -40
  1186. package/dist/compat/array/zip.d.ts +40 -40
  1187. package/dist/compat/array/zip.js +2 -2
  1188. package/dist/compat/array/zip.mjs +2 -2
  1189. package/dist/compat/array/zipObject.d.mts +5 -5
  1190. package/dist/compat/array/zipObject.d.ts +5 -5
  1191. package/dist/compat/array/zipObject.js +3 -3
  1192. package/dist/compat/array/zipObject.mjs +3 -3
  1193. package/dist/compat/array/zipObjectDeep.d.mts +3 -3
  1194. package/dist/compat/array/zipObjectDeep.d.ts +3 -3
  1195. package/dist/compat/array/zipObjectDeep.js +3 -3
  1196. package/dist/compat/array/zipObjectDeep.mjs +3 -3
  1197. package/dist/compat/array/zipWith.d.mts +27 -27
  1198. package/dist/compat/array/zipWith.d.ts +27 -27
  1199. package/dist/compat/array/zipWith.js +2 -2
  1200. package/dist/compat/array/zipWith.mjs +2 -2
  1201. package/dist/compat/function/after.d.mts +3 -3
  1202. package/dist/compat/function/after.d.ts +3 -3
  1203. package/dist/compat/function/after.js +3 -3
  1204. package/dist/compat/function/after.mjs +3 -3
  1205. package/dist/compat/function/ary.d.mts +3 -3
  1206. package/dist/compat/function/ary.d.ts +3 -3
  1207. package/dist/compat/function/ary.js +4 -4
  1208. package/dist/compat/function/ary.mjs +4 -4
  1209. package/dist/compat/function/attempt.d.mts +3 -3
  1210. package/dist/compat/function/attempt.d.ts +3 -3
  1211. package/dist/compat/function/attempt.js +3 -3
  1212. package/dist/compat/function/attempt.mjs +3 -3
  1213. package/dist/compat/function/before.d.mts +3 -3
  1214. package/dist/compat/function/before.d.ts +3 -3
  1215. package/dist/compat/function/before.js +3 -3
  1216. package/dist/compat/function/before.mjs +3 -3
  1217. package/dist/compat/function/bind.d.mts +4 -4
  1218. package/dist/compat/function/bind.d.ts +4 -4
  1219. package/dist/compat/function/bind.js +4 -4
  1220. package/dist/compat/function/bind.mjs +4 -4
  1221. package/dist/compat/function/bindKey.d.mts +4 -4
  1222. package/dist/compat/function/bindKey.d.ts +4 -4
  1223. package/dist/compat/function/bindKey.js +4 -4
  1224. package/dist/compat/function/bindKey.mjs +4 -4
  1225. package/dist/compat/function/curry.d.mts +18 -18
  1226. package/dist/compat/function/curry.d.ts +18 -18
  1227. package/dist/compat/function/curry.js +4 -4
  1228. package/dist/compat/function/curry.mjs +4 -4
  1229. package/dist/compat/function/curryRight.js +4 -4
  1230. package/dist/compat/function/curryRight.mjs +4 -4
  1231. package/dist/compat/function/debounce.d.mts +14 -14
  1232. package/dist/compat/function/debounce.d.ts +14 -14
  1233. package/dist/compat/function/defer.d.mts +3 -3
  1234. package/dist/compat/function/defer.d.ts +3 -3
  1235. package/dist/compat/function/defer.js +3 -3
  1236. package/dist/compat/function/defer.mjs +3 -3
  1237. package/dist/compat/function/delay.d.mts +4 -4
  1238. package/dist/compat/function/delay.d.ts +4 -4
  1239. package/dist/compat/function/delay.js +4 -4
  1240. package/dist/compat/function/delay.mjs +4 -4
  1241. package/dist/compat/function/flip.d.mts +2 -2
  1242. package/dist/compat/function/flip.d.ts +2 -2
  1243. package/dist/compat/function/flip.js +2 -2
  1244. package/dist/compat/function/flip.mjs +2 -2
  1245. package/dist/compat/function/flow.d.mts +8 -8
  1246. package/dist/compat/function/flow.d.ts +8 -8
  1247. package/dist/compat/function/flow.js +2 -2
  1248. package/dist/compat/function/flow.mjs +2 -2
  1249. package/dist/compat/function/flowRight.d.mts +8 -8
  1250. package/dist/compat/function/flowRight.d.ts +8 -8
  1251. package/dist/compat/function/flowRight.js +2 -2
  1252. package/dist/compat/function/flowRight.mjs +2 -2
  1253. package/dist/compat/function/identity.d.mts +4 -4
  1254. package/dist/compat/function/identity.d.ts +4 -4
  1255. package/dist/compat/function/memoize.d.mts +2 -2
  1256. package/dist/compat/function/memoize.d.ts +2 -2
  1257. package/dist/compat/function/memoize.js +2 -2
  1258. package/dist/compat/function/memoize.mjs +2 -2
  1259. package/dist/compat/function/negate.d.mts +2 -2
  1260. package/dist/compat/function/negate.d.ts +2 -2
  1261. package/dist/compat/function/negate.js +2 -2
  1262. package/dist/compat/function/negate.mjs +2 -2
  1263. package/dist/compat/function/noop.d.mts +1 -1
  1264. package/dist/compat/function/noop.d.ts +1 -1
  1265. package/dist/compat/function/noop.js +1 -1
  1266. package/dist/compat/function/noop.mjs +1 -1
  1267. package/dist/compat/function/nthArg.d.mts +2 -2
  1268. package/dist/compat/function/nthArg.d.ts +2 -2
  1269. package/dist/compat/function/nthArg.js +2 -2
  1270. package/dist/compat/function/nthArg.mjs +2 -2
  1271. package/dist/compat/function/overArgs.d.mts +3 -3
  1272. package/dist/compat/function/overArgs.d.ts +3 -3
  1273. package/dist/compat/function/overArgs.js +3 -3
  1274. package/dist/compat/function/overArgs.mjs +3 -3
  1275. package/dist/compat/function/partial.js +3 -3
  1276. package/dist/compat/function/partial.mjs +3 -3
  1277. package/dist/compat/function/partialRight.d.mts +137 -137
  1278. package/dist/compat/function/partialRight.d.ts +137 -137
  1279. package/dist/compat/function/partialRight.js +3 -3
  1280. package/dist/compat/function/partialRight.mjs +3 -3
  1281. package/dist/compat/function/rearg.d.mts +3 -3
  1282. package/dist/compat/function/rearg.d.ts +3 -3
  1283. package/dist/compat/function/rearg.js +3 -3
  1284. package/dist/compat/function/rearg.mjs +3 -3
  1285. package/dist/compat/function/rest.d.mts +3 -3
  1286. package/dist/compat/function/rest.d.ts +3 -3
  1287. package/dist/compat/function/rest.js +3 -3
  1288. package/dist/compat/function/rest.mjs +3 -3
  1289. package/dist/compat/function/spread.d.mts +3 -3
  1290. package/dist/compat/function/spread.d.ts +3 -3
  1291. package/dist/compat/function/spread.js +3 -3
  1292. package/dist/compat/function/spread.mjs +3 -3
  1293. package/dist/compat/function/throttle.d.mts +14 -14
  1294. package/dist/compat/function/throttle.d.ts +14 -14
  1295. package/dist/compat/function/throttle.js +7 -7
  1296. package/dist/compat/function/throttle.mjs +7 -7
  1297. package/dist/compat/function/unary.d.mts +2 -2
  1298. package/dist/compat/function/unary.d.ts +2 -2
  1299. package/dist/compat/function/unary.js +2 -2
  1300. package/dist/compat/function/unary.mjs +2 -2
  1301. package/dist/compat/function/wrap.d.mts +3 -3
  1302. package/dist/compat/function/wrap.d.ts +3 -3
  1303. package/dist/compat/function/wrap.js +3 -3
  1304. package/dist/compat/function/wrap.mjs +3 -3
  1305. package/dist/compat/math/add.d.mts +3 -3
  1306. package/dist/compat/math/add.d.ts +3 -3
  1307. package/dist/compat/math/add.js +3 -3
  1308. package/dist/compat/math/add.mjs +3 -3
  1309. package/dist/compat/math/ceil.d.mts +3 -3
  1310. package/dist/compat/math/ceil.d.ts +3 -3
  1311. package/dist/compat/math/ceil.js +3 -3
  1312. package/dist/compat/math/ceil.mjs +3 -3
  1313. package/dist/compat/math/clamp.d.mts +7 -7
  1314. package/dist/compat/math/clamp.d.ts +7 -7
  1315. package/dist/compat/math/clamp.js +4 -4
  1316. package/dist/compat/math/clamp.mjs +4 -4
  1317. package/dist/compat/math/divide.d.mts +3 -3
  1318. package/dist/compat/math/divide.d.ts +3 -3
  1319. package/dist/compat/math/divide.js +3 -3
  1320. package/dist/compat/math/divide.mjs +3 -3
  1321. package/dist/compat/math/floor.d.mts +3 -3
  1322. package/dist/compat/math/floor.d.ts +3 -3
  1323. package/dist/compat/math/floor.js +3 -3
  1324. package/dist/compat/math/floor.mjs +3 -3
  1325. package/dist/compat/math/inRange.d.mts +4 -4
  1326. package/dist/compat/math/inRange.d.ts +4 -4
  1327. package/dist/compat/math/inRange.js +4 -4
  1328. package/dist/compat/math/inRange.mjs +4 -4
  1329. package/dist/compat/math/max.d.mts +2 -2
  1330. package/dist/compat/math/max.d.ts +2 -2
  1331. package/dist/compat/math/max.js +2 -2
  1332. package/dist/compat/math/max.mjs +2 -2
  1333. package/dist/compat/math/maxBy.d.mts +3 -3
  1334. package/dist/compat/math/maxBy.d.ts +3 -3
  1335. package/dist/compat/math/maxBy.js +3 -3
  1336. package/dist/compat/math/maxBy.mjs +3 -3
  1337. package/dist/compat/math/mean.d.mts +2 -2
  1338. package/dist/compat/math/mean.d.ts +2 -2
  1339. package/dist/compat/math/mean.js +2 -2
  1340. package/dist/compat/math/mean.mjs +2 -2
  1341. package/dist/compat/math/meanBy.d.mts +3 -3
  1342. package/dist/compat/math/meanBy.d.ts +3 -3
  1343. package/dist/compat/math/meanBy.js +3 -3
  1344. package/dist/compat/math/meanBy.mjs +3 -3
  1345. package/dist/compat/math/min.d.mts +2 -2
  1346. package/dist/compat/math/min.d.ts +2 -2
  1347. package/dist/compat/math/min.js +2 -2
  1348. package/dist/compat/math/min.mjs +2 -2
  1349. package/dist/compat/math/minBy.d.mts +3 -3
  1350. package/dist/compat/math/minBy.d.ts +3 -3
  1351. package/dist/compat/math/minBy.js +3 -3
  1352. package/dist/compat/math/minBy.mjs +3 -3
  1353. package/dist/compat/math/multiply.d.mts +3 -3
  1354. package/dist/compat/math/multiply.d.ts +3 -3
  1355. package/dist/compat/math/multiply.js +3 -3
  1356. package/dist/compat/math/multiply.mjs +3 -3
  1357. package/dist/compat/math/parseInt.d.mts +4 -4
  1358. package/dist/compat/math/parseInt.d.ts +4 -4
  1359. package/dist/compat/math/parseInt.js +4 -4
  1360. package/dist/compat/math/parseInt.mjs +4 -4
  1361. package/dist/compat/math/random.d.mts +13 -13
  1362. package/dist/compat/math/random.d.ts +13 -13
  1363. package/dist/compat/math/random.js +4 -4
  1364. package/dist/compat/math/random.mjs +4 -4
  1365. package/dist/compat/math/range.d.mts +8 -8
  1366. package/dist/compat/math/range.d.ts +8 -8
  1367. package/dist/compat/math/range.js +4 -4
  1368. package/dist/compat/math/range.mjs +4 -4
  1369. package/dist/compat/math/rangeRight.d.mts +8 -8
  1370. package/dist/compat/math/rangeRight.d.ts +8 -8
  1371. package/dist/compat/math/rangeRight.js +4 -4
  1372. package/dist/compat/math/rangeRight.mjs +4 -4
  1373. package/dist/compat/math/round.d.mts +3 -3
  1374. package/dist/compat/math/round.d.ts +3 -3
  1375. package/dist/compat/math/round.js +3 -3
  1376. package/dist/compat/math/round.mjs +3 -3
  1377. package/dist/compat/math/subtract.d.mts +3 -3
  1378. package/dist/compat/math/subtract.d.ts +3 -3
  1379. package/dist/compat/math/subtract.js +3 -3
  1380. package/dist/compat/math/subtract.mjs +3 -3
  1381. package/dist/compat/math/sum.d.mts +2 -2
  1382. package/dist/compat/math/sum.d.ts +2 -2
  1383. package/dist/compat/math/sum.js +2 -2
  1384. package/dist/compat/math/sum.mjs +2 -2
  1385. package/dist/compat/math/sumBy.d.mts +3 -3
  1386. package/dist/compat/math/sumBy.d.ts +3 -3
  1387. package/dist/compat/math/sumBy.js +3 -3
  1388. package/dist/compat/math/sumBy.mjs +3 -3
  1389. package/dist/compat/object/assign.d.mts +23 -23
  1390. package/dist/compat/object/assign.d.ts +23 -23
  1391. package/dist/compat/object/assign.js +3 -3
  1392. package/dist/compat/object/assign.mjs +3 -3
  1393. package/dist/compat/object/assignIn.d.mts +23 -23
  1394. package/dist/compat/object/assignIn.d.ts +23 -23
  1395. package/dist/compat/object/assignIn.js +3 -3
  1396. package/dist/compat/object/assignIn.mjs +3 -3
  1397. package/dist/compat/object/assignInWith.d.mts +27 -27
  1398. package/dist/compat/object/assignInWith.d.ts +27 -27
  1399. package/dist/compat/object/assignInWith.js +3 -3
  1400. package/dist/compat/object/assignInWith.mjs +3 -3
  1401. package/dist/compat/object/assignWith.d.mts +27 -27
  1402. package/dist/compat/object/assignWith.d.ts +27 -27
  1403. package/dist/compat/object/assignWith.js +3 -3
  1404. package/dist/compat/object/assignWith.mjs +3 -3
  1405. package/dist/compat/object/at.d.mts +6 -6
  1406. package/dist/compat/object/at.d.ts +6 -6
  1407. package/dist/compat/object/at.js +3 -3
  1408. package/dist/compat/object/at.mjs +3 -3
  1409. package/dist/compat/object/clone.d.mts +3 -3
  1410. package/dist/compat/object/clone.d.ts +3 -3
  1411. package/dist/compat/object/clone.js +3 -3
  1412. package/dist/compat/object/clone.mjs +3 -3
  1413. package/dist/compat/object/cloneDeep.d.mts +3 -3
  1414. package/dist/compat/object/cloneDeep.d.ts +3 -3
  1415. package/dist/compat/object/cloneDeep.js +3 -3
  1416. package/dist/compat/object/cloneDeep.mjs +3 -3
  1417. package/dist/compat/object/cloneDeepWith.d.mts +5 -5
  1418. package/dist/compat/object/cloneDeepWith.d.ts +5 -5
  1419. package/dist/compat/object/cloneDeepWith.js +3 -3
  1420. package/dist/compat/object/cloneDeepWith.mjs +3 -3
  1421. package/dist/compat/object/cloneWith.d.mts +8 -8
  1422. package/dist/compat/object/cloneWith.d.ts +8 -8
  1423. package/dist/compat/object/cloneWith.js +4 -4
  1424. package/dist/compat/object/cloneWith.mjs +4 -4
  1425. package/dist/compat/object/create.d.mts +3 -3
  1426. package/dist/compat/object/create.d.ts +3 -3
  1427. package/dist/compat/object/create.js +3 -3
  1428. package/dist/compat/object/create.mjs +3 -3
  1429. package/dist/compat/object/defaults.d.mts +23 -23
  1430. package/dist/compat/object/defaults.d.ts +23 -23
  1431. package/dist/compat/object/defaults.js +3 -3
  1432. package/dist/compat/object/defaults.mjs +3 -3
  1433. package/dist/compat/object/defaultsDeep.d.mts +3 -3
  1434. package/dist/compat/object/defaultsDeep.d.ts +3 -3
  1435. package/dist/compat/object/defaultsDeep.js +3 -3
  1436. package/dist/compat/object/defaultsDeep.mjs +3 -3
  1437. package/dist/compat/object/findKey.d.mts +3 -3
  1438. package/dist/compat/object/findKey.d.ts +3 -3
  1439. package/dist/compat/object/findKey.js +3 -3
  1440. package/dist/compat/object/findKey.mjs +3 -3
  1441. package/dist/compat/object/findLastKey.d.mts +3 -3
  1442. package/dist/compat/object/findLastKey.d.ts +3 -3
  1443. package/dist/compat/object/findLastKey.js +3 -3
  1444. package/dist/compat/object/findLastKey.mjs +3 -3
  1445. package/dist/compat/object/forIn.d.mts +6 -6
  1446. package/dist/compat/object/forIn.d.ts +6 -6
  1447. package/dist/compat/object/forIn.js +3 -3
  1448. package/dist/compat/object/forIn.mjs +3 -3
  1449. package/dist/compat/object/forInRight.d.mts +6 -6
  1450. package/dist/compat/object/forInRight.d.ts +6 -6
  1451. package/dist/compat/object/forInRight.js +3 -3
  1452. package/dist/compat/object/forInRight.mjs +3 -3
  1453. package/dist/compat/object/forOwn.d.mts +4 -4
  1454. package/dist/compat/object/forOwn.d.ts +4 -4
  1455. package/dist/compat/object/forOwn.js +2 -2
  1456. package/dist/compat/object/forOwn.mjs +2 -2
  1457. package/dist/compat/object/forOwnRight.d.mts +4 -4
  1458. package/dist/compat/object/forOwnRight.d.ts +4 -4
  1459. package/dist/compat/object/forOwnRight.js +2 -2
  1460. package/dist/compat/object/forOwnRight.mjs +2 -2
  1461. package/dist/compat/object/fromPairs.d.mts +4 -4
  1462. package/dist/compat/object/fromPairs.d.ts +4 -4
  1463. package/dist/compat/object/fromPairs.js +2 -2
  1464. package/dist/compat/object/fromPairs.mjs +2 -2
  1465. package/dist/compat/object/functions.d.mts +2 -2
  1466. package/dist/compat/object/functions.d.ts +2 -2
  1467. package/dist/compat/object/functions.js +2 -2
  1468. package/dist/compat/object/functions.mjs +2 -2
  1469. package/dist/compat/object/functionsIn.d.mts +2 -2
  1470. package/dist/compat/object/functionsIn.d.ts +2 -2
  1471. package/dist/compat/object/functionsIn.js +2 -2
  1472. package/dist/compat/object/functionsIn.mjs +2 -2
  1473. package/dist/compat/object/get.d.mts +68 -68
  1474. package/dist/compat/object/get.d.ts +68 -68
  1475. package/dist/compat/object/get.js +4 -4
  1476. package/dist/compat/object/get.mjs +4 -4
  1477. package/dist/compat/object/has.d.mts +6 -6
  1478. package/dist/compat/object/has.d.ts +6 -6
  1479. package/dist/compat/object/has.js +3 -3
  1480. package/dist/compat/object/has.mjs +3 -3
  1481. package/dist/compat/object/hasIn.d.mts +3 -3
  1482. package/dist/compat/object/hasIn.d.ts +3 -3
  1483. package/dist/compat/object/hasIn.js +3 -3
  1484. package/dist/compat/object/hasIn.mjs +3 -3
  1485. package/dist/compat/object/invert.d.mts +2 -2
  1486. package/dist/compat/object/invert.d.ts +2 -2
  1487. package/dist/compat/object/invert.js +2 -2
  1488. package/dist/compat/object/invert.mjs +2 -2
  1489. package/dist/compat/object/invertBy.d.mts +6 -6
  1490. package/dist/compat/object/invertBy.d.ts +6 -6
  1491. package/dist/compat/object/invertBy.js +3 -3
  1492. package/dist/compat/object/invertBy.mjs +3 -3
  1493. package/dist/compat/object/keys.d.mts +2 -2
  1494. package/dist/compat/object/keys.d.ts +2 -2
  1495. package/dist/compat/object/keys.js +2 -2
  1496. package/dist/compat/object/keys.mjs +2 -2
  1497. package/dist/compat/object/keysIn.d.mts +2 -2
  1498. package/dist/compat/object/keysIn.d.ts +2 -2
  1499. package/dist/compat/object/keysIn.js +2 -2
  1500. package/dist/compat/object/keysIn.mjs +2 -2
  1501. package/dist/compat/object/mapKeys.d.mts +6 -6
  1502. package/dist/compat/object/mapKeys.d.ts +6 -6
  1503. package/dist/compat/object/mapKeys.js +3 -3
  1504. package/dist/compat/object/mapKeys.mjs +3 -3
  1505. package/dist/compat/object/mapValues.js +3 -3
  1506. package/dist/compat/object/mapValues.mjs +3 -3
  1507. package/dist/compat/object/merge.d.mts +21 -21
  1508. package/dist/compat/object/merge.d.ts +21 -21
  1509. package/dist/compat/object/merge.js +3 -3
  1510. package/dist/compat/object/merge.mjs +3 -3
  1511. package/dist/compat/object/mergeWith.d.mts +25 -25
  1512. package/dist/compat/object/mergeWith.d.ts +25 -25
  1513. package/dist/compat/object/mergeWith.js +3 -3
  1514. package/dist/compat/object/mergeWith.mjs +3 -3
  1515. package/dist/compat/object/omit.d.mts +9 -9
  1516. package/dist/compat/object/omit.d.ts +9 -9
  1517. package/dist/compat/object/omit.js +3 -3
  1518. package/dist/compat/object/omit.mjs +3 -3
  1519. package/dist/compat/object/omitBy.d.mts +9 -9
  1520. package/dist/compat/object/omitBy.d.ts +9 -9
  1521. package/dist/compat/object/omitBy.js +3 -3
  1522. package/dist/compat/object/omitBy.mjs +3 -3
  1523. package/dist/compat/object/pick.d.mts +6 -6
  1524. package/dist/compat/object/pick.d.ts +6 -6
  1525. package/dist/compat/object/pick.js +4 -3
  1526. package/dist/compat/object/pick.mjs +4 -3
  1527. package/dist/compat/object/pickBy.d.mts +15 -15
  1528. package/dist/compat/object/pickBy.d.ts +15 -15
  1529. package/dist/compat/object/pickBy.js +3 -3
  1530. package/dist/compat/object/pickBy.mjs +3 -3
  1531. package/dist/compat/object/property.js +2 -2
  1532. package/dist/compat/object/property.mjs +2 -2
  1533. package/dist/compat/object/propertyOf.js +2 -2
  1534. package/dist/compat/object/propertyOf.mjs +2 -2
  1535. package/dist/compat/object/result.d.mts +4 -4
  1536. package/dist/compat/object/result.d.ts +4 -4
  1537. package/dist/compat/object/result.js +4 -4
  1538. package/dist/compat/object/result.mjs +4 -4
  1539. package/dist/compat/object/set.d.mts +8 -8
  1540. package/dist/compat/object/set.d.ts +8 -8
  1541. package/dist/compat/object/set.js +4 -4
  1542. package/dist/compat/object/set.mjs +4 -4
  1543. package/dist/compat/object/setWith.d.mts +10 -10
  1544. package/dist/compat/object/setWith.d.ts +10 -10
  1545. package/dist/compat/object/setWith.js +5 -5
  1546. package/dist/compat/object/setWith.mjs +5 -5
  1547. package/dist/compat/object/toDefaulted.d.mts +23 -23
  1548. package/dist/compat/object/toDefaulted.d.ts +23 -23
  1549. package/dist/compat/object/toDefaulted.js +3 -3
  1550. package/dist/compat/object/toDefaulted.mjs +3 -3
  1551. package/dist/compat/object/toPairs.d.mts +4 -4
  1552. package/dist/compat/object/toPairs.d.ts +4 -4
  1553. package/dist/compat/object/toPairs.js +2 -2
  1554. package/dist/compat/object/toPairs.mjs +2 -2
  1555. package/dist/compat/object/toPairsIn.d.mts +4 -4
  1556. package/dist/compat/object/toPairsIn.d.ts +4 -4
  1557. package/dist/compat/object/toPairsIn.js +2 -2
  1558. package/dist/compat/object/toPairsIn.mjs +2 -2
  1559. package/dist/compat/object/transform.d.mts +16 -16
  1560. package/dist/compat/object/transform.d.ts +16 -16
  1561. package/dist/compat/object/transform.js +4 -4
  1562. package/dist/compat/object/transform.mjs +4 -4
  1563. package/dist/compat/object/unset.d.mts +3 -3
  1564. package/dist/compat/object/unset.d.ts +3 -3
  1565. package/dist/compat/object/unset.js +3 -3
  1566. package/dist/compat/object/unset.mjs +3 -3
  1567. package/dist/compat/object/update.d.mts +4 -4
  1568. package/dist/compat/object/update.d.ts +4 -4
  1569. package/dist/compat/object/update.js +4 -4
  1570. package/dist/compat/object/update.mjs +4 -4
  1571. package/dist/compat/object/updateWith.d.mts +10 -10
  1572. package/dist/compat/object/updateWith.d.ts +10 -10
  1573. package/dist/compat/object/updateWith.js +5 -5
  1574. package/dist/compat/object/updateWith.mjs +5 -5
  1575. package/dist/compat/object/values.d.mts +6 -6
  1576. package/dist/compat/object/values.d.ts +6 -6
  1577. package/dist/compat/object/values.js +2 -2
  1578. package/dist/compat/object/values.mjs +2 -2
  1579. package/dist/compat/object/valuesIn.d.mts +4 -4
  1580. package/dist/compat/object/valuesIn.d.ts +4 -4
  1581. package/dist/compat/object/valuesIn.js +2 -2
  1582. package/dist/compat/object/valuesIn.mjs +2 -2
  1583. package/dist/compat/predicate/conforms.d.mts +2 -2
  1584. package/dist/compat/predicate/conforms.d.ts +2 -2
  1585. package/dist/compat/predicate/conforms.js +2 -2
  1586. package/dist/compat/predicate/conforms.mjs +2 -2
  1587. package/dist/compat/predicate/conformsTo.d.mts +3 -3
  1588. package/dist/compat/predicate/conformsTo.d.ts +3 -3
  1589. package/dist/compat/predicate/conformsTo.js +3 -3
  1590. package/dist/compat/predicate/conformsTo.mjs +3 -3
  1591. package/dist/compat/predicate/isArguments.d.mts +2 -2
  1592. package/dist/compat/predicate/isArguments.d.ts +2 -2
  1593. package/dist/compat/predicate/isArguments.js +2 -2
  1594. package/dist/compat/predicate/isArguments.mjs +2 -2
  1595. package/dist/compat/predicate/isArray.d.mts +4 -4
  1596. package/dist/compat/predicate/isArray.d.ts +4 -4
  1597. package/dist/compat/predicate/isArray.js +2 -2
  1598. package/dist/compat/predicate/isArray.mjs +2 -2
  1599. package/dist/compat/predicate/isArrayBuffer.d.mts +2 -2
  1600. package/dist/compat/predicate/isArrayBuffer.d.ts +2 -2
  1601. package/dist/compat/predicate/isArrayBuffer.js +2 -2
  1602. package/dist/compat/predicate/isArrayBuffer.mjs +2 -2
  1603. package/dist/compat/predicate/isArrayLike.d.mts +6 -6
  1604. package/dist/compat/predicate/isArrayLike.d.ts +6 -6
  1605. package/dist/compat/predicate/isArrayLike.js +2 -2
  1606. package/dist/compat/predicate/isArrayLike.mjs +2 -2
  1607. package/dist/compat/predicate/isArrayLikeObject.js +2 -2
  1608. package/dist/compat/predicate/isArrayLikeObject.mjs +2 -2
  1609. package/dist/compat/predicate/isBoolean.d.mts +2 -2
  1610. package/dist/compat/predicate/isBoolean.d.ts +2 -2
  1611. package/dist/compat/predicate/isBoolean.js +2 -2
  1612. package/dist/compat/predicate/isBoolean.mjs +2 -2
  1613. package/dist/compat/predicate/isBuffer.d.mts +2 -2
  1614. package/dist/compat/predicate/isBuffer.d.ts +2 -2
  1615. package/dist/compat/predicate/isBuffer.js +2 -2
  1616. package/dist/compat/predicate/isBuffer.mjs +2 -2
  1617. package/dist/compat/predicate/isDate.d.mts +2 -2
  1618. package/dist/compat/predicate/isDate.d.ts +2 -2
  1619. package/dist/compat/predicate/isDate.js +2 -2
  1620. package/dist/compat/predicate/isDate.mjs +2 -2
  1621. package/dist/compat/predicate/isElement.d.mts +2 -2
  1622. package/dist/compat/predicate/isElement.d.ts +2 -2
  1623. package/dist/compat/predicate/isElement.js +2 -2
  1624. package/dist/compat/predicate/isElement.mjs +2 -2
  1625. package/dist/compat/predicate/isEmpty.js +3 -3
  1626. package/dist/compat/predicate/isEmpty.mjs +3 -3
  1627. package/dist/compat/predicate/isEqualWith.d.mts +4 -4
  1628. package/dist/compat/predicate/isEqualWith.d.ts +4 -4
  1629. package/dist/compat/predicate/isEqualWith.js +4 -4
  1630. package/dist/compat/predicate/isEqualWith.mjs +4 -4
  1631. package/dist/compat/predicate/isError.d.mts +2 -2
  1632. package/dist/compat/predicate/isError.d.ts +2 -2
  1633. package/dist/compat/predicate/isError.js +2 -2
  1634. package/dist/compat/predicate/isError.mjs +2 -2
  1635. package/dist/compat/predicate/isFinite.d.mts +2 -2
  1636. package/dist/compat/predicate/isFinite.d.ts +2 -2
  1637. package/dist/compat/predicate/isFinite.js +2 -2
  1638. package/dist/compat/predicate/isFinite.mjs +2 -2
  1639. package/dist/compat/predicate/isFunction.d.mts +2 -2
  1640. package/dist/compat/predicate/isFunction.d.ts +2 -2
  1641. package/dist/compat/predicate/isFunction.js +2 -2
  1642. package/dist/compat/predicate/isFunction.mjs +2 -2
  1643. package/dist/compat/predicate/isInteger.d.mts +2 -2
  1644. package/dist/compat/predicate/isInteger.d.ts +2 -2
  1645. package/dist/compat/predicate/isInteger.js +2 -2
  1646. package/dist/compat/predicate/isInteger.mjs +2 -2
  1647. package/dist/compat/predicate/isLength.d.mts +2 -2
  1648. package/dist/compat/predicate/isLength.d.ts +2 -2
  1649. package/dist/compat/predicate/isLength.js +2 -2
  1650. package/dist/compat/predicate/isLength.mjs +2 -2
  1651. package/dist/compat/predicate/isMap.d.mts +2 -2
  1652. package/dist/compat/predicate/isMap.d.ts +2 -2
  1653. package/dist/compat/predicate/isMap.js +2 -2
  1654. package/dist/compat/predicate/isMap.mjs +2 -2
  1655. package/dist/compat/predicate/isMatch.d.mts +3 -3
  1656. package/dist/compat/predicate/isMatch.d.ts +3 -3
  1657. package/dist/compat/predicate/isMatch.js +3 -3
  1658. package/dist/compat/predicate/isMatch.mjs +3 -3
  1659. package/dist/compat/predicate/isMatchWith.d.mts +4 -4
  1660. package/dist/compat/predicate/isMatchWith.d.ts +4 -4
  1661. package/dist/compat/predicate/isMatchWith.js +4 -4
  1662. package/dist/compat/predicate/isMatchWith.mjs +4 -4
  1663. package/dist/compat/predicate/isNaN.d.mts +2 -2
  1664. package/dist/compat/predicate/isNaN.d.ts +2 -2
  1665. package/dist/compat/predicate/isNaN.js +2 -2
  1666. package/dist/compat/predicate/isNaN.mjs +2 -2
  1667. package/dist/compat/predicate/isNative.d.mts +2 -2
  1668. package/dist/compat/predicate/isNative.d.ts +2 -2
  1669. package/dist/compat/predicate/isNative.js +2 -2
  1670. package/dist/compat/predicate/isNative.mjs +2 -2
  1671. package/dist/compat/predicate/isNil.d.mts +2 -2
  1672. package/dist/compat/predicate/isNil.d.ts +2 -2
  1673. package/dist/compat/predicate/isNil.js +2 -2
  1674. package/dist/compat/predicate/isNil.mjs +2 -2
  1675. package/dist/compat/predicate/isNull.d.mts +2 -2
  1676. package/dist/compat/predicate/isNull.d.ts +2 -2
  1677. package/dist/compat/predicate/isNull.js +2 -2
  1678. package/dist/compat/predicate/isNull.mjs +2 -2
  1679. package/dist/compat/predicate/isNumber.d.mts +2 -2
  1680. package/dist/compat/predicate/isNumber.d.ts +2 -2
  1681. package/dist/compat/predicate/isNumber.js +2 -2
  1682. package/dist/compat/predicate/isNumber.mjs +2 -2
  1683. package/dist/compat/predicate/isObject.d.mts +2 -2
  1684. package/dist/compat/predicate/isObject.d.ts +2 -2
  1685. package/dist/compat/predicate/isObject.js +2 -2
  1686. package/dist/compat/predicate/isObject.mjs +2 -2
  1687. package/dist/compat/predicate/isObjectLike.d.mts +2 -2
  1688. package/dist/compat/predicate/isObjectLike.d.ts +2 -2
  1689. package/dist/compat/predicate/isObjectLike.js +2 -2
  1690. package/dist/compat/predicate/isObjectLike.mjs +2 -2
  1691. package/dist/compat/predicate/isPlainObject.d.mts +2 -2
  1692. package/dist/compat/predicate/isPlainObject.d.ts +2 -2
  1693. package/dist/compat/predicate/isPlainObject.js +2 -2
  1694. package/dist/compat/predicate/isPlainObject.mjs +2 -2
  1695. package/dist/compat/predicate/isRegExp.d.mts +2 -2
  1696. package/dist/compat/predicate/isRegExp.d.ts +2 -2
  1697. package/dist/compat/predicate/isRegExp.js +2 -2
  1698. package/dist/compat/predicate/isRegExp.mjs +2 -2
  1699. package/dist/compat/predicate/isSafeInteger.d.mts +2 -2
  1700. package/dist/compat/predicate/isSafeInteger.d.ts +2 -2
  1701. package/dist/compat/predicate/isSafeInteger.js +2 -2
  1702. package/dist/compat/predicate/isSafeInteger.mjs +2 -2
  1703. package/dist/compat/predicate/isSet.d.mts +2 -2
  1704. package/dist/compat/predicate/isSet.d.ts +2 -2
  1705. package/dist/compat/predicate/isSet.js +2 -2
  1706. package/dist/compat/predicate/isSet.mjs +2 -2
  1707. package/dist/compat/predicate/isString.d.mts +2 -2
  1708. package/dist/compat/predicate/isString.d.ts +2 -2
  1709. package/dist/compat/predicate/isString.js +2 -2
  1710. package/dist/compat/predicate/isString.mjs +2 -2
  1711. package/dist/compat/predicate/isSymbol.d.mts +2 -2
  1712. package/dist/compat/predicate/isSymbol.d.ts +2 -2
  1713. package/dist/compat/predicate/isSymbol.js +2 -2
  1714. package/dist/compat/predicate/isSymbol.mjs +2 -2
  1715. package/dist/compat/predicate/isTypedArray.d.mts +2 -2
  1716. package/dist/compat/predicate/isTypedArray.d.ts +2 -2
  1717. package/dist/compat/predicate/isTypedArray.js +2 -2
  1718. package/dist/compat/predicate/isTypedArray.mjs +2 -2
  1719. package/dist/compat/predicate/isUndefined.d.mts +2 -2
  1720. package/dist/compat/predicate/isUndefined.d.ts +2 -2
  1721. package/dist/compat/predicate/isUndefined.js +2 -2
  1722. package/dist/compat/predicate/isUndefined.mjs +2 -2
  1723. package/dist/compat/predicate/isWeakMap.d.mts +2 -2
  1724. package/dist/compat/predicate/isWeakMap.d.ts +2 -2
  1725. package/dist/compat/predicate/isWeakMap.js +2 -2
  1726. package/dist/compat/predicate/isWeakMap.mjs +2 -2
  1727. package/dist/compat/predicate/isWeakSet.d.mts +2 -2
  1728. package/dist/compat/predicate/isWeakSet.d.ts +2 -2
  1729. package/dist/compat/predicate/isWeakSet.js +2 -2
  1730. package/dist/compat/predicate/isWeakSet.mjs +2 -2
  1731. package/dist/compat/predicate/matches.d.mts +4 -4
  1732. package/dist/compat/predicate/matches.d.ts +4 -4
  1733. package/dist/compat/predicate/matches.js +2 -2
  1734. package/dist/compat/predicate/matches.mjs +2 -2
  1735. package/dist/compat/predicate/matchesProperty.d.mts +6 -6
  1736. package/dist/compat/predicate/matchesProperty.d.ts +6 -6
  1737. package/dist/compat/predicate/matchesProperty.js +3 -3
  1738. package/dist/compat/predicate/matchesProperty.mjs +3 -3
  1739. package/dist/compat/string/camelCase.d.mts +2 -2
  1740. package/dist/compat/string/camelCase.d.ts +2 -2
  1741. package/dist/compat/string/camelCase.js +2 -2
  1742. package/dist/compat/string/camelCase.mjs +2 -2
  1743. package/dist/compat/string/capitalize.d.mts +2 -2
  1744. package/dist/compat/string/capitalize.d.ts +2 -2
  1745. package/dist/compat/string/capitalize.js +2 -2
  1746. package/dist/compat/string/capitalize.mjs +2 -2
  1747. package/dist/compat/string/deburr.d.mts +2 -2
  1748. package/dist/compat/string/deburr.d.ts +2 -2
  1749. package/dist/compat/string/deburr.js +2 -2
  1750. package/dist/compat/string/deburr.mjs +2 -2
  1751. package/dist/compat/string/endsWith.d.mts +4 -4
  1752. package/dist/compat/string/endsWith.d.ts +4 -4
  1753. package/dist/compat/string/endsWith.js +4 -4
  1754. package/dist/compat/string/endsWith.mjs +4 -4
  1755. package/dist/compat/string/escape.d.mts +2 -2
  1756. package/dist/compat/string/escape.d.ts +2 -2
  1757. package/dist/compat/string/escape.js +2 -2
  1758. package/dist/compat/string/escape.mjs +2 -2
  1759. package/dist/compat/string/escapeRegExp.d.mts +2 -2
  1760. package/dist/compat/string/escapeRegExp.d.ts +2 -2
  1761. package/dist/compat/string/escapeRegExp.js +2 -2
  1762. package/dist/compat/string/escapeRegExp.mjs +2 -2
  1763. package/dist/compat/string/kebabCase.d.mts +2 -2
  1764. package/dist/compat/string/kebabCase.d.ts +2 -2
  1765. package/dist/compat/string/kebabCase.js +2 -2
  1766. package/dist/compat/string/kebabCase.mjs +2 -2
  1767. package/dist/compat/string/lowerCase.d.mts +2 -2
  1768. package/dist/compat/string/lowerCase.d.ts +2 -2
  1769. package/dist/compat/string/lowerCase.js +2 -2
  1770. package/dist/compat/string/lowerCase.mjs +2 -2
  1771. package/dist/compat/string/lowerFirst.d.mts +2 -2
  1772. package/dist/compat/string/lowerFirst.d.ts +2 -2
  1773. package/dist/compat/string/lowerFirst.js +2 -2
  1774. package/dist/compat/string/lowerFirst.mjs +2 -2
  1775. package/dist/compat/string/pad.d.mts +4 -4
  1776. package/dist/compat/string/pad.d.ts +4 -4
  1777. package/dist/compat/string/pad.js +4 -4
  1778. package/dist/compat/string/pad.mjs +4 -4
  1779. package/dist/compat/string/padEnd.d.mts +4 -4
  1780. package/dist/compat/string/padEnd.d.ts +4 -4
  1781. package/dist/compat/string/padEnd.js +4 -4
  1782. package/dist/compat/string/padEnd.mjs +4 -4
  1783. package/dist/compat/string/padStart.d.mts +4 -4
  1784. package/dist/compat/string/padStart.d.ts +4 -4
  1785. package/dist/compat/string/padStart.js +4 -4
  1786. package/dist/compat/string/padStart.mjs +4 -4
  1787. package/dist/compat/string/repeat.d.mts +3 -3
  1788. package/dist/compat/string/repeat.d.ts +3 -3
  1789. package/dist/compat/string/repeat.js +3 -3
  1790. package/dist/compat/string/repeat.mjs +3 -3
  1791. package/dist/compat/string/replace.js +1 -1
  1792. package/dist/compat/string/replace.mjs +1 -1
  1793. package/dist/compat/string/snakeCase.d.mts +2 -2
  1794. package/dist/compat/string/snakeCase.d.ts +2 -2
  1795. package/dist/compat/string/snakeCase.js +2 -2
  1796. package/dist/compat/string/snakeCase.mjs +2 -2
  1797. package/dist/compat/string/split.d.mts +8 -8
  1798. package/dist/compat/string/split.d.ts +8 -8
  1799. package/dist/compat/string/startCase.d.mts +2 -2
  1800. package/dist/compat/string/startCase.d.ts +2 -2
  1801. package/dist/compat/string/startCase.js +2 -2
  1802. package/dist/compat/string/startCase.mjs +2 -2
  1803. package/dist/compat/string/startsWith.d.mts +4 -4
  1804. package/dist/compat/string/startsWith.d.ts +4 -4
  1805. package/dist/compat/string/startsWith.js +4 -4
  1806. package/dist/compat/string/startsWith.mjs +4 -4
  1807. package/dist/compat/string/template.js +10 -10
  1808. package/dist/compat/string/template.mjs +10 -10
  1809. package/dist/compat/string/toLower.d.mts +2 -2
  1810. package/dist/compat/string/toLower.d.ts +2 -2
  1811. package/dist/compat/string/toLower.js +2 -2
  1812. package/dist/compat/string/toLower.mjs +2 -2
  1813. package/dist/compat/string/toUpper.d.mts +2 -2
  1814. package/dist/compat/string/toUpper.d.ts +2 -2
  1815. package/dist/compat/string/toUpper.js +2 -2
  1816. package/dist/compat/string/toUpper.mjs +2 -2
  1817. package/dist/compat/string/trim.d.mts +6 -6
  1818. package/dist/compat/string/trim.d.ts +6 -6
  1819. package/dist/compat/string/trimEnd.d.mts +7 -7
  1820. package/dist/compat/string/trimEnd.d.ts +7 -7
  1821. package/dist/compat/string/trimEnd.js +4 -4
  1822. package/dist/compat/string/trimEnd.mjs +4 -4
  1823. package/dist/compat/string/trimStart.d.mts +7 -7
  1824. package/dist/compat/string/trimStart.d.ts +7 -7
  1825. package/dist/compat/string/trimStart.js +4 -4
  1826. package/dist/compat/string/trimStart.mjs +4 -4
  1827. package/dist/compat/string/truncate.d.mts +5 -5
  1828. package/dist/compat/string/truncate.d.ts +5 -5
  1829. package/dist/compat/string/truncate.js +5 -5
  1830. package/dist/compat/string/truncate.mjs +5 -5
  1831. package/dist/compat/string/unescape.d.mts +2 -2
  1832. package/dist/compat/string/unescape.d.ts +2 -2
  1833. package/dist/compat/string/unescape.js +2 -2
  1834. package/dist/compat/string/unescape.mjs +2 -2
  1835. package/dist/compat/string/upperCase.d.mts +2 -2
  1836. package/dist/compat/string/upperCase.d.ts +2 -2
  1837. package/dist/compat/string/upperCase.js +2 -2
  1838. package/dist/compat/string/upperCase.mjs +2 -2
  1839. package/dist/compat/string/upperFirst.d.mts +2 -2
  1840. package/dist/compat/string/upperFirst.d.ts +2 -2
  1841. package/dist/compat/string/upperFirst.js +2 -2
  1842. package/dist/compat/string/upperFirst.mjs +2 -2
  1843. package/dist/compat/string/words.d.mts +6 -6
  1844. package/dist/compat/string/words.d.ts +6 -6
  1845. package/dist/compat/string/words.js +3 -3
  1846. package/dist/compat/string/words.mjs +3 -3
  1847. package/dist/compat/util/bindAll.d.mts +3 -3
  1848. package/dist/compat/util/bindAll.d.ts +3 -3
  1849. package/dist/compat/util/bindAll.js +3 -3
  1850. package/dist/compat/util/bindAll.mjs +3 -3
  1851. package/dist/compat/util/cond.d.mts +4 -4
  1852. package/dist/compat/util/cond.d.ts +4 -4
  1853. package/dist/compat/util/constant.d.mts +2 -2
  1854. package/dist/compat/util/constant.d.ts +2 -2
  1855. package/dist/compat/util/constant.js +2 -2
  1856. package/dist/compat/util/constant.mjs +2 -2
  1857. package/dist/compat/util/defaultTo.d.mts +6 -6
  1858. package/dist/compat/util/defaultTo.d.ts +6 -6
  1859. package/dist/compat/util/defaultTo.js +3 -3
  1860. package/dist/compat/util/defaultTo.mjs +3 -3
  1861. package/dist/compat/util/gt.d.mts +3 -3
  1862. package/dist/compat/util/gt.d.ts +3 -3
  1863. package/dist/compat/util/gt.js +3 -3
  1864. package/dist/compat/util/gt.mjs +3 -3
  1865. package/dist/compat/util/gte.d.mts +3 -3
  1866. package/dist/compat/util/gte.d.ts +3 -3
  1867. package/dist/compat/util/gte.js +3 -3
  1868. package/dist/compat/util/gte.mjs +3 -3
  1869. package/dist/compat/util/invoke.d.mts +4 -4
  1870. package/dist/compat/util/invoke.d.ts +4 -4
  1871. package/dist/compat/util/invoke.js +4 -4
  1872. package/dist/compat/util/invoke.mjs +4 -4
  1873. package/dist/compat/util/iteratee.d.mts +4 -4
  1874. package/dist/compat/util/iteratee.d.ts +4 -4
  1875. package/dist/compat/util/iteratee.js +2 -2
  1876. package/dist/compat/util/iteratee.mjs +2 -2
  1877. package/dist/compat/util/lt.d.mts +3 -3
  1878. package/dist/compat/util/lt.d.ts +3 -3
  1879. package/dist/compat/util/lt.js +3 -3
  1880. package/dist/compat/util/lt.mjs +3 -3
  1881. package/dist/compat/util/lte.d.mts +3 -3
  1882. package/dist/compat/util/lte.d.ts +3 -3
  1883. package/dist/compat/util/lte.js +3 -3
  1884. package/dist/compat/util/lte.mjs +3 -3
  1885. package/dist/compat/util/method.d.mts +3 -3
  1886. package/dist/compat/util/method.d.ts +3 -3
  1887. package/dist/compat/util/method.js +3 -3
  1888. package/dist/compat/util/method.mjs +3 -3
  1889. package/dist/compat/util/methodOf.d.mts +3 -3
  1890. package/dist/compat/util/methodOf.d.ts +3 -3
  1891. package/dist/compat/util/methodOf.js +3 -3
  1892. package/dist/compat/util/methodOf.mjs +3 -3
  1893. package/dist/compat/util/now.d.mts +1 -1
  1894. package/dist/compat/util/now.d.ts +1 -1
  1895. package/dist/compat/util/now.js +1 -1
  1896. package/dist/compat/util/now.mjs +1 -1
  1897. package/dist/compat/util/over.d.mts +2 -2
  1898. package/dist/compat/util/over.d.ts +2 -2
  1899. package/dist/compat/util/over.js +2 -2
  1900. package/dist/compat/util/over.mjs +2 -2
  1901. package/dist/compat/util/overEvery.d.mts +5 -5
  1902. package/dist/compat/util/overEvery.d.ts +5 -5
  1903. package/dist/compat/util/overEvery.js +2 -2
  1904. package/dist/compat/util/overEvery.mjs +2 -2
  1905. package/dist/compat/util/overSome.d.mts +5 -5
  1906. package/dist/compat/util/overSome.d.ts +5 -5
  1907. package/dist/compat/util/overSome.js +2 -2
  1908. package/dist/compat/util/overSome.mjs +2 -2
  1909. package/dist/compat/util/stubArray.d.mts +1 -1
  1910. package/dist/compat/util/stubArray.d.ts +1 -1
  1911. package/dist/compat/util/stubFalse.d.mts +2 -2
  1912. package/dist/compat/util/stubFalse.d.ts +2 -2
  1913. package/dist/compat/util/stubObject.d.mts +1 -1
  1914. package/dist/compat/util/stubObject.d.ts +1 -1
  1915. package/dist/compat/util/stubObject.js +1 -1
  1916. package/dist/compat/util/stubObject.mjs +1 -1
  1917. package/dist/compat/util/stubString.d.mts +1 -1
  1918. package/dist/compat/util/stubString.d.ts +1 -1
  1919. package/dist/compat/util/stubTrue.d.mts +2 -2
  1920. package/dist/compat/util/stubTrue.d.ts +2 -2
  1921. package/dist/compat/util/times.d.mts +5 -5
  1922. package/dist/compat/util/times.d.ts +5 -5
  1923. package/dist/compat/util/times.js +3 -3
  1924. package/dist/compat/util/times.mjs +3 -3
  1925. package/dist/compat/util/toArray.d.mts +5 -5
  1926. package/dist/compat/util/toArray.d.ts +5 -5
  1927. package/dist/compat/util/toArray.js +2 -2
  1928. package/dist/compat/util/toArray.mjs +2 -2
  1929. package/dist/compat/util/toFinite.d.mts +2 -2
  1930. package/dist/compat/util/toFinite.d.ts +2 -2
  1931. package/dist/compat/util/toFinite.js +2 -2
  1932. package/dist/compat/util/toFinite.mjs +2 -2
  1933. package/dist/compat/util/toInteger.d.mts +2 -2
  1934. package/dist/compat/util/toInteger.d.ts +2 -2
  1935. package/dist/compat/util/toInteger.js +2 -2
  1936. package/dist/compat/util/toInteger.mjs +2 -2
  1937. package/dist/compat/util/toLength.d.mts +4 -3
  1938. package/dist/compat/util/toLength.d.ts +4 -3
  1939. package/dist/compat/util/toLength.js +6 -5
  1940. package/dist/compat/util/toLength.mjs +6 -4
  1941. package/dist/compat/util/toNumber.d.mts +2 -2
  1942. package/dist/compat/util/toNumber.d.ts +2 -2
  1943. package/dist/compat/util/toNumber.js +2 -2
  1944. package/dist/compat/util/toNumber.mjs +2 -2
  1945. package/dist/compat/util/toPath.d.mts +2 -2
  1946. package/dist/compat/util/toPath.d.ts +2 -2
  1947. package/dist/compat/util/toPath.js +2 -2
  1948. package/dist/compat/util/toPath.mjs +2 -2
  1949. package/dist/compat/util/toPlainObject.d.mts +2 -2
  1950. package/dist/compat/util/toPlainObject.d.ts +2 -2
  1951. package/dist/compat/util/toPlainObject.js +2 -2
  1952. package/dist/compat/util/toPlainObject.mjs +2 -2
  1953. package/dist/compat/util/toSafeInteger.d.mts +2 -2
  1954. package/dist/compat/util/toSafeInteger.d.ts +2 -2
  1955. package/dist/compat/util/toSafeInteger.js +2 -2
  1956. package/dist/compat/util/toSafeInteger.mjs +2 -2
  1957. package/dist/compat/util/toString.d.mts +2 -2
  1958. package/dist/compat/util/toString.d.ts +2 -2
  1959. package/dist/compat/util/toString.js +2 -2
  1960. package/dist/compat/util/toString.mjs +2 -2
  1961. package/dist/compat/util/uniqueId.d.mts +2 -2
  1962. package/dist/compat/util/uniqueId.d.ts +2 -2
  1963. package/dist/compat/util/uniqueId.js +2 -2
  1964. package/dist/compat/util/uniqueId.mjs +2 -2
  1965. package/dist/function/after.d.mts +3 -3
  1966. package/dist/function/after.d.ts +3 -3
  1967. package/dist/function/after.js +3 -3
  1968. package/dist/function/after.mjs +3 -3
  1969. package/dist/function/ary.d.mts +3 -3
  1970. package/dist/function/ary.d.ts +3 -3
  1971. package/dist/function/ary.js +3 -3
  1972. package/dist/function/ary.mjs +3 -3
  1973. package/dist/function/asyncNoop.d.mts +1 -1
  1974. package/dist/function/asyncNoop.d.ts +1 -1
  1975. package/dist/function/asyncNoop.js +1 -1
  1976. package/dist/function/asyncNoop.mjs +1 -1
  1977. package/dist/function/before.d.mts +3 -3
  1978. package/dist/function/before.d.ts +3 -3
  1979. package/dist/function/before.js +3 -3
  1980. package/dist/function/before.mjs +3 -3
  1981. package/dist/function/curry.d.mts +14 -14
  1982. package/dist/function/curry.d.ts +14 -14
  1983. package/dist/function/curry.js +2 -2
  1984. package/dist/function/curry.mjs +2 -2
  1985. package/dist/function/curryRight.d.mts +14 -14
  1986. package/dist/function/curryRight.d.ts +14 -14
  1987. package/dist/function/curryRight.js +2 -2
  1988. package/dist/function/curryRight.mjs +2 -2
  1989. package/dist/function/debounce.d.mts +4 -6
  1990. package/dist/function/debounce.d.ts +4 -6
  1991. package/dist/function/debounce.js +4 -4
  1992. package/dist/function/debounce.mjs +4 -4
  1993. package/dist/function/flow.d.mts +24 -24
  1994. package/dist/function/flow.d.ts +24 -24
  1995. package/dist/function/flow.js +2 -2
  1996. package/dist/function/flow.mjs +2 -2
  1997. package/dist/function/flowRight.d.mts +24 -24
  1998. package/dist/function/flowRight.d.ts +24 -24
  1999. package/dist/function/flowRight.js +2 -2
  2000. package/dist/function/flowRight.mjs +2 -2
  2001. package/dist/function/identity.d.mts +2 -2
  2002. package/dist/function/identity.d.ts +2 -2
  2003. package/dist/function/identity.js +2 -2
  2004. package/dist/function/identity.mjs +2 -2
  2005. package/dist/function/memoize.d.mts +4 -4
  2006. package/dist/function/memoize.d.ts +4 -4
  2007. package/dist/function/memoize.js +4 -4
  2008. package/dist/function/memoize.mjs +4 -4
  2009. package/dist/function/negate.d.mts +2 -2
  2010. package/dist/function/negate.d.ts +2 -2
  2011. package/dist/function/negate.js +2 -2
  2012. package/dist/function/negate.mjs +2 -2
  2013. package/dist/function/noop.d.mts +1 -1
  2014. package/dist/function/noop.d.ts +1 -1
  2015. package/dist/function/noop.js +1 -1
  2016. package/dist/function/noop.mjs +1 -1
  2017. package/dist/function/once.d.mts +2 -2
  2018. package/dist/function/once.d.ts +2 -2
  2019. package/dist/function/once.js +2 -2
  2020. package/dist/function/once.mjs +2 -2
  2021. package/dist/function/partial.d.mts +130 -130
  2022. package/dist/function/partial.d.ts +130 -130
  2023. package/dist/function/partial.js +3 -3
  2024. package/dist/function/partial.mjs +3 -3
  2025. package/dist/function/partialRight.d.mts +135 -135
  2026. package/dist/function/partialRight.d.ts +135 -135
  2027. package/dist/function/partialRight.js +3 -3
  2028. package/dist/function/partialRight.mjs +3 -3
  2029. package/dist/function/rest.d.mts +3 -3
  2030. package/dist/function/rest.d.ts +3 -3
  2031. package/dist/function/rest.js +3 -3
  2032. package/dist/function/rest.mjs +3 -3
  2033. package/dist/function/retry.d.mts +15 -15
  2034. package/dist/function/retry.d.ts +15 -15
  2035. package/dist/function/retry.js +3 -3
  2036. package/dist/function/retry.mjs +3 -3
  2037. package/dist/function/spread.d.mts +2 -2
  2038. package/dist/function/spread.d.ts +2 -2
  2039. package/dist/function/spread.js +2 -2
  2040. package/dist/function/spread.mjs +2 -2
  2041. package/dist/function/throttle.d.mts +3 -3
  2042. package/dist/function/throttle.d.ts +3 -3
  2043. package/dist/function/throttle.js +3 -3
  2044. package/dist/function/throttle.mjs +3 -3
  2045. package/dist/function/unary.d.mts +2 -2
  2046. package/dist/function/unary.d.ts +2 -2
  2047. package/dist/function/unary.js +2 -2
  2048. package/dist/function/unary.mjs +2 -2
  2049. package/dist/map/countBy.d.mts +3 -3
  2050. package/dist/map/countBy.d.ts +3 -3
  2051. package/dist/map/countBy.js +3 -3
  2052. package/dist/map/countBy.mjs +3 -3
  2053. package/dist/map/every.d.mts +3 -3
  2054. package/dist/map/every.d.ts +3 -3
  2055. package/dist/map/every.js +3 -3
  2056. package/dist/map/every.mjs +3 -3
  2057. package/dist/map/filter.d.mts +3 -3
  2058. package/dist/map/filter.d.ts +3 -3
  2059. package/dist/map/filter.js +3 -3
  2060. package/dist/map/filter.mjs +3 -3
  2061. package/dist/map/findKey.d.mts +3 -3
  2062. package/dist/map/findKey.d.ts +3 -3
  2063. package/dist/map/findKey.js +3 -3
  2064. package/dist/map/findKey.mjs +3 -3
  2065. package/dist/map/findValue.d.mts +3 -3
  2066. package/dist/map/findValue.d.ts +3 -3
  2067. package/dist/map/findValue.js +3 -3
  2068. package/dist/map/findValue.mjs +3 -3
  2069. package/dist/map/forEach.d.mts +2 -3
  2070. package/dist/map/forEach.d.ts +2 -3
  2071. package/dist/map/forEach.js +2 -3
  2072. package/dist/map/forEach.mjs +2 -3
  2073. package/dist/map/hasValue.d.mts +3 -3
  2074. package/dist/map/hasValue.d.ts +3 -3
  2075. package/dist/map/hasValue.js +3 -3
  2076. package/dist/map/hasValue.mjs +3 -3
  2077. package/dist/map/keyBy.d.mts +3 -3
  2078. package/dist/map/keyBy.d.ts +3 -3
  2079. package/dist/map/keyBy.js +3 -3
  2080. package/dist/map/keyBy.mjs +3 -3
  2081. package/dist/map/mapKeys.d.mts +3 -3
  2082. package/dist/map/mapKeys.d.ts +3 -3
  2083. package/dist/map/mapKeys.js +3 -3
  2084. package/dist/map/mapKeys.mjs +3 -3
  2085. package/dist/map/mapValues.d.mts +3 -3
  2086. package/dist/map/mapValues.d.ts +3 -3
  2087. package/dist/map/mapValues.js +3 -3
  2088. package/dist/map/mapValues.mjs +3 -3
  2089. package/dist/map/reduce.d.mts +4 -4
  2090. package/dist/map/reduce.d.ts +4 -4
  2091. package/dist/map/reduce.js +4 -4
  2092. package/dist/map/reduce.mjs +4 -4
  2093. package/dist/map/some.d.mts +3 -3
  2094. package/dist/map/some.d.ts +3 -3
  2095. package/dist/map/some.js +3 -3
  2096. package/dist/map/some.mjs +3 -3
  2097. package/dist/math/clamp.d.mts +7 -7
  2098. package/dist/math/clamp.d.ts +7 -7
  2099. package/dist/math/clamp.js +4 -4
  2100. package/dist/math/clamp.mjs +4 -4
  2101. package/dist/math/inRange.d.mts +7 -7
  2102. package/dist/math/inRange.d.ts +7 -7
  2103. package/dist/math/inRange.js +4 -4
  2104. package/dist/math/inRange.mjs +4 -4
  2105. package/dist/math/mean.d.mts +2 -2
  2106. package/dist/math/mean.d.ts +2 -2
  2107. package/dist/math/mean.js +2 -2
  2108. package/dist/math/mean.mjs +2 -2
  2109. package/dist/math/meanBy.d.mts +3 -3
  2110. package/dist/math/meanBy.d.ts +3 -3
  2111. package/dist/math/meanBy.js +3 -3
  2112. package/dist/math/meanBy.mjs +3 -3
  2113. package/dist/math/median.d.mts +2 -2
  2114. package/dist/math/median.d.ts +2 -2
  2115. package/dist/math/median.js +2 -2
  2116. package/dist/math/median.mjs +2 -2
  2117. package/dist/math/medianBy.d.mts +3 -3
  2118. package/dist/math/medianBy.d.ts +3 -3
  2119. package/dist/math/medianBy.js +3 -3
  2120. package/dist/math/medianBy.mjs +3 -3
  2121. package/dist/math/percentile.d.mts +3 -3
  2122. package/dist/math/percentile.d.ts +3 -3
  2123. package/dist/math/percentile.js +3 -3
  2124. package/dist/math/percentile.mjs +3 -3
  2125. package/dist/math/random.d.mts +5 -5
  2126. package/dist/math/random.d.ts +5 -5
  2127. package/dist/math/random.js +3 -3
  2128. package/dist/math/random.mjs +3 -3
  2129. package/dist/math/randomInt.d.mts +5 -5
  2130. package/dist/math/randomInt.d.ts +5 -5
  2131. package/dist/math/randomInt.js +3 -3
  2132. package/dist/math/randomInt.mjs +3 -3
  2133. package/dist/math/range.d.mts +9 -9
  2134. package/dist/math/range.d.ts +9 -9
  2135. package/dist/math/range.js +4 -4
  2136. package/dist/math/range.mjs +4 -4
  2137. package/dist/math/rangeRight.d.mts +9 -9
  2138. package/dist/math/rangeRight.d.ts +9 -9
  2139. package/dist/math/rangeRight.js +4 -4
  2140. package/dist/math/rangeRight.mjs +4 -4
  2141. package/dist/math/round.d.mts +3 -3
  2142. package/dist/math/round.d.ts +3 -3
  2143. package/dist/math/round.js +3 -3
  2144. package/dist/math/round.mjs +3 -3
  2145. package/dist/math/sum.d.mts +2 -2
  2146. package/dist/math/sum.d.ts +2 -2
  2147. package/dist/math/sum.js +2 -2
  2148. package/dist/math/sum.mjs +2 -2
  2149. package/dist/math/sumBy.d.mts +3 -3
  2150. package/dist/math/sumBy.d.ts +3 -3
  2151. package/dist/math/sumBy.js +3 -3
  2152. package/dist/math/sumBy.mjs +3 -3
  2153. package/dist/object/clone.d.mts +3 -3
  2154. package/dist/object/clone.d.ts +3 -3
  2155. package/dist/object/clone.js +3 -3
  2156. package/dist/object/clone.mjs +3 -3
  2157. package/dist/object/cloneDeep.d.mts +3 -3
  2158. package/dist/object/cloneDeep.d.ts +3 -3
  2159. package/dist/object/cloneDeep.js +3 -3
  2160. package/dist/object/cloneDeep.mjs +3 -3
  2161. package/dist/object/cloneDeepWith.d.mts +3 -3
  2162. package/dist/object/cloneDeepWith.d.ts +3 -3
  2163. package/dist/object/cloneDeepWith.js +3 -3
  2164. package/dist/object/cloneDeepWith.mjs +3 -3
  2165. package/dist/object/findKey.d.mts +3 -3
  2166. package/dist/object/findKey.d.ts +3 -3
  2167. package/dist/object/findKey.js +3 -3
  2168. package/dist/object/findKey.mjs +3 -3
  2169. package/dist/object/flattenObject.d.mts +3 -3
  2170. package/dist/object/flattenObject.d.ts +3 -3
  2171. package/dist/object/flattenObject.js +3 -3
  2172. package/dist/object/flattenObject.mjs +3 -3
  2173. package/dist/object/invert.d.mts +2 -2
  2174. package/dist/object/invert.d.ts +2 -2
  2175. package/dist/object/invert.js +2 -2
  2176. package/dist/object/invert.mjs +2 -2
  2177. package/dist/object/mapKeys.d.mts +3 -3
  2178. package/dist/object/mapKeys.d.ts +3 -3
  2179. package/dist/object/mapKeys.js +3 -3
  2180. package/dist/object/mapKeys.mjs +3 -3
  2181. package/dist/object/mapValues.d.mts +3 -3
  2182. package/dist/object/mapValues.d.ts +3 -3
  2183. package/dist/object/mapValues.js +3 -3
  2184. package/dist/object/mapValues.mjs +3 -3
  2185. package/dist/object/merge.d.mts +3 -3
  2186. package/dist/object/merge.d.ts +3 -3
  2187. package/dist/object/merge.js +3 -3
  2188. package/dist/object/merge.mjs +3 -3
  2189. package/dist/object/mergeWith.d.mts +4 -4
  2190. package/dist/object/mergeWith.d.ts +4 -4
  2191. package/dist/object/mergeWith.js +4 -4
  2192. package/dist/object/mergeWith.mjs +4 -4
  2193. package/dist/object/omit.d.mts +3 -3
  2194. package/dist/object/omit.d.ts +3 -3
  2195. package/dist/object/omit.js +3 -3
  2196. package/dist/object/omit.mjs +3 -3
  2197. package/dist/object/omitBy.d.mts +3 -3
  2198. package/dist/object/omitBy.d.ts +3 -3
  2199. package/dist/object/omitBy.js +3 -3
  2200. package/dist/object/omitBy.mjs +3 -3
  2201. package/dist/object/pick.d.mts +3 -3
  2202. package/dist/object/pick.d.ts +3 -3
  2203. package/dist/object/pick.js +3 -3
  2204. package/dist/object/pick.mjs +3 -3
  2205. package/dist/object/pickBy.d.mts +3 -3
  2206. package/dist/object/pickBy.d.ts +3 -3
  2207. package/dist/object/pickBy.js +3 -3
  2208. package/dist/object/pickBy.mjs +3 -3
  2209. package/dist/object/sortKeys.d.mts +3 -3
  2210. package/dist/object/sortKeys.d.ts +3 -3
  2211. package/dist/object/sortKeys.js +3 -3
  2212. package/dist/object/sortKeys.mjs +3 -3
  2213. package/dist/object/toCamelCaseKeys.d.mts +2 -2
  2214. package/dist/object/toCamelCaseKeys.d.ts +2 -2
  2215. package/dist/object/toCamelCaseKeys.js +2 -2
  2216. package/dist/object/toCamelCaseKeys.mjs +2 -2
  2217. package/dist/object/toMerged.d.mts +3 -3
  2218. package/dist/object/toMerged.d.ts +3 -3
  2219. package/dist/object/toMerged.js +3 -3
  2220. package/dist/object/toMerged.mjs +3 -3
  2221. package/dist/object/toSnakeCaseKeys.d.mts +2 -2
  2222. package/dist/object/toSnakeCaseKeys.d.ts +2 -2
  2223. package/dist/object/toSnakeCaseKeys.js +2 -2
  2224. package/dist/object/toSnakeCaseKeys.mjs +2 -2
  2225. package/dist/predicate/isArrayBuffer.d.mts +2 -2
  2226. package/dist/predicate/isArrayBuffer.d.ts +2 -2
  2227. package/dist/predicate/isArrayBuffer.js +2 -2
  2228. package/dist/predicate/isArrayBuffer.mjs +2 -2
  2229. package/dist/predicate/isBlob.d.mts +2 -2
  2230. package/dist/predicate/isBlob.d.ts +2 -2
  2231. package/dist/predicate/isBlob.js +2 -2
  2232. package/dist/predicate/isBlob.mjs +2 -2
  2233. package/dist/predicate/isBoolean.d.mts +2 -2
  2234. package/dist/predicate/isBoolean.d.ts +2 -2
  2235. package/dist/predicate/isBoolean.js +2 -2
  2236. package/dist/predicate/isBoolean.mjs +2 -2
  2237. package/dist/predicate/isBrowser.d.mts +1 -1
  2238. package/dist/predicate/isBrowser.d.ts +1 -1
  2239. package/dist/predicate/isBrowser.js +1 -1
  2240. package/dist/predicate/isBrowser.mjs +1 -1
  2241. package/dist/predicate/isBuffer.d.mts +2 -2
  2242. package/dist/predicate/isBuffer.d.ts +2 -2
  2243. package/dist/predicate/isBuffer.js +2 -2
  2244. package/dist/predicate/isBuffer.mjs +2 -2
  2245. package/dist/predicate/isDate.d.mts +2 -2
  2246. package/dist/predicate/isDate.d.ts +2 -2
  2247. package/dist/predicate/isDate.js +2 -2
  2248. package/dist/predicate/isDate.mjs +2 -2
  2249. package/dist/predicate/isEmptyObject.d.mts +2 -2
  2250. package/dist/predicate/isEmptyObject.d.ts +2 -2
  2251. package/dist/predicate/isEmptyObject.js +2 -2
  2252. package/dist/predicate/isEmptyObject.mjs +2 -2
  2253. package/dist/predicate/isEqual.d.mts +3 -3
  2254. package/dist/predicate/isEqual.d.ts +3 -3
  2255. package/dist/predicate/isEqual.js +3 -3
  2256. package/dist/predicate/isEqual.mjs +3 -3
  2257. package/dist/predicate/isEqualWith.d.mts +4 -4
  2258. package/dist/predicate/isEqualWith.d.ts +4 -4
  2259. package/dist/predicate/isEqualWith.js +4 -4
  2260. package/dist/predicate/isEqualWith.mjs +4 -4
  2261. package/dist/predicate/isError.d.mts +2 -2
  2262. package/dist/predicate/isError.d.ts +2 -2
  2263. package/dist/predicate/isError.js +2 -2
  2264. package/dist/predicate/isError.mjs +2 -2
  2265. package/dist/predicate/isFile.d.mts +2 -2
  2266. package/dist/predicate/isFile.d.ts +2 -2
  2267. package/dist/predicate/isFile.js +2 -2
  2268. package/dist/predicate/isFile.mjs +2 -2
  2269. package/dist/predicate/isFunction.d.mts +2 -2
  2270. package/dist/predicate/isFunction.d.ts +2 -2
  2271. package/dist/predicate/isFunction.js +2 -2
  2272. package/dist/predicate/isFunction.mjs +2 -2
  2273. package/dist/predicate/isJSON.d.mts +2 -2
  2274. package/dist/predicate/isJSON.d.ts +2 -2
  2275. package/dist/predicate/isJSON.js +2 -2
  2276. package/dist/predicate/isJSON.mjs +2 -2
  2277. package/dist/predicate/isJSONValue.d.mts +6 -6
  2278. package/dist/predicate/isJSONValue.d.ts +6 -6
  2279. package/dist/predicate/isJSONValue.js +6 -6
  2280. package/dist/predicate/isJSONValue.mjs +6 -6
  2281. package/dist/predicate/isLength.d.mts +2 -2
  2282. package/dist/predicate/isLength.d.ts +2 -2
  2283. package/dist/predicate/isLength.js +2 -2
  2284. package/dist/predicate/isLength.mjs +2 -2
  2285. package/dist/predicate/isMap.d.mts +2 -2
  2286. package/dist/predicate/isMap.d.ts +2 -2
  2287. package/dist/predicate/isMap.js +2 -2
  2288. package/dist/predicate/isMap.mjs +2 -2
  2289. package/dist/predicate/isNil.d.mts +2 -2
  2290. package/dist/predicate/isNil.d.ts +2 -2
  2291. package/dist/predicate/isNil.js +2 -2
  2292. package/dist/predicate/isNil.mjs +2 -2
  2293. package/dist/predicate/isNode.d.mts +1 -1
  2294. package/dist/predicate/isNode.d.ts +1 -1
  2295. package/dist/predicate/isNode.js +1 -1
  2296. package/dist/predicate/isNode.mjs +1 -1
  2297. package/dist/predicate/isNotNil.d.mts +2 -2
  2298. package/dist/predicate/isNotNil.d.ts +2 -2
  2299. package/dist/predicate/isNotNil.js +2 -2
  2300. package/dist/predicate/isNotNil.mjs +2 -2
  2301. package/dist/predicate/isNull.d.mts +2 -2
  2302. package/dist/predicate/isNull.d.ts +2 -2
  2303. package/dist/predicate/isNull.js +2 -2
  2304. package/dist/predicate/isNull.mjs +2 -2
  2305. package/dist/predicate/isNumber.d.mts +4 -2
  2306. package/dist/predicate/isNumber.d.ts +4 -2
  2307. package/dist/predicate/isNumber.js +5 -3
  2308. package/dist/predicate/isNumber.mjs +5 -3
  2309. package/dist/predicate/isPlainObject.d.mts +2 -2
  2310. package/dist/predicate/isPlainObject.d.ts +2 -2
  2311. package/dist/predicate/isPlainObject.js +2 -2
  2312. package/dist/predicate/isPlainObject.mjs +2 -2
  2313. package/dist/predicate/isPrimitive.d.mts +2 -9
  2314. package/dist/predicate/isPrimitive.d.ts +2 -9
  2315. package/dist/predicate/isPrimitive.js +2 -9
  2316. package/dist/predicate/isPrimitive.mjs +2 -9
  2317. package/dist/predicate/isPromise.d.mts +2 -2
  2318. package/dist/predicate/isPromise.d.ts +2 -2
  2319. package/dist/predicate/isPromise.js +2 -2
  2320. package/dist/predicate/isPromise.mjs +2 -2
  2321. package/dist/predicate/isRegExp.d.mts +2 -2
  2322. package/dist/predicate/isRegExp.d.ts +2 -2
  2323. package/dist/predicate/isRegExp.js +2 -2
  2324. package/dist/predicate/isRegExp.mjs +2 -2
  2325. package/dist/predicate/isSet.d.mts +2 -2
  2326. package/dist/predicate/isSet.d.ts +2 -2
  2327. package/dist/predicate/isSet.js +2 -2
  2328. package/dist/predicate/isSet.mjs +2 -2
  2329. package/dist/predicate/isString.d.mts +2 -2
  2330. package/dist/predicate/isString.d.ts +2 -2
  2331. package/dist/predicate/isString.js +2 -2
  2332. package/dist/predicate/isString.mjs +2 -2
  2333. package/dist/predicate/isSymbol.d.mts +2 -2
  2334. package/dist/predicate/isSymbol.d.ts +2 -2
  2335. package/dist/predicate/isSymbol.js +2 -2
  2336. package/dist/predicate/isSymbol.mjs +2 -2
  2337. package/dist/predicate/isTypedArray.d.mts +2 -13
  2338. package/dist/predicate/isTypedArray.d.ts +2 -13
  2339. package/dist/predicate/isTypedArray.js +2 -13
  2340. package/dist/predicate/isTypedArray.mjs +2 -13
  2341. package/dist/predicate/isUndefined.d.mts +2 -2
  2342. package/dist/predicate/isUndefined.d.ts +2 -2
  2343. package/dist/predicate/isUndefined.js +2 -2
  2344. package/dist/predicate/isUndefined.mjs +2 -2
  2345. package/dist/predicate/isWeakMap.d.mts +2 -2
  2346. package/dist/predicate/isWeakMap.d.ts +2 -2
  2347. package/dist/predicate/isWeakMap.js +2 -2
  2348. package/dist/predicate/isWeakMap.mjs +2 -2
  2349. package/dist/predicate/isWeakSet.d.mts +2 -2
  2350. package/dist/predicate/isWeakSet.d.ts +2 -2
  2351. package/dist/predicate/isWeakSet.js +2 -2
  2352. package/dist/predicate/isWeakSet.mjs +2 -2
  2353. package/dist/promise/allKeyed.d.mts +2 -2
  2354. package/dist/promise/allKeyed.d.ts +2 -2
  2355. package/dist/promise/allKeyed.js +2 -2
  2356. package/dist/promise/allKeyed.mjs +2 -2
  2357. package/dist/promise/delay.d.mts +4 -4
  2358. package/dist/promise/delay.d.ts +4 -4
  2359. package/dist/promise/delay.js +4 -4
  2360. package/dist/promise/delay.mjs +4 -4
  2361. package/dist/promise/mutex.d.mts +2 -2
  2362. package/dist/promise/mutex.d.ts +2 -2
  2363. package/dist/promise/mutex.js +2 -2
  2364. package/dist/promise/mutex.mjs +2 -2
  2365. package/dist/promise/semaphore.d.mts +2 -2
  2366. package/dist/promise/semaphore.d.ts +2 -2
  2367. package/dist/promise/semaphore.js +2 -2
  2368. package/dist/promise/semaphore.mjs +2 -2
  2369. package/dist/promise/timeout.d.mts +2 -2
  2370. package/dist/promise/timeout.d.ts +2 -2
  2371. package/dist/promise/timeout.js +2 -2
  2372. package/dist/promise/timeout.mjs +2 -2
  2373. package/dist/promise/withTimeout.d.mts +3 -3
  2374. package/dist/promise/withTimeout.d.ts +3 -3
  2375. package/dist/promise/withTimeout.js +3 -3
  2376. package/dist/promise/withTimeout.mjs +3 -3
  2377. package/dist/server/exec.d.mts +10 -10
  2378. package/dist/server/exec.d.ts +10 -10
  2379. package/dist/server/exec.js +10 -10
  2380. package/dist/server/exec.mjs +10 -10
  2381. package/dist/set/countBy.d.mts +3 -3
  2382. package/dist/set/countBy.d.ts +3 -3
  2383. package/dist/set/countBy.js +3 -3
  2384. package/dist/set/countBy.mjs +3 -3
  2385. package/dist/set/every.d.mts +3 -3
  2386. package/dist/set/every.d.ts +3 -3
  2387. package/dist/set/every.js +3 -3
  2388. package/dist/set/every.mjs +3 -3
  2389. package/dist/set/filter.d.mts +3 -3
  2390. package/dist/set/filter.d.ts +3 -3
  2391. package/dist/set/filter.js +3 -3
  2392. package/dist/set/filter.mjs +3 -3
  2393. package/dist/set/find.d.mts +3 -3
  2394. package/dist/set/find.d.ts +3 -3
  2395. package/dist/set/find.js +3 -3
  2396. package/dist/set/find.mjs +3 -3
  2397. package/dist/set/forEach.d.mts +2 -3
  2398. package/dist/set/forEach.d.ts +2 -3
  2399. package/dist/set/forEach.js +2 -3
  2400. package/dist/set/forEach.mjs +2 -3
  2401. package/dist/set/keyBy.d.mts +3 -3
  2402. package/dist/set/keyBy.d.ts +3 -3
  2403. package/dist/set/keyBy.js +3 -3
  2404. package/dist/set/keyBy.mjs +3 -3
  2405. package/dist/set/map.d.mts +3 -3
  2406. package/dist/set/map.d.ts +3 -3
  2407. package/dist/set/map.js +3 -3
  2408. package/dist/set/map.mjs +3 -3
  2409. package/dist/set/reduce.d.mts +4 -4
  2410. package/dist/set/reduce.d.ts +4 -4
  2411. package/dist/set/reduce.js +4 -4
  2412. package/dist/set/reduce.mjs +4 -4
  2413. package/dist/set/some.d.mts +3 -3
  2414. package/dist/set/some.d.ts +3 -3
  2415. package/dist/set/some.js +3 -3
  2416. package/dist/set/some.mjs +3 -3
  2417. package/dist/string/camelCase.d.mts +2 -2
  2418. package/dist/string/camelCase.d.ts +2 -2
  2419. package/dist/string/camelCase.js +2 -2
  2420. package/dist/string/camelCase.mjs +2 -2
  2421. package/dist/string/capitalize.d.mts +2 -2
  2422. package/dist/string/capitalize.d.ts +2 -2
  2423. package/dist/string/capitalize.js +2 -2
  2424. package/dist/string/capitalize.mjs +2 -2
  2425. package/dist/string/constantCase.d.mts +2 -2
  2426. package/dist/string/constantCase.d.ts +2 -2
  2427. package/dist/string/constantCase.js +2 -2
  2428. package/dist/string/constantCase.mjs +2 -2
  2429. package/dist/string/deburr.d.mts +2 -2
  2430. package/dist/string/deburr.d.ts +2 -2
  2431. package/dist/string/deburr.js +2 -2
  2432. package/dist/string/deburr.mjs +2 -2
  2433. package/dist/string/escape.d.mts +2 -2
  2434. package/dist/string/escape.d.ts +2 -2
  2435. package/dist/string/escape.js +2 -2
  2436. package/dist/string/escape.mjs +2 -2
  2437. package/dist/string/escapeRegExp.d.mts +2 -2
  2438. package/dist/string/escapeRegExp.d.ts +2 -2
  2439. package/dist/string/escapeRegExp.js +2 -2
  2440. package/dist/string/escapeRegExp.mjs +2 -2
  2441. package/dist/string/kebabCase.d.mts +2 -2
  2442. package/dist/string/kebabCase.d.ts +2 -2
  2443. package/dist/string/kebabCase.js +2 -2
  2444. package/dist/string/kebabCase.mjs +2 -2
  2445. package/dist/string/lowerCase.d.mts +2 -2
  2446. package/dist/string/lowerCase.d.ts +2 -2
  2447. package/dist/string/lowerCase.js +2 -2
  2448. package/dist/string/lowerCase.mjs +2 -2
  2449. package/dist/string/lowerFirst.d.mts +2 -2
  2450. package/dist/string/lowerFirst.d.ts +2 -2
  2451. package/dist/string/lowerFirst.js +2 -2
  2452. package/dist/string/lowerFirst.mjs +2 -2
  2453. package/dist/string/pad.d.mts +4 -4
  2454. package/dist/string/pad.d.ts +4 -4
  2455. package/dist/string/pad.js +4 -4
  2456. package/dist/string/pad.mjs +4 -4
  2457. package/dist/string/pascalCase.d.mts +2 -2
  2458. package/dist/string/pascalCase.d.ts +2 -2
  2459. package/dist/string/pascalCase.js +2 -2
  2460. package/dist/string/pascalCase.mjs +2 -2
  2461. package/dist/string/reverseString.d.mts +2 -2
  2462. package/dist/string/reverseString.d.ts +2 -2
  2463. package/dist/string/reverseString.js +2 -2
  2464. package/dist/string/reverseString.mjs +2 -2
  2465. package/dist/string/snakeCase.d.mts +2 -2
  2466. package/dist/string/snakeCase.d.ts +2 -2
  2467. package/dist/string/snakeCase.js +2 -2
  2468. package/dist/string/snakeCase.mjs +2 -2
  2469. package/dist/string/startCase.d.mts +2 -2
  2470. package/dist/string/startCase.d.ts +2 -2
  2471. package/dist/string/startCase.js +2 -2
  2472. package/dist/string/startCase.mjs +2 -2
  2473. package/dist/string/trim.d.mts +3 -3
  2474. package/dist/string/trim.d.ts +3 -3
  2475. package/dist/string/trim.js +3 -3
  2476. package/dist/string/trim.mjs +3 -3
  2477. package/dist/string/trimEnd.d.mts +3 -3
  2478. package/dist/string/trimEnd.d.ts +3 -3
  2479. package/dist/string/trimEnd.js +3 -3
  2480. package/dist/string/trimEnd.mjs +3 -3
  2481. package/dist/string/trimStart.d.mts +3 -3
  2482. package/dist/string/trimStart.d.ts +3 -3
  2483. package/dist/string/trimStart.js +3 -3
  2484. package/dist/string/trimStart.mjs +3 -3
  2485. package/dist/string/unescape.d.mts +2 -2
  2486. package/dist/string/unescape.d.ts +2 -2
  2487. package/dist/string/unescape.js +2 -2
  2488. package/dist/string/unescape.mjs +2 -2
  2489. package/dist/string/upperCase.d.mts +2 -2
  2490. package/dist/string/upperCase.d.ts +2 -2
  2491. package/dist/string/upperCase.js +2 -2
  2492. package/dist/string/upperCase.mjs +2 -2
  2493. package/dist/string/upperFirst.d.mts +2 -2
  2494. package/dist/string/upperFirst.d.ts +2 -2
  2495. package/dist/string/upperFirst.js +2 -2
  2496. package/dist/string/upperFirst.mjs +2 -2
  2497. package/dist/string/words.d.mts +3 -3
  2498. package/dist/string/words.d.ts +3 -3
  2499. package/dist/string/words.js +3 -3
  2500. package/dist/string/words.mjs +3 -3
  2501. package/dist/util/attempt.d.mts +2 -2
  2502. package/dist/util/attempt.d.ts +2 -2
  2503. package/dist/util/attempt.js +2 -2
  2504. package/dist/util/attempt.mjs +2 -2
  2505. package/dist/util/attemptAsync.d.mts +2 -2
  2506. package/dist/util/attemptAsync.d.ts +2 -2
  2507. package/dist/util/attemptAsync.js +2 -2
  2508. package/dist/util/attemptAsync.mjs +2 -2
  2509. package/dist/util/invariant.d.mts +6 -6
  2510. package/dist/util/invariant.d.ts +6 -6
  2511. package/dist/util/invariant.js +3 -3
  2512. package/dist/util/invariant.mjs +3 -3
  2513. package/package.json +17 -8
@@ -7,8 +7,8 @@
7
7
  * an empty array is returned.
8
8
  *
9
9
  * @template T - The type of elements in the array.
10
- * @param {T[]} arr - The array to get the tail of.
11
- * @returns {T[]} A new array containing all elements of the input array except for the first one.
10
+ * @param arr - The array to get the tail of.
11
+ * @returns A new array containing all elements of the input array except for the first one.
12
12
  *
13
13
  * @example
14
14
  * const arr1 = [1, 2, 3];
@@ -7,8 +7,8 @@
7
7
  * an empty array is returned.
8
8
  *
9
9
  * @template T - The type of elements in the array.
10
- * @param {T[]} arr - The array to get the tail of.
11
- * @returns {T[]} A new array containing all elements of the input array except for the first one.
10
+ * @param arr - The array to get the tail of.
11
+ * @returns A new array containing all elements of the input array except for the first one.
12
12
  *
13
13
  * @example
14
14
  * const arr1 = [1, 2, 3];
@@ -5,10 +5,10 @@
5
5
  *
6
6
  * @template T - Type of elements in the input array.
7
7
  *
8
- * @param {T[]} arr - The array to take elements from.
9
- * @param {number} count - The number of elements to take.
10
- * @param {unknown} guard - If truthy, ignores `count` and defaults to 1.
11
- * @returns {T[]} A new array containing the first `count` elements from `arr`.
8
+ * @param arr - The array to take elements from.
9
+ * @param count - The number of elements to take.
10
+ * @param guard - If truthy, ignores `count` and defaults to 1.
11
+ * @returns A new array containing the first `count` elements from `arr`.
12
12
  *
13
13
  * @example
14
14
  * // Returns [1, 2, 3]
@@ -5,10 +5,10 @@
5
5
  *
6
6
  * @template T - Type of elements in the input array.
7
7
  *
8
- * @param {T[]} arr - The array to take elements from.
9
- * @param {number} count - The number of elements to take.
10
- * @param {unknown} guard - If truthy, ignores `count` and defaults to 1.
11
- * @returns {T[]} A new array containing the first `count` elements from `arr`.
8
+ * @param arr - The array to take elements from.
9
+ * @param count - The number of elements to take.
10
+ * @param guard - If truthy, ignores `count` and defaults to 1.
11
+ * @returns A new array containing the first `count` elements from `arr`.
12
12
  *
13
13
  * @example
14
14
  * // Returns [1, 2, 3]
@@ -6,10 +6,10 @@ const require_toInteger = require("../compat/util/toInteger.js");
6
6
  *
7
7
  * @template T - Type of elements in the input array.
8
8
  *
9
- * @param {T[]} arr - The array to take elements from.
10
- * @param {number} count - The number of elements to take.
11
- * @param {unknown} guard - If truthy, ignores `count` and defaults to 1.
12
- * @returns {T[]} A new array containing the first `count` elements from `arr`.
9
+ * @param arr - The array to take elements from.
10
+ * @param count - The number of elements to take.
11
+ * @param guard - If truthy, ignores `count` and defaults to 1.
12
+ * @returns A new array containing the first `count` elements from `arr`.
13
13
  *
14
14
  * @example
15
15
  * // Returns [1, 2, 3]
@@ -6,10 +6,10 @@ import { toInteger } from "../compat/util/toInteger.mjs";
6
6
  *
7
7
  * @template T - Type of elements in the input array.
8
8
  *
9
- * @param {T[]} arr - The array to take elements from.
10
- * @param {number} count - The number of elements to take.
11
- * @param {unknown} guard - If truthy, ignores `count` and defaults to 1.
12
- * @returns {T[]} A new array containing the first `count` elements from `arr`.
9
+ * @param arr - The array to take elements from.
10
+ * @param count - The number of elements to take.
11
+ * @param guard - If truthy, ignores `count` and defaults to 1.
12
+ * @returns A new array containing the first `count` elements from `arr`.
13
13
  *
14
14
  * @example
15
15
  * // Returns [1, 2, 3]
@@ -4,9 +4,9 @@
4
4
  * If `count` is greater than the length of `arr`, the entire array is returned.
5
5
  *
6
6
  * @template T - The type of elements in the array.
7
- * @param {T[]} arr - The array to take elements from.
8
- * @param {number} [count=1] - The number of elements to take.
9
- * @returns {T[]} A new array containing the last `count` elements from `arr`.
7
+ * @param arr - The array to take elements from.
8
+ * @param [count=1] - The number of elements to take.
9
+ * @returns A new array containing the last `count` elements from `arr`.
10
10
  *
11
11
  * @example
12
12
  * // Returns [4, 5]
@@ -4,9 +4,9 @@
4
4
  * If `count` is greater than the length of `arr`, the entire array is returned.
5
5
  *
6
6
  * @template T - The type of elements in the array.
7
- * @param {T[]} arr - The array to take elements from.
8
- * @param {number} [count=1] - The number of elements to take.
9
- * @returns {T[]} A new array containing the last `count` elements from `arr`.
7
+ * @param arr - The array to take elements from.
8
+ * @param [count=1] - The number of elements to take.
9
+ * @returns A new array containing the last `count` elements from `arr`.
10
10
  *
11
11
  * @example
12
12
  * // Returns [4, 5]
@@ -5,9 +5,9 @@ const require_toInteger = require("../compat/util/toInteger.js");
5
5
  * If `count` is greater than the length of `arr`, the entire array is returned.
6
6
  *
7
7
  * @template T - The type of elements in the array.
8
- * @param {T[]} arr - The array to take elements from.
9
- * @param {number} [count=1] - The number of elements to take.
10
- * @returns {T[]} A new array containing the last `count` elements from `arr`.
8
+ * @param arr - The array to take elements from.
9
+ * @param [count=1] - The number of elements to take.
10
+ * @returns A new array containing the last `count` elements from `arr`.
11
11
  *
12
12
  * @example
13
13
  * // Returns [4, 5]
@@ -5,9 +5,9 @@ import { toInteger } from "../compat/util/toInteger.mjs";
5
5
  * If `count` is greater than the length of `arr`, the entire array is returned.
6
6
  *
7
7
  * @template T - The type of elements in the array.
8
- * @param {T[]} arr - The array to take elements from.
9
- * @param {number} [count=1] - The number of elements to take.
10
- * @returns {T[]} A new array containing the last `count` elements from `arr`.
8
+ * @param arr - The array to take elements from.
9
+ * @param [count=1] - The number of elements to take.
10
+ * @returns A new array containing the last `count` elements from `arr`.
11
11
  *
12
12
  * @example
13
13
  * // Returns [4, 5]
@@ -4,9 +4,9 @@
4
4
  *
5
5
  * @template T - Type of elements in the input array.
6
6
  *
7
- * @param {T[]} arr - The array to take elements from.
8
- * @param {(item: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
- * @returns {T[]} A new array containing the elements taken from the end while the predicate returns `true`.
7
+ * @param arr - The array to take elements from.
8
+ * @param shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
+ * @returns A new array containing the elements taken from the end while the predicate returns `true`.
10
10
  *
11
11
  * @example
12
12
  * // Returns [3, 2, 1]
@@ -4,9 +4,9 @@
4
4
  *
5
5
  * @template T - Type of elements in the input array.
6
6
  *
7
- * @param {T[]} arr - The array to take elements from.
8
- * @param {(item: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
- * @returns {T[]} A new array containing the elements taken from the end while the predicate returns `true`.
7
+ * @param arr - The array to take elements from.
8
+ * @param shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
+ * @returns A new array containing the elements taken from the end while the predicate returns `true`.
10
10
  *
11
11
  * @example
12
12
  * // Returns [3, 2, 1]
@@ -4,9 +4,9 @@
4
4
  *
5
5
  * @template T - Type of elements in the input array.
6
6
  *
7
- * @param {T[]} arr - The array to take elements from.
8
- * @param {(item: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
- * @returns {T[]} A new array containing the elements taken from the end while the predicate returns `true`.
7
+ * @param arr - The array to take elements from.
8
+ * @param shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
+ * @returns A new array containing the elements taken from the end while the predicate returns `true`.
10
10
  *
11
11
  * @example
12
12
  * // Returns [3, 2, 1]
@@ -4,9 +4,9 @@
4
4
  *
5
5
  * @template T - Type of elements in the input array.
6
6
  *
7
- * @param {T[]} arr - The array to take elements from.
8
- * @param {(item: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
- * @returns {T[]} A new array containing the elements taken from the end while the predicate returns `true`.
7
+ * @param arr - The array to take elements from.
8
+ * @param shouldContinueTaking - The function invoked per element with the item, its index, and the array.
9
+ * @returns A new array containing the elements taken from the end while the predicate returns `true`.
10
10
  *
11
11
  * @example
12
12
  * // Returns [3, 2, 1]
@@ -5,9 +5,9 @@
5
5
  * as an element does not satisfy the predicate.
6
6
  *
7
7
  * @template T - The type of elements in the array.
8
- * @param {T[]} arr - The array to process.
9
- * @param {(element: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
- * @returns {T[]} A new array containing the leading elements that satisfy the predicate.
8
+ * @param arr - The array to process.
9
+ * @param shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
+ * @returns A new array containing the leading elements that satisfy the predicate.
11
11
  *
12
12
  * @example
13
13
  * // Returns [1, 2]
@@ -5,9 +5,9 @@
5
5
  * as an element does not satisfy the predicate.
6
6
  *
7
7
  * @template T - The type of elements in the array.
8
- * @param {T[]} arr - The array to process.
9
- * @param {(element: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
- * @returns {T[]} A new array containing the leading elements that satisfy the predicate.
8
+ * @param arr - The array to process.
9
+ * @param shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
+ * @returns A new array containing the leading elements that satisfy the predicate.
11
11
  *
12
12
  * @example
13
13
  * // Returns [1, 2]
@@ -5,9 +5,9 @@
5
5
  * as an element does not satisfy the predicate.
6
6
  *
7
7
  * @template T - The type of elements in the array.
8
- * @param {T[]} arr - The array to process.
9
- * @param {(element: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
- * @returns {T[]} A new array containing the leading elements that satisfy the predicate.
8
+ * @param arr - The array to process.
9
+ * @param shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
+ * @returns A new array containing the leading elements that satisfy the predicate.
11
11
  *
12
12
  * @example
13
13
  * // Returns [1, 2]
@@ -5,9 +5,9 @@
5
5
  * as an element does not satisfy the predicate.
6
6
  *
7
7
  * @template T - The type of elements in the array.
8
- * @param {T[]} arr - The array to process.
9
- * @param {(element: T, index: number, array: readonly T[]) => boolean} shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
- * @returns {T[]} A new array containing the leading elements that satisfy the predicate.
8
+ * @param arr - The array to process.
9
+ * @param shouldContinueTaking - The predicate function that is called with each element, its index, and the array. Elements are included in the result as long as this function returns true.
10
+ * @returns A new array containing the leading elements that satisfy the predicate.
11
11
  *
12
12
  * @example
13
13
  * // Returns [1, 2]
@@ -5,9 +5,9 @@
5
5
  *
6
6
  * @template T - The type of elements in the original array.
7
7
  * @template U - The type of the value to fill the new array with.
8
- * @param {Array<T>} arr - The array to base the new array on.
9
- * @param {U} value - The value to fill the new array with.
10
- * @returns {Array<T | U>} The new array with the filled values.
8
+ * @param arr - The array to base the new array on.
9
+ * @param value - The value to fill the new array with.
10
+ * @returns The new array with the filled values.
11
11
  *
12
12
  * @example
13
13
  * const array = [1, 2, 3, 4, 5];
@@ -34,10 +34,10 @@ declare function toFilled<T, U>(arr: readonly T[], value: U): Array<T | U>;
34
34
  *
35
35
  * @template T - The type of elements in the original array.
36
36
  * @template U - The type of the value to fill the new array with.
37
- * @param {Array<T>} arr - The array to base the new array on.
38
- * @param {U} value - The value to fill the new array with.
39
- * @param {number} [start=0] - The start position. Defaults to 0.
40
- * @returns {Array<T | U>} The new array with the filled values.
37
+ * @param arr - The array to base the new array on.
38
+ * @param value - The value to fill the new array with.
39
+ * @param [start=0] - The start position. Defaults to 0.
40
+ * @returns The new array with the filled values.
41
41
  *
42
42
  * @example
43
43
  * const array = [1, 2, 3, 4, 5];
@@ -64,11 +64,11 @@ declare function toFilled<T, U>(arr: readonly T[], value: U, start: number): Arr
64
64
  *
65
65
  * @template T - The type of elements in the original array.
66
66
  * @template U - The type of the value to fill the new array with.
67
- * @param {Array<T>} arr - The array to base the new array on.
68
- * @param {U} value - The value to fill the new array with.
69
- * @param {number} [start=0] - The start position. Defaults to 0.
70
- * @param {number} [end=arr.length] - The end position. Defaults to the array's length.
71
- * @returns {Array<T | U>} The new array with the filled values.
67
+ * @param arr - The array to base the new array on.
68
+ * @param value - The value to fill the new array with.
69
+ * @param [start=0] - The start position. Defaults to 0.
70
+ * @param [end=arr.length] - The end position. Defaults to the array's length.
71
+ * @returns The new array with the filled values.
72
72
  *
73
73
  * @example
74
74
  * const array = [1, 2, 3, 4, 5];
@@ -5,9 +5,9 @@
5
5
  *
6
6
  * @template T - The type of elements in the original array.
7
7
  * @template U - The type of the value to fill the new array with.
8
- * @param {Array<T>} arr - The array to base the new array on.
9
- * @param {U} value - The value to fill the new array with.
10
- * @returns {Array<T | U>} The new array with the filled values.
8
+ * @param arr - The array to base the new array on.
9
+ * @param value - The value to fill the new array with.
10
+ * @returns The new array with the filled values.
11
11
  *
12
12
  * @example
13
13
  * const array = [1, 2, 3, 4, 5];
@@ -34,10 +34,10 @@ declare function toFilled<T, U>(arr: readonly T[], value: U): Array<T | U>;
34
34
  *
35
35
  * @template T - The type of elements in the original array.
36
36
  * @template U - The type of the value to fill the new array with.
37
- * @param {Array<T>} arr - The array to base the new array on.
38
- * @param {U} value - The value to fill the new array with.
39
- * @param {number} [start=0] - The start position. Defaults to 0.
40
- * @returns {Array<T | U>} The new array with the filled values.
37
+ * @param arr - The array to base the new array on.
38
+ * @param value - The value to fill the new array with.
39
+ * @param [start=0] - The start position. Defaults to 0.
40
+ * @returns The new array with the filled values.
41
41
  *
42
42
  * @example
43
43
  * const array = [1, 2, 3, 4, 5];
@@ -64,11 +64,11 @@ declare function toFilled<T, U>(arr: readonly T[], value: U, start: number): Arr
64
64
  *
65
65
  * @template T - The type of elements in the original array.
66
66
  * @template U - The type of the value to fill the new array with.
67
- * @param {Array<T>} arr - The array to base the new array on.
68
- * @param {U} value - The value to fill the new array with.
69
- * @param {number} [start=0] - The start position. Defaults to 0.
70
- * @param {number} [end=arr.length] - The end position. Defaults to the array's length.
71
- * @returns {Array<T | U>} The new array with the filled values.
67
+ * @param arr - The array to base the new array on.
68
+ * @param value - The value to fill the new array with.
69
+ * @param [start=0] - The start position. Defaults to 0.
70
+ * @param [end=arr.length] - The end position. Defaults to the array's length.
71
+ * @returns The new array with the filled values.
72
72
  *
73
73
  * @example
74
74
  * const array = [1, 2, 3, 4, 5];
@@ -5,11 +5,11 @@
5
5
  *
6
6
  * @template T - The type of elements in the original array.
7
7
  * @template U - The type of the value to fill the new array with.
8
- * @param {Array<T>} arr - The array to base the new array on.
9
- * @param {U} value - The value to fill the new array with.
10
- * @param {number} [start=0] - The start position. Defaults to 0.
11
- * @param {number} [end=arr.length] - The end position. Defaults to the array's length.
12
- * @returns {Array<T | U>} The new array with the filled values.
8
+ * @param arr - The array to base the new array on.
9
+ * @param value - The value to fill the new array with.
10
+ * @param [start=0] - The start position. Defaults to 0.
11
+ * @param [end=arr.length] - The end position. Defaults to the array's length.
12
+ * @returns The new array with the filled values.
13
13
  */
14
14
  function toFilled(arr, value, start = 0, end = arr.length) {
15
15
  const length = arr.length;
@@ -5,11 +5,11 @@
5
5
  *
6
6
  * @template T - The type of elements in the original array.
7
7
  * @template U - The type of the value to fill the new array with.
8
- * @param {Array<T>} arr - The array to base the new array on.
9
- * @param {U} value - The value to fill the new array with.
10
- * @param {number} [start=0] - The start position. Defaults to 0.
11
- * @param {number} [end=arr.length] - The end position. Defaults to the array's length.
12
- * @returns {Array<T | U>} The new array with the filled values.
8
+ * @param arr - The array to base the new array on.
9
+ * @param value - The value to fill the new array with.
10
+ * @param [start=0] - The start position. Defaults to 0.
11
+ * @param [end=arr.length] - The end position. Defaults to the array's length.
12
+ * @returns The new array with the filled values.
13
13
  */
14
14
  function toFilled(arr, value, start = 0, end = arr.length) {
15
15
  const length = arr.length;
@@ -6,9 +6,9 @@
6
6
  * containing only the unique values from the merged array.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
10
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
11
- * @returns {T[]} A new array of unique values.
9
+ * @param arr1 - The first array to merge and filter for unique values.
10
+ * @param arr2 - The second array to merge and filter for unique values.
11
+ * @returns A new array of unique values.
12
12
  *
13
13
  * @example
14
14
  * const array1 = [1, 2, 3];
@@ -6,9 +6,9 @@
6
6
  * containing only the unique values from the merged array.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
10
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
11
- * @returns {T[]} A new array of unique values.
9
+ * @param arr1 - The first array to merge and filter for unique values.
10
+ * @param arr2 - The second array to merge and filter for unique values.
11
+ * @returns A new array of unique values.
12
12
  *
13
13
  * @example
14
14
  * const array1 = [1, 2, 3];
@@ -7,9 +7,9 @@ const require_uniq = require("./uniq.js");
7
7
  * containing only the unique values from the merged array.
8
8
  *
9
9
  * @template T - The type of elements in the array.
10
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
11
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
12
- * @returns {T[]} A new array of unique values.
10
+ * @param arr1 - The first array to merge and filter for unique values.
11
+ * @param arr2 - The second array to merge and filter for unique values.
12
+ * @returns A new array of unique values.
13
13
  *
14
14
  * @example
15
15
  * const array1 = [1, 2, 3];
@@ -7,9 +7,9 @@ import { uniq } from "./uniq.mjs";
7
7
  * containing only the unique values from the merged array.
8
8
  *
9
9
  * @template T - The type of elements in the array.
10
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
11
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
12
- * @returns {T[]} A new array of unique values.
10
+ * @param arr1 - The first array to merge and filter for unique values.
11
+ * @param arr2 - The second array to merge and filter for unique values.
12
+ * @returns A new array of unique values.
13
13
  *
14
14
  * @example
15
15
  * const array1 = [1, 2, 3];
@@ -4,10 +4,10 @@
4
4
  *
5
5
  * @template T - The type of elements in the array.
6
6
  * @template U - The type of mapped elements.
7
- * @param {T[]} arr1 - The first array.
8
- * @param {T[]} arr2 - The second array.
9
- * @param {(item: T) => U} mapper - The function to map array elements to comparison values.
10
- * @returns {T[]} A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
7
+ * @param arr1 - The first array.
8
+ * @param arr2 - The second array.
9
+ * @param mapper - The function to map array elements to comparison values.
10
+ * @returns A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
11
11
  *
12
12
  * @example
13
13
  * // Custom mapping function for numbers (modulo comparison)
@@ -4,10 +4,10 @@
4
4
  *
5
5
  * @template T - The type of elements in the array.
6
6
  * @template U - The type of mapped elements.
7
- * @param {T[]} arr1 - The first array.
8
- * @param {T[]} arr2 - The second array.
9
- * @param {(item: T) => U} mapper - The function to map array elements to comparison values.
10
- * @returns {T[]} A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
7
+ * @param arr1 - The first array.
8
+ * @param arr2 - The second array.
9
+ * @param mapper - The function to map array elements to comparison values.
10
+ * @returns A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
11
11
  *
12
12
  * @example
13
13
  * // Custom mapping function for numbers (modulo comparison)
@@ -5,10 +5,10 @@ const require_uniqBy = require("./uniqBy.js");
5
5
  *
6
6
  * @template T - The type of elements in the array.
7
7
  * @template U - The type of mapped elements.
8
- * @param {T[]} arr1 - The first array.
9
- * @param {T[]} arr2 - The second array.
10
- * @param {(item: T) => U} mapper - The function to map array elements to comparison values.
11
- * @returns {T[]} A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
8
+ * @param arr1 - The first array.
9
+ * @param arr2 - The second array.
10
+ * @param mapper - The function to map array elements to comparison values.
11
+ * @returns A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
12
12
  *
13
13
  * @example
14
14
  * // Custom mapping function for numbers (modulo comparison)
@@ -5,10 +5,10 @@ import { uniqBy } from "./uniqBy.mjs";
5
5
  *
6
6
  * @template T - The type of elements in the array.
7
7
  * @template U - The type of mapped elements.
8
- * @param {T[]} arr1 - The first array.
9
- * @param {T[]} arr2 - The second array.
10
- * @param {(item: T) => U} mapper - The function to map array elements to comparison values.
11
- * @returns {T[]} A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
8
+ * @param arr1 - The first array.
9
+ * @param arr2 - The second array.
10
+ * @param mapper - The function to map array elements to comparison values.
11
+ * @returns A new array containing the union of unique elements from `arr1` and `arr2`, based on the values returned by the mapping function.
12
12
  *
13
13
  * @example
14
14
  * // Custom mapping function for numbers (modulo comparison)
@@ -6,11 +6,11 @@
6
6
  * a new array containing only the unique values as determined by the custom equality function.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
10
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
11
- * @param {(item1: T, item2: T) => boolean} areItemsEqual - A custom function to determine if two elements are equal.
9
+ * @param arr1 - The first array to merge and filter for unique values.
10
+ * @param arr2 - The second array to merge and filter for unique values.
11
+ * @param areItemsEqual - A custom function to determine if two elements are equal.
12
12
  * It takes two arguments and returns `true` if the elements are considered equal, and `false` otherwise.
13
- * @returns {T[]} A new array of unique values based on the custom equality function.
13
+ * @returns A new array of unique values based on the custom equality function.
14
14
  *
15
15
  * @example
16
16
  * const array1 = [{ id: 1 }, { id: 2 }];
@@ -6,11 +6,11 @@
6
6
  * a new array containing only the unique values as determined by the custom equality function.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
10
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
11
- * @param {(item1: T, item2: T) => boolean} areItemsEqual - A custom function to determine if two elements are equal.
9
+ * @param arr1 - The first array to merge and filter for unique values.
10
+ * @param arr2 - The second array to merge and filter for unique values.
11
+ * @param areItemsEqual - A custom function to determine if two elements are equal.
12
12
  * It takes two arguments and returns `true` if the elements are considered equal, and `false` otherwise.
13
- * @returns {T[]} A new array of unique values based on the custom equality function.
13
+ * @returns A new array of unique values based on the custom equality function.
14
14
  *
15
15
  * @example
16
16
  * const array1 = [{ id: 1 }, { id: 2 }];
@@ -7,11 +7,11 @@ const require_uniqWith = require("./uniqWith.js");
7
7
  * a new array containing only the unique values as determined by the custom equality function.
8
8
  *
9
9
  * @template T - The type of elements in the array.
10
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
11
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
12
- * @param {(item1: T, item2: T) => boolean} areItemsEqual - A custom function to determine if two elements are equal.
10
+ * @param arr1 - The first array to merge and filter for unique values.
11
+ * @param arr2 - The second array to merge and filter for unique values.
12
+ * @param areItemsEqual - A custom function to determine if two elements are equal.
13
13
  * It takes two arguments and returns `true` if the elements are considered equal, and `false` otherwise.
14
- * @returns {T[]} A new array of unique values based on the custom equality function.
14
+ * @returns A new array of unique values based on the custom equality function.
15
15
  *
16
16
  * @example
17
17
  * const array1 = [{ id: 1 }, { id: 2 }];
@@ -7,11 +7,11 @@ import { uniqWith } from "./uniqWith.mjs";
7
7
  * a new array containing only the unique values as determined by the custom equality function.
8
8
  *
9
9
  * @template T - The type of elements in the array.
10
- * @param {T[]} arr1 - The first array to merge and filter for unique values.
11
- * @param {T[]} arr2 - The second array to merge and filter for unique values.
12
- * @param {(item1: T, item2: T) => boolean} areItemsEqual - A custom function to determine if two elements are equal.
10
+ * @param arr1 - The first array to merge and filter for unique values.
11
+ * @param arr2 - The second array to merge and filter for unique values.
12
+ * @param areItemsEqual - A custom function to determine if two elements are equal.
13
13
  * It takes two arguments and returns `true` if the elements are considered equal, and `false` otherwise.
14
- * @returns {T[]} A new array of unique values based on the custom equality function.
14
+ * @returns A new array of unique values based on the custom equality function.
15
15
  *
16
16
  * @example
17
17
  * const array1 = [{ id: 1 }, { id: 2 }];
@@ -6,8 +6,8 @@
6
6
  * from the original array, preserving the order of first occurrence.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr - The array to process.
10
- * @returns {T[]} A new array with only unique values from the original array.
9
+ * @param arr - The array to process.
10
+ * @returns A new array with only unique values from the original array.
11
11
  *
12
12
  * @example
13
13
  * const array = [1, 2, 2, 3, 4, 4, 5];
@@ -6,8 +6,8 @@
6
6
  * from the original array, preserving the order of first occurrence.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr - The array to process.
10
- * @returns {T[]} A new array with only unique values from the original array.
9
+ * @param arr - The array to process.
10
+ * @returns A new array with only unique values from the original array.
11
11
  *
12
12
  * @example
13
13
  * const array = [1, 2, 2, 3, 4, 4, 5];
@@ -6,8 +6,8 @@
6
6
  * from the original array, preserving the order of first occurrence.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr - The array to process.
10
- * @returns {T[]} A new array with only unique values from the original array.
9
+ * @param arr - The array to process.
10
+ * @returns A new array with only unique values from the original array.
11
11
  *
12
12
  * @example
13
13
  * const array = [1, 2, 2, 3, 4, 4, 5];
@@ -6,8 +6,8 @@
6
6
  * from the original array, preserving the order of first occurrence.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {T[]} arr - The array to process.
10
- * @returns {T[]} A new array with only unique values from the original array.
9
+ * @param arr - The array to process.
10
+ * @returns A new array with only unique values from the original array.
11
11
  *
12
12
  * @example
13
13
  * const array = [1, 2, 2, 3, 4, 4, 5];