es-toolkit 1.47.0-dev.1841 → 1.47.0-dev.1842

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 (1907) hide show
  1. package/dist/array/at.d.mts +3 -3
  2. package/dist/array/at.d.ts +3 -3
  3. package/dist/array/at.js +3 -3
  4. package/dist/array/at.mjs +3 -3
  5. package/dist/array/cartesianProduct.d.mts +16 -16
  6. package/dist/array/cartesianProduct.d.ts +16 -16
  7. package/dist/array/chunk.d.mts +3 -3
  8. package/dist/array/chunk.d.ts +3 -3
  9. package/dist/array/chunk.js +3 -3
  10. package/dist/array/chunk.mjs +3 -3
  11. package/dist/array/combinations.d.mts +3 -3
  12. package/dist/array/combinations.d.ts +3 -3
  13. package/dist/array/combinations.js +3 -3
  14. package/dist/array/combinations.mjs +3 -3
  15. package/dist/array/compact.d.mts +2 -2
  16. package/dist/array/compact.d.ts +2 -2
  17. package/dist/array/compact.js +2 -2
  18. package/dist/array/compact.mjs +2 -2
  19. package/dist/array/countBy.d.mts +3 -3
  20. package/dist/array/countBy.d.ts +3 -3
  21. package/dist/array/countBy.js +3 -3
  22. package/dist/array/countBy.mjs +3 -3
  23. package/dist/array/difference.d.mts +3 -3
  24. package/dist/array/difference.d.ts +3 -3
  25. package/dist/array/difference.js +3 -3
  26. package/dist/array/difference.mjs +3 -3
  27. package/dist/array/differenceBy.d.mts +4 -4
  28. package/dist/array/differenceBy.d.ts +4 -4
  29. package/dist/array/differenceBy.js +4 -4
  30. package/dist/array/differenceBy.mjs +4 -4
  31. package/dist/array/differenceWith.d.mts +4 -4
  32. package/dist/array/differenceWith.d.ts +4 -4
  33. package/dist/array/differenceWith.js +4 -4
  34. package/dist/array/differenceWith.mjs +4 -4
  35. package/dist/array/drop.d.mts +3 -3
  36. package/dist/array/drop.d.ts +3 -3
  37. package/dist/array/drop.js +3 -3
  38. package/dist/array/drop.mjs +3 -3
  39. package/dist/array/dropRight.d.mts +3 -3
  40. package/dist/array/dropRight.d.ts +3 -3
  41. package/dist/array/dropRight.js +3 -3
  42. package/dist/array/dropRight.mjs +3 -3
  43. package/dist/array/dropRightWhile.d.mts +3 -3
  44. package/dist/array/dropRightWhile.d.ts +3 -3
  45. package/dist/array/dropRightWhile.js +3 -3
  46. package/dist/array/dropRightWhile.mjs +3 -3
  47. package/dist/array/dropWhile.d.mts +3 -3
  48. package/dist/array/dropWhile.d.ts +3 -3
  49. package/dist/array/dropWhile.js +3 -3
  50. package/dist/array/dropWhile.mjs +3 -3
  51. package/dist/array/fill.d.mts +12 -12
  52. package/dist/array/fill.d.ts +12 -12
  53. package/dist/array/fill.js +5 -5
  54. package/dist/array/fill.mjs +5 -5
  55. package/dist/array/filterAsync.d.mts +5 -5
  56. package/dist/array/filterAsync.d.ts +5 -5
  57. package/dist/array/filterAsync.js +5 -5
  58. package/dist/array/filterAsync.mjs +5 -5
  59. package/dist/array/flatMap.d.mts +4 -4
  60. package/dist/array/flatMap.d.ts +4 -4
  61. package/dist/array/flatMap.js +4 -4
  62. package/dist/array/flatMap.mjs +4 -4
  63. package/dist/array/flatMapAsync.d.mts +5 -5
  64. package/dist/array/flatMapAsync.d.ts +5 -5
  65. package/dist/array/flatMapAsync.js +5 -5
  66. package/dist/array/flatMapAsync.mjs +5 -5
  67. package/dist/array/flatMapDeep.d.mts +3 -3
  68. package/dist/array/flatMapDeep.d.ts +3 -3
  69. package/dist/array/flatMapDeep.js +3 -3
  70. package/dist/array/flatMapDeep.mjs +3 -3
  71. package/dist/array/flatten.d.mts +3 -3
  72. package/dist/array/flatten.d.ts +3 -3
  73. package/dist/array/flatten.js +3 -3
  74. package/dist/array/flatten.mjs +3 -3
  75. package/dist/array/flattenDeep.d.mts +2 -2
  76. package/dist/array/flattenDeep.d.ts +2 -2
  77. package/dist/array/flattenDeep.js +2 -2
  78. package/dist/array/flattenDeep.mjs +2 -2
  79. package/dist/array/forEachAsync.d.mts +5 -5
  80. package/dist/array/forEachAsync.d.ts +5 -5
  81. package/dist/array/forEachAsync.js +5 -5
  82. package/dist/array/forEachAsync.mjs +5 -5
  83. package/dist/array/forEachRight.d.mts +4 -4
  84. package/dist/array/forEachRight.d.ts +4 -4
  85. package/dist/array/forEachRight.js +2 -2
  86. package/dist/array/forEachRight.mjs +2 -2
  87. package/dist/array/groupBy.d.mts +3 -3
  88. package/dist/array/groupBy.d.ts +3 -3
  89. package/dist/array/groupBy.js +3 -3
  90. package/dist/array/groupBy.mjs +3 -3
  91. package/dist/array/head.d.mts +4 -4
  92. package/dist/array/head.d.ts +4 -4
  93. package/dist/array/head.js +2 -2
  94. package/dist/array/head.mjs +2 -2
  95. package/dist/array/initial.d.mts +7 -7
  96. package/dist/array/initial.d.ts +7 -7
  97. package/dist/array/initial.js +2 -2
  98. package/dist/array/initial.mjs +2 -2
  99. package/dist/array/intersection.d.mts +3 -3
  100. package/dist/array/intersection.d.ts +3 -3
  101. package/dist/array/intersection.js +3 -3
  102. package/dist/array/intersection.mjs +3 -3
  103. package/dist/array/intersectionBy.d.mts +4 -4
  104. package/dist/array/intersectionBy.d.ts +4 -4
  105. package/dist/array/intersectionBy.js +4 -4
  106. package/dist/array/intersectionBy.mjs +4 -4
  107. package/dist/array/intersectionWith.d.mts +4 -4
  108. package/dist/array/intersectionWith.d.ts +4 -4
  109. package/dist/array/intersectionWith.js +4 -4
  110. package/dist/array/intersectionWith.mjs +4 -4
  111. package/dist/array/isSubset.d.mts +3 -3
  112. package/dist/array/isSubset.d.ts +3 -3
  113. package/dist/array/isSubset.js +3 -3
  114. package/dist/array/isSubset.mjs +3 -3
  115. package/dist/array/isSubsetWith.d.mts +4 -4
  116. package/dist/array/isSubsetWith.d.ts +4 -4
  117. package/dist/array/isSubsetWith.js +4 -4
  118. package/dist/array/isSubsetWith.mjs +4 -4
  119. package/dist/array/keyBy.d.mts +3 -3
  120. package/dist/array/keyBy.d.ts +3 -3
  121. package/dist/array/keyBy.js +3 -3
  122. package/dist/array/keyBy.mjs +3 -3
  123. package/dist/array/last.d.mts +4 -4
  124. package/dist/array/last.d.ts +4 -4
  125. package/dist/array/last.js +2 -2
  126. package/dist/array/last.mjs +2 -2
  127. package/dist/array/limitAsync.d.mts +3 -3
  128. package/dist/array/limitAsync.d.ts +3 -3
  129. package/dist/array/limitAsync.js +3 -3
  130. package/dist/array/limitAsync.mjs +3 -3
  131. package/dist/array/mapAsync.d.mts +5 -5
  132. package/dist/array/mapAsync.d.ts +5 -5
  133. package/dist/array/mapAsync.js +5 -5
  134. package/dist/array/mapAsync.mjs +5 -5
  135. package/dist/array/maxBy.d.mts +6 -6
  136. package/dist/array/maxBy.d.ts +6 -6
  137. package/dist/array/maxBy.js +3 -3
  138. package/dist/array/maxBy.mjs +3 -3
  139. package/dist/array/minBy.d.mts +6 -6
  140. package/dist/array/minBy.d.ts +6 -6
  141. package/dist/array/minBy.js +3 -3
  142. package/dist/array/minBy.mjs +3 -3
  143. package/dist/array/orderBy.d.mts +4 -4
  144. package/dist/array/orderBy.d.ts +4 -4
  145. package/dist/array/orderBy.js +4 -4
  146. package/dist/array/orderBy.mjs +4 -4
  147. package/dist/array/partition.d.mts +6 -6
  148. package/dist/array/partition.d.ts +6 -6
  149. package/dist/array/pull.d.mts +3 -3
  150. package/dist/array/pull.d.ts +3 -3
  151. package/dist/array/pull.js +3 -3
  152. package/dist/array/pull.mjs +3 -3
  153. package/dist/array/pullAt.d.mts +3 -3
  154. package/dist/array/pullAt.d.ts +3 -3
  155. package/dist/array/pullAt.js +3 -3
  156. package/dist/array/pullAt.mjs +3 -3
  157. package/dist/array/reduceAsync.d.mts +7 -7
  158. package/dist/array/reduceAsync.d.ts +7 -7
  159. package/dist/array/remove.d.mts +3 -3
  160. package/dist/array/remove.d.ts +3 -3
  161. package/dist/array/remove.js +3 -3
  162. package/dist/array/remove.mjs +3 -3
  163. package/dist/array/sample.d.mts +2 -2
  164. package/dist/array/sample.d.ts +2 -2
  165. package/dist/array/sample.js +2 -2
  166. package/dist/array/sample.mjs +2 -2
  167. package/dist/array/sampleSize.d.mts +3 -3
  168. package/dist/array/sampleSize.d.ts +3 -3
  169. package/dist/array/sampleSize.js +3 -3
  170. package/dist/array/sampleSize.mjs +3 -3
  171. package/dist/array/shuffle.d.mts +2 -2
  172. package/dist/array/shuffle.d.ts +2 -2
  173. package/dist/array/shuffle.js +2 -2
  174. package/dist/array/shuffle.mjs +2 -2
  175. package/dist/array/sortBy.d.mts +3 -3
  176. package/dist/array/sortBy.d.ts +3 -3
  177. package/dist/array/sortBy.js +3 -3
  178. package/dist/array/sortBy.mjs +3 -3
  179. package/dist/array/tail.d.mts +8 -8
  180. package/dist/array/tail.d.ts +8 -8
  181. package/dist/array/tail.js +2 -2
  182. package/dist/array/tail.mjs +2 -2
  183. package/dist/array/take.d.mts +4 -4
  184. package/dist/array/take.d.ts +4 -4
  185. package/dist/array/take.js +4 -4
  186. package/dist/array/take.mjs +4 -4
  187. package/dist/array/takeRight.d.mts +3 -3
  188. package/dist/array/takeRight.d.ts +3 -3
  189. package/dist/array/takeRight.js +3 -3
  190. package/dist/array/takeRight.mjs +3 -3
  191. package/dist/array/takeRightWhile.d.mts +3 -3
  192. package/dist/array/takeRightWhile.d.ts +3 -3
  193. package/dist/array/takeRightWhile.js +3 -3
  194. package/dist/array/takeRightWhile.mjs +3 -3
  195. package/dist/array/takeWhile.d.mts +3 -3
  196. package/dist/array/takeWhile.d.ts +3 -3
  197. package/dist/array/takeWhile.js +3 -3
  198. package/dist/array/takeWhile.mjs +3 -3
  199. package/dist/array/toFilled.d.mts +12 -12
  200. package/dist/array/toFilled.d.ts +12 -12
  201. package/dist/array/toFilled.js +5 -5
  202. package/dist/array/toFilled.mjs +5 -5
  203. package/dist/array/union.d.mts +3 -3
  204. package/dist/array/union.d.ts +3 -3
  205. package/dist/array/union.js +3 -3
  206. package/dist/array/union.mjs +3 -3
  207. package/dist/array/unionBy.d.mts +4 -4
  208. package/dist/array/unionBy.d.ts +4 -4
  209. package/dist/array/unionBy.js +4 -4
  210. package/dist/array/unionBy.mjs +4 -4
  211. package/dist/array/unionWith.d.mts +4 -4
  212. package/dist/array/unionWith.d.ts +4 -4
  213. package/dist/array/unionWith.js +4 -4
  214. package/dist/array/unionWith.mjs +4 -4
  215. package/dist/array/uniq.d.mts +2 -2
  216. package/dist/array/uniq.d.ts +2 -2
  217. package/dist/array/uniq.js +2 -2
  218. package/dist/array/uniq.mjs +2 -2
  219. package/dist/array/uniqBy.d.mts +3 -3
  220. package/dist/array/uniqBy.d.ts +3 -3
  221. package/dist/array/uniqBy.js +3 -3
  222. package/dist/array/uniqBy.mjs +3 -3
  223. package/dist/array/uniqWith.d.mts +3 -3
  224. package/dist/array/uniqWith.d.ts +3 -3
  225. package/dist/array/uniqWith.js +3 -3
  226. package/dist/array/uniqWith.mjs +3 -3
  227. package/dist/array/unzip.d.mts +2 -2
  228. package/dist/array/unzip.d.ts +2 -2
  229. package/dist/array/unzip.js +2 -2
  230. package/dist/array/unzip.mjs +2 -2
  231. package/dist/array/unzipWith.d.mts +3 -3
  232. package/dist/array/unzipWith.d.ts +3 -3
  233. package/dist/array/unzipWith.js +3 -3
  234. package/dist/array/unzipWith.mjs +3 -3
  235. package/dist/array/windowed.d.mts +6 -6
  236. package/dist/array/windowed.d.ts +6 -6
  237. package/dist/array/windowed.js +6 -6
  238. package/dist/array/windowed.mjs +6 -6
  239. package/dist/array/without.d.mts +3 -3
  240. package/dist/array/without.d.ts +3 -3
  241. package/dist/array/without.js +3 -3
  242. package/dist/array/without.mjs +3 -3
  243. package/dist/array/xor.d.mts +3 -3
  244. package/dist/array/xor.d.ts +3 -3
  245. package/dist/array/xor.js +3 -3
  246. package/dist/array/xor.mjs +3 -3
  247. package/dist/array/xorBy.d.mts +4 -4
  248. package/dist/array/xorBy.d.ts +4 -4
  249. package/dist/array/xorBy.js +4 -4
  250. package/dist/array/xorBy.mjs +4 -4
  251. package/dist/array/xorWith.d.mts +4 -4
  252. package/dist/array/xorWith.d.ts +4 -4
  253. package/dist/array/xorWith.js +4 -4
  254. package/dist/array/xorWith.mjs +4 -4
  255. package/dist/array/zip.d.mts +16 -16
  256. package/dist/array/zip.d.ts +16 -16
  257. package/dist/array/zip.js +2 -2
  258. package/dist/array/zip.mjs +2 -2
  259. package/dist/array/zipObject.d.mts +3 -3
  260. package/dist/array/zipObject.d.ts +3 -3
  261. package/dist/array/zipObject.js +3 -3
  262. package/dist/array/zipObject.mjs +3 -3
  263. package/dist/array/zipWith.d.mts +18 -18
  264. package/dist/array/zipWith.d.ts +18 -18
  265. package/dist/array/zipWith.js +4 -4
  266. package/dist/array/zipWith.mjs +4 -4
  267. package/dist/compat/array/castArray.d.mts +2 -2
  268. package/dist/compat/array/castArray.d.ts +2 -2
  269. package/dist/compat/array/castArray.js +2 -2
  270. package/dist/compat/array/castArray.mjs +2 -2
  271. package/dist/compat/array/chunk.d.mts +3 -3
  272. package/dist/compat/array/chunk.d.ts +3 -3
  273. package/dist/compat/array/chunk.js +3 -3
  274. package/dist/compat/array/chunk.mjs +3 -3
  275. package/dist/compat/array/compact.d.mts +2 -2
  276. package/dist/compat/array/compact.d.ts +2 -2
  277. package/dist/compat/array/compact.js +2 -2
  278. package/dist/compat/array/compact.mjs +2 -2
  279. package/dist/compat/array/concat.d.mts +2 -2
  280. package/dist/compat/array/concat.d.ts +2 -2
  281. package/dist/compat/array/concat.js +2 -2
  282. package/dist/compat/array/concat.mjs +2 -2
  283. package/dist/compat/array/difference.d.mts +3 -3
  284. package/dist/compat/array/difference.d.ts +3 -3
  285. package/dist/compat/array/difference.js +3 -3
  286. package/dist/compat/array/difference.mjs +3 -3
  287. package/dist/compat/array/differenceBy.d.mts +41 -41
  288. package/dist/compat/array/differenceBy.d.ts +41 -41
  289. package/dist/compat/array/differenceBy.js +3 -3
  290. package/dist/compat/array/differenceBy.mjs +3 -3
  291. package/dist/compat/array/differenceWith.d.mts +17 -17
  292. package/dist/compat/array/differenceWith.d.ts +17 -17
  293. package/dist/compat/array/differenceWith.js +3 -3
  294. package/dist/compat/array/differenceWith.mjs +3 -3
  295. package/dist/compat/array/drop.d.mts +4 -4
  296. package/dist/compat/array/drop.d.ts +4 -4
  297. package/dist/compat/array/dropRight.d.mts +4 -4
  298. package/dist/compat/array/dropRight.d.ts +4 -4
  299. package/dist/compat/array/dropRight.js +4 -4
  300. package/dist/compat/array/dropRight.mjs +4 -4
  301. package/dist/compat/array/dropRightWhile.d.mts +3 -3
  302. package/dist/compat/array/dropRightWhile.d.ts +3 -3
  303. package/dist/compat/array/dropRightWhile.js +3 -3
  304. package/dist/compat/array/dropRightWhile.mjs +3 -3
  305. package/dist/compat/array/dropWhile.d.mts +3 -3
  306. package/dist/compat/array/dropWhile.d.ts +3 -3
  307. package/dist/compat/array/dropWhile.js +3 -3
  308. package/dist/compat/array/dropWhile.mjs +3 -3
  309. package/dist/compat/array/every.d.mts +6 -6
  310. package/dist/compat/array/every.d.ts +6 -6
  311. package/dist/compat/array/every.js +6 -6
  312. package/dist/compat/array/every.mjs +6 -6
  313. package/dist/compat/array/fill.d.mts +16 -16
  314. package/dist/compat/array/fill.d.ts +16 -16
  315. package/dist/compat/array/fill.js +5 -5
  316. package/dist/compat/array/fill.mjs +5 -5
  317. package/dist/compat/array/filter.js +3 -3
  318. package/dist/compat/array/filter.mjs +3 -3
  319. package/dist/compat/array/find.js +4 -4
  320. package/dist/compat/array/find.mjs +4 -4
  321. package/dist/compat/array/findIndex.d.mts +5 -5
  322. package/dist/compat/array/findIndex.d.ts +5 -5
  323. package/dist/compat/array/findIndex.js +5 -5
  324. package/dist/compat/array/findIndex.mjs +5 -5
  325. package/dist/compat/array/findLast.d.mts +16 -16
  326. package/dist/compat/array/findLast.d.ts +16 -16
  327. package/dist/compat/array/findLast.js +4 -4
  328. package/dist/compat/array/findLast.mjs +4 -4
  329. package/dist/compat/array/findLastIndex.d.mts +4 -4
  330. package/dist/compat/array/findLastIndex.d.ts +4 -4
  331. package/dist/compat/array/findLastIndex.js +4 -4
  332. package/dist/compat/array/findLastIndex.mjs +4 -4
  333. package/dist/compat/array/flatMap.d.mts +16 -16
  334. package/dist/compat/array/flatMap.d.ts +16 -16
  335. package/dist/compat/array/flatMap.js +3 -3
  336. package/dist/compat/array/flatMap.mjs +3 -3
  337. package/dist/compat/array/flatMapDeep.d.mts +14 -14
  338. package/dist/compat/array/flatMapDeep.d.ts +14 -14
  339. package/dist/compat/array/flatMapDeep.js +3 -3
  340. package/dist/compat/array/flatMapDeep.mjs +3 -3
  341. package/dist/compat/array/flatMapDepth.d.mts +18 -18
  342. package/dist/compat/array/flatMapDepth.d.ts +18 -18
  343. package/dist/compat/array/flatMapDepth.js +4 -4
  344. package/dist/compat/array/flatMapDepth.mjs +4 -4
  345. package/dist/compat/array/flatten.d.mts +3 -3
  346. package/dist/compat/array/flatten.d.ts +3 -3
  347. package/dist/compat/array/flattenDeep.d.mts +2 -2
  348. package/dist/compat/array/flattenDeep.d.ts +2 -2
  349. package/dist/compat/array/flattenDeep.js +2 -2
  350. package/dist/compat/array/flattenDeep.mjs +2 -2
  351. package/dist/compat/array/flattenDepth.d.mts +3 -3
  352. package/dist/compat/array/flattenDepth.d.ts +3 -3
  353. package/dist/compat/array/flattenDepth.js +3 -3
  354. package/dist/compat/array/flattenDepth.mjs +3 -3
  355. package/dist/compat/array/forEach.d.mts +24 -24
  356. package/dist/compat/array/forEach.d.ts +24 -24
  357. package/dist/compat/array/forEach.js +3 -3
  358. package/dist/compat/array/forEach.mjs +3 -3
  359. package/dist/compat/array/forEachRight.d.mts +24 -24
  360. package/dist/compat/array/forEachRight.d.ts +24 -24
  361. package/dist/compat/array/forEachRight.js +3 -3
  362. package/dist/compat/array/forEachRight.mjs +3 -3
  363. package/dist/compat/array/groupBy.d.mts +6 -6
  364. package/dist/compat/array/groupBy.d.ts +6 -6
  365. package/dist/compat/array/groupBy.js +3 -3
  366. package/dist/compat/array/groupBy.mjs +3 -3
  367. package/dist/compat/array/head.d.mts +4 -4
  368. package/dist/compat/array/head.d.ts +4 -4
  369. package/dist/compat/array/head.js +2 -2
  370. package/dist/compat/array/head.mjs +2 -2
  371. package/dist/compat/array/includes.js +4 -4
  372. package/dist/compat/array/includes.mjs +4 -4
  373. package/dist/compat/array/indexOf.d.mts +4 -4
  374. package/dist/compat/array/indexOf.d.ts +4 -4
  375. package/dist/compat/array/indexOf.js +4 -4
  376. package/dist/compat/array/indexOf.mjs +4 -4
  377. package/dist/compat/array/initial.d.mts +2 -2
  378. package/dist/compat/array/initial.d.ts +2 -2
  379. package/dist/compat/array/initial.js +2 -2
  380. package/dist/compat/array/initial.mjs +2 -2
  381. package/dist/compat/array/intersection.d.mts +2 -2
  382. package/dist/compat/array/intersection.d.ts +2 -2
  383. package/dist/compat/array/intersection.js +2 -2
  384. package/dist/compat/array/intersection.mjs +2 -2
  385. package/dist/compat/array/intersectionBy.d.mts +19 -19
  386. package/dist/compat/array/intersectionBy.d.ts +19 -19
  387. package/dist/compat/array/intersectionBy.js +3 -3
  388. package/dist/compat/array/intersectionBy.mjs +3 -3
  389. package/dist/compat/array/intersectionWith.d.mts +17 -17
  390. package/dist/compat/array/intersectionWith.d.ts +17 -17
  391. package/dist/compat/array/intersectionWith.js +3 -3
  392. package/dist/compat/array/intersectionWith.mjs +3 -3
  393. package/dist/compat/array/invokeMap.d.mts +8 -8
  394. package/dist/compat/array/invokeMap.d.ts +8 -8
  395. package/dist/compat/array/invokeMap.js +4 -4
  396. package/dist/compat/array/invokeMap.mjs +4 -4
  397. package/dist/compat/array/join.d.mts +3 -3
  398. package/dist/compat/array/join.d.ts +3 -3
  399. package/dist/compat/array/join.js +3 -3
  400. package/dist/compat/array/join.mjs +3 -3
  401. package/dist/compat/array/keyBy.d.mts +6 -6
  402. package/dist/compat/array/keyBy.d.ts +6 -6
  403. package/dist/compat/array/keyBy.js +3 -3
  404. package/dist/compat/array/keyBy.mjs +3 -3
  405. package/dist/compat/array/last.d.mts +2 -2
  406. package/dist/compat/array/last.d.ts +2 -2
  407. package/dist/compat/array/last.js +2 -2
  408. package/dist/compat/array/last.mjs +2 -2
  409. package/dist/compat/array/lastIndexOf.d.mts +4 -4
  410. package/dist/compat/array/lastIndexOf.d.ts +4 -4
  411. package/dist/compat/array/map.d.mts +23 -23
  412. package/dist/compat/array/map.d.ts +23 -23
  413. package/dist/compat/array/nth.d.mts +2 -2
  414. package/dist/compat/array/nth.d.ts +2 -2
  415. package/dist/compat/array/nth.js +2 -2
  416. package/dist/compat/array/nth.mjs +2 -2
  417. package/dist/compat/array/orderBy.d.mts +16 -16
  418. package/dist/compat/array/orderBy.d.ts +16 -16
  419. package/dist/compat/array/orderBy.js +5 -5
  420. package/dist/compat/array/orderBy.mjs +5 -5
  421. package/dist/compat/array/partition.d.mts +9 -9
  422. package/dist/compat/array/partition.d.ts +9 -9
  423. package/dist/compat/array/partition.js +3 -3
  424. package/dist/compat/array/partition.mjs +3 -3
  425. package/dist/compat/array/pull.d.mts +6 -6
  426. package/dist/compat/array/pull.d.ts +6 -6
  427. package/dist/compat/array/pull.js +3 -3
  428. package/dist/compat/array/pull.mjs +3 -3
  429. package/dist/compat/array/pullAll.d.mts +6 -6
  430. package/dist/compat/array/pullAll.d.ts +6 -6
  431. package/dist/compat/array/pullAll.js +3 -3
  432. package/dist/compat/array/pullAll.mjs +3 -3
  433. package/dist/compat/array/pullAllBy.d.mts +16 -16
  434. package/dist/compat/array/pullAllBy.d.ts +16 -16
  435. package/dist/compat/array/pullAllBy.js +4 -4
  436. package/dist/compat/array/pullAllBy.mjs +4 -4
  437. package/dist/compat/array/pullAllWith.d.mts +16 -16
  438. package/dist/compat/array/pullAllWith.d.ts +16 -16
  439. package/dist/compat/array/pullAllWith.js +4 -4
  440. package/dist/compat/array/pullAllWith.mjs +4 -4
  441. package/dist/compat/array/pullAt.d.mts +6 -6
  442. package/dist/compat/array/pullAt.d.ts +6 -6
  443. package/dist/compat/array/pullAt.js +3 -3
  444. package/dist/compat/array/pullAt.mjs +3 -3
  445. package/dist/compat/array/reduce.d.mts +21 -21
  446. package/dist/compat/array/reduce.d.ts +21 -21
  447. package/dist/compat/array/reduce.js +4 -4
  448. package/dist/compat/array/reduce.mjs +4 -4
  449. package/dist/compat/array/reduceRight.d.mts +21 -21
  450. package/dist/compat/array/reduceRight.d.ts +21 -21
  451. package/dist/compat/array/reduceRight.js +4 -4
  452. package/dist/compat/array/reduceRight.mjs +4 -4
  453. package/dist/compat/array/reject.d.mts +9 -9
  454. package/dist/compat/array/reject.d.ts +9 -9
  455. package/dist/compat/array/reject.js +3 -3
  456. package/dist/compat/array/reject.mjs +3 -3
  457. package/dist/compat/array/remove.d.mts +3 -3
  458. package/dist/compat/array/remove.d.ts +3 -3
  459. package/dist/compat/array/remove.js +3 -3
  460. package/dist/compat/array/remove.mjs +3 -3
  461. package/dist/compat/array/reverse.d.mts +2 -2
  462. package/dist/compat/array/reverse.d.ts +2 -2
  463. package/dist/compat/array/reverse.js +2 -2
  464. package/dist/compat/array/reverse.mjs +2 -2
  465. package/dist/compat/array/sample.d.mts +6 -6
  466. package/dist/compat/array/sample.d.ts +6 -6
  467. package/dist/compat/array/sample.js +2 -2
  468. package/dist/compat/array/sample.mjs +2 -2
  469. package/dist/compat/array/sampleSize.d.mts +6 -6
  470. package/dist/compat/array/sampleSize.d.ts +6 -6
  471. package/dist/compat/array/sampleSize.js +3 -3
  472. package/dist/compat/array/sampleSize.mjs +3 -3
  473. package/dist/compat/array/shuffle.d.mts +4 -4
  474. package/dist/compat/array/shuffle.d.ts +4 -4
  475. package/dist/compat/array/shuffle.js +2 -2
  476. package/dist/compat/array/shuffle.mjs +2 -2
  477. package/dist/compat/array/size.d.mts +2 -2
  478. package/dist/compat/array/size.d.ts +2 -2
  479. package/dist/compat/array/slice.d.mts +4 -4
  480. package/dist/compat/array/slice.d.ts +4 -4
  481. package/dist/compat/array/slice.js +4 -4
  482. package/dist/compat/array/slice.mjs +4 -4
  483. package/dist/compat/array/some.d.mts +6 -6
  484. package/dist/compat/array/some.d.ts +6 -6
  485. package/dist/compat/array/some.js +3 -3
  486. package/dist/compat/array/some.mjs +3 -3
  487. package/dist/compat/array/sortBy.d.mts +9 -9
  488. package/dist/compat/array/sortBy.d.ts +9 -9
  489. package/dist/compat/array/sortedIndex.d.mts +6 -6
  490. package/dist/compat/array/sortedIndex.d.ts +6 -6
  491. package/dist/compat/array/sortedIndex.js +3 -3
  492. package/dist/compat/array/sortedIndex.mjs +3 -3
  493. package/dist/compat/array/sortedIndexBy.d.mts +4 -4
  494. package/dist/compat/array/sortedIndexBy.d.ts +4 -4
  495. package/dist/compat/array/sortedIndexBy.js +4 -4
  496. package/dist/compat/array/sortedIndexBy.mjs +4 -4
  497. package/dist/compat/array/sortedIndexOf.d.mts +3 -3
  498. package/dist/compat/array/sortedIndexOf.d.ts +3 -3
  499. package/dist/compat/array/sortedIndexOf.js +3 -3
  500. package/dist/compat/array/sortedIndexOf.mjs +3 -3
  501. package/dist/compat/array/sortedLastIndex.d.mts +3 -3
  502. package/dist/compat/array/sortedLastIndex.d.ts +3 -3
  503. package/dist/compat/array/sortedLastIndex.js +3 -3
  504. package/dist/compat/array/sortedLastIndex.mjs +3 -3
  505. package/dist/compat/array/sortedLastIndexBy.d.mts +4 -4
  506. package/dist/compat/array/sortedLastIndexBy.d.ts +4 -4
  507. package/dist/compat/array/sortedLastIndexBy.js +4 -4
  508. package/dist/compat/array/sortedLastIndexBy.mjs +4 -4
  509. package/dist/compat/array/sortedLastIndexOf.d.mts +3 -3
  510. package/dist/compat/array/sortedLastIndexOf.d.ts +3 -3
  511. package/dist/compat/array/sortedLastIndexOf.js +3 -3
  512. package/dist/compat/array/sortedLastIndexOf.mjs +3 -3
  513. package/dist/compat/array/tail.d.mts +4 -4
  514. package/dist/compat/array/tail.d.ts +4 -4
  515. package/dist/compat/array/tail.js +2 -2
  516. package/dist/compat/array/tail.mjs +2 -2
  517. package/dist/compat/array/take.d.mts +3 -3
  518. package/dist/compat/array/take.d.ts +3 -3
  519. package/dist/compat/array/take.js +4 -4
  520. package/dist/compat/array/take.mjs +4 -4
  521. package/dist/compat/array/takeRight.d.mts +3 -3
  522. package/dist/compat/array/takeRight.d.ts +3 -3
  523. package/dist/compat/array/takeRight.js +4 -4
  524. package/dist/compat/array/takeRight.mjs +4 -4
  525. package/dist/compat/array/takeRightWhile.d.mts +3 -3
  526. package/dist/compat/array/takeRightWhile.d.ts +3 -3
  527. package/dist/compat/array/takeRightWhile.js +3 -3
  528. package/dist/compat/array/takeRightWhile.mjs +3 -3
  529. package/dist/compat/array/takeWhile.d.mts +3 -3
  530. package/dist/compat/array/takeWhile.d.ts +3 -3
  531. package/dist/compat/array/takeWhile.js +3 -3
  532. package/dist/compat/array/takeWhile.mjs +3 -3
  533. package/dist/compat/array/union.d.mts +2 -2
  534. package/dist/compat/array/union.d.ts +2 -2
  535. package/dist/compat/array/union.js +2 -2
  536. package/dist/compat/array/union.mjs +2 -2
  537. package/dist/compat/array/unionBy.d.mts +25 -25
  538. package/dist/compat/array/unionBy.d.ts +25 -25
  539. package/dist/compat/array/unionBy.js +2 -2
  540. package/dist/compat/array/unionBy.mjs +2 -2
  541. package/dist/compat/array/unionWith.d.mts +12 -12
  542. package/dist/compat/array/unionWith.d.ts +12 -12
  543. package/dist/compat/array/unionWith.js +2 -2
  544. package/dist/compat/array/unionWith.mjs +2 -2
  545. package/dist/compat/array/uniq.d.mts +2 -2
  546. package/dist/compat/array/uniq.d.ts +2 -2
  547. package/dist/compat/array/uniq.js +2 -2
  548. package/dist/compat/array/uniq.mjs +2 -2
  549. package/dist/compat/array/uniqBy.d.mts +3 -3
  550. package/dist/compat/array/uniqBy.d.ts +3 -3
  551. package/dist/compat/array/uniqWith.d.mts +3 -3
  552. package/dist/compat/array/uniqWith.d.ts +3 -3
  553. package/dist/compat/array/uniqWith.js +3 -3
  554. package/dist/compat/array/uniqWith.mjs +3 -3
  555. package/dist/compat/array/unzip.d.mts +2 -2
  556. package/dist/compat/array/unzip.d.ts +2 -2
  557. package/dist/compat/array/unzip.js +2 -2
  558. package/dist/compat/array/unzip.mjs +2 -2
  559. package/dist/compat/array/unzipWith.d.mts +5 -5
  560. package/dist/compat/array/unzipWith.d.ts +5 -5
  561. package/dist/compat/array/unzipWith.js +3 -3
  562. package/dist/compat/array/unzipWith.mjs +3 -3
  563. package/dist/compat/array/without.d.mts +3 -3
  564. package/dist/compat/array/without.d.ts +3 -3
  565. package/dist/compat/array/without.js +3 -3
  566. package/dist/compat/array/without.mjs +3 -3
  567. package/dist/compat/array/xor.d.mts +2 -2
  568. package/dist/compat/array/xor.d.ts +2 -2
  569. package/dist/compat/array/xor.js +2 -2
  570. package/dist/compat/array/xor.mjs +2 -2
  571. package/dist/compat/array/xorBy.d.mts +12 -12
  572. package/dist/compat/array/xorBy.d.ts +12 -12
  573. package/dist/compat/array/xorBy.js +2 -2
  574. package/dist/compat/array/xorBy.mjs +2 -2
  575. package/dist/compat/array/xorWith.d.mts +12 -12
  576. package/dist/compat/array/xorWith.d.ts +12 -12
  577. package/dist/compat/array/xorWith.js +2 -2
  578. package/dist/compat/array/xorWith.mjs +2 -2
  579. package/dist/compat/array/zip.d.mts +40 -40
  580. package/dist/compat/array/zip.d.ts +40 -40
  581. package/dist/compat/array/zip.js +2 -2
  582. package/dist/compat/array/zip.mjs +2 -2
  583. package/dist/compat/array/zipObject.d.mts +5 -5
  584. package/dist/compat/array/zipObject.d.ts +5 -5
  585. package/dist/compat/array/zipObject.js +3 -3
  586. package/dist/compat/array/zipObject.mjs +3 -3
  587. package/dist/compat/array/zipObjectDeep.d.mts +3 -3
  588. package/dist/compat/array/zipObjectDeep.d.ts +3 -3
  589. package/dist/compat/array/zipObjectDeep.js +3 -3
  590. package/dist/compat/array/zipObjectDeep.mjs +3 -3
  591. package/dist/compat/array/zipWith.d.mts +27 -27
  592. package/dist/compat/array/zipWith.d.ts +27 -27
  593. package/dist/compat/array/zipWith.js +2 -2
  594. package/dist/compat/array/zipWith.mjs +2 -2
  595. package/dist/compat/function/after.d.mts +3 -3
  596. package/dist/compat/function/after.d.ts +3 -3
  597. package/dist/compat/function/after.js +3 -3
  598. package/dist/compat/function/after.mjs +3 -3
  599. package/dist/compat/function/ary.d.mts +3 -3
  600. package/dist/compat/function/ary.d.ts +3 -3
  601. package/dist/compat/function/ary.js +4 -4
  602. package/dist/compat/function/ary.mjs +4 -4
  603. package/dist/compat/function/attempt.d.mts +3 -3
  604. package/dist/compat/function/attempt.d.ts +3 -3
  605. package/dist/compat/function/attempt.js +3 -3
  606. package/dist/compat/function/attempt.mjs +3 -3
  607. package/dist/compat/function/before.d.mts +3 -3
  608. package/dist/compat/function/before.d.ts +3 -3
  609. package/dist/compat/function/before.js +3 -3
  610. package/dist/compat/function/before.mjs +3 -3
  611. package/dist/compat/function/bind.d.mts +4 -4
  612. package/dist/compat/function/bind.d.ts +4 -4
  613. package/dist/compat/function/bind.js +4 -4
  614. package/dist/compat/function/bind.mjs +4 -4
  615. package/dist/compat/function/bindKey.d.mts +4 -4
  616. package/dist/compat/function/bindKey.d.ts +4 -4
  617. package/dist/compat/function/bindKey.js +4 -4
  618. package/dist/compat/function/bindKey.mjs +4 -4
  619. package/dist/compat/function/curry.d.mts +18 -18
  620. package/dist/compat/function/curry.d.ts +18 -18
  621. package/dist/compat/function/curry.js +4 -4
  622. package/dist/compat/function/curry.mjs +4 -4
  623. package/dist/compat/function/curryRight.js +4 -4
  624. package/dist/compat/function/curryRight.mjs +4 -4
  625. package/dist/compat/function/debounce.d.mts +14 -14
  626. package/dist/compat/function/debounce.d.ts +14 -14
  627. package/dist/compat/function/defer.d.mts +3 -3
  628. package/dist/compat/function/defer.d.ts +3 -3
  629. package/dist/compat/function/defer.js +3 -3
  630. package/dist/compat/function/defer.mjs +3 -3
  631. package/dist/compat/function/delay.d.mts +4 -4
  632. package/dist/compat/function/delay.d.ts +4 -4
  633. package/dist/compat/function/delay.js +4 -4
  634. package/dist/compat/function/delay.mjs +4 -4
  635. package/dist/compat/function/flip.d.mts +2 -2
  636. package/dist/compat/function/flip.d.ts +2 -2
  637. package/dist/compat/function/flip.js +2 -2
  638. package/dist/compat/function/flip.mjs +2 -2
  639. package/dist/compat/function/flow.d.mts +8 -8
  640. package/dist/compat/function/flow.d.ts +8 -8
  641. package/dist/compat/function/flow.js +2 -2
  642. package/dist/compat/function/flow.mjs +2 -2
  643. package/dist/compat/function/flowRight.d.mts +8 -8
  644. package/dist/compat/function/flowRight.d.ts +8 -8
  645. package/dist/compat/function/flowRight.js +2 -2
  646. package/dist/compat/function/flowRight.mjs +2 -2
  647. package/dist/compat/function/identity.d.mts +4 -4
  648. package/dist/compat/function/identity.d.ts +4 -4
  649. package/dist/compat/function/memoize.d.mts +2 -2
  650. package/dist/compat/function/memoize.d.ts +2 -2
  651. package/dist/compat/function/memoize.js +2 -2
  652. package/dist/compat/function/memoize.mjs +2 -2
  653. package/dist/compat/function/negate.d.mts +2 -2
  654. package/dist/compat/function/negate.d.ts +2 -2
  655. package/dist/compat/function/negate.js +2 -2
  656. package/dist/compat/function/negate.mjs +2 -2
  657. package/dist/compat/function/noop.d.mts +1 -1
  658. package/dist/compat/function/noop.d.ts +1 -1
  659. package/dist/compat/function/noop.js +1 -1
  660. package/dist/compat/function/noop.mjs +1 -1
  661. package/dist/compat/function/nthArg.d.mts +2 -2
  662. package/dist/compat/function/nthArg.d.ts +2 -2
  663. package/dist/compat/function/nthArg.js +2 -2
  664. package/dist/compat/function/nthArg.mjs +2 -2
  665. package/dist/compat/function/overArgs.d.mts +3 -3
  666. package/dist/compat/function/overArgs.d.ts +3 -3
  667. package/dist/compat/function/overArgs.js +3 -3
  668. package/dist/compat/function/overArgs.mjs +3 -3
  669. package/dist/compat/function/partial.js +3 -3
  670. package/dist/compat/function/partial.mjs +3 -3
  671. package/dist/compat/function/partialRight.d.mts +137 -137
  672. package/dist/compat/function/partialRight.d.ts +137 -137
  673. package/dist/compat/function/partialRight.js +3 -3
  674. package/dist/compat/function/partialRight.mjs +3 -3
  675. package/dist/compat/function/rearg.d.mts +3 -3
  676. package/dist/compat/function/rearg.d.ts +3 -3
  677. package/dist/compat/function/rearg.js +3 -3
  678. package/dist/compat/function/rearg.mjs +3 -3
  679. package/dist/compat/function/rest.d.mts +3 -3
  680. package/dist/compat/function/rest.d.ts +3 -3
  681. package/dist/compat/function/rest.js +3 -3
  682. package/dist/compat/function/rest.mjs +3 -3
  683. package/dist/compat/function/spread.d.mts +3 -3
  684. package/dist/compat/function/spread.d.ts +3 -3
  685. package/dist/compat/function/spread.js +3 -3
  686. package/dist/compat/function/spread.mjs +3 -3
  687. package/dist/compat/function/throttle.d.mts +14 -14
  688. package/dist/compat/function/throttle.d.ts +14 -14
  689. package/dist/compat/function/throttle.js +7 -7
  690. package/dist/compat/function/throttle.mjs +7 -7
  691. package/dist/compat/function/unary.d.mts +2 -2
  692. package/dist/compat/function/unary.d.ts +2 -2
  693. package/dist/compat/function/unary.js +2 -2
  694. package/dist/compat/function/unary.mjs +2 -2
  695. package/dist/compat/function/wrap.d.mts +3 -3
  696. package/dist/compat/function/wrap.d.ts +3 -3
  697. package/dist/compat/function/wrap.js +3 -3
  698. package/dist/compat/function/wrap.mjs +3 -3
  699. package/dist/compat/math/add.d.mts +3 -3
  700. package/dist/compat/math/add.d.ts +3 -3
  701. package/dist/compat/math/add.js +3 -3
  702. package/dist/compat/math/add.mjs +3 -3
  703. package/dist/compat/math/ceil.d.mts +3 -3
  704. package/dist/compat/math/ceil.d.ts +3 -3
  705. package/dist/compat/math/ceil.js +3 -3
  706. package/dist/compat/math/ceil.mjs +3 -3
  707. package/dist/compat/math/clamp.d.mts +7 -7
  708. package/dist/compat/math/clamp.d.ts +7 -7
  709. package/dist/compat/math/clamp.js +4 -4
  710. package/dist/compat/math/clamp.mjs +4 -4
  711. package/dist/compat/math/divide.d.mts +3 -3
  712. package/dist/compat/math/divide.d.ts +3 -3
  713. package/dist/compat/math/divide.js +3 -3
  714. package/dist/compat/math/divide.mjs +3 -3
  715. package/dist/compat/math/floor.d.mts +3 -3
  716. package/dist/compat/math/floor.d.ts +3 -3
  717. package/dist/compat/math/floor.js +3 -3
  718. package/dist/compat/math/floor.mjs +3 -3
  719. package/dist/compat/math/inRange.d.mts +4 -4
  720. package/dist/compat/math/inRange.d.ts +4 -4
  721. package/dist/compat/math/inRange.js +4 -4
  722. package/dist/compat/math/inRange.mjs +4 -4
  723. package/dist/compat/math/max.d.mts +2 -2
  724. package/dist/compat/math/max.d.ts +2 -2
  725. package/dist/compat/math/max.js +2 -2
  726. package/dist/compat/math/max.mjs +2 -2
  727. package/dist/compat/math/maxBy.d.mts +3 -3
  728. package/dist/compat/math/maxBy.d.ts +3 -3
  729. package/dist/compat/math/maxBy.js +3 -3
  730. package/dist/compat/math/maxBy.mjs +3 -3
  731. package/dist/compat/math/mean.d.mts +2 -2
  732. package/dist/compat/math/mean.d.ts +2 -2
  733. package/dist/compat/math/mean.js +2 -2
  734. package/dist/compat/math/mean.mjs +2 -2
  735. package/dist/compat/math/meanBy.d.mts +3 -3
  736. package/dist/compat/math/meanBy.d.ts +3 -3
  737. package/dist/compat/math/meanBy.js +3 -3
  738. package/dist/compat/math/meanBy.mjs +3 -3
  739. package/dist/compat/math/min.d.mts +2 -2
  740. package/dist/compat/math/min.d.ts +2 -2
  741. package/dist/compat/math/min.js +2 -2
  742. package/dist/compat/math/min.mjs +2 -2
  743. package/dist/compat/math/minBy.d.mts +3 -3
  744. package/dist/compat/math/minBy.d.ts +3 -3
  745. package/dist/compat/math/minBy.js +3 -3
  746. package/dist/compat/math/minBy.mjs +3 -3
  747. package/dist/compat/math/multiply.d.mts +3 -3
  748. package/dist/compat/math/multiply.d.ts +3 -3
  749. package/dist/compat/math/multiply.js +3 -3
  750. package/dist/compat/math/multiply.mjs +3 -3
  751. package/dist/compat/math/parseInt.d.mts +4 -4
  752. package/dist/compat/math/parseInt.d.ts +4 -4
  753. package/dist/compat/math/parseInt.js +4 -4
  754. package/dist/compat/math/parseInt.mjs +4 -4
  755. package/dist/compat/math/random.d.mts +13 -13
  756. package/dist/compat/math/random.d.ts +13 -13
  757. package/dist/compat/math/random.js +3 -3
  758. package/dist/compat/math/random.mjs +3 -3
  759. package/dist/compat/math/range.d.mts +8 -8
  760. package/dist/compat/math/range.d.ts +8 -8
  761. package/dist/compat/math/range.js +4 -4
  762. package/dist/compat/math/range.mjs +4 -4
  763. package/dist/compat/math/rangeRight.d.mts +8 -8
  764. package/dist/compat/math/rangeRight.d.ts +8 -8
  765. package/dist/compat/math/rangeRight.js +4 -4
  766. package/dist/compat/math/rangeRight.mjs +4 -4
  767. package/dist/compat/math/round.d.mts +3 -3
  768. package/dist/compat/math/round.d.ts +3 -3
  769. package/dist/compat/math/round.js +3 -3
  770. package/dist/compat/math/round.mjs +3 -3
  771. package/dist/compat/math/subtract.d.mts +3 -3
  772. package/dist/compat/math/subtract.d.ts +3 -3
  773. package/dist/compat/math/subtract.js +3 -3
  774. package/dist/compat/math/subtract.mjs +3 -3
  775. package/dist/compat/math/sum.d.mts +2 -2
  776. package/dist/compat/math/sum.d.ts +2 -2
  777. package/dist/compat/math/sum.js +2 -2
  778. package/dist/compat/math/sum.mjs +2 -2
  779. package/dist/compat/math/sumBy.d.mts +3 -3
  780. package/dist/compat/math/sumBy.d.ts +3 -3
  781. package/dist/compat/math/sumBy.js +3 -3
  782. package/dist/compat/math/sumBy.mjs +3 -3
  783. package/dist/compat/object/assign.d.mts +23 -23
  784. package/dist/compat/object/assign.d.ts +23 -23
  785. package/dist/compat/object/assign.js +3 -3
  786. package/dist/compat/object/assign.mjs +3 -3
  787. package/dist/compat/object/assignIn.d.mts +23 -23
  788. package/dist/compat/object/assignIn.d.ts +23 -23
  789. package/dist/compat/object/assignIn.js +3 -3
  790. package/dist/compat/object/assignIn.mjs +3 -3
  791. package/dist/compat/object/assignInWith.d.mts +27 -27
  792. package/dist/compat/object/assignInWith.d.ts +27 -27
  793. package/dist/compat/object/assignInWith.js +3 -3
  794. package/dist/compat/object/assignInWith.mjs +3 -3
  795. package/dist/compat/object/assignWith.d.mts +27 -27
  796. package/dist/compat/object/assignWith.d.ts +27 -27
  797. package/dist/compat/object/assignWith.js +3 -3
  798. package/dist/compat/object/assignWith.mjs +3 -3
  799. package/dist/compat/object/at.d.mts +6 -6
  800. package/dist/compat/object/at.d.ts +6 -6
  801. package/dist/compat/object/at.js +3 -3
  802. package/dist/compat/object/at.mjs +3 -3
  803. package/dist/compat/object/clone.d.mts +2 -2
  804. package/dist/compat/object/clone.d.ts +2 -2
  805. package/dist/compat/object/clone.js +2 -2
  806. package/dist/compat/object/clone.mjs +2 -2
  807. package/dist/compat/object/cloneDeep.d.mts +2 -2
  808. package/dist/compat/object/cloneDeep.d.ts +2 -2
  809. package/dist/compat/object/cloneDeep.js +2 -2
  810. package/dist/compat/object/cloneDeep.mjs +2 -2
  811. package/dist/compat/object/cloneDeepWith.d.mts +5 -5
  812. package/dist/compat/object/cloneDeepWith.d.ts +5 -5
  813. package/dist/compat/object/cloneDeepWith.js +3 -3
  814. package/dist/compat/object/cloneDeepWith.mjs +3 -3
  815. package/dist/compat/object/cloneWith.d.mts +8 -8
  816. package/dist/compat/object/cloneWith.d.ts +8 -8
  817. package/dist/compat/object/cloneWith.js +3 -3
  818. package/dist/compat/object/cloneWith.mjs +3 -3
  819. package/dist/compat/object/create.d.mts +3 -3
  820. package/dist/compat/object/create.d.ts +3 -3
  821. package/dist/compat/object/create.js +3 -3
  822. package/dist/compat/object/create.mjs +3 -3
  823. package/dist/compat/object/defaults.d.mts +23 -23
  824. package/dist/compat/object/defaults.d.ts +23 -23
  825. package/dist/compat/object/defaults.js +3 -3
  826. package/dist/compat/object/defaults.mjs +3 -3
  827. package/dist/compat/object/defaultsDeep.d.mts +3 -3
  828. package/dist/compat/object/defaultsDeep.d.ts +3 -3
  829. package/dist/compat/object/defaultsDeep.js +3 -3
  830. package/dist/compat/object/defaultsDeep.mjs +3 -3
  831. package/dist/compat/object/findKey.d.mts +3 -3
  832. package/dist/compat/object/findKey.d.ts +3 -3
  833. package/dist/compat/object/findKey.js +3 -3
  834. package/dist/compat/object/findKey.mjs +3 -3
  835. package/dist/compat/object/findLastKey.d.mts +3 -3
  836. package/dist/compat/object/findLastKey.d.ts +3 -3
  837. package/dist/compat/object/findLastKey.js +3 -3
  838. package/dist/compat/object/findLastKey.mjs +3 -3
  839. package/dist/compat/object/forIn.d.mts +6 -6
  840. package/dist/compat/object/forIn.d.ts +6 -6
  841. package/dist/compat/object/forIn.js +3 -3
  842. package/dist/compat/object/forIn.mjs +3 -3
  843. package/dist/compat/object/forInRight.d.mts +6 -6
  844. package/dist/compat/object/forInRight.d.ts +6 -6
  845. package/dist/compat/object/forInRight.js +3 -3
  846. package/dist/compat/object/forInRight.mjs +3 -3
  847. package/dist/compat/object/forOwn.d.mts +4 -4
  848. package/dist/compat/object/forOwn.d.ts +4 -4
  849. package/dist/compat/object/forOwn.js +2 -2
  850. package/dist/compat/object/forOwn.mjs +2 -2
  851. package/dist/compat/object/forOwnRight.d.mts +4 -4
  852. package/dist/compat/object/forOwnRight.d.ts +4 -4
  853. package/dist/compat/object/forOwnRight.js +2 -2
  854. package/dist/compat/object/forOwnRight.mjs +2 -2
  855. package/dist/compat/object/fromPairs.d.mts +4 -4
  856. package/dist/compat/object/fromPairs.d.ts +4 -4
  857. package/dist/compat/object/fromPairs.js +2 -2
  858. package/dist/compat/object/fromPairs.mjs +2 -2
  859. package/dist/compat/object/functions.d.mts +2 -2
  860. package/dist/compat/object/functions.d.ts +2 -2
  861. package/dist/compat/object/functions.js +2 -2
  862. package/dist/compat/object/functions.mjs +2 -2
  863. package/dist/compat/object/functionsIn.d.mts +2 -2
  864. package/dist/compat/object/functionsIn.d.ts +2 -2
  865. package/dist/compat/object/functionsIn.js +2 -2
  866. package/dist/compat/object/functionsIn.mjs +2 -2
  867. package/dist/compat/object/get.d.mts +68 -68
  868. package/dist/compat/object/get.d.ts +68 -68
  869. package/dist/compat/object/get.js +4 -4
  870. package/dist/compat/object/get.mjs +4 -4
  871. package/dist/compat/object/has.d.mts +6 -6
  872. package/dist/compat/object/has.d.ts +6 -6
  873. package/dist/compat/object/has.js +3 -3
  874. package/dist/compat/object/has.mjs +3 -3
  875. package/dist/compat/object/hasIn.d.mts +3 -3
  876. package/dist/compat/object/hasIn.d.ts +3 -3
  877. package/dist/compat/object/hasIn.js +3 -3
  878. package/dist/compat/object/hasIn.mjs +3 -3
  879. package/dist/compat/object/invert.d.mts +2 -2
  880. package/dist/compat/object/invert.d.ts +2 -2
  881. package/dist/compat/object/invert.js +2 -2
  882. package/dist/compat/object/invert.mjs +2 -2
  883. package/dist/compat/object/invertBy.d.mts +6 -6
  884. package/dist/compat/object/invertBy.d.ts +6 -6
  885. package/dist/compat/object/invertBy.js +3 -3
  886. package/dist/compat/object/invertBy.mjs +3 -3
  887. package/dist/compat/object/keys.d.mts +2 -2
  888. package/dist/compat/object/keys.d.ts +2 -2
  889. package/dist/compat/object/keys.js +2 -2
  890. package/dist/compat/object/keys.mjs +2 -2
  891. package/dist/compat/object/keysIn.d.mts +2 -2
  892. package/dist/compat/object/keysIn.d.ts +2 -2
  893. package/dist/compat/object/keysIn.js +2 -2
  894. package/dist/compat/object/keysIn.mjs +2 -2
  895. package/dist/compat/object/mapKeys.d.mts +6 -6
  896. package/dist/compat/object/mapKeys.d.ts +6 -6
  897. package/dist/compat/object/mapKeys.js +3 -3
  898. package/dist/compat/object/mapKeys.mjs +3 -3
  899. package/dist/compat/object/mapValues.js +3 -3
  900. package/dist/compat/object/mapValues.mjs +3 -3
  901. package/dist/compat/object/merge.d.mts +21 -21
  902. package/dist/compat/object/merge.d.ts +21 -21
  903. package/dist/compat/object/merge.js +3 -3
  904. package/dist/compat/object/merge.mjs +3 -3
  905. package/dist/compat/object/mergeWith.d.mts +25 -25
  906. package/dist/compat/object/mergeWith.d.ts +25 -25
  907. package/dist/compat/object/mergeWith.js +3 -3
  908. package/dist/compat/object/mergeWith.mjs +3 -3
  909. package/dist/compat/object/omit.d.mts +9 -9
  910. package/dist/compat/object/omit.d.ts +9 -9
  911. package/dist/compat/object/omit.js +3 -3
  912. package/dist/compat/object/omit.mjs +3 -3
  913. package/dist/compat/object/omitBy.d.mts +9 -9
  914. package/dist/compat/object/omitBy.d.ts +9 -9
  915. package/dist/compat/object/omitBy.js +3 -3
  916. package/dist/compat/object/omitBy.mjs +3 -3
  917. package/dist/compat/object/pick.d.mts +6 -6
  918. package/dist/compat/object/pick.d.ts +6 -6
  919. package/dist/compat/object/pick.js +3 -3
  920. package/dist/compat/object/pick.mjs +3 -3
  921. package/dist/compat/object/pickBy.d.mts +15 -15
  922. package/dist/compat/object/pickBy.d.ts +15 -15
  923. package/dist/compat/object/pickBy.js +3 -3
  924. package/dist/compat/object/pickBy.mjs +3 -3
  925. package/dist/compat/object/property.js +2 -2
  926. package/dist/compat/object/property.mjs +2 -2
  927. package/dist/compat/object/propertyOf.js +2 -2
  928. package/dist/compat/object/propertyOf.mjs +2 -2
  929. package/dist/compat/object/result.d.mts +4 -4
  930. package/dist/compat/object/result.d.ts +4 -4
  931. package/dist/compat/object/result.js +4 -4
  932. package/dist/compat/object/result.mjs +4 -4
  933. package/dist/compat/object/set.d.mts +8 -8
  934. package/dist/compat/object/set.d.ts +8 -8
  935. package/dist/compat/object/set.js +4 -4
  936. package/dist/compat/object/set.mjs +4 -4
  937. package/dist/compat/object/setWith.d.mts +10 -10
  938. package/dist/compat/object/setWith.d.ts +10 -10
  939. package/dist/compat/object/setWith.js +5 -5
  940. package/dist/compat/object/setWith.mjs +5 -5
  941. package/dist/compat/object/toDefaulted.d.mts +23 -23
  942. package/dist/compat/object/toDefaulted.d.ts +23 -23
  943. package/dist/compat/object/toDefaulted.js +3 -3
  944. package/dist/compat/object/toDefaulted.mjs +3 -3
  945. package/dist/compat/object/toPairs.d.mts +4 -4
  946. package/dist/compat/object/toPairs.d.ts +4 -4
  947. package/dist/compat/object/toPairs.js +2 -2
  948. package/dist/compat/object/toPairs.mjs +2 -2
  949. package/dist/compat/object/toPairsIn.d.mts +4 -4
  950. package/dist/compat/object/toPairsIn.d.ts +4 -4
  951. package/dist/compat/object/toPairsIn.js +2 -2
  952. package/dist/compat/object/toPairsIn.mjs +2 -2
  953. package/dist/compat/object/transform.d.mts +16 -16
  954. package/dist/compat/object/transform.d.ts +16 -16
  955. package/dist/compat/object/transform.js +4 -4
  956. package/dist/compat/object/transform.mjs +4 -4
  957. package/dist/compat/object/unset.d.mts +3 -3
  958. package/dist/compat/object/unset.d.ts +3 -3
  959. package/dist/compat/object/unset.js +3 -3
  960. package/dist/compat/object/unset.mjs +3 -3
  961. package/dist/compat/object/update.d.mts +4 -4
  962. package/dist/compat/object/update.d.ts +4 -4
  963. package/dist/compat/object/update.js +4 -4
  964. package/dist/compat/object/update.mjs +4 -4
  965. package/dist/compat/object/updateWith.d.mts +10 -10
  966. package/dist/compat/object/updateWith.d.ts +10 -10
  967. package/dist/compat/object/updateWith.js +5 -5
  968. package/dist/compat/object/updateWith.mjs +5 -5
  969. package/dist/compat/object/values.d.mts +6 -6
  970. package/dist/compat/object/values.d.ts +6 -6
  971. package/dist/compat/object/values.js +2 -2
  972. package/dist/compat/object/values.mjs +2 -2
  973. package/dist/compat/object/valuesIn.d.mts +4 -4
  974. package/dist/compat/object/valuesIn.d.ts +4 -4
  975. package/dist/compat/object/valuesIn.js +2 -2
  976. package/dist/compat/object/valuesIn.mjs +2 -2
  977. package/dist/compat/predicate/conforms.d.mts +2 -2
  978. package/dist/compat/predicate/conforms.d.ts +2 -2
  979. package/dist/compat/predicate/conforms.js +2 -2
  980. package/dist/compat/predicate/conforms.mjs +2 -2
  981. package/dist/compat/predicate/conformsTo.d.mts +3 -3
  982. package/dist/compat/predicate/conformsTo.d.ts +3 -3
  983. package/dist/compat/predicate/conformsTo.js +3 -3
  984. package/dist/compat/predicate/conformsTo.mjs +3 -3
  985. package/dist/compat/predicate/isArguments.d.mts +2 -2
  986. package/dist/compat/predicate/isArguments.d.ts +2 -2
  987. package/dist/compat/predicate/isArguments.js +2 -2
  988. package/dist/compat/predicate/isArguments.mjs +2 -2
  989. package/dist/compat/predicate/isArray.d.mts +4 -4
  990. package/dist/compat/predicate/isArray.d.ts +4 -4
  991. package/dist/compat/predicate/isArray.js +2 -2
  992. package/dist/compat/predicate/isArray.mjs +2 -2
  993. package/dist/compat/predicate/isArrayBuffer.d.mts +2 -2
  994. package/dist/compat/predicate/isArrayBuffer.d.ts +2 -2
  995. package/dist/compat/predicate/isArrayBuffer.js +2 -2
  996. package/dist/compat/predicate/isArrayBuffer.mjs +2 -2
  997. package/dist/compat/predicate/isArrayLike.d.mts +6 -6
  998. package/dist/compat/predicate/isArrayLike.d.ts +6 -6
  999. package/dist/compat/predicate/isArrayLike.js +2 -2
  1000. package/dist/compat/predicate/isArrayLike.mjs +2 -2
  1001. package/dist/compat/predicate/isArrayLikeObject.js +2 -2
  1002. package/dist/compat/predicate/isArrayLikeObject.mjs +2 -2
  1003. package/dist/compat/predicate/isBoolean.d.mts +2 -2
  1004. package/dist/compat/predicate/isBoolean.d.ts +2 -2
  1005. package/dist/compat/predicate/isBoolean.js +2 -2
  1006. package/dist/compat/predicate/isBoolean.mjs +2 -2
  1007. package/dist/compat/predicate/isBuffer.d.mts +2 -2
  1008. package/dist/compat/predicate/isBuffer.d.ts +2 -2
  1009. package/dist/compat/predicate/isBuffer.js +2 -2
  1010. package/dist/compat/predicate/isBuffer.mjs +2 -2
  1011. package/dist/compat/predicate/isDate.d.mts +2 -2
  1012. package/dist/compat/predicate/isDate.d.ts +2 -2
  1013. package/dist/compat/predicate/isDate.js +2 -2
  1014. package/dist/compat/predicate/isDate.mjs +2 -2
  1015. package/dist/compat/predicate/isElement.d.mts +2 -2
  1016. package/dist/compat/predicate/isElement.d.ts +2 -2
  1017. package/dist/compat/predicate/isElement.js +2 -2
  1018. package/dist/compat/predicate/isElement.mjs +2 -2
  1019. package/dist/compat/predicate/isEmpty.js +2 -2
  1020. package/dist/compat/predicate/isEmpty.mjs +2 -2
  1021. package/dist/compat/predicate/isEqualWith.d.mts +4 -4
  1022. package/dist/compat/predicate/isEqualWith.d.ts +4 -4
  1023. package/dist/compat/predicate/isEqualWith.js +4 -4
  1024. package/dist/compat/predicate/isEqualWith.mjs +4 -4
  1025. package/dist/compat/predicate/isError.d.mts +2 -2
  1026. package/dist/compat/predicate/isError.d.ts +2 -2
  1027. package/dist/compat/predicate/isError.js +2 -2
  1028. package/dist/compat/predicate/isError.mjs +2 -2
  1029. package/dist/compat/predicate/isFinite.d.mts +2 -2
  1030. package/dist/compat/predicate/isFinite.d.ts +2 -2
  1031. package/dist/compat/predicate/isFinite.js +2 -2
  1032. package/dist/compat/predicate/isFinite.mjs +2 -2
  1033. package/dist/compat/predicate/isFunction.d.mts +2 -2
  1034. package/dist/compat/predicate/isFunction.d.ts +2 -2
  1035. package/dist/compat/predicate/isFunction.js +2 -2
  1036. package/dist/compat/predicate/isFunction.mjs +2 -2
  1037. package/dist/compat/predicate/isInteger.d.mts +2 -2
  1038. package/dist/compat/predicate/isInteger.d.ts +2 -2
  1039. package/dist/compat/predicate/isInteger.js +2 -2
  1040. package/dist/compat/predicate/isInteger.mjs +2 -2
  1041. package/dist/compat/predicate/isLength.d.mts +2 -2
  1042. package/dist/compat/predicate/isLength.d.ts +2 -2
  1043. package/dist/compat/predicate/isLength.js +2 -2
  1044. package/dist/compat/predicate/isLength.mjs +2 -2
  1045. package/dist/compat/predicate/isMap.d.mts +2 -2
  1046. package/dist/compat/predicate/isMap.d.ts +2 -2
  1047. package/dist/compat/predicate/isMap.js +2 -2
  1048. package/dist/compat/predicate/isMap.mjs +2 -2
  1049. package/dist/compat/predicate/isMatch.d.mts +3 -3
  1050. package/dist/compat/predicate/isMatch.d.ts +3 -3
  1051. package/dist/compat/predicate/isMatch.js +3 -3
  1052. package/dist/compat/predicate/isMatch.mjs +3 -3
  1053. package/dist/compat/predicate/isMatchWith.d.mts +4 -4
  1054. package/dist/compat/predicate/isMatchWith.d.ts +4 -4
  1055. package/dist/compat/predicate/isMatchWith.js +4 -4
  1056. package/dist/compat/predicate/isMatchWith.mjs +4 -4
  1057. package/dist/compat/predicate/isNaN.d.mts +2 -2
  1058. package/dist/compat/predicate/isNaN.d.ts +2 -2
  1059. package/dist/compat/predicate/isNaN.js +2 -2
  1060. package/dist/compat/predicate/isNaN.mjs +2 -2
  1061. package/dist/compat/predicate/isNative.d.mts +2 -2
  1062. package/dist/compat/predicate/isNative.d.ts +2 -2
  1063. package/dist/compat/predicate/isNative.js +2 -2
  1064. package/dist/compat/predicate/isNative.mjs +2 -2
  1065. package/dist/compat/predicate/isNil.d.mts +2 -2
  1066. package/dist/compat/predicate/isNil.d.ts +2 -2
  1067. package/dist/compat/predicate/isNil.js +2 -2
  1068. package/dist/compat/predicate/isNil.mjs +2 -2
  1069. package/dist/compat/predicate/isNull.d.mts +2 -2
  1070. package/dist/compat/predicate/isNull.d.ts +2 -2
  1071. package/dist/compat/predicate/isNull.js +2 -2
  1072. package/dist/compat/predicate/isNull.mjs +2 -2
  1073. package/dist/compat/predicate/isNumber.d.mts +2 -2
  1074. package/dist/compat/predicate/isNumber.d.ts +2 -2
  1075. package/dist/compat/predicate/isNumber.js +2 -2
  1076. package/dist/compat/predicate/isNumber.mjs +2 -2
  1077. package/dist/compat/predicate/isObject.d.mts +2 -2
  1078. package/dist/compat/predicate/isObject.d.ts +2 -2
  1079. package/dist/compat/predicate/isObject.js +2 -2
  1080. package/dist/compat/predicate/isObject.mjs +2 -2
  1081. package/dist/compat/predicate/isObjectLike.d.mts +2 -2
  1082. package/dist/compat/predicate/isObjectLike.d.ts +2 -2
  1083. package/dist/compat/predicate/isObjectLike.js +2 -2
  1084. package/dist/compat/predicate/isObjectLike.mjs +2 -2
  1085. package/dist/compat/predicate/isPlainObject.d.mts +2 -2
  1086. package/dist/compat/predicate/isPlainObject.d.ts +2 -2
  1087. package/dist/compat/predicate/isPlainObject.js +2 -2
  1088. package/dist/compat/predicate/isPlainObject.mjs +2 -2
  1089. package/dist/compat/predicate/isRegExp.d.mts +2 -2
  1090. package/dist/compat/predicate/isRegExp.d.ts +2 -2
  1091. package/dist/compat/predicate/isRegExp.js +2 -2
  1092. package/dist/compat/predicate/isRegExp.mjs +2 -2
  1093. package/dist/compat/predicate/isSafeInteger.d.mts +2 -2
  1094. package/dist/compat/predicate/isSafeInteger.d.ts +2 -2
  1095. package/dist/compat/predicate/isSafeInteger.js +2 -2
  1096. package/dist/compat/predicate/isSafeInteger.mjs +2 -2
  1097. package/dist/compat/predicate/isSet.d.mts +2 -2
  1098. package/dist/compat/predicate/isSet.d.ts +2 -2
  1099. package/dist/compat/predicate/isSet.js +2 -2
  1100. package/dist/compat/predicate/isSet.mjs +2 -2
  1101. package/dist/compat/predicate/isString.d.mts +2 -2
  1102. package/dist/compat/predicate/isString.d.ts +2 -2
  1103. package/dist/compat/predicate/isString.js +2 -2
  1104. package/dist/compat/predicate/isString.mjs +2 -2
  1105. package/dist/compat/predicate/isSymbol.d.mts +2 -2
  1106. package/dist/compat/predicate/isSymbol.d.ts +2 -2
  1107. package/dist/compat/predicate/isSymbol.js +2 -2
  1108. package/dist/compat/predicate/isSymbol.mjs +2 -2
  1109. package/dist/compat/predicate/isTypedArray.d.mts +2 -2
  1110. package/dist/compat/predicate/isTypedArray.d.ts +2 -2
  1111. package/dist/compat/predicate/isTypedArray.js +2 -2
  1112. package/dist/compat/predicate/isTypedArray.mjs +2 -2
  1113. package/dist/compat/predicate/isUndefined.d.mts +2 -2
  1114. package/dist/compat/predicate/isUndefined.d.ts +2 -2
  1115. package/dist/compat/predicate/isUndefined.js +2 -2
  1116. package/dist/compat/predicate/isUndefined.mjs +2 -2
  1117. package/dist/compat/predicate/isWeakMap.d.mts +2 -2
  1118. package/dist/compat/predicate/isWeakMap.d.ts +2 -2
  1119. package/dist/compat/predicate/isWeakMap.js +2 -2
  1120. package/dist/compat/predicate/isWeakMap.mjs +2 -2
  1121. package/dist/compat/predicate/isWeakSet.d.mts +2 -2
  1122. package/dist/compat/predicate/isWeakSet.d.ts +2 -2
  1123. package/dist/compat/predicate/isWeakSet.js +2 -2
  1124. package/dist/compat/predicate/isWeakSet.mjs +2 -2
  1125. package/dist/compat/predicate/matches.d.mts +4 -4
  1126. package/dist/compat/predicate/matches.d.ts +4 -4
  1127. package/dist/compat/predicate/matches.js +2 -2
  1128. package/dist/compat/predicate/matches.mjs +2 -2
  1129. package/dist/compat/predicate/matchesProperty.d.mts +6 -6
  1130. package/dist/compat/predicate/matchesProperty.d.ts +6 -6
  1131. package/dist/compat/predicate/matchesProperty.js +3 -3
  1132. package/dist/compat/predicate/matchesProperty.mjs +3 -3
  1133. package/dist/compat/string/camelCase.d.mts +2 -2
  1134. package/dist/compat/string/camelCase.d.ts +2 -2
  1135. package/dist/compat/string/camelCase.js +2 -2
  1136. package/dist/compat/string/camelCase.mjs +2 -2
  1137. package/dist/compat/string/capitalize.d.mts +2 -2
  1138. package/dist/compat/string/capitalize.d.ts +2 -2
  1139. package/dist/compat/string/capitalize.js +2 -2
  1140. package/dist/compat/string/capitalize.mjs +2 -2
  1141. package/dist/compat/string/deburr.d.mts +2 -2
  1142. package/dist/compat/string/deburr.d.ts +2 -2
  1143. package/dist/compat/string/deburr.js +2 -2
  1144. package/dist/compat/string/deburr.mjs +2 -2
  1145. package/dist/compat/string/endsWith.d.mts +4 -4
  1146. package/dist/compat/string/endsWith.d.ts +4 -4
  1147. package/dist/compat/string/endsWith.js +4 -4
  1148. package/dist/compat/string/endsWith.mjs +4 -4
  1149. package/dist/compat/string/escape.d.mts +2 -2
  1150. package/dist/compat/string/escape.d.ts +2 -2
  1151. package/dist/compat/string/escape.js +2 -2
  1152. package/dist/compat/string/escape.mjs +2 -2
  1153. package/dist/compat/string/escapeRegExp.d.mts +2 -2
  1154. package/dist/compat/string/escapeRegExp.d.ts +2 -2
  1155. package/dist/compat/string/escapeRegExp.js +2 -2
  1156. package/dist/compat/string/escapeRegExp.mjs +2 -2
  1157. package/dist/compat/string/kebabCase.d.mts +2 -2
  1158. package/dist/compat/string/kebabCase.d.ts +2 -2
  1159. package/dist/compat/string/kebabCase.js +2 -2
  1160. package/dist/compat/string/kebabCase.mjs +2 -2
  1161. package/dist/compat/string/lowerCase.d.mts +2 -2
  1162. package/dist/compat/string/lowerCase.d.ts +2 -2
  1163. package/dist/compat/string/lowerCase.js +2 -2
  1164. package/dist/compat/string/lowerCase.mjs +2 -2
  1165. package/dist/compat/string/lowerFirst.d.mts +2 -2
  1166. package/dist/compat/string/lowerFirst.d.ts +2 -2
  1167. package/dist/compat/string/lowerFirst.js +2 -2
  1168. package/dist/compat/string/lowerFirst.mjs +2 -2
  1169. package/dist/compat/string/pad.d.mts +4 -4
  1170. package/dist/compat/string/pad.d.ts +4 -4
  1171. package/dist/compat/string/pad.js +4 -4
  1172. package/dist/compat/string/pad.mjs +4 -4
  1173. package/dist/compat/string/padEnd.d.mts +4 -4
  1174. package/dist/compat/string/padEnd.d.ts +4 -4
  1175. package/dist/compat/string/padEnd.js +4 -4
  1176. package/dist/compat/string/padEnd.mjs +4 -4
  1177. package/dist/compat/string/padStart.d.mts +4 -4
  1178. package/dist/compat/string/padStart.d.ts +4 -4
  1179. package/dist/compat/string/padStart.js +4 -4
  1180. package/dist/compat/string/padStart.mjs +4 -4
  1181. package/dist/compat/string/repeat.d.mts +3 -3
  1182. package/dist/compat/string/repeat.d.ts +3 -3
  1183. package/dist/compat/string/repeat.js +3 -3
  1184. package/dist/compat/string/repeat.mjs +3 -3
  1185. package/dist/compat/string/replace.js +1 -1
  1186. package/dist/compat/string/replace.mjs +1 -1
  1187. package/dist/compat/string/snakeCase.d.mts +2 -2
  1188. package/dist/compat/string/snakeCase.d.ts +2 -2
  1189. package/dist/compat/string/snakeCase.js +2 -2
  1190. package/dist/compat/string/snakeCase.mjs +2 -2
  1191. package/dist/compat/string/split.d.mts +8 -8
  1192. package/dist/compat/string/split.d.ts +8 -8
  1193. package/dist/compat/string/startCase.d.mts +2 -2
  1194. package/dist/compat/string/startCase.d.ts +2 -2
  1195. package/dist/compat/string/startCase.js +2 -2
  1196. package/dist/compat/string/startCase.mjs +2 -2
  1197. package/dist/compat/string/startsWith.d.mts +4 -4
  1198. package/dist/compat/string/startsWith.d.ts +4 -4
  1199. package/dist/compat/string/startsWith.js +4 -4
  1200. package/dist/compat/string/startsWith.mjs +4 -4
  1201. package/dist/compat/string/template.js +10 -10
  1202. package/dist/compat/string/template.mjs +10 -10
  1203. package/dist/compat/string/toLower.d.mts +2 -2
  1204. package/dist/compat/string/toLower.d.ts +2 -2
  1205. package/dist/compat/string/toLower.js +2 -2
  1206. package/dist/compat/string/toLower.mjs +2 -2
  1207. package/dist/compat/string/toUpper.d.mts +2 -2
  1208. package/dist/compat/string/toUpper.d.ts +2 -2
  1209. package/dist/compat/string/toUpper.js +2 -2
  1210. package/dist/compat/string/toUpper.mjs +2 -2
  1211. package/dist/compat/string/trim.d.mts +6 -6
  1212. package/dist/compat/string/trim.d.ts +6 -6
  1213. package/dist/compat/string/trimEnd.d.mts +7 -7
  1214. package/dist/compat/string/trimEnd.d.ts +7 -7
  1215. package/dist/compat/string/trimEnd.js +4 -4
  1216. package/dist/compat/string/trimEnd.mjs +4 -4
  1217. package/dist/compat/string/trimStart.d.mts +7 -7
  1218. package/dist/compat/string/trimStart.d.ts +7 -7
  1219. package/dist/compat/string/trimStart.js +4 -4
  1220. package/dist/compat/string/trimStart.mjs +4 -4
  1221. package/dist/compat/string/truncate.d.mts +5 -5
  1222. package/dist/compat/string/truncate.d.ts +5 -5
  1223. package/dist/compat/string/truncate.js +5 -5
  1224. package/dist/compat/string/truncate.mjs +5 -5
  1225. package/dist/compat/string/unescape.d.mts +2 -2
  1226. package/dist/compat/string/unescape.d.ts +2 -2
  1227. package/dist/compat/string/unescape.js +2 -2
  1228. package/dist/compat/string/unescape.mjs +2 -2
  1229. package/dist/compat/string/upperCase.d.mts +2 -2
  1230. package/dist/compat/string/upperCase.d.ts +2 -2
  1231. package/dist/compat/string/upperCase.js +2 -2
  1232. package/dist/compat/string/upperCase.mjs +2 -2
  1233. package/dist/compat/string/upperFirst.d.mts +2 -2
  1234. package/dist/compat/string/upperFirst.d.ts +2 -2
  1235. package/dist/compat/string/upperFirst.js +2 -2
  1236. package/dist/compat/string/upperFirst.mjs +2 -2
  1237. package/dist/compat/string/words.d.mts +6 -6
  1238. package/dist/compat/string/words.d.ts +6 -6
  1239. package/dist/compat/string/words.js +3 -3
  1240. package/dist/compat/string/words.mjs +3 -3
  1241. package/dist/compat/util/bindAll.d.mts +3 -3
  1242. package/dist/compat/util/bindAll.d.ts +3 -3
  1243. package/dist/compat/util/bindAll.js +3 -3
  1244. package/dist/compat/util/bindAll.mjs +3 -3
  1245. package/dist/compat/util/cond.d.mts +4 -4
  1246. package/dist/compat/util/cond.d.ts +4 -4
  1247. package/dist/compat/util/constant.d.mts +2 -2
  1248. package/dist/compat/util/constant.d.ts +2 -2
  1249. package/dist/compat/util/constant.js +2 -2
  1250. package/dist/compat/util/constant.mjs +2 -2
  1251. package/dist/compat/util/defaultTo.d.mts +6 -6
  1252. package/dist/compat/util/defaultTo.d.ts +6 -6
  1253. package/dist/compat/util/defaultTo.js +3 -3
  1254. package/dist/compat/util/defaultTo.mjs +3 -3
  1255. package/dist/compat/util/gt.d.mts +3 -3
  1256. package/dist/compat/util/gt.d.ts +3 -3
  1257. package/dist/compat/util/gt.js +3 -3
  1258. package/dist/compat/util/gt.mjs +3 -3
  1259. package/dist/compat/util/gte.d.mts +3 -3
  1260. package/dist/compat/util/gte.d.ts +3 -3
  1261. package/dist/compat/util/gte.js +3 -3
  1262. package/dist/compat/util/gte.mjs +3 -3
  1263. package/dist/compat/util/invoke.d.mts +4 -4
  1264. package/dist/compat/util/invoke.d.ts +4 -4
  1265. package/dist/compat/util/invoke.js +4 -4
  1266. package/dist/compat/util/invoke.mjs +4 -4
  1267. package/dist/compat/util/iteratee.d.mts +4 -4
  1268. package/dist/compat/util/iteratee.d.ts +4 -4
  1269. package/dist/compat/util/iteratee.js +2 -2
  1270. package/dist/compat/util/iteratee.mjs +2 -2
  1271. package/dist/compat/util/lt.d.mts +3 -3
  1272. package/dist/compat/util/lt.d.ts +3 -3
  1273. package/dist/compat/util/lt.js +3 -3
  1274. package/dist/compat/util/lt.mjs +3 -3
  1275. package/dist/compat/util/lte.d.mts +3 -3
  1276. package/dist/compat/util/lte.d.ts +3 -3
  1277. package/dist/compat/util/lte.js +3 -3
  1278. package/dist/compat/util/lte.mjs +3 -3
  1279. package/dist/compat/util/method.d.mts +3 -3
  1280. package/dist/compat/util/method.d.ts +3 -3
  1281. package/dist/compat/util/method.js +3 -3
  1282. package/dist/compat/util/method.mjs +3 -3
  1283. package/dist/compat/util/methodOf.d.mts +3 -3
  1284. package/dist/compat/util/methodOf.d.ts +3 -3
  1285. package/dist/compat/util/methodOf.js +3 -3
  1286. package/dist/compat/util/methodOf.mjs +3 -3
  1287. package/dist/compat/util/now.d.mts +1 -1
  1288. package/dist/compat/util/now.d.ts +1 -1
  1289. package/dist/compat/util/now.js +1 -1
  1290. package/dist/compat/util/now.mjs +1 -1
  1291. package/dist/compat/util/over.d.mts +2 -2
  1292. package/dist/compat/util/over.d.ts +2 -2
  1293. package/dist/compat/util/over.js +2 -2
  1294. package/dist/compat/util/over.mjs +2 -2
  1295. package/dist/compat/util/overEvery.d.mts +5 -5
  1296. package/dist/compat/util/overEvery.d.ts +5 -5
  1297. package/dist/compat/util/overEvery.js +2 -2
  1298. package/dist/compat/util/overEvery.mjs +2 -2
  1299. package/dist/compat/util/overSome.d.mts +5 -5
  1300. package/dist/compat/util/overSome.d.ts +5 -5
  1301. package/dist/compat/util/overSome.js +2 -2
  1302. package/dist/compat/util/overSome.mjs +2 -2
  1303. package/dist/compat/util/stubArray.d.mts +1 -1
  1304. package/dist/compat/util/stubArray.d.ts +1 -1
  1305. package/dist/compat/util/stubFalse.d.mts +2 -2
  1306. package/dist/compat/util/stubFalse.d.ts +2 -2
  1307. package/dist/compat/util/stubObject.d.mts +1 -1
  1308. package/dist/compat/util/stubObject.d.ts +1 -1
  1309. package/dist/compat/util/stubObject.js +1 -1
  1310. package/dist/compat/util/stubObject.mjs +1 -1
  1311. package/dist/compat/util/stubString.d.mts +1 -1
  1312. package/dist/compat/util/stubString.d.ts +1 -1
  1313. package/dist/compat/util/stubTrue.d.mts +2 -2
  1314. package/dist/compat/util/stubTrue.d.ts +2 -2
  1315. package/dist/compat/util/times.d.mts +5 -5
  1316. package/dist/compat/util/times.d.ts +5 -5
  1317. package/dist/compat/util/times.js +3 -3
  1318. package/dist/compat/util/times.mjs +3 -3
  1319. package/dist/compat/util/toArray.d.mts +5 -5
  1320. package/dist/compat/util/toArray.d.ts +5 -5
  1321. package/dist/compat/util/toArray.js +2 -2
  1322. package/dist/compat/util/toArray.mjs +2 -2
  1323. package/dist/compat/util/toFinite.d.mts +2 -2
  1324. package/dist/compat/util/toFinite.d.ts +2 -2
  1325. package/dist/compat/util/toFinite.js +2 -2
  1326. package/dist/compat/util/toFinite.mjs +2 -2
  1327. package/dist/compat/util/toInteger.d.mts +2 -2
  1328. package/dist/compat/util/toInteger.d.ts +2 -2
  1329. package/dist/compat/util/toInteger.js +2 -2
  1330. package/dist/compat/util/toInteger.mjs +2 -2
  1331. package/dist/compat/util/toLength.d.mts +2 -2
  1332. package/dist/compat/util/toLength.d.ts +2 -2
  1333. package/dist/compat/util/toLength.js +2 -2
  1334. package/dist/compat/util/toLength.mjs +2 -2
  1335. package/dist/compat/util/toNumber.d.mts +2 -2
  1336. package/dist/compat/util/toNumber.d.ts +2 -2
  1337. package/dist/compat/util/toNumber.js +2 -2
  1338. package/dist/compat/util/toNumber.mjs +2 -2
  1339. package/dist/compat/util/toPath.d.mts +2 -2
  1340. package/dist/compat/util/toPath.d.ts +2 -2
  1341. package/dist/compat/util/toPath.js +2 -2
  1342. package/dist/compat/util/toPath.mjs +2 -2
  1343. package/dist/compat/util/toPlainObject.d.mts +2 -2
  1344. package/dist/compat/util/toPlainObject.d.ts +2 -2
  1345. package/dist/compat/util/toPlainObject.js +2 -2
  1346. package/dist/compat/util/toPlainObject.mjs +2 -2
  1347. package/dist/compat/util/toSafeInteger.d.mts +2 -2
  1348. package/dist/compat/util/toSafeInteger.d.ts +2 -2
  1349. package/dist/compat/util/toSafeInteger.js +2 -2
  1350. package/dist/compat/util/toSafeInteger.mjs +2 -2
  1351. package/dist/compat/util/toString.d.mts +2 -2
  1352. package/dist/compat/util/toString.d.ts +2 -2
  1353. package/dist/compat/util/toString.js +2 -2
  1354. package/dist/compat/util/toString.mjs +2 -2
  1355. package/dist/compat/util/uniqueId.d.mts +2 -2
  1356. package/dist/compat/util/uniqueId.d.ts +2 -2
  1357. package/dist/compat/util/uniqueId.js +2 -2
  1358. package/dist/compat/util/uniqueId.mjs +2 -2
  1359. package/dist/function/after.d.mts +3 -3
  1360. package/dist/function/after.d.ts +3 -3
  1361. package/dist/function/after.js +3 -3
  1362. package/dist/function/after.mjs +3 -3
  1363. package/dist/function/ary.d.mts +3 -3
  1364. package/dist/function/ary.d.ts +3 -3
  1365. package/dist/function/ary.js +3 -3
  1366. package/dist/function/ary.mjs +3 -3
  1367. package/dist/function/asyncNoop.d.mts +1 -1
  1368. package/dist/function/asyncNoop.d.ts +1 -1
  1369. package/dist/function/asyncNoop.js +1 -1
  1370. package/dist/function/asyncNoop.mjs +1 -1
  1371. package/dist/function/before.d.mts +3 -3
  1372. package/dist/function/before.d.ts +3 -3
  1373. package/dist/function/before.js +3 -3
  1374. package/dist/function/before.mjs +3 -3
  1375. package/dist/function/curry.d.mts +14 -14
  1376. package/dist/function/curry.d.ts +14 -14
  1377. package/dist/function/curry.js +2 -2
  1378. package/dist/function/curry.mjs +2 -2
  1379. package/dist/function/curryRight.d.mts +14 -14
  1380. package/dist/function/curryRight.d.ts +14 -14
  1381. package/dist/function/curryRight.js +2 -2
  1382. package/dist/function/curryRight.mjs +2 -2
  1383. package/dist/function/debounce.d.mts +4 -6
  1384. package/dist/function/debounce.d.ts +4 -6
  1385. package/dist/function/debounce.js +4 -4
  1386. package/dist/function/debounce.mjs +4 -4
  1387. package/dist/function/flow.d.mts +24 -24
  1388. package/dist/function/flow.d.ts +24 -24
  1389. package/dist/function/flow.js +2 -2
  1390. package/dist/function/flow.mjs +2 -2
  1391. package/dist/function/flowRight.d.mts +24 -24
  1392. package/dist/function/flowRight.d.ts +24 -24
  1393. package/dist/function/flowRight.js +2 -2
  1394. package/dist/function/flowRight.mjs +2 -2
  1395. package/dist/function/identity.d.mts +2 -2
  1396. package/dist/function/identity.d.ts +2 -2
  1397. package/dist/function/identity.js +2 -2
  1398. package/dist/function/identity.mjs +2 -2
  1399. package/dist/function/memoize.d.mts +4 -4
  1400. package/dist/function/memoize.d.ts +4 -4
  1401. package/dist/function/memoize.js +4 -4
  1402. package/dist/function/memoize.mjs +4 -4
  1403. package/dist/function/negate.d.mts +2 -2
  1404. package/dist/function/negate.d.ts +2 -2
  1405. package/dist/function/negate.js +2 -2
  1406. package/dist/function/negate.mjs +2 -2
  1407. package/dist/function/noop.d.mts +1 -1
  1408. package/dist/function/noop.d.ts +1 -1
  1409. package/dist/function/noop.js +1 -1
  1410. package/dist/function/noop.mjs +1 -1
  1411. package/dist/function/once.d.mts +2 -2
  1412. package/dist/function/once.d.ts +2 -2
  1413. package/dist/function/once.js +2 -2
  1414. package/dist/function/once.mjs +2 -2
  1415. package/dist/function/partial.d.mts +130 -130
  1416. package/dist/function/partial.d.ts +130 -130
  1417. package/dist/function/partial.js +3 -3
  1418. package/dist/function/partial.mjs +3 -3
  1419. package/dist/function/partialRight.d.mts +135 -135
  1420. package/dist/function/partialRight.d.ts +135 -135
  1421. package/dist/function/partialRight.js +3 -3
  1422. package/dist/function/partialRight.mjs +3 -3
  1423. package/dist/function/rest.d.mts +3 -3
  1424. package/dist/function/rest.d.ts +3 -3
  1425. package/dist/function/rest.js +3 -3
  1426. package/dist/function/rest.mjs +3 -3
  1427. package/dist/function/retry.d.mts +15 -15
  1428. package/dist/function/retry.d.ts +15 -15
  1429. package/dist/function/retry.js +3 -3
  1430. package/dist/function/retry.mjs +3 -3
  1431. package/dist/function/spread.d.mts +2 -2
  1432. package/dist/function/spread.d.ts +2 -2
  1433. package/dist/function/spread.js +2 -2
  1434. package/dist/function/spread.mjs +2 -2
  1435. package/dist/function/throttle.d.mts +3 -3
  1436. package/dist/function/throttle.d.ts +3 -3
  1437. package/dist/function/throttle.js +3 -3
  1438. package/dist/function/throttle.mjs +3 -3
  1439. package/dist/function/unary.d.mts +2 -2
  1440. package/dist/function/unary.d.ts +2 -2
  1441. package/dist/function/unary.js +2 -2
  1442. package/dist/function/unary.mjs +2 -2
  1443. package/dist/map/countBy.d.mts +3 -3
  1444. package/dist/map/countBy.d.ts +3 -3
  1445. package/dist/map/countBy.js +3 -3
  1446. package/dist/map/countBy.mjs +3 -3
  1447. package/dist/map/every.d.mts +3 -3
  1448. package/dist/map/every.d.ts +3 -3
  1449. package/dist/map/every.js +3 -3
  1450. package/dist/map/every.mjs +3 -3
  1451. package/dist/map/filter.d.mts +3 -3
  1452. package/dist/map/filter.d.ts +3 -3
  1453. package/dist/map/filter.js +3 -3
  1454. package/dist/map/filter.mjs +3 -3
  1455. package/dist/map/findKey.d.mts +3 -3
  1456. package/dist/map/findKey.d.ts +3 -3
  1457. package/dist/map/findKey.js +3 -3
  1458. package/dist/map/findKey.mjs +3 -3
  1459. package/dist/map/findValue.d.mts +3 -3
  1460. package/dist/map/findValue.d.ts +3 -3
  1461. package/dist/map/findValue.js +3 -3
  1462. package/dist/map/findValue.mjs +3 -3
  1463. package/dist/map/forEach.d.mts +2 -3
  1464. package/dist/map/forEach.d.ts +2 -3
  1465. package/dist/map/forEach.js +2 -3
  1466. package/dist/map/forEach.mjs +2 -3
  1467. package/dist/map/hasValue.d.mts +3 -3
  1468. package/dist/map/hasValue.d.ts +3 -3
  1469. package/dist/map/hasValue.js +3 -3
  1470. package/dist/map/hasValue.mjs +3 -3
  1471. package/dist/map/keyBy.d.mts +3 -3
  1472. package/dist/map/keyBy.d.ts +3 -3
  1473. package/dist/map/keyBy.js +3 -3
  1474. package/dist/map/keyBy.mjs +3 -3
  1475. package/dist/map/mapKeys.d.mts +3 -3
  1476. package/dist/map/mapKeys.d.ts +3 -3
  1477. package/dist/map/mapKeys.js +3 -3
  1478. package/dist/map/mapKeys.mjs +3 -3
  1479. package/dist/map/mapValues.d.mts +3 -3
  1480. package/dist/map/mapValues.d.ts +3 -3
  1481. package/dist/map/mapValues.js +3 -3
  1482. package/dist/map/mapValues.mjs +3 -3
  1483. package/dist/map/reduce.d.mts +4 -4
  1484. package/dist/map/reduce.d.ts +4 -4
  1485. package/dist/map/reduce.js +4 -4
  1486. package/dist/map/reduce.mjs +4 -4
  1487. package/dist/map/some.d.mts +3 -3
  1488. package/dist/map/some.d.ts +3 -3
  1489. package/dist/map/some.js +3 -3
  1490. package/dist/map/some.mjs +3 -3
  1491. package/dist/math/clamp.d.mts +7 -7
  1492. package/dist/math/clamp.d.ts +7 -7
  1493. package/dist/math/clamp.js +4 -4
  1494. package/dist/math/clamp.mjs +4 -4
  1495. package/dist/math/inRange.d.mts +7 -7
  1496. package/dist/math/inRange.d.ts +7 -7
  1497. package/dist/math/inRange.js +4 -4
  1498. package/dist/math/inRange.mjs +4 -4
  1499. package/dist/math/mean.d.mts +2 -2
  1500. package/dist/math/mean.d.ts +2 -2
  1501. package/dist/math/mean.js +2 -2
  1502. package/dist/math/mean.mjs +2 -2
  1503. package/dist/math/meanBy.d.mts +3 -3
  1504. package/dist/math/meanBy.d.ts +3 -3
  1505. package/dist/math/meanBy.js +3 -3
  1506. package/dist/math/meanBy.mjs +3 -3
  1507. package/dist/math/median.d.mts +2 -2
  1508. package/dist/math/median.d.ts +2 -2
  1509. package/dist/math/median.js +2 -2
  1510. package/dist/math/median.mjs +2 -2
  1511. package/dist/math/medianBy.d.mts +3 -3
  1512. package/dist/math/medianBy.d.ts +3 -3
  1513. package/dist/math/medianBy.js +3 -3
  1514. package/dist/math/medianBy.mjs +3 -3
  1515. package/dist/math/percentile.d.mts +3 -3
  1516. package/dist/math/percentile.d.ts +3 -3
  1517. package/dist/math/percentile.js +3 -3
  1518. package/dist/math/percentile.mjs +3 -3
  1519. package/dist/math/random.d.mts +5 -5
  1520. package/dist/math/random.d.ts +5 -5
  1521. package/dist/math/random.js +3 -3
  1522. package/dist/math/random.mjs +3 -3
  1523. package/dist/math/randomInt.d.mts +5 -5
  1524. package/dist/math/randomInt.d.ts +5 -5
  1525. package/dist/math/randomInt.js +3 -3
  1526. package/dist/math/randomInt.mjs +3 -3
  1527. package/dist/math/range.d.mts +9 -9
  1528. package/dist/math/range.d.ts +9 -9
  1529. package/dist/math/range.js +4 -4
  1530. package/dist/math/range.mjs +4 -4
  1531. package/dist/math/rangeRight.d.mts +9 -9
  1532. package/dist/math/rangeRight.d.ts +9 -9
  1533. package/dist/math/rangeRight.js +4 -4
  1534. package/dist/math/rangeRight.mjs +4 -4
  1535. package/dist/math/round.d.mts +3 -3
  1536. package/dist/math/round.d.ts +3 -3
  1537. package/dist/math/round.js +3 -3
  1538. package/dist/math/round.mjs +3 -3
  1539. package/dist/math/sum.d.mts +2 -2
  1540. package/dist/math/sum.d.ts +2 -2
  1541. package/dist/math/sum.js +2 -2
  1542. package/dist/math/sum.mjs +2 -2
  1543. package/dist/math/sumBy.d.mts +3 -3
  1544. package/dist/math/sumBy.d.ts +3 -3
  1545. package/dist/math/sumBy.js +3 -3
  1546. package/dist/math/sumBy.mjs +3 -3
  1547. package/dist/object/clone.d.mts +2 -2
  1548. package/dist/object/clone.d.ts +2 -2
  1549. package/dist/object/clone.js +2 -2
  1550. package/dist/object/clone.mjs +2 -2
  1551. package/dist/object/cloneDeep.d.mts +2 -2
  1552. package/dist/object/cloneDeep.d.ts +2 -2
  1553. package/dist/object/cloneDeep.js +2 -2
  1554. package/dist/object/cloneDeep.mjs +2 -2
  1555. package/dist/object/cloneDeepWith.d.mts +3 -3
  1556. package/dist/object/cloneDeepWith.d.ts +3 -3
  1557. package/dist/object/cloneDeepWith.js +3 -3
  1558. package/dist/object/cloneDeepWith.mjs +3 -3
  1559. package/dist/object/findKey.d.mts +3 -3
  1560. package/dist/object/findKey.d.ts +3 -3
  1561. package/dist/object/findKey.js +3 -3
  1562. package/dist/object/findKey.mjs +3 -3
  1563. package/dist/object/flattenObject.d.mts +3 -3
  1564. package/dist/object/flattenObject.d.ts +3 -3
  1565. package/dist/object/flattenObject.js +3 -3
  1566. package/dist/object/flattenObject.mjs +3 -3
  1567. package/dist/object/invert.d.mts +2 -2
  1568. package/dist/object/invert.d.ts +2 -2
  1569. package/dist/object/invert.js +2 -2
  1570. package/dist/object/invert.mjs +2 -2
  1571. package/dist/object/mapKeys.d.mts +3 -3
  1572. package/dist/object/mapKeys.d.ts +3 -3
  1573. package/dist/object/mapKeys.js +3 -3
  1574. package/dist/object/mapKeys.mjs +3 -3
  1575. package/dist/object/mapValues.d.mts +3 -3
  1576. package/dist/object/mapValues.d.ts +3 -3
  1577. package/dist/object/mapValues.js +3 -3
  1578. package/dist/object/mapValues.mjs +3 -3
  1579. package/dist/object/merge.d.mts +3 -3
  1580. package/dist/object/merge.d.ts +3 -3
  1581. package/dist/object/merge.js +3 -3
  1582. package/dist/object/merge.mjs +3 -3
  1583. package/dist/object/mergeWith.d.mts +4 -4
  1584. package/dist/object/mergeWith.d.ts +4 -4
  1585. package/dist/object/mergeWith.js +4 -4
  1586. package/dist/object/mergeWith.mjs +4 -4
  1587. package/dist/object/omit.d.mts +3 -3
  1588. package/dist/object/omit.d.ts +3 -3
  1589. package/dist/object/omit.js +3 -3
  1590. package/dist/object/omit.mjs +3 -3
  1591. package/dist/object/omitBy.d.mts +3 -3
  1592. package/dist/object/omitBy.d.ts +3 -3
  1593. package/dist/object/omitBy.js +3 -3
  1594. package/dist/object/omitBy.mjs +3 -3
  1595. package/dist/object/pick.d.mts +3 -3
  1596. package/dist/object/pick.d.ts +3 -3
  1597. package/dist/object/pick.js +3 -3
  1598. package/dist/object/pick.mjs +3 -3
  1599. package/dist/object/pickBy.d.mts +3 -3
  1600. package/dist/object/pickBy.d.ts +3 -3
  1601. package/dist/object/pickBy.js +3 -3
  1602. package/dist/object/pickBy.mjs +3 -3
  1603. package/dist/object/sortKeys.d.mts +3 -3
  1604. package/dist/object/sortKeys.d.ts +3 -3
  1605. package/dist/object/sortKeys.js +3 -3
  1606. package/dist/object/sortKeys.mjs +3 -3
  1607. package/dist/object/toCamelCaseKeys.d.mts +2 -2
  1608. package/dist/object/toCamelCaseKeys.d.ts +2 -2
  1609. package/dist/object/toCamelCaseKeys.js +2 -2
  1610. package/dist/object/toCamelCaseKeys.mjs +2 -2
  1611. package/dist/object/toMerged.d.mts +3 -3
  1612. package/dist/object/toMerged.d.ts +3 -3
  1613. package/dist/object/toMerged.js +3 -3
  1614. package/dist/object/toMerged.mjs +3 -3
  1615. package/dist/object/toSnakeCaseKeys.d.mts +2 -2
  1616. package/dist/object/toSnakeCaseKeys.d.ts +2 -2
  1617. package/dist/object/toSnakeCaseKeys.js +2 -2
  1618. package/dist/object/toSnakeCaseKeys.mjs +2 -2
  1619. package/dist/predicate/isArrayBuffer.d.mts +2 -2
  1620. package/dist/predicate/isArrayBuffer.d.ts +2 -2
  1621. package/dist/predicate/isArrayBuffer.js +2 -2
  1622. package/dist/predicate/isArrayBuffer.mjs +2 -2
  1623. package/dist/predicate/isBlob.d.mts +2 -2
  1624. package/dist/predicate/isBlob.d.ts +2 -2
  1625. package/dist/predicate/isBlob.js +2 -2
  1626. package/dist/predicate/isBlob.mjs +2 -2
  1627. package/dist/predicate/isBoolean.d.mts +2 -2
  1628. package/dist/predicate/isBoolean.d.ts +2 -2
  1629. package/dist/predicate/isBoolean.js +2 -2
  1630. package/dist/predicate/isBoolean.mjs +2 -2
  1631. package/dist/predicate/isBrowser.d.mts +1 -1
  1632. package/dist/predicate/isBrowser.d.ts +1 -1
  1633. package/dist/predicate/isBrowser.js +1 -1
  1634. package/dist/predicate/isBrowser.mjs +1 -1
  1635. package/dist/predicate/isBuffer.d.mts +2 -2
  1636. package/dist/predicate/isBuffer.d.ts +2 -2
  1637. package/dist/predicate/isBuffer.js +2 -2
  1638. package/dist/predicate/isBuffer.mjs +2 -2
  1639. package/dist/predicate/isDate.d.mts +2 -2
  1640. package/dist/predicate/isDate.d.ts +2 -2
  1641. package/dist/predicate/isDate.js +2 -2
  1642. package/dist/predicate/isDate.mjs +2 -2
  1643. package/dist/predicate/isEmptyObject.d.mts +2 -2
  1644. package/dist/predicate/isEmptyObject.d.ts +2 -2
  1645. package/dist/predicate/isEmptyObject.js +2 -2
  1646. package/dist/predicate/isEmptyObject.mjs +2 -2
  1647. package/dist/predicate/isEqual.d.mts +3 -3
  1648. package/dist/predicate/isEqual.d.ts +3 -3
  1649. package/dist/predicate/isEqual.js +3 -3
  1650. package/dist/predicate/isEqual.mjs +3 -3
  1651. package/dist/predicate/isEqualWith.d.mts +4 -4
  1652. package/dist/predicate/isEqualWith.d.ts +4 -4
  1653. package/dist/predicate/isEqualWith.js +4 -4
  1654. package/dist/predicate/isEqualWith.mjs +4 -4
  1655. package/dist/predicate/isError.d.mts +2 -2
  1656. package/dist/predicate/isError.d.ts +2 -2
  1657. package/dist/predicate/isError.js +2 -2
  1658. package/dist/predicate/isError.mjs +2 -2
  1659. package/dist/predicate/isFile.d.mts +2 -2
  1660. package/dist/predicate/isFile.d.ts +2 -2
  1661. package/dist/predicate/isFile.js +2 -2
  1662. package/dist/predicate/isFile.mjs +2 -2
  1663. package/dist/predicate/isFunction.d.mts +2 -2
  1664. package/dist/predicate/isFunction.d.ts +2 -2
  1665. package/dist/predicate/isFunction.js +2 -2
  1666. package/dist/predicate/isFunction.mjs +2 -2
  1667. package/dist/predicate/isJSON.d.mts +2 -2
  1668. package/dist/predicate/isJSON.d.ts +2 -2
  1669. package/dist/predicate/isJSON.js +2 -2
  1670. package/dist/predicate/isJSON.mjs +2 -2
  1671. package/dist/predicate/isJSONValue.d.mts +6 -6
  1672. package/dist/predicate/isJSONValue.d.ts +6 -6
  1673. package/dist/predicate/isJSONValue.js +6 -6
  1674. package/dist/predicate/isJSONValue.mjs +6 -6
  1675. package/dist/predicate/isLength.d.mts +2 -2
  1676. package/dist/predicate/isLength.d.ts +2 -2
  1677. package/dist/predicate/isLength.js +2 -2
  1678. package/dist/predicate/isLength.mjs +2 -2
  1679. package/dist/predicate/isMap.d.mts +2 -2
  1680. package/dist/predicate/isMap.d.ts +2 -2
  1681. package/dist/predicate/isMap.js +2 -2
  1682. package/dist/predicate/isMap.mjs +2 -2
  1683. package/dist/predicate/isNil.d.mts +2 -2
  1684. package/dist/predicate/isNil.d.ts +2 -2
  1685. package/dist/predicate/isNil.js +2 -2
  1686. package/dist/predicate/isNil.mjs +2 -2
  1687. package/dist/predicate/isNode.d.mts +1 -1
  1688. package/dist/predicate/isNode.d.ts +1 -1
  1689. package/dist/predicate/isNode.js +1 -1
  1690. package/dist/predicate/isNode.mjs +1 -1
  1691. package/dist/predicate/isNotNil.d.mts +2 -2
  1692. package/dist/predicate/isNotNil.d.ts +2 -2
  1693. package/dist/predicate/isNotNil.js +2 -2
  1694. package/dist/predicate/isNotNil.mjs +2 -2
  1695. package/dist/predicate/isNull.d.mts +2 -2
  1696. package/dist/predicate/isNull.d.ts +2 -2
  1697. package/dist/predicate/isNull.js +2 -2
  1698. package/dist/predicate/isNull.mjs +2 -2
  1699. package/dist/predicate/isNumber.d.mts +2 -2
  1700. package/dist/predicate/isNumber.d.ts +2 -2
  1701. package/dist/predicate/isNumber.js +2 -2
  1702. package/dist/predicate/isNumber.mjs +2 -2
  1703. package/dist/predicate/isPlainObject.d.mts +2 -2
  1704. package/dist/predicate/isPlainObject.d.ts +2 -2
  1705. package/dist/predicate/isPlainObject.js +2 -2
  1706. package/dist/predicate/isPlainObject.mjs +2 -2
  1707. package/dist/predicate/isPrimitive.d.mts +2 -9
  1708. package/dist/predicate/isPrimitive.d.ts +2 -9
  1709. package/dist/predicate/isPrimitive.js +2 -9
  1710. package/dist/predicate/isPrimitive.mjs +2 -9
  1711. package/dist/predicate/isPromise.d.mts +2 -2
  1712. package/dist/predicate/isPromise.d.ts +2 -2
  1713. package/dist/predicate/isPromise.js +2 -2
  1714. package/dist/predicate/isPromise.mjs +2 -2
  1715. package/dist/predicate/isRegExp.d.mts +2 -2
  1716. package/dist/predicate/isRegExp.d.ts +2 -2
  1717. package/dist/predicate/isRegExp.js +2 -2
  1718. package/dist/predicate/isRegExp.mjs +2 -2
  1719. package/dist/predicate/isSet.d.mts +2 -2
  1720. package/dist/predicate/isSet.d.ts +2 -2
  1721. package/dist/predicate/isSet.js +2 -2
  1722. package/dist/predicate/isSet.mjs +2 -2
  1723. package/dist/predicate/isString.d.mts +2 -2
  1724. package/dist/predicate/isString.d.ts +2 -2
  1725. package/dist/predicate/isString.js +2 -2
  1726. package/dist/predicate/isString.mjs +2 -2
  1727. package/dist/predicate/isSymbol.d.mts +2 -2
  1728. package/dist/predicate/isSymbol.d.ts +2 -2
  1729. package/dist/predicate/isSymbol.js +2 -2
  1730. package/dist/predicate/isSymbol.mjs +2 -2
  1731. package/dist/predicate/isTypedArray.d.mts +2 -13
  1732. package/dist/predicate/isTypedArray.d.ts +2 -13
  1733. package/dist/predicate/isTypedArray.js +2 -13
  1734. package/dist/predicate/isTypedArray.mjs +2 -13
  1735. package/dist/predicate/isUndefined.d.mts +2 -2
  1736. package/dist/predicate/isUndefined.d.ts +2 -2
  1737. package/dist/predicate/isUndefined.js +2 -2
  1738. package/dist/predicate/isUndefined.mjs +2 -2
  1739. package/dist/predicate/isWeakMap.d.mts +2 -2
  1740. package/dist/predicate/isWeakMap.d.ts +2 -2
  1741. package/dist/predicate/isWeakMap.js +2 -2
  1742. package/dist/predicate/isWeakMap.mjs +2 -2
  1743. package/dist/predicate/isWeakSet.d.mts +2 -2
  1744. package/dist/predicate/isWeakSet.d.ts +2 -2
  1745. package/dist/predicate/isWeakSet.js +2 -2
  1746. package/dist/predicate/isWeakSet.mjs +2 -2
  1747. package/dist/promise/allKeyed.d.mts +2 -2
  1748. package/dist/promise/allKeyed.d.ts +2 -2
  1749. package/dist/promise/allKeyed.js +2 -2
  1750. package/dist/promise/allKeyed.mjs +2 -2
  1751. package/dist/promise/delay.d.mts +4 -4
  1752. package/dist/promise/delay.d.ts +4 -4
  1753. package/dist/promise/delay.js +4 -4
  1754. package/dist/promise/delay.mjs +4 -4
  1755. package/dist/promise/mutex.d.mts +2 -2
  1756. package/dist/promise/mutex.d.ts +2 -2
  1757. package/dist/promise/mutex.js +2 -2
  1758. package/dist/promise/mutex.mjs +2 -2
  1759. package/dist/promise/semaphore.d.mts +2 -2
  1760. package/dist/promise/semaphore.d.ts +2 -2
  1761. package/dist/promise/semaphore.js +2 -2
  1762. package/dist/promise/semaphore.mjs +2 -2
  1763. package/dist/promise/timeout.d.mts +2 -2
  1764. package/dist/promise/timeout.d.ts +2 -2
  1765. package/dist/promise/timeout.js +2 -2
  1766. package/dist/promise/timeout.mjs +2 -2
  1767. package/dist/promise/withTimeout.d.mts +3 -3
  1768. package/dist/promise/withTimeout.d.ts +3 -3
  1769. package/dist/promise/withTimeout.js +3 -3
  1770. package/dist/promise/withTimeout.mjs +3 -3
  1771. package/dist/server/exec.d.mts +10 -10
  1772. package/dist/server/exec.d.ts +10 -10
  1773. package/dist/server/exec.js +10 -10
  1774. package/dist/server/exec.mjs +10 -10
  1775. package/dist/set/countBy.d.mts +3 -3
  1776. package/dist/set/countBy.d.ts +3 -3
  1777. package/dist/set/countBy.js +3 -3
  1778. package/dist/set/countBy.mjs +3 -3
  1779. package/dist/set/every.d.mts +3 -3
  1780. package/dist/set/every.d.ts +3 -3
  1781. package/dist/set/every.js +3 -3
  1782. package/dist/set/every.mjs +3 -3
  1783. package/dist/set/filter.d.mts +3 -3
  1784. package/dist/set/filter.d.ts +3 -3
  1785. package/dist/set/filter.js +3 -3
  1786. package/dist/set/filter.mjs +3 -3
  1787. package/dist/set/find.d.mts +3 -3
  1788. package/dist/set/find.d.ts +3 -3
  1789. package/dist/set/find.js +3 -3
  1790. package/dist/set/find.mjs +3 -3
  1791. package/dist/set/forEach.d.mts +2 -3
  1792. package/dist/set/forEach.d.ts +2 -3
  1793. package/dist/set/forEach.js +2 -3
  1794. package/dist/set/forEach.mjs +2 -3
  1795. package/dist/set/keyBy.d.mts +3 -3
  1796. package/dist/set/keyBy.d.ts +3 -3
  1797. package/dist/set/keyBy.js +3 -3
  1798. package/dist/set/keyBy.mjs +3 -3
  1799. package/dist/set/map.d.mts +3 -3
  1800. package/dist/set/map.d.ts +3 -3
  1801. package/dist/set/map.js +3 -3
  1802. package/dist/set/map.mjs +3 -3
  1803. package/dist/set/reduce.d.mts +4 -4
  1804. package/dist/set/reduce.d.ts +4 -4
  1805. package/dist/set/reduce.js +4 -4
  1806. package/dist/set/reduce.mjs +4 -4
  1807. package/dist/set/some.d.mts +3 -3
  1808. package/dist/set/some.d.ts +3 -3
  1809. package/dist/set/some.js +3 -3
  1810. package/dist/set/some.mjs +3 -3
  1811. package/dist/string/camelCase.d.mts +2 -2
  1812. package/dist/string/camelCase.d.ts +2 -2
  1813. package/dist/string/camelCase.js +2 -2
  1814. package/dist/string/camelCase.mjs +2 -2
  1815. package/dist/string/capitalize.d.mts +2 -2
  1816. package/dist/string/capitalize.d.ts +2 -2
  1817. package/dist/string/capitalize.js +2 -2
  1818. package/dist/string/capitalize.mjs +2 -2
  1819. package/dist/string/constantCase.d.mts +2 -2
  1820. package/dist/string/constantCase.d.ts +2 -2
  1821. package/dist/string/constantCase.js +2 -2
  1822. package/dist/string/constantCase.mjs +2 -2
  1823. package/dist/string/deburr.d.mts +2 -2
  1824. package/dist/string/deburr.d.ts +2 -2
  1825. package/dist/string/deburr.js +2 -2
  1826. package/dist/string/deburr.mjs +2 -2
  1827. package/dist/string/escape.d.mts +2 -2
  1828. package/dist/string/escape.d.ts +2 -2
  1829. package/dist/string/escape.js +2 -2
  1830. package/dist/string/escape.mjs +2 -2
  1831. package/dist/string/escapeRegExp.d.mts +2 -2
  1832. package/dist/string/escapeRegExp.d.ts +2 -2
  1833. package/dist/string/escapeRegExp.js +2 -2
  1834. package/dist/string/escapeRegExp.mjs +2 -2
  1835. package/dist/string/kebabCase.d.mts +2 -2
  1836. package/dist/string/kebabCase.d.ts +2 -2
  1837. package/dist/string/kebabCase.js +2 -2
  1838. package/dist/string/kebabCase.mjs +2 -2
  1839. package/dist/string/lowerCase.d.mts +2 -2
  1840. package/dist/string/lowerCase.d.ts +2 -2
  1841. package/dist/string/lowerCase.js +2 -2
  1842. package/dist/string/lowerCase.mjs +2 -2
  1843. package/dist/string/lowerFirst.d.mts +2 -2
  1844. package/dist/string/lowerFirst.d.ts +2 -2
  1845. package/dist/string/lowerFirst.js +2 -2
  1846. package/dist/string/lowerFirst.mjs +2 -2
  1847. package/dist/string/pad.d.mts +4 -4
  1848. package/dist/string/pad.d.ts +4 -4
  1849. package/dist/string/pad.js +4 -4
  1850. package/dist/string/pad.mjs +4 -4
  1851. package/dist/string/pascalCase.d.mts +2 -2
  1852. package/dist/string/pascalCase.d.ts +2 -2
  1853. package/dist/string/pascalCase.js +2 -2
  1854. package/dist/string/pascalCase.mjs +2 -2
  1855. package/dist/string/reverseString.d.mts +2 -2
  1856. package/dist/string/reverseString.d.ts +2 -2
  1857. package/dist/string/reverseString.js +2 -2
  1858. package/dist/string/reverseString.mjs +2 -2
  1859. package/dist/string/snakeCase.d.mts +2 -2
  1860. package/dist/string/snakeCase.d.ts +2 -2
  1861. package/dist/string/snakeCase.js +2 -2
  1862. package/dist/string/snakeCase.mjs +2 -2
  1863. package/dist/string/startCase.d.mts +2 -2
  1864. package/dist/string/startCase.d.ts +2 -2
  1865. package/dist/string/startCase.js +2 -2
  1866. package/dist/string/startCase.mjs +2 -2
  1867. package/dist/string/trim.d.mts +3 -3
  1868. package/dist/string/trim.d.ts +3 -3
  1869. package/dist/string/trim.js +3 -3
  1870. package/dist/string/trim.mjs +3 -3
  1871. package/dist/string/trimEnd.d.mts +3 -3
  1872. package/dist/string/trimEnd.d.ts +3 -3
  1873. package/dist/string/trimEnd.js +3 -3
  1874. package/dist/string/trimEnd.mjs +3 -3
  1875. package/dist/string/trimStart.d.mts +3 -3
  1876. package/dist/string/trimStart.d.ts +3 -3
  1877. package/dist/string/trimStart.js +3 -3
  1878. package/dist/string/trimStart.mjs +3 -3
  1879. package/dist/string/unescape.d.mts +2 -2
  1880. package/dist/string/unescape.d.ts +2 -2
  1881. package/dist/string/unescape.js +2 -2
  1882. package/dist/string/unescape.mjs +2 -2
  1883. package/dist/string/upperCase.d.mts +2 -2
  1884. package/dist/string/upperCase.d.ts +2 -2
  1885. package/dist/string/upperCase.js +2 -2
  1886. package/dist/string/upperCase.mjs +2 -2
  1887. package/dist/string/upperFirst.d.mts +2 -2
  1888. package/dist/string/upperFirst.d.ts +2 -2
  1889. package/dist/string/upperFirst.js +2 -2
  1890. package/dist/string/upperFirst.mjs +2 -2
  1891. package/dist/string/words.d.mts +3 -3
  1892. package/dist/string/words.d.ts +3 -3
  1893. package/dist/string/words.js +3 -3
  1894. package/dist/string/words.mjs +3 -3
  1895. package/dist/util/attempt.d.mts +2 -2
  1896. package/dist/util/attempt.d.ts +2 -2
  1897. package/dist/util/attempt.js +2 -2
  1898. package/dist/util/attempt.mjs +2 -2
  1899. package/dist/util/attemptAsync.d.mts +2 -2
  1900. package/dist/util/attemptAsync.d.ts +2 -2
  1901. package/dist/util/attemptAsync.js +2 -2
  1902. package/dist/util/attemptAsync.mjs +2 -2
  1903. package/dist/util/invariant.d.mts +6 -6
  1904. package/dist/util/invariant.d.ts +6 -6
  1905. package/dist/util/invariant.js +3 -3
  1906. package/dist/util/invariant.mjs +3 -3
  1907. package/package.json +1 -1
@@ -8,8 +8,8 @@
8
8
  *
9
9
  * If the array is empty, this function returns `NaN`.
10
10
  *
11
- * @param {number[]} nums - An array of numbers to calculate the median.
12
- * @returns {number} The median of all the numbers in the array.
11
+ * @param nums - An array of numbers to calculate the median.
12
+ * @returns The median of all the numbers in the array.
13
13
  *
14
14
  * @example
15
15
  * const arrayWithOddNumberOfElements = [1, 2, 3, 4, 5];
@@ -10,9 +10,9 @@
10
10
  * If the array is empty, this function returns `NaN`.
11
11
  *
12
12
  * @template T - The type of elements in the array.
13
- * @param {T[]} items An array to calculate the median.
14
- * @param {(element: T) => number} getValue A function that selects a numeric value from each element.
15
- * @returns {number} The median of all the numbers as determined by the `getValue` function.
13
+ * @param items An array to calculate the median.
14
+ * @param getValue A function that selects a numeric value from each element.
15
+ * @returns The median of all the numbers as determined by the `getValue` function.
16
16
  *
17
17
  * @example
18
18
  * medianBy([{ a: 1 }, { a: 2 }, { a: 3 }, { a: 4 }, { a: 5 }], x => x.a); // Returns: 3
@@ -10,9 +10,9 @@
10
10
  * If the array is empty, this function returns `NaN`.
11
11
  *
12
12
  * @template T - The type of elements in the array.
13
- * @param {T[]} items An array to calculate the median.
14
- * @param {(element: T) => number} getValue A function that selects a numeric value from each element.
15
- * @returns {number} The median of all the numbers as determined by the `getValue` function.
13
+ * @param items An array to calculate the median.
14
+ * @param getValue A function that selects a numeric value from each element.
15
+ * @returns The median of all the numbers as determined by the `getValue` function.
16
16
  *
17
17
  * @example
18
18
  * medianBy([{ a: 1 }, { a: 2 }, { a: 3 }, { a: 4 }, { a: 5 }], x => x.a); // Returns: 3
@@ -11,9 +11,9 @@ const require_median = require("./median.js");
11
11
  * If the array is empty, this function returns `NaN`.
12
12
  *
13
13
  * @template T - The type of elements in the array.
14
- * @param {T[]} items An array to calculate the median.
15
- * @param {(element: T) => number} getValue A function that selects a numeric value from each element.
16
- * @returns {number} The median of all the numbers as determined by the `getValue` function.
14
+ * @param items An array to calculate the median.
15
+ * @param getValue A function that selects a numeric value from each element.
16
+ * @returns The median of all the numbers as determined by the `getValue` function.
17
17
  *
18
18
  * @example
19
19
  * medianBy([{ a: 1 }, { a: 2 }, { a: 3 }, { a: 4 }, { a: 5 }], x => x.a); // Returns: 3
@@ -11,9 +11,9 @@ import { median } from "./median.mjs";
11
11
  * If the array is empty, this function returns `NaN`.
12
12
  *
13
13
  * @template T - The type of elements in the array.
14
- * @param {T[]} items An array to calculate the median.
15
- * @param {(element: T) => number} getValue A function that selects a numeric value from each element.
16
- * @returns {number} The median of all the numbers as determined by the `getValue` function.
14
+ * @param items An array to calculate the median.
15
+ * @param getValue A function that selects a numeric value from each element.
16
+ * @returns The median of all the numbers as determined by the `getValue` function.
17
17
  *
18
18
  * @example
19
19
  * medianBy([{ a: 1 }, { a: 2 }, { a: 3 }, { a: 4 }, { a: 5 }], x => x.a); // Returns: 3
@@ -7,9 +7,9 @@
7
7
  *
8
8
  * `NaN` values are sorted as the smallest values. Returns `NaN` if the array is empty.
9
9
  *
10
- * @param {readonly number[]} arr - An array of numbers to calculate the percentile.
11
- * @param {number} percentile - The percentile to compute, in the range `[0, 100]`.
12
- * @returns {number} The value at the given percentile.
10
+ * @param arr - An array of numbers to calculate the percentile.
11
+ * @param percentile - The percentile to compute, in the range `[0, 100]`.
12
+ * @returns The value at the given percentile.
13
13
  * @throws {Error} Throws an error if `percentile` is not a number, less than `0`, or greater than `100`.
14
14
  *
15
15
  * @example
@@ -7,9 +7,9 @@
7
7
  *
8
8
  * `NaN` values are sorted as the smallest values. Returns `NaN` if the array is empty.
9
9
  *
10
- * @param {readonly number[]} arr - An array of numbers to calculate the percentile.
11
- * @param {number} percentile - The percentile to compute, in the range `[0, 100]`.
12
- * @returns {number} The value at the given percentile.
10
+ * @param arr - An array of numbers to calculate the percentile.
11
+ * @param percentile - The percentile to compute, in the range `[0, 100]`.
12
+ * @returns The value at the given percentile.
13
13
  * @throws {Error} Throws an error if `percentile` is not a number, less than `0`, or greater than `100`.
14
14
  *
15
15
  * @example
@@ -7,9 +7,9 @@
7
7
  *
8
8
  * `NaN` values are sorted as the smallest values. Returns `NaN` if the array is empty.
9
9
  *
10
- * @param {readonly number[]} arr - An array of numbers to calculate the percentile.
11
- * @param {number} percentile - The percentile to compute, in the range `[0, 100]`.
12
- * @returns {number} The value at the given percentile.
10
+ * @param arr - An array of numbers to calculate the percentile.
11
+ * @param percentile - The percentile to compute, in the range `[0, 100]`.
12
+ * @returns The value at the given percentile.
13
13
  * @throws {Error} Throws an error if `percentile` is not a number, less than `0`, or greater than `100`.
14
14
  *
15
15
  * @example
@@ -7,9 +7,9 @@
7
7
  *
8
8
  * `NaN` values are sorted as the smallest values. Returns `NaN` if the array is empty.
9
9
  *
10
- * @param {readonly number[]} arr - An array of numbers to calculate the percentile.
11
- * @param {number} percentile - The percentile to compute, in the range `[0, 100]`.
12
- * @returns {number} The value at the given percentile.
10
+ * @param arr - An array of numbers to calculate the percentile.
11
+ * @param percentile - The percentile to compute, in the range `[0, 100]`.
12
+ * @returns The value at the given percentile.
13
13
  * @throws {Error} Throws an error if `percentile` is not a number, less than `0`, or greater than `100`.
14
14
  *
15
15
  * @example
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * If only one argument is provided, a number between `0` and the given number is returned.
6
6
  *
7
- * @param {number} maximum - The upper bound (exclusive).
8
- * @returns {number} A random number between 0 (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
7
+ * @param maximum - The upper bound (exclusive).
8
+ * @returns A random number between 0 (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
9
9
  * @throws {Error} Throws an error if `maximum` is not greater than `0`.
10
10
  *
11
11
  * @example
@@ -16,9 +16,9 @@ declare function random(maximum: number): number;
16
16
  /**
17
17
  * Generate a random number within the given range.
18
18
  *
19
- * @param {number} minimum - The lower bound (inclusive).
20
- * @param {number} maximum - The upper bound (exclusive).
21
- * @returns {number} A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
19
+ * @param minimum - The lower bound (inclusive).
20
+ * @param maximum - The upper bound (exclusive).
21
+ * @returns A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
22
22
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
23
23
  *
24
24
  * @example
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * If only one argument is provided, a number between `0` and the given number is returned.
6
6
  *
7
- * @param {number} maximum - The upper bound (exclusive).
8
- * @returns {number} A random number between 0 (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
7
+ * @param maximum - The upper bound (exclusive).
8
+ * @returns A random number between 0 (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
9
9
  * @throws {Error} Throws an error if `maximum` is not greater than `0`.
10
10
  *
11
11
  * @example
@@ -16,9 +16,9 @@ declare function random(maximum: number): number;
16
16
  /**
17
17
  * Generate a random number within the given range.
18
18
  *
19
- * @param {number} minimum - The lower bound (inclusive).
20
- * @param {number} maximum - The upper bound (exclusive).
21
- * @returns {number} A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
19
+ * @param minimum - The lower bound (inclusive).
20
+ * @param maximum - The upper bound (exclusive).
21
+ * @returns A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
22
22
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
23
23
  *
24
24
  * @example
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Generate a random number within the given range.
4
4
  *
5
- * @param {number} minimum - The lower bound (inclusive).
6
- * @param {number} maximum - The upper bound (exclusive).
7
- * @returns {number} A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
5
+ * @param minimum - The lower bound (inclusive).
6
+ * @param maximum - The upper bound (exclusive).
7
+ * @returns A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
8
8
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
9
9
  *
10
10
  * @example
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * Generate a random number within the given range.
4
4
  *
5
- * @param {number} minimum - The lower bound (inclusive).
6
- * @param {number} maximum - The upper bound (exclusive).
7
- * @returns {number} A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
5
+ * @param minimum - The lower bound (inclusive).
6
+ * @param maximum - The upper bound (exclusive).
7
+ * @returns A random number between minimum (inclusive) and maximum (exclusive). The number can be an integer or a decimal.
8
8
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
9
9
  *
10
10
  * @example
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Generates a random integer between 0 (inclusive) and the given maximum (exclusive).
4
4
  *
5
- * @param {number} maximum - The upper bound (exclusive).
6
- * @returns {number} A random integer between 0 (inclusive) and maximum (exclusive).
5
+ * @param maximum - The upper bound (exclusive).
6
+ * @returns A random integer between 0 (inclusive) and maximum (exclusive).
7
7
  * @throws {Error} Throws an error if `maximum` is not greater than `0`.
8
8
  *
9
9
  * @example
@@ -13,9 +13,9 @@ declare function randomInt(maximum: number): number;
13
13
  /**
14
14
  * Generates a random integer between minimum (inclusive) and maximum (exclusive).
15
15
  *
16
- * @param {number} minimum - The lower bound (inclusive).
17
- * @param {number} maximum - The upper bound (exclusive).
18
- * @returns {number} A random integer between minimum (inclusive) and maximum (exclusive).
16
+ * @param minimum - The lower bound (inclusive).
17
+ * @param maximum - The upper bound (exclusive).
18
+ * @returns A random integer between minimum (inclusive) and maximum (exclusive).
19
19
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
20
20
  *
21
21
  * @example
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Generates a random integer between 0 (inclusive) and the given maximum (exclusive).
4
4
  *
5
- * @param {number} maximum - The upper bound (exclusive).
6
- * @returns {number} A random integer between 0 (inclusive) and maximum (exclusive).
5
+ * @param maximum - The upper bound (exclusive).
6
+ * @returns A random integer between 0 (inclusive) and maximum (exclusive).
7
7
  * @throws {Error} Throws an error if `maximum` is not greater than `0`.
8
8
  *
9
9
  * @example
@@ -13,9 +13,9 @@ declare function randomInt(maximum: number): number;
13
13
  /**
14
14
  * Generates a random integer between minimum (inclusive) and maximum (exclusive).
15
15
  *
16
- * @param {number} minimum - The lower bound (inclusive).
17
- * @param {number} maximum - The upper bound (exclusive).
18
- * @returns {number} A random integer between minimum (inclusive) and maximum (exclusive).
16
+ * @param minimum - The lower bound (inclusive).
17
+ * @param maximum - The upper bound (exclusive).
18
+ * @returns A random integer between minimum (inclusive) and maximum (exclusive).
19
19
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
20
20
  *
21
21
  * @example
@@ -5,9 +5,9 @@ const require_random = require("./random.js");
5
5
  *
6
6
  * If only one argument is provided, a number between `0` and the given number is returned.
7
7
  *
8
- * @param {number} minimum - The lower bound (inclusive).
9
- * @param {number} maximum - The upper bound (exclusive).
10
- * @returns {number} A random integer between minimum (inclusive) and maximum (exclusive).
8
+ * @param minimum - The lower bound (inclusive).
9
+ * @param maximum - The upper bound (exclusive).
10
+ * @returns A random integer between minimum (inclusive) and maximum (exclusive).
11
11
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
12
12
  *
13
13
  * @example
@@ -5,9 +5,9 @@ import { random } from "./random.mjs";
5
5
  *
6
6
  * If only one argument is provided, a number between `0` and the given number is returned.
7
7
  *
8
- * @param {number} minimum - The lower bound (inclusive).
9
- * @param {number} maximum - The upper bound (exclusive).
10
- * @returns {number} A random integer between minimum (inclusive) and maximum (exclusive).
8
+ * @param minimum - The lower bound (inclusive).
9
+ * @param maximum - The upper bound (exclusive).
10
+ * @returns A random integer between minimum (inclusive) and maximum (exclusive).
11
11
  * @throws {Error} Throws an error if `maximum` is not greater than `minimum`.
12
12
  *
13
13
  * @example
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Returns an array of numbers from `0` (inclusive) to `end` (exclusive), incrementing by `1`.
4
4
  *
5
- * @param {number} end - The end number of the range (exclusive).
6
- * @returns {number[]} An array of numbers from `0` (inclusive) to `end` (exclusive) with a step of `1`.
5
+ * @param end - The end number of the range (exclusive).
6
+ * @returns An array of numbers from `0` (inclusive) to `end` (exclusive) with a step of `1`.
7
7
  *
8
8
  * @example
9
9
  * // Returns [0, 1, 2, 3]
@@ -13,9 +13,9 @@ declare function range(end: number): number[];
13
13
  /**
14
14
  * Returns an array of numbers from `start` (inclusive) to `end` (exclusive), incrementing by `1`.
15
15
  *
16
- * @param {number} start - The starting number of the range (inclusive).
17
- * @param {number} end - The end number of the range (exclusive).
18
- * @returns {number[]} An array of numbers from `start` (inclusive) to `end` (exclusive) with a step of `1`.
16
+ * @param start - The starting number of the range (inclusive).
17
+ * @param end - The end number of the range (exclusive).
18
+ * @returns An array of numbers from `start` (inclusive) to `end` (exclusive) with a step of `1`.
19
19
  *
20
20
  * @example
21
21
  * // Returns [1, 2, 3]
@@ -25,10 +25,10 @@ declare function range(start: number, end: number): number[];
25
25
  /**
26
26
  * Returns an array of numbers from `start` (inclusive) to `end` (exclusive), incrementing by `step`.
27
27
  *
28
- * @param {number} start - The starting number of the range (inclusive).
29
- * @param {number} end - The end number of the range (exclusive).
30
- * @param {number} step - The step value for the range.
31
- * @returns {number[]} An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
28
+ * @param start - The starting number of the range (inclusive).
29
+ * @param end - The end number of the range (exclusive).
30
+ * @param step - The step value for the range.
31
+ * @returns An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
32
32
  *
33
33
  * @example
34
34
  * // Returns [0, 5, 10, 15]
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Returns an array of numbers from `0` (inclusive) to `end` (exclusive), incrementing by `1`.
4
4
  *
5
- * @param {number} end - The end number of the range (exclusive).
6
- * @returns {number[]} An array of numbers from `0` (inclusive) to `end` (exclusive) with a step of `1`.
5
+ * @param end - The end number of the range (exclusive).
6
+ * @returns An array of numbers from `0` (inclusive) to `end` (exclusive) with a step of `1`.
7
7
  *
8
8
  * @example
9
9
  * // Returns [0, 1, 2, 3]
@@ -13,9 +13,9 @@ declare function range(end: number): number[];
13
13
  /**
14
14
  * Returns an array of numbers from `start` (inclusive) to `end` (exclusive), incrementing by `1`.
15
15
  *
16
- * @param {number} start - The starting number of the range (inclusive).
17
- * @param {number} end - The end number of the range (exclusive).
18
- * @returns {number[]} An array of numbers from `start` (inclusive) to `end` (exclusive) with a step of `1`.
16
+ * @param start - The starting number of the range (inclusive).
17
+ * @param end - The end number of the range (exclusive).
18
+ * @returns An array of numbers from `start` (inclusive) to `end` (exclusive) with a step of `1`.
19
19
  *
20
20
  * @example
21
21
  * // Returns [1, 2, 3]
@@ -25,10 +25,10 @@ declare function range(start: number, end: number): number[];
25
25
  /**
26
26
  * Returns an array of numbers from `start` (inclusive) to `end` (exclusive), incrementing by `step`.
27
27
  *
28
- * @param {number} start - The starting number of the range (inclusive).
29
- * @param {number} end - The end number of the range (exclusive).
30
- * @param {number} step - The step value for the range.
31
- * @returns {number[]} An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
28
+ * @param start - The starting number of the range (inclusive).
29
+ * @param end - The end number of the range (exclusive).
30
+ * @param step - The step value for the range.
31
+ * @returns An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
32
32
  *
33
33
  * @example
34
34
  * // Returns [0, 5, 10, 15]
@@ -2,10 +2,10 @@
2
2
  /**
3
3
  * Returns an array of numbers from `start` (inclusive) to `end` (exclusive), incrementing by `step`.
4
4
  *
5
- * @param {number} start - The starting number of the range (inclusive).
6
- * @param {number} end - The end number of the range (exclusive).
7
- * @param {number} step - The step value for the range.
8
- * @returns {number[]} An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
5
+ * @param start - The starting number of the range (inclusive).
6
+ * @param end - The end number of the range (exclusive).
7
+ * @param step - The step value for the range.
8
+ * @returns An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
9
9
  * @throws {Error} Throws an error if the step value is not a non-zero integer.
10
10
  *
11
11
  * @example
@@ -2,10 +2,10 @@
2
2
  /**
3
3
  * Returns an array of numbers from `start` (inclusive) to `end` (exclusive), incrementing by `step`.
4
4
  *
5
- * @param {number} start - The starting number of the range (inclusive).
6
- * @param {number} end - The end number of the range (exclusive).
7
- * @param {number} step - The step value for the range.
8
- * @returns {number[]} An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
5
+ * @param start - The starting number of the range (inclusive).
6
+ * @param end - The end number of the range (exclusive).
7
+ * @param step - The step value for the range.
8
+ * @returns An array of numbers from `start` (inclusive) to `end` (exclusive) with the specified `step`.
9
9
  * @throws {Error} Throws an error if the step value is not a non-zero integer.
10
10
  *
11
11
  * @example
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Returns an array of numbers from `end` (exclusive) to `0` (inclusive), decrementing by `1`.
4
4
  *
5
- * @param {number} end - The end number of the range (exclusive).
6
- * @returns {number[]} An array of numbers from `end` (exclusive) to `0` (inclusive) with a step of `1`.
5
+ * @param end - The end number of the range (exclusive).
6
+ * @returns An array of numbers from `end` (exclusive) to `0` (inclusive) with a step of `1`.
7
7
  *
8
8
  * @example
9
9
  * // Returns [3, 2, 1, 0]
@@ -13,9 +13,9 @@ declare function rangeRight(end: number): number[];
13
13
  /**
14
14
  * Returns an array of numbers from `end` (exclusive) to `start` (inclusive), decrementing by `1`.
15
15
  *
16
- * @param {number} start - The starting number of the range (inclusive).
17
- * @param {number} end - The end number of the range (exclusive).
18
- * @returns {number[]} An array of numbers from `end` (exclusive) to `start` (inclusive) with a step of `1`.
16
+ * @param start - The starting number of the range (inclusive).
17
+ * @param end - The end number of the range (exclusive).
18
+ * @returns An array of numbers from `end` (exclusive) to `start` (inclusive) with a step of `1`.
19
19
  *
20
20
  * @example
21
21
  * // Returns [3, 2, 1]
@@ -25,10 +25,10 @@ declare function rangeRight(start: number, end: number): number[];
25
25
  /**
26
26
  * Returns an array of numbers from `end` (exclusive) to `start` (inclusive), decrementing by `step`.
27
27
  *
28
- * @param {number} start - The starting number of the range (inclusive).
29
- * @param {number} end - The end number of the range (exclusive).
30
- * @param {number} step - The step value for the range.
31
- * @returns {number[]} An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
28
+ * @param start - The starting number of the range (inclusive).
29
+ * @param end - The end number of the range (exclusive).
30
+ * @param step - The step value for the range.
31
+ * @returns An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
32
32
  *
33
33
  * @example
34
34
  * // Returns [15, 10, 5, 0]
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Returns an array of numbers from `end` (exclusive) to `0` (inclusive), decrementing by `1`.
4
4
  *
5
- * @param {number} end - The end number of the range (exclusive).
6
- * @returns {number[]} An array of numbers from `end` (exclusive) to `0` (inclusive) with a step of `1`.
5
+ * @param end - The end number of the range (exclusive).
6
+ * @returns An array of numbers from `end` (exclusive) to `0` (inclusive) with a step of `1`.
7
7
  *
8
8
  * @example
9
9
  * // Returns [3, 2, 1, 0]
@@ -13,9 +13,9 @@ declare function rangeRight(end: number): number[];
13
13
  /**
14
14
  * Returns an array of numbers from `end` (exclusive) to `start` (inclusive), decrementing by `1`.
15
15
  *
16
- * @param {number} start - The starting number of the range (inclusive).
17
- * @param {number} end - The end number of the range (exclusive).
18
- * @returns {number[]} An array of numbers from `end` (exclusive) to `start` (inclusive) with a step of `1`.
16
+ * @param start - The starting number of the range (inclusive).
17
+ * @param end - The end number of the range (exclusive).
18
+ * @returns An array of numbers from `end` (exclusive) to `start` (inclusive) with a step of `1`.
19
19
  *
20
20
  * @example
21
21
  * // Returns [3, 2, 1]
@@ -25,10 +25,10 @@ declare function rangeRight(start: number, end: number): number[];
25
25
  /**
26
26
  * Returns an array of numbers from `end` (exclusive) to `start` (inclusive), decrementing by `step`.
27
27
  *
28
- * @param {number} start - The starting number of the range (inclusive).
29
- * @param {number} end - The end number of the range (exclusive).
30
- * @param {number} step - The step value for the range.
31
- * @returns {number[]} An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
28
+ * @param start - The starting number of the range (inclusive).
29
+ * @param end - The end number of the range (exclusive).
30
+ * @param step - The step value for the range.
31
+ * @returns An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
32
32
  *
33
33
  * @example
34
34
  * // Returns [15, 10, 5, 0]
@@ -2,10 +2,10 @@
2
2
  /**
3
3
  * Returns an array of numbers from `end` (exclusive) to `start` (inclusive), decrementing by `step`.
4
4
  *
5
- * @param {number} start - The starting number of the range (inclusive).
6
- * @param {number} end - The end number of the range (exclusive).
7
- * @param {number} step - The step value for the range.
8
- * @returns {number[]} An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
5
+ * @param start - The starting number of the range (inclusive).
6
+ * @param end - The end number of the range (exclusive).
7
+ * @param step - The step value for the range.
8
+ * @returns An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
9
9
  * @throws {Error} Throws an error if the step value is not a non-zero integer.
10
10
  *
11
11
  * @example
@@ -2,10 +2,10 @@
2
2
  /**
3
3
  * Returns an array of numbers from `end` (exclusive) to `start` (inclusive), decrementing by `step`.
4
4
  *
5
- * @param {number} start - The starting number of the range (inclusive).
6
- * @param {number} end - The end number of the range (exclusive).
7
- * @param {number} step - The step value for the range.
8
- * @returns {number[]} An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
5
+ * @param start - The starting number of the range (inclusive).
6
+ * @param end - The end number of the range (exclusive).
7
+ * @param step - The step value for the range.
8
+ * @returns An array of numbers from `end` (exclusive) to `start` (inclusive) with the specified `step`.
9
9
  * @throws {Error} Throws an error if the step value is not a non-zero integer.
10
10
  *
11
11
  * @example
@@ -5,9 +5,9 @@
5
5
  * This function takes a number and an optional precision value, and returns the number rounded
6
6
  * to the specified number of decimal places.
7
7
  *
8
- * @param {number} value - The number to round.
9
- * @param {number} [precision=0] - The number of decimal places to round to. Defaults to 0.
10
- * @returns {number} The rounded number.
8
+ * @param value - The number to round.
9
+ * @param [precision=0] - The number of decimal places to round to. Defaults to 0.
10
+ * @returns The rounded number.
11
11
  * @throws {Error} Throws an error if `Precision` is not integer.
12
12
  *
13
13
  * @example
@@ -5,9 +5,9 @@
5
5
  * This function takes a number and an optional precision value, and returns the number rounded
6
6
  * to the specified number of decimal places.
7
7
  *
8
- * @param {number} value - The number to round.
9
- * @param {number} [precision=0] - The number of decimal places to round to. Defaults to 0.
10
- * @returns {number} The rounded number.
8
+ * @param value - The number to round.
9
+ * @param [precision=0] - The number of decimal places to round to. Defaults to 0.
10
+ * @returns The rounded number.
11
11
  * @throws {Error} Throws an error if `Precision` is not integer.
12
12
  *
13
13
  * @example
@@ -5,9 +5,9 @@
5
5
  * This function takes a number and an optional precision value, and returns the number rounded
6
6
  * to the specified number of decimal places.
7
7
  *
8
- * @param {number} value - The number to round.
9
- * @param {number} [precision=0] - The number of decimal places to round to. Defaults to 0.
10
- * @returns {number} The rounded number.
8
+ * @param value - The number to round.
9
+ * @param [precision=0] - The number of decimal places to round to. Defaults to 0.
10
+ * @returns The rounded number.
11
11
  * @throws {Error} Throws an error if `Precision` is not integer.
12
12
  *
13
13
  * @example
@@ -5,9 +5,9 @@
5
5
  * This function takes a number and an optional precision value, and returns the number rounded
6
6
  * to the specified number of decimal places.
7
7
  *
8
- * @param {number} value - The number to round.
9
- * @param {number} [precision=0] - The number of decimal places to round to. Defaults to 0.
10
- * @returns {number} The rounded number.
8
+ * @param value - The number to round.
9
+ * @param [precision=0] - The number of decimal places to round to. Defaults to 0.
10
+ * @returns The rounded number.
11
11
  * @throws {Error} Throws an error if `Precision` is not integer.
12
12
  *
13
13
  * @example
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * This function takes an array of numbers and returns the sum of all the elements in the array.
6
6
  *
7
- * @param {number[]} nums - An array of numbers to be summed.
8
- * @returns {number} The sum of all the numbers in the array.
7
+ * @param nums - An array of numbers to be summed.
8
+ * @returns The sum of all the numbers in the array.
9
9
  *
10
10
  * @example
11
11
  * const numbers = [1, 2, 3, 4, 5];
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * This function takes an array of numbers and returns the sum of all the elements in the array.
6
6
  *
7
- * @param {number[]} nums - An array of numbers to be summed.
8
- * @returns {number} The sum of all the numbers in the array.
7
+ * @param nums - An array of numbers to be summed.
8
+ * @returns The sum of all the numbers in the array.
9
9
  *
10
10
  * @example
11
11
  * const numbers = [1, 2, 3, 4, 5];
package/dist/math/sum.js CHANGED
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * This function takes an array of numbers and returns the sum of all the elements in the array.
6
6
  *
7
- * @param {number[]} nums - An array of numbers to be summed.
8
- * @returns {number} The sum of all the numbers in the array.
7
+ * @param nums - An array of numbers to be summed.
8
+ * @returns The sum of all the numbers in the array.
9
9
  *
10
10
  * @example
11
11
  * const numbers = [1, 2, 3, 4, 5];
package/dist/math/sum.mjs CHANGED
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * This function takes an array of numbers and returns the sum of all the elements in the array.
6
6
  *
7
- * @param {number[]} nums - An array of numbers to be summed.
8
- * @returns {number} The sum of all the numbers in the array.
7
+ * @param nums - An array of numbers to be summed.
8
+ * @returns The sum of all the numbers in the array.
9
9
  *
10
10
  * @example
11
11
  * const numbers = [1, 2, 3, 4, 5];
@@ -6,10 +6,10 @@
6
6
  * If the array is empty, this function returns `0`.
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
- * @param {readonly T[]} items - An array to calculate the sum.
10
- * @param {(element: T, index: number) => number} getValue - A function that selects a numeric value from each element.
9
+ * @param items - An array to calculate the sum.
10
+ * @param getValue - A function that selects a numeric value from each element.
11
11
  * It receives the element and its zero‑based index in the array.
12
- * @returns {number} The sum of all the numbers as determined by the `getValue` function.
12
+ * @returns The sum of all the numbers as determined by the `getValue` function.
13
13
  *
14
14
  * @example
15
15
  * sumBy([{ a: 1 }, { a: 2 }, { a: 3 }], (x, i) => x.a * i); // Returns: 8