@ezez/utils 4.0.0 → 4.1.0

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 (414) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cap.js.map +1 -1
  3. package/dist/coalesce.d.ts.map +1 -1
  4. package/dist/coalesce.js.map +1 -1
  5. package/dist/compareArrays.d.ts.map +1 -1
  6. package/dist/compareProps.d.ts.map +1 -1
  7. package/dist/compareProps.js.map +1 -1
  8. package/dist/deserialize.d.ts.map +1 -1
  9. package/dist/deserialize.js.map +1 -1
  10. package/dist/ensureArray.d.ts.map +1 -1
  11. package/dist/ensureArray.js.map +1 -1
  12. package/dist/ensureDate.js.map +1 -1
  13. package/dist/ensureError.js.map +1 -1
  14. package/dist/ensurePrefix.js.map +1 -1
  15. package/dist/ensureSuffix.js.map +1 -1
  16. package/dist/ensureTimestamp.js.map +1 -1
  17. package/dist/escapeRegExp.d.ts.map +1 -1
  18. package/dist/escapeRegExp.js +1 -1
  19. package/dist/escapeRegExp.js.map +1 -1
  20. package/dist/formatDate.js +1 -1
  21. package/dist/formatDate.js.map +1 -1
  22. package/dist/get.js.map +1 -1
  23. package/dist/getMultiple.d.ts.map +1 -1
  24. package/dist/getMultiple.js.map +1 -1
  25. package/dist/index.d.ts +1 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +1 -0
  28. package/dist/index.js.map +1 -1
  29. package/dist/insertSeparator.d.ts.map +1 -1
  30. package/dist/insertSeparator.js.map +1 -1
  31. package/dist/isEmpty.js.map +1 -1
  32. package/dist/isNumericString.js +1 -1
  33. package/dist/isNumericString.js.map +1 -1
  34. package/dist/last.d.ts.map +1 -1
  35. package/dist/later.d.ts.map +1 -1
  36. package/dist/mapAsync.d.ts.map +1 -1
  37. package/dist/mapAsync.js.map +1 -1
  38. package/dist/mapValues.d.ts.map +1 -1
  39. package/dist/mapValues.js.map +1 -1
  40. package/dist/match.d.ts.map +1 -1
  41. package/dist/match.js.map +1 -1
  42. package/dist/memoize.d.ts +3 -0
  43. package/dist/memoize.d.ts.map +1 -0
  44. package/dist/memoize.js +19 -0
  45. package/dist/memoize.js.map +1 -0
  46. package/dist/merge.d.ts +11 -7
  47. package/dist/merge.d.ts.map +1 -1
  48. package/dist/merge.js.map +1 -1
  49. package/dist/mostFrequent.d.ts.map +1 -1
  50. package/dist/mostFrequent.js.map +1 -1
  51. package/dist/occurrences.js.map +1 -1
  52. package/dist/omit.d.ts.map +1 -1
  53. package/dist/omit.js.map +1 -1
  54. package/dist/pick.d.ts.map +1 -1
  55. package/dist/pick.js.map +1 -1
  56. package/dist/pull.d.ts.map +1 -1
  57. package/dist/pull.js.map +1 -1
  58. package/dist/remove.d.ts.map +1 -1
  59. package/dist/remove.js +1 -1
  60. package/dist/remove.js.map +1 -1
  61. package/dist/removeCommonProperties.d.ts.map +1 -1
  62. package/dist/removeCommonProperties.js +3 -1
  63. package/dist/removeCommonProperties.js.map +1 -1
  64. package/dist/replace.js +1 -1
  65. package/dist/replace.js.map +1 -1
  66. package/dist/replaceDeep.d.ts.map +1 -1
  67. package/dist/replaceDeepByFn.d.ts.map +1 -1
  68. package/dist/replaceDeepByFn.js.map +1 -1
  69. package/dist/safe.js.map +1 -1
  70. package/dist/sample.d.ts +3 -1
  71. package/dist/sample.d.ts.map +1 -1
  72. package/dist/sample.js.map +1 -1
  73. package/dist/samples.d.ts.map +1 -1
  74. package/dist/samples.js.map +1 -1
  75. package/dist/seq.d.ts.map +1 -1
  76. package/dist/seq.js +1 -1
  77. package/dist/seq.js.map +1 -1
  78. package/dist/serialize.js.map +1 -1
  79. package/dist/set.js.map +1 -1
  80. package/dist/setImmutable.js.map +1 -1
  81. package/dist/shuffle.d.ts.map +1 -1
  82. package/dist/sortBy.d.ts.map +1 -1
  83. package/dist/sortBy.js.map +1 -1
  84. package/dist/sortProps.d.ts.map +1 -1
  85. package/dist/sortProps.js.map +1 -1
  86. package/dist/stripPrefix.js.map +1 -1
  87. package/dist/stripSuffix.js.map +1 -1
  88. package/dist/throttle.d.ts.map +1 -1
  89. package/dist/throttle.js.map +1 -1
  90. package/dist/toggle.d.ts.map +1 -1
  91. package/dist/toggle.js.map +1 -1
  92. package/dist/trimEnd.js.map +1 -1
  93. package/dist/trimStart.js.map +1 -1
  94. package/dist/truthy.d.ts +1 -1
  95. package/dist/truthy.d.ts.map +1 -1
  96. package/dist/unique.d.ts.map +1 -1
  97. package/dist/waitFor.d.ts.map +1 -1
  98. package/dist/waitFor.js +1 -1
  99. package/dist/waitFor.js.map +1 -1
  100. package/dist/waitSync.js.map +1 -1
  101. package/docs/assets/icons.js +15 -0
  102. package/docs/assets/icons.svg +1 -0
  103. package/docs/assets/main.js +4 -3
  104. package/docs/assets/navigation.js +1 -0
  105. package/docs/assets/search.js +1 -1
  106. package/docs/assets/style.css +544 -394
  107. package/docs/documents/CHANGELOG.html +337 -0
  108. package/docs/functions/index.cap.html +5 -0
  109. package/docs/functions/index.capitalize.html +13 -0
  110. package/docs/functions/index.coalesce.html +16 -0
  111. package/docs/functions/index.compareArrays.html +8 -0
  112. package/docs/functions/index.compareProps.html +11 -0
  113. package/docs/functions/index.deserialize.html +6 -0
  114. package/docs/functions/index.ensureArray.html +3 -0
  115. package/docs/functions/index.ensureDate.html +10 -0
  116. package/docs/functions/index.ensureError.html +14 -0
  117. package/docs/functions/index.ensurePrefix.html +10 -0
  118. package/docs/functions/index.ensureSuffix.html +10 -0
  119. package/docs/functions/index.ensureTimestamp.html +10 -0
  120. package/docs/functions/index.escapeRegExp.html +7 -0
  121. package/docs/functions/index.formatDate.html +6 -0
  122. package/docs/functions/index.get.html +26 -0
  123. package/docs/functions/index.getMultiple.html +16 -0
  124. package/docs/functions/index.insertSeparator.html +7 -0
  125. package/docs/functions/index.isEmpty.html +33 -0
  126. package/docs/functions/index.isNumericString.html +5 -0
  127. package/docs/functions/index.isPlainObject.html +18 -0
  128. package/docs/functions/index.last.html +15 -0
  129. package/docs/functions/index.later-1.html +6 -0
  130. package/docs/functions/index.mapAsync.html +8 -0
  131. package/docs/functions/index.mapValues.html +14 -0
  132. package/docs/functions/index.match.html +4 -0
  133. package/docs/functions/index.memoize.html +8 -0
  134. package/docs/functions/index.merge.html +13 -0
  135. package/docs/functions/index.mostFrequent.html +2 -0
  136. package/docs/functions/index.noop.html +2 -0
  137. package/docs/functions/index.occurrences.html +14 -0
  138. package/docs/functions/index.omit.html +18 -0
  139. package/docs/functions/index.pick.html +13 -0
  140. package/docs/functions/index.pull.html +2 -0
  141. package/docs/functions/index.remove.html +2 -0
  142. package/docs/functions/index.removeCommonProperties.html +18 -0
  143. package/docs/functions/index.replace.html +10 -0
  144. package/docs/functions/index.replaceDeep.html +15 -0
  145. package/docs/functions/index.rethrow.html +2 -0
  146. package/docs/functions/index.round.html +7 -0
  147. package/docs/functions/index.safe.html +7 -0
  148. package/docs/functions/index.sample.html +6 -0
  149. package/docs/functions/index.samples.html +7 -0
  150. package/docs/functions/index.scale.html +5 -0
  151. package/docs/functions/index.seq.html +17 -0
  152. package/docs/functions/index.seqEarlyBreak.html +12 -0
  153. package/docs/functions/index.serialize.html +14 -0
  154. package/docs/functions/index.set.html +26 -0
  155. package/docs/functions/index.setImmutable.html +25 -0
  156. package/docs/functions/index.shuffle.html +3 -0
  157. package/docs/functions/index.sortBy.html +6 -0
  158. package/docs/functions/index.sortProps.html +10 -0
  159. package/docs/functions/index.stripPrefix.html +4 -0
  160. package/docs/functions/index.stripSuffix.html +4 -0
  161. package/docs/functions/index.throttle.html +14 -0
  162. package/docs/functions/index.toggle.html +5 -0
  163. package/docs/functions/index.trim.html +8 -0
  164. package/docs/functions/index.trimEnd.html +8 -0
  165. package/docs/functions/index.trimStart.html +8 -0
  166. package/docs/functions/index.truthy.html +7 -0
  167. package/docs/functions/index.unique.html +6 -0
  168. package/docs/functions/index.wait.html +3 -0
  169. package/docs/functions/index.waitFor.html +10 -0
  170. package/docs/functions/index.waitSync.html +3 -0
  171. package/docs/index.html +18 -207
  172. package/docs/interfaces/index.ComparePropsOptions.html +5 -0
  173. package/docs/interfaces/index.GetMultipleSource.html +3 -0
  174. package/docs/interfaces/index.GetSource.html +3 -0
  175. package/docs/interfaces/index.IsNumericStringOptions.html +5 -0
  176. package/docs/interfaces/index.OccurencesOptions.html +3 -0
  177. package/docs/interfaces/index.SetImmutableSource.html +3 -0
  178. package/docs/interfaces/index.SetSource.html +3 -0
  179. package/docs/interfaces/index.ThrottleOptions.html +5 -0
  180. package/docs/interfaces/index.ThrottledFunctionExtras.html +5 -0
  181. package/docs/modules/index.html +86 -0
  182. package/docs/types/index.CustomDeserializers.html +1 -0
  183. package/docs/types/index.CustomSerializers.html +1 -0
  184. package/docs/types/index.Later.html +4 -0
  185. package/docs/types/index.MapValuesFn.html +14 -0
  186. package/docs/types/index.MatchCallback.html +1 -0
  187. package/docs/types/index.MergeTwo.html +3 -0
  188. package/docs/types/index.SeqEarlyBreaker.html +4 -0
  189. package/docs/types/index.SeqFn.html +3 -0
  190. package/docs/types/index.SeqFunctions.html +4 -0
  191. package/docs/types/index.SetImmutablePath.html +4 -0
  192. package/docs/types/index.ThrottledFunction.html +1 -0
  193. package/docs/variables/index.mapValuesUNSET.html +2 -0
  194. package/docs/variables/index.mergeUNSET.html +4 -0
  195. package/esm/cap.js.map +1 -1
  196. package/esm/coalesce.d.ts.map +1 -1
  197. package/esm/coalesce.js.map +1 -1
  198. package/esm/compareArrays.d.ts.map +1 -1
  199. package/esm/compareProps.d.ts.map +1 -1
  200. package/esm/compareProps.js.map +1 -1
  201. package/esm/deserialize.d.ts.map +1 -1
  202. package/esm/deserialize.js.map +1 -1
  203. package/esm/ensureArray.d.ts.map +1 -1
  204. package/esm/ensureArray.js.map +1 -1
  205. package/esm/ensureDate.js.map +1 -1
  206. package/esm/ensureError.js.map +1 -1
  207. package/esm/ensurePrefix.js.map +1 -1
  208. package/esm/ensureSuffix.js.map +1 -1
  209. package/esm/ensureTimestamp.js.map +1 -1
  210. package/esm/escapeRegExp.d.ts.map +1 -1
  211. package/esm/escapeRegExp.js +1 -1
  212. package/esm/escapeRegExp.js.map +1 -1
  213. package/esm/formatDate.js +1 -1
  214. package/esm/formatDate.js.map +1 -1
  215. package/esm/get.js.map +1 -1
  216. package/esm/getMultiple.d.ts.map +1 -1
  217. package/esm/getMultiple.js.map +1 -1
  218. package/esm/index.d.ts +1 -0
  219. package/esm/index.d.ts.map +1 -1
  220. package/esm/index.js +1 -0
  221. package/esm/index.js.map +1 -1
  222. package/esm/insertSeparator.d.ts.map +1 -1
  223. package/esm/insertSeparator.js.map +1 -1
  224. package/esm/isEmpty.js.map +1 -1
  225. package/esm/isNumericString.js +1 -1
  226. package/esm/isNumericString.js.map +1 -1
  227. package/esm/last.d.ts.map +1 -1
  228. package/esm/later.d.ts.map +1 -1
  229. package/esm/mapAsync.d.ts.map +1 -1
  230. package/esm/mapAsync.js.map +1 -1
  231. package/esm/mapValues.d.ts.map +1 -1
  232. package/esm/mapValues.js.map +1 -1
  233. package/esm/match.d.ts.map +1 -1
  234. package/esm/match.js.map +1 -1
  235. package/esm/memoize.d.ts +3 -0
  236. package/esm/memoize.d.ts.map +1 -0
  237. package/esm/memoize.js +16 -0
  238. package/esm/memoize.js.map +1 -0
  239. package/esm/merge.d.ts +11 -7
  240. package/esm/merge.d.ts.map +1 -1
  241. package/esm/merge.js.map +1 -1
  242. package/esm/mostFrequent.d.ts.map +1 -1
  243. package/esm/mostFrequent.js.map +1 -1
  244. package/esm/occurrences.js.map +1 -1
  245. package/esm/omit.d.ts.map +1 -1
  246. package/esm/omit.js.map +1 -1
  247. package/esm/pick.d.ts.map +1 -1
  248. package/esm/pick.js.map +1 -1
  249. package/esm/pull.d.ts.map +1 -1
  250. package/esm/pull.js.map +1 -1
  251. package/esm/remove.d.ts.map +1 -1
  252. package/esm/remove.js +1 -1
  253. package/esm/remove.js.map +1 -1
  254. package/esm/removeCommonProperties.d.ts.map +1 -1
  255. package/esm/removeCommonProperties.js +3 -1
  256. package/esm/removeCommonProperties.js.map +1 -1
  257. package/esm/replace.js +1 -1
  258. package/esm/replace.js.map +1 -1
  259. package/esm/replaceDeep.d.ts.map +1 -1
  260. package/esm/replaceDeepByFn.d.ts.map +1 -1
  261. package/esm/replaceDeepByFn.js.map +1 -1
  262. package/esm/safe.js.map +1 -1
  263. package/esm/sample.d.ts +3 -1
  264. package/esm/sample.d.ts.map +1 -1
  265. package/esm/sample.js.map +1 -1
  266. package/esm/samples.d.ts.map +1 -1
  267. package/esm/samples.js.map +1 -1
  268. package/esm/seq.d.ts.map +1 -1
  269. package/esm/seq.js +1 -1
  270. package/esm/seq.js.map +1 -1
  271. package/esm/serialize.js.map +1 -1
  272. package/esm/set.js.map +1 -1
  273. package/esm/setImmutable.js.map +1 -1
  274. package/esm/shuffle.d.ts.map +1 -1
  275. package/esm/sortBy.d.ts.map +1 -1
  276. package/esm/sortBy.js.map +1 -1
  277. package/esm/sortProps.d.ts.map +1 -1
  278. package/esm/sortProps.js.map +1 -1
  279. package/esm/stripPrefix.js.map +1 -1
  280. package/esm/stripSuffix.js.map +1 -1
  281. package/esm/throttle.d.ts.map +1 -1
  282. package/esm/throttle.js.map +1 -1
  283. package/esm/toggle.d.ts.map +1 -1
  284. package/esm/toggle.js.map +1 -1
  285. package/esm/trimEnd.js.map +1 -1
  286. package/esm/trimStart.js.map +1 -1
  287. package/esm/truthy.d.ts +1 -1
  288. package/esm/truthy.d.ts.map +1 -1
  289. package/esm/unique.d.ts.map +1 -1
  290. package/esm/waitFor.d.ts.map +1 -1
  291. package/esm/waitFor.js +1 -1
  292. package/esm/waitFor.js.map +1 -1
  293. package/esm/waitSync.js.map +1 -1
  294. package/package.json +10 -17
  295. package/pnpm-lock.yaml +661 -386
  296. package/src/compareProps.ts +9 -2
  297. package/src/deserialize.spec.ts +1 -0
  298. package/src/escapeRegExp.spec.ts +5 -3
  299. package/src/escapeRegExp.ts +3 -2
  300. package/src/formatDate.ts +2 -2
  301. package/src/get.spec.ts +1 -0
  302. package/src/getMultiple.ts +1 -0
  303. package/src/index.ts +1 -0
  304. package/src/isNumericString.ts +3 -3
  305. package/src/memoize.spec.ts +90 -0
  306. package/src/memoize.ts +35 -0
  307. package/src/merge.ts +30 -8
  308. package/src/mostFrequent.ts +1 -0
  309. package/src/remove.ts +1 -1
  310. package/src/removeCommonProperties.ts +4 -2
  311. package/src/replace.ts +1 -1
  312. package/src/rethrow.ts +1 -1
  313. package/src/sample.spec.ts +1 -0
  314. package/src/sample.ts +18 -2
  315. package/src/samples.ts +1 -1
  316. package/src/seq.spec.ts +6 -3
  317. package/src/seq.ts +1 -1
  318. package/src/serialize.spec.ts +1 -0
  319. package/src/serialize.ts +1 -1
  320. package/src/set.ts +1 -1
  321. package/src/setImmutable.ts +1 -1
  322. package/src/sortBy.ts +1 -1
  323. package/src/throttle.ts +1 -1
  324. package/src/waitFor.spec.ts +7 -2
  325. package/src/waitFor.ts +1 -1
  326. package/typedoc.cjs +2 -4
  327. package/docs/assets/pages.css +0 -14
  328. package/docs/functions/cap.html +0 -152
  329. package/docs/functions/capitalize.html +0 -157
  330. package/docs/functions/coalesce.html +0 -162
  331. package/docs/functions/compareArrays.html +0 -165
  332. package/docs/functions/compareProps.html +0 -164
  333. package/docs/functions/deserialize.html +0 -156
  334. package/docs/functions/ensureArray.html +0 -150
  335. package/docs/functions/ensureDate.html +0 -152
  336. package/docs/functions/ensureError.html +0 -156
  337. package/docs/functions/ensurePrefix.html +0 -154
  338. package/docs/functions/ensureSuffix.html +0 -154
  339. package/docs/functions/ensureTimestamp.html +0 -152
  340. package/docs/functions/escapeRegExp.html +0 -148
  341. package/docs/functions/formatDate.html +0 -150
  342. package/docs/functions/get.html +0 -174
  343. package/docs/functions/getMultiple.html +0 -165
  344. package/docs/functions/insertSeparator.html +0 -159
  345. package/docs/functions/isEmpty.html +0 -175
  346. package/docs/functions/isNumericString.html +0 -149
  347. package/docs/functions/isPlainObject.html +0 -159
  348. package/docs/functions/last.html +0 -162
  349. package/docs/functions/later-1.html +0 -147
  350. package/docs/functions/mapAsync.html +0 -180
  351. package/docs/functions/mapValues.html +0 -166
  352. package/docs/functions/match.html +0 -158
  353. package/docs/functions/merge.html +0 -500
  354. package/docs/functions/mostFrequent.html +0 -147
  355. package/docs/functions/noop.html +0 -137
  356. package/docs/functions/occurrences.html +0 -161
  357. package/docs/functions/omit.html +0 -169
  358. package/docs/functions/pick.html +0 -165
  359. package/docs/functions/pull.html +0 -149
  360. package/docs/functions/remove.html +0 -165
  361. package/docs/functions/removeCommonProperties.html +0 -164
  362. package/docs/functions/replace.html +0 -154
  363. package/docs/functions/replaceDeep.html +0 -170
  364. package/docs/functions/rethrow.html +0 -142
  365. package/docs/functions/round.html +0 -151
  366. package/docs/functions/safe.html +0 -192
  367. package/docs/functions/sample.html +0 -149
  368. package/docs/functions/samples.html +0 -159
  369. package/docs/functions/scale.html +0 -153
  370. package/docs/functions/seq.html +0 -164
  371. package/docs/functions/seqEarlyBreak.html +0 -162
  372. package/docs/functions/serialize.html +0 -161
  373. package/docs/functions/set.html +0 -174
  374. package/docs/functions/setImmutable.html +0 -173
  375. package/docs/functions/shuffle.html +0 -149
  376. package/docs/functions/sortBy.html +0 -171
  377. package/docs/functions/sortProps.html +0 -159
  378. package/docs/functions/stripPrefix.html +0 -148
  379. package/docs/functions/stripSuffix.html +0 -148
  380. package/docs/functions/throttle.html +0 -167
  381. package/docs/functions/toggle.html +0 -154
  382. package/docs/functions/trim.html +0 -152
  383. package/docs/functions/trimEnd.html +0 -152
  384. package/docs/functions/trimStart.html +0 -152
  385. package/docs/functions/truthy.html +0 -154
  386. package/docs/functions/unique.html +0 -152
  387. package/docs/functions/wait.html +0 -145
  388. package/docs/functions/waitFor.html +0 -164
  389. package/docs/functions/waitSync.html +0 -145
  390. package/docs/interfaces/ComparePropsOptions.html +0 -70
  391. package/docs/interfaces/GetMultipleSource.html +0 -142
  392. package/docs/interfaces/GetSource.html +0 -142
  393. package/docs/interfaces/IsNumericStringOptions.html +0 -91
  394. package/docs/interfaces/OccurencesOptions.html +0 -72
  395. package/docs/interfaces/SetImmutableSource.html +0 -142
  396. package/docs/interfaces/SetSource.html +0 -142
  397. package/docs/interfaces/ThrottleOptions.html +0 -81
  398. package/docs/interfaces/ThrottledFunctionExtras.html +0 -97
  399. package/docs/modules.html +0 -223
  400. package/docs/pages/CHANGELOG.html +0 -973
  401. package/docs/pages/Introduction.html +0 -130
  402. package/docs/types/CustomDeserializers.html +0 -159
  403. package/docs/types/CustomSerializers.html +0 -159
  404. package/docs/types/Later.html +0 -173
  405. package/docs/types/MapValuesFn.html +0 -170
  406. package/docs/types/MatchCallback.html +0 -149
  407. package/docs/types/SeqEarlyBreaker.html +0 -150
  408. package/docs/types/SeqFn.html +0 -148
  409. package/docs/types/SeqFunctions.html +0 -141
  410. package/docs/types/SetImmutablePath.html +0 -135
  411. package/docs/types/ThrottledFunction.html +0 -149
  412. package/docs/variables/mapValuesUNSET.html +0 -137
  413. package/docs/variables/mergeUNSET.html +0 -139
  414. package/tutorials/Introduction.md +0 -1
@@ -1,973 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v4.0.0</title><meta name="description" content="Documentation for @ezez/utils - v4.0.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
- <div class="tsd-toolbar-contents container">
3
- <div class="table-cell" id="tsd-search" data-base="..">
4
- <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
- <div class="field">
6
- <div id="tsd-toolbar-links"></div></div>
7
- <ul class="results">
8
- <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.0.0</a></div>
10
- <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
- <div class="container container-main">
12
- <div class="col-8 col-content">
13
- <div class="tsd-page-title">
14
- <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v4.0.0</a></li>
16
- <li><a href="CHANGELOG.html">Changelog</a></li></ul>
17
- <h1> Changelog</h1></div>
18
- <div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
19
- <p>The format is based on <a href="https://ezez.dev/changelog/">EZEZ Changelog</a>
20
- and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
21
-
22
- <a href="#unreleased" id="unreleased" style="color: inherit; text-decoration: none;">
23
- <h2>[UNRELEASED]</h2>
24
- </a>
25
- <ul>
26
- <li>(nothing yet)</li>
27
- </ul>
28
-
29
- <a href="#400---2024-05-16" id="400---2024-05-16" style="color: inherit; text-decoration: none;">
30
- <h2>[4.0.0] - 2024-05-16</h2>
31
- </a>
32
-
33
- <a href="#breaking" id="breaking" style="color: inherit; text-decoration: none;">
34
- <h3>Breaking</h3>
35
- </a>
36
- <ul>
37
- <li><code>replaceDeep</code> will not mutate anything by default anymore — previously it was wrongly documented as always mutating,
38
- but it was not mutating objects. Mutating behavior can now be enabled and additionally controlled by defining if
39
- instances properties are allowed to be mutated.</li>
40
- <li>[<code>serialize</code>] to avoid excessive calls to serializer functions - they are now only called with non-plain objects or
41
- unknown data types, this breaks some rare use cases</li>
42
- </ul>
43
-
44
- <a href="#changed" id="changed" style="color: inherit; text-decoration: none;">
45
- <h3>Changed</h3>
46
- </a>
47
- <ul>
48
- <li><code>serialize</code> custom serializers now allow things like <code>Date</code> (that defines .toJSON) to be supported as the user would
49
- expect</li>
50
- </ul>
51
-
52
- <a href="#added" id="added" style="color: inherit; text-decoration: none;">
53
- <h3>Added</h3>
54
- </a>
55
- <ul>
56
- <li><code>replaceDeepByFn</code> method for more granular control over replacing values. <code>replaceDeep</code> is a simplified wrapper over
57
- the new function</li>
58
- <li><code>trim</code>, <code>trimStart</code>, and <code>trimEnd</code> methods</li>
59
- </ul>
60
-
61
- <a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
62
- <h3>Dev</h3>
63
- </a>
64
- <ul>
65
- <li>upgraded some jsdocs</li>
66
- </ul>
67
-
68
- <a href="#300---2024-03-25" id="300---2024-03-25" style="color: inherit; text-decoration: none;">
69
- <h2>[3.0.0] - 2024-03-25</h2>
70
- </a>
71
-
72
- <a href="#breaking-1" id="breaking-1" style="color: inherit; text-decoration: none;">
73
- <h3>Breaking</h3>
74
- </a>
75
- <ul>
76
- <li><code>waitFor</code> method was upgraded:<ul>
77
- <li>now it supports Promises</li>
78
- <li>the check fails only if <code>undefined</code>, <code>null</code> or <code>false</code> is given</li>
79
- <li>function signature is changed (object options)</li>
80
- <li><code>maxTries</code> option is added to have a limit of tries unrelated to time</li>
81
- <li>no wait before the initial check</li>
82
- </ul>
83
- </li>
84
- </ul>
85
-
86
- <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
87
- <h3>Added</h3>
88
- </a>
89
- <ul>
90
- <li><code>toggle</code> method</li>
91
- <li><code>sample</code> method</li>
92
- <li><code>samples</code> method</li>
93
- <li><code>shuffle</code> method</li>
94
- </ul>
95
-
96
- <a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
97
- <h3>Dev</h3>
98
- </a>
99
- <ul>
100
- <li>added <code>waitFor</code> unit tests</li>
101
- <li>added missing build files to repo (missing since 2.0.0)</li>
102
- </ul>
103
-
104
- <a href="#210---2023-10-29" id="210---2023-10-29" style="color: inherit; text-decoration: none;">
105
- <h2>[2.1.0] - 2023-10-29</h2>
106
- </a>
107
-
108
- <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
109
- <h3>Added</h3>
110
- </a>
111
- <ul>
112
- <li><code>round</code> method</li>
113
- </ul>
114
-
115
- <a href="#200---2023-10-09" id="200---2023-10-09" style="color: inherit; text-decoration: none;">
116
- <h2>[2.0.0] - 2023-10-09</h2>
117
- </a>
118
-
119
- <a href="#breaking-2" id="breaking-2" style="color: inherit; text-decoration: none;">
120
- <h3>Breaking</h3>
121
- </a>
122
- <ul>
123
- <li>code is compiled to es2020 due to <code>bigint</code> usage, if you are not using <code>serialize</code> or <code>deserialize</code> you can still
124
- transpile this lib yourself</li>
125
- </ul>
126
-
127
- <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
128
- <h3>Added</h3>
129
- </a>
130
- <ul>
131
- <li><code>serialize</code> method</li>
132
- <li><code>deserialize</code> method</li>
133
- <li><code>replaceDeep</code> method</li>
134
- </ul>
135
-
136
- <a href="#190---2023-07-07" id="190---2023-07-07" style="color: inherit; text-decoration: none;">
137
- <h2>[1.9.0] - 2023-07-07</h2>
138
- </a>
139
-
140
- <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
141
- <h3>Added</h3>
142
- </a>
143
- <ul>
144
- <li><code>removeCommonProperties</code> method</li>
145
- </ul>
146
-
147
- <a href="#181---2023-06-24" id="181---2023-06-24" style="color: inherit; text-decoration: none;">
148
- <h2>[1.8.1] - 2023-06-24</h2>
149
- </a>
150
-
151
- <a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
152
- <h3>Fixed</h3>
153
- </a>
154
- <ul>
155
- <li><code>replace</code> method replacing everything with bunch of <code>undefined</code> when empty map is given</li>
156
- </ul>
157
-
158
- <a href="#180---2023-06-03" id="180---2023-06-03" style="color: inherit; text-decoration: none;">
159
- <h2>[1.8.0] - 2023-06-03</h2>
160
- </a>
161
-
162
- <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
163
- <h3>Added</h3>
164
- </a>
165
- <ul>
166
- <li><code>formatDate</code> method</li>
167
- </ul>
168
-
169
- <a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
170
- <h3>Dev</h3>
171
- </a>
172
- <ul>
173
- <li>deps update</li>
174
- </ul>
175
-
176
- <a href="#170---2023-05-22" id="170---2023-05-22" style="color: inherit; text-decoration: none;">
177
- <h2>[1.7.0] - 2023-05-22</h2>
178
- </a>
179
-
180
- <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
181
- <h3>Added</h3>
182
- </a>
183
- <ul>
184
- <li><code>later</code> method</li>
185
- </ul>
186
-
187
- <a href="#160---2023-05-12" id="160---2023-05-12" style="color: inherit; text-decoration: none;">
188
- <h2>[1.6.0] - 2023-05-12</h2>
189
- </a>
190
-
191
- <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
192
- <h3>Added</h3>
193
- </a>
194
- <ul>
195
- <li><code>compareProps</code> method</li>
196
- </ul>
197
-
198
- <a href="#150---2023-05-12" id="150---2023-05-12" style="color: inherit; text-decoration: none;">
199
- <h2>[1.5.0] - 2023-05-12</h2>
200
- </a>
201
-
202
- <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
203
- <h3>Added</h3>
204
- </a>
205
- <ul>
206
- <li><code>compareArrays</code> method</li>
207
- <li><code>unique</code> method</li>
208
- </ul>
209
-
210
- <a href="#140---2023-05-11" id="140---2023-05-11" style="color: inherit; text-decoration: none;">
211
- <h2>[1.4.0] - 2023-05-11</h2>
212
- </a>
213
-
214
- <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
215
- <h3>Added</h3>
216
- </a>
217
- <ul>
218
- <li><code>escapeRegExp</code> method</li>
219
- <li><code>replace</code> method</li>
220
- <li><code>sortProps</code> method</li>
221
- </ul>
222
-
223
- <a href="#130---2023-05-07" id="130---2023-05-07" style="color: inherit; text-decoration: none;">
224
- <h2>[1.3.0] - 2023-05-07</h2>
225
- </a>
226
-
227
- <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
228
- <h3>Added</h3>
229
- </a>
230
- <ul>
231
- <li><code>safe</code> method</li>
232
- </ul>
233
-
234
- <a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
235
- <h3>Dev</h3>
236
- </a>
237
- <ul>
238
- <li>upgraded some jsdocs</li>
239
- <li>upgraded deps</li>
240
- </ul>
241
-
242
- <a href="#120---2023-03-01" id="120---2023-03-01" style="color: inherit; text-decoration: none;">
243
- <h2>[1.2.0] - 2023-03-01</h2>
244
- </a>
245
-
246
- <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
247
- <h3>Added</h3>
248
- </a>
249
- <ul>
250
- <li><code>ensureDate</code> method</li>
251
- <li><code>ensurePrefix</code> method</li>
252
- <li><code>ensureSuffix</code> method</li>
253
- <li><code>ensureTimestamp</code> method</li>
254
- <li><code>stripPrefix</code> method</li>
255
- <li><code>stripSuffix</code> method</li>
256
- </ul>
257
-
258
- <a href="#110---2023-02-20" id="110---2023-02-20" style="color: inherit; text-decoration: none;">
259
- <h2>[1.1.0] - 2023-02-20</h2>
260
- </a>
261
-
262
- <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
263
- <h3>Added</h3>
264
- </a>
265
- <ul>
266
- <li><code>isNumericString</code> method</li>
267
- <li><code>occurrences</code> method</li>
268
- </ul>
269
-
270
- <a href="#changed-1" id="changed-1" style="color: inherit; text-decoration: none;">
271
- <h3>Changed</h3>
272
- </a>
273
- <ul>
274
- <li><code>isEmpty</code> throws <code>TypeError</code> instead of <code>Error</code> on primitives</li>
275
- </ul>
276
-
277
- <a href="#100---2023-02-19" id="100---2023-02-19" style="color: inherit; text-decoration: none;">
278
- <h2>[1.0.0] - 2023-02-19</h2>
279
- </a>
280
-
281
- <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
282
- <h3>Added</h3>
283
- </a>
284
- <ul>
285
- <li><code>isPlainObject</code> method</li>
286
- </ul>
287
-
288
- <a href="#breaking-3" id="breaking-3" style="color: inherit; text-decoration: none;">
289
- <h3>Breaking</h3>
290
- </a>
291
- <ul>
292
- <li>changed <code>isEmpty</code> to throw on primitives</li>
293
- <li><code>makeArray</code> is renamed to <code>ensureArray</code></li>
294
- <li><code>wait.sync</code> is extracted as <code>waitSync</code></li>
295
- <li>removed <code>pack</code> method</li>
296
- <li>removed <code>pages</code> method</li>
297
- <li>replaced <code>merge.UNSET</code> with <code>mergeUNSET</code></li>
298
- <li>replaced <code>mapValues.REMOVE</code> with <code>mapValuesUNSET</code></li>
299
- </ul>
300
-
301
- <a href="#changed-2" id="changed-2" style="color: inherit; text-decoration: none;">
302
- <h3>Changed</h3>
303
- </a>
304
- <ul>
305
- <li>added some examples to docs</li>
306
- <li>in jsdoc added a warning to get/set and family about using them with TS</li>
307
- </ul>
308
-
309
- <a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
310
- <h3>Dev</h3>
311
- </a>
312
- <ul>
313
- <li>added missing docs</li>
314
- <li>fixed some jsdoc strings (so they contain types for non-ts users)</li>
315
- <li>fixed typedoc warnings</li>
316
- <li>README update, preparing to rename library</li>
317
- </ul>
318
-
319
- <a href="#0241---2022-11-08" id="0241---2022-11-08" style="color: inherit; text-decoration: none;">
320
- <h2>[0.24.1] - 2022-11-08</h2>
321
- </a>
322
-
323
- <a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
324
- <h3>Dev</h3>
325
- </a>
326
- <ul>
327
- <li>exported some typings</li>
328
- <li>library template bump</li>
329
- </ul>
330
-
331
- <a href="#0240---2022-09-23" id="0240---2022-09-23" style="color: inherit; text-decoration: none;">
332
- <h2>[0.24.0] - 2022-09-23</h2>
333
- </a>
334
-
335
- <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
336
- <h3>Added</h3>
337
- </a>
338
- <ul>
339
- <li><code>pull</code> method</li>
340
- </ul>
341
-
342
- <a href="#changed-3" id="changed-3" style="color: inherit; text-decoration: none;">
343
- <h3>Changed</h3>
344
- </a>
345
- <ul>
346
- <li><code>throttle</code> with multiple timeouts working more as intended with <code>opts.leading</code> = true</li>
347
- </ul>
348
-
349
- <a href="#fixed-1" id="fixed-1" style="color: inherit; text-decoration: none;">
350
- <h3>Fixed</h3>
351
- </a>
352
- <ul>
353
- <li>first timeout of <code>throttle</code> with multiple timeouts repeated two times</li>
354
- </ul>
355
-
356
- <a href="#0232---2022-08-21" id="0232---2022-08-21" style="color: inherit; text-decoration: none;">
357
- <h2>[0.23.2] - 2022-08-21</h2>
358
- </a>
359
-
360
- <a href="#fixed-2" id="fixed-2" style="color: inherit; text-decoration: none;">
361
- <h3>Fixed</h3>
362
- </a>
363
- <ul>
364
- <li><code>throttle</code> with trailing call not respecting multiple timeouts</li>
365
- <li><code>truthy</code> typings</li>
366
- </ul>
367
-
368
- <a href="#0231---2022-07-17" id="0231---2022-07-17" style="color: inherit; text-decoration: none;">
369
- <h2>[0.23.1] - 2022-07-17</h2>
370
- </a>
371
-
372
- <a href="#fixed-3" id="fixed-3" style="color: inherit; text-decoration: none;">
373
- <h3>Fixed</h3>
374
- </a>
375
- <ul>
376
- <li>missing <code>mostFrequent</code> export</li>
377
- </ul>
378
-
379
- <a href="#0230---2022-07-17" id="0230---2022-07-17" style="color: inherit; text-decoration: none;">
380
- <h2>[0.23.0] - 2022-07-17</h2>
381
- </a>
382
-
383
- <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
384
- <h3>Added</h3>
385
- </a>
386
- <ul>
387
- <li><code>mostFrequent</code> method</li>
388
- </ul>
389
-
390
- <a href="#0220---2022-07-16" id="0220---2022-07-16" style="color: inherit; text-decoration: none;">
391
- <h2>[0.22.0] - 2022-07-16</h2>
392
- </a>
393
-
394
- <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
395
- <h3>Added</h3>
396
- </a>
397
- <ul>
398
- <li><code>capitalize</code> method</li>
399
- </ul>
400
-
401
- <a href="#fixed-4" id="fixed-4" style="color: inherit; text-decoration: none;">
402
- <h3>Fixed</h3>
403
- </a>
404
- <ul>
405
- <li><code>throttle</code> reset not resetting array of times</li>
406
- </ul>
407
-
408
- <a href="#0210---2022-07-08" id="0210---2022-07-08" style="color: inherit; text-decoration: none;">
409
- <h2>[0.21.0] - 2022-07-08</h2>
410
- </a>
411
-
412
- <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
413
- <h3>Added</h3>
414
- </a>
415
- <ul>
416
- <li><code>throttle</code> method</li>
417
- </ul>
418
-
419
- <a href="#0200---2022-07-03" id="0200---2022-07-03" style="color: inherit; text-decoration: none;">
420
- <h2>[0.20.0] - 2022-07-03</h2>
421
- </a>
422
-
423
- <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
424
- <h3>Added</h3>
425
- </a>
426
- <ul>
427
- <li><code>ensureError</code> method</li>
428
- </ul>
429
-
430
- <a href="#0191---2022-04-27" id="0191---2022-04-27" style="color: inherit; text-decoration: none;">
431
- <h2>[0.19.1] - 2022-04-27</h2>
432
- </a>
433
-
434
- <a href="#fixed-5" id="fixed-5" style="color: inherit; text-decoration: none;">
435
- <h3>Fixed</h3>
436
- </a>
437
- <ul>
438
- <li>new methods not exported</li>
439
- </ul>
440
-
441
- <a href="#0190---2022-04-27" id="0190---2022-04-27" style="color: inherit; text-decoration: none;">
442
- <h2>[0.19.0] - 2022-04-27</h2>
443
- </a>
444
-
445
- <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
446
- <h3>Added</h3>
447
- </a>
448
- <ul>
449
- <li><code>scale</code>, <code>truthy</code>, <code>waitFor</code>, <code>cap</code> methods</li>
450
- </ul>
451
-
452
- <a href="#changed-4" id="changed-4" style="color: inherit; text-decoration: none;">
453
- <h3>Changed</h3>
454
- </a>
455
- <ul>
456
- <li>improved types for <code>insertSeparator</code></li>
457
- <li>added/improved jsdoc to <code>mapAsync</code>, <code>match</code>, <code>merge</code>, <code>noop</code>, <code>rethrow</code></li>
458
- </ul>
459
-
460
- <a href="#breaking-4" id="breaking-4" style="color: inherit; text-decoration: none;">
461
- <h3>Breaking</h3>
462
- </a>
463
- <ul>
464
- <li><code>seq</code> no longer uses nor exports custom error</li>
465
- </ul>
466
-
467
- <a href="#0180---2021-12-04" id="0180---2021-12-04" style="color: inherit; text-decoration: none;">
468
- <h2>[0.18.0] - 2021-12-04</h2>
469
- </a>
470
-
471
- <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
472
- <h3>Added</h3>
473
- </a>
474
- <ul>
475
- <li><code>wait</code> method</li>
476
- <li><code>mapAsync</code> method</li>
477
- </ul>
478
-
479
- <a href="#0171---2021-10-31" id="0171---2021-10-31" style="color: inherit; text-decoration: none;">
480
- <h2>[0.17.1] - 2021-10-31</h2>
481
- </a>
482
-
483
- <a href="#fixed-6" id="fixed-6" style="color: inherit; text-decoration: none;">
484
- <h3>Fixed</h3>
485
- </a>
486
- <ul>
487
- <li>missing <code>merge</code> export</li>
488
- </ul>
489
-
490
- <a href="#0170---2021-10-31" id="0170---2021-10-31" style="color: inherit; text-decoration: none;">
491
- <h2>[0.17.0] - 2021-10-31</h2>
492
- </a>
493
-
494
- <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
495
- <h3>Added</h3>
496
- </a>
497
- <ul>
498
- <li><code>merge</code> method</li>
499
- </ul>
500
-
501
- <a href="#changed-5" id="changed-5" style="color: inherit; text-decoration: none;">
502
- <h3>Changed</h3>
503
- </a>
504
- <ul>
505
- <li><code>REMOVE</code> special property in <code>mapValues</code> now uses Symbols if available</li>
506
- </ul>
507
-
508
- <a href="#0160---2021-09-24" id="0160---2021-09-24" style="color: inherit; text-decoration: none;">
509
- <h2>[0.16.0] - 2021-09-24</h2>
510
- </a>
511
-
512
- <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
513
- <h3>Added</h3>
514
- </a>
515
- <ul>
516
- <li><code>noop</code> and <code>rethrow</code> methods</li>
517
- </ul>
518
-
519
- <a href="#0150---2021-07-04" id="0150---2021-07-04" style="color: inherit; text-decoration: none;">
520
- <h2>[0.15.0] - 2021-07-04</h2>
521
- </a>
522
-
523
- <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
524
- <h3>Added</h3>
525
- </a>
526
- <ul>
527
- <li><code>seq</code> with early break mode</li>
528
- </ul>
529
-
530
- <a href="#changed-6" id="changed-6" style="color: inherit; text-decoration: none;">
531
- <h3>Changed</h3>
532
- </a>
533
- <ul>
534
- <li>upgraded typings for <code>last</code></li>
535
- </ul>
536
-
537
- <a href="#0141---2021-06-13" id="0141---2021-06-13" style="color: inherit; text-decoration: none;">
538
- <h2>[0.14.1] - 2021-06-13</h2>
539
- </a>
540
-
541
- <a href="#changed-7" id="changed-7" style="color: inherit; text-decoration: none;">
542
- <h3>Changed</h3>
543
- </a>
544
- <ul>
545
- <li>upgraded typings for <code>pick</code>, <code>omit</code>, <code>pack</code>, <code>sortBy</code></li>
546
- </ul>
547
-
548
- <a href="#0140---2021-06-05" id="0140---2021-06-05" style="color: inherit; text-decoration: none;">
549
- <h2>[0.14.0] - 2021-06-05</h2>
550
- </a>
551
-
552
- <a href="#changed-8" id="changed-8" style="color: inherit; text-decoration: none;">
553
- <h3>Changed</h3>
554
- </a>
555
- <ul>
556
- <li>upgraded typings for sortBy</li>
557
- </ul>
558
-
559
- <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
560
- <h3>Added</h3>
561
- </a>
562
- <ul>
563
- <li><code>seq</code> method</li>
564
- </ul>
565
-
566
- <a href="#0132---2021-05-16" id="0132---2021-05-16" style="color: inherit; text-decoration: none;">
567
- <h2>[0.13.2] - 2021-05-16</h2>
568
- </a>
569
-
570
- <a href="#changed-9" id="changed-9" style="color: inherit; text-decoration: none;">
571
- <h3>Changed</h3>
572
- </a>
573
- <ul>
574
- <li>upgraded typings for pick, omit, get, getMultiple, mapValues, set, setImmutable, sortBy</li>
575
- </ul>
576
-
577
- <a href="#0131---2021-04-14" id="0131---2021-04-14" style="color: inherit; text-decoration: none;">
578
- <h2>[0.13.1] - 2021-04-14</h2>
579
- </a>
580
-
581
- <a href="#changed-10" id="changed-10" style="color: inherit; text-decoration: none;">
582
- <h3>Changed</h3>
583
- </a>
584
- <ul>
585
- <li>upgraded typings for mapValues</li>
586
- </ul>
587
-
588
- <a href="#dev-6" id="dev-6" style="color: inherit; text-decoration: none;">
589
- <h3>Dev</h3>
590
- </a>
591
- <ul>
592
- <li>fixed invalid name in <code>types</code> package.json field</li>
593
- <li>bumped some deps</li>
594
- <li>added missing testcase for mapValues</li>
595
- </ul>
596
-
597
- <a href="#0130---2021-02-03" id="0130---2021-02-03" style="color: inherit; text-decoration: none;">
598
- <h2>[0.13.0] - 2021-02-03</h2>
599
- </a>
600
-
601
- <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
602
- <h3>Added</h3>
603
- </a>
604
- <ul>
605
- <li><code>match</code> method</li>
606
- <li><code>pack</code> method</li>
607
- <li><code>sortBy</code> method</li>
608
- </ul>
609
-
610
- <a href="#0120---2021-01-19" id="0120---2021-01-19" style="color: inherit; text-decoration: none;">
611
- <h2>[0.12.0] - 2021-01-19</h2>
612
- </a>
613
-
614
- <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
615
- <h3>Added</h3>
616
- </a>
617
- <ul>
618
- <li><code>makeArray</code> method</li>
619
- </ul>
620
-
621
- <a href="#0110-beta2---2021-01-08" id="0110-beta2---2021-01-08" style="color: inherit; text-decoration: none;">
622
- <h2>[0.11.0-beta.2] - 2021-01-08</h2>
623
- </a>
624
-
625
- <a href="#dev-7" id="dev-7" style="color: inherit; text-decoration: none;">
626
- <h3>Dev</h3>
627
- </a>
628
- <ul>
629
- <li>add basic TypeScript support</li>
630
- <li>replaced mocha with jest</li>
631
- <li>replaced jsdoc with typedoc</li>
632
- </ul>
633
-
634
- <a href="#changed-11" id="changed-11" style="color: inherit; text-decoration: none;">
635
- <h3>Changed</h3>
636
- </a>
637
- <ul>
638
- <li>small README update</li>
639
- </ul>
640
-
641
- <a href="#0101---2020-09-14" id="0101---2020-09-14" style="color: inherit; text-decoration: none;">
642
- <h2>[0.10.1] - 2020-09-14</h2>
643
- </a>
644
-
645
- <a href="#fixed-7" id="fixed-7" style="color: inherit; text-decoration: none;">
646
- <h3>Fixed</h3>
647
- </a>
648
- <ul>
649
- <li><code>pages</code> export</li>
650
- </ul>
651
-
652
- <a href="#0100---2020-09-14" id="0100---2020-09-14" style="color: inherit; text-decoration: none;">
653
- <h2>[0.10.0] - 2020-09-14</h2>
654
- </a>
655
-
656
- <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
657
- <h3>Added</h3>
658
- </a>
659
- <ul>
660
- <li><code>pages</code> method</li>
661
- </ul>
662
-
663
- <a href="#090---2020-07-09" id="090---2020-07-09" style="color: inherit; text-decoration: none;">
664
- <h2>[0.9.0] - 2020-07-09</h2>
665
- </a>
666
-
667
- <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
668
- <h3>Added</h3>
669
- </a>
670
- <ul>
671
- <li><code>remove</code> method</li>
672
- </ul>
673
-
674
- <a href="#080---2020-03-13" id="080---2020-03-13" style="color: inherit; text-decoration: none;">
675
- <h2>[0.8.0] - 2020-03-13</h2>
676
- </a>
677
-
678
- <a href="#fixed-8" id="fixed-8" style="color: inherit; text-decoration: none;">
679
- <h3>Fixed</h3>
680
- </a>
681
- <ul>
682
- <li>CommonJS code still not working properly</li>
683
- </ul>
684
-
685
- <a href="#changed-12" id="changed-12" style="color: inherit; text-decoration: none;">
686
- <h3>Changed</h3>
687
- </a>
688
- <ul>
689
- <li><code>REMOVE</code> enum from mapValues attached to the function instead of extra export</li>
690
- <li>better native ESM support</li>
691
- </ul>
692
-
693
- <a href="#071---2020-03-12" id="071---2020-03-12" style="color: inherit; text-decoration: none;">
694
- <h2>[0.7.1] - 2020-03-12</h2>
695
- </a>
696
-
697
- <a href="#fixed-9" id="fixed-9" style="color: inherit; text-decoration: none;">
698
- <h3>Fixed</h3>
699
- </a>
700
- <ul>
701
- <li>CommonJS code not working properly</li>
702
- </ul>
703
-
704
- <a href="#070---2020-03-10" id="070---2020-03-10" style="color: inherit; text-decoration: none;">
705
- <h2>[0.7.0] - 2020-03-10</h2>
706
- </a>
707
-
708
- <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
709
- <h3>Added</h3>
710
- </a>
711
- <ul>
712
- <li>native ESM support</li>
713
- </ul>
714
-
715
- <a href="#changed-13" id="changed-13" style="color: inherit; text-decoration: none;">
716
- <h3>Changed</h3>
717
- </a>
718
- <ul>
719
- <li>upgraded deps</li>
720
- </ul>
721
-
722
- <a href="#removed" id="removed" style="color: inherit; text-decoration: none;">
723
- <h3>Removed</h3>
724
- </a>
725
- <ul>
726
- <li>support for deep imports like: <code>bottom-line-utils/get</code>, use <code>bottom-line-utils/src/get</code> or
727
- <code>bottom-line-utils/dist/get</code> for now</li>
728
- </ul>
729
-
730
- <a href="#063---2019-08-29" id="063---2019-08-29" style="color: inherit; text-decoration: none;">
731
- <h2>[0.6.3] - 2019-08-29</h2>
732
- </a>
733
-
734
- <a href="#fixed-10" id="fixed-10" style="color: inherit; text-decoration: none;">
735
- <h3>Fixed</h3>
736
- </a>
737
- <ul>
738
- <li>dev deps audit issues</li>
739
- </ul>
740
-
741
- <a href="#062---2019-06-06" id="062---2019-06-06" style="color: inherit; text-decoration: none;">
742
- <h2>[0.6.2] - 2019-06-06</h2>
743
- </a>
744
-
745
- <a href="#fixed-11" id="fixed-11" style="color: inherit; text-decoration: none;">
746
- <h3>Fixed</h3>
747
- </a>
748
- <ul>
749
- <li>deps audit issue, related to development (eslint), not the code (0.6.2 is not released to npm as a result)</li>
750
- </ul>
751
-
752
- <a href="#061---2019-06-05" id="061---2019-06-05" style="color: inherit; text-decoration: none;">
753
- <h2>[0.6.1] - 2019-06-05</h2>
754
- </a>
755
-
756
- <a href="#fixed-12" id="fixed-12" style="color: inherit; text-decoration: none;">
757
- <h3>Fixed</h3>
758
- </a>
759
- <ul>
760
- <li>deps audit issue, related to docs generating, not the code (0.6.1 is not released to npm as a result)</li>
761
- </ul>
762
-
763
- <a href="#060---2019-05-12" id="060---2019-05-12" style="color: inherit; text-decoration: none;">
764
- <h2>[0.6.0] - 2019-05-12</h2>
765
- </a>
766
-
767
- <a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
768
- <h3>Added</h3>
769
- </a>
770
- <ul>
771
- <li><code>pick</code> and <code>omit</code> methods</li>
772
- </ul>
773
-
774
- <a href="#changed-14" id="changed-14" style="color: inherit; text-decoration: none;">
775
- <h3>Changed</h3>
776
- </a>
777
- <ul>
778
- <li>babel config for <code>dist</code> transpiled code upgraded, to transpile less features</li>
779
- </ul>
780
-
781
- <a href="#050---2019-04-09" id="050---2019-04-09" style="color: inherit; text-decoration: none;">
782
- <h2>[0.5.0] - 2019-04-09</h2>
783
- </a>
784
-
785
- <a href="#added-31" id="added-31" style="color: inherit; text-decoration: none;">
786
- <h3>Added</h3>
787
- </a>
788
- <ul>
789
- <li><code>coalesce</code> method</li>
790
- </ul>
791
-
792
- <a href="#041---2019-01-31" id="041---2019-01-31" style="color: inherit; text-decoration: none;">
793
- <h2>[0.4.1] - 2019-01-31</h2>
794
- </a>
795
-
796
- <a href="#fixed-13" id="fixed-13" style="color: inherit; text-decoration: none;">
797
- <h3>Fixed</h3>
798
- </a>
799
- <ul>
800
- <li><code>setImmutable</code> not allowing number as path and allowing other incorrect/unexpected values as paths</li>
801
- </ul>
802
-
803
- <a href="#040---2019-01-30" id="040---2019-01-30" style="color: inherit; text-decoration: none;">
804
- <h2>[0.4.0] - 2019-01-30</h2>
805
- </a>
806
-
807
- <a href="#added-32" id="added-32" style="color: inherit; text-decoration: none;">
808
- <h3>Added</h3>
809
- </a>
810
- <ul>
811
- <li><code>insertSeparator</code> method</li>
812
- </ul>
813
-
814
- <a href="#031---2018-12-09" id="031---2018-12-09" style="color: inherit; text-decoration: none;">
815
- <h2>[0.3.1] - 2018-12-09</h2>
816
- </a>
817
-
818
- <a href="#fixed-14" id="fixed-14" style="color: inherit; text-decoration: none;">
819
- <h3>Fixed</h3>
820
- </a>
821
- <ul>
822
- <li>added missing export of <code>setImmutable</code> to index</li>
823
- </ul>
824
-
825
- <a href="#030---2018-12-09" id="030---2018-12-09" style="color: inherit; text-decoration: none;">
826
- <h2>[0.3.0] - 2018-12-09</h2>
827
- </a>
828
-
829
- <a href="#fixed-15" id="fixed-15" style="color: inherit; text-decoration: none;">
830
- <h3>Fixed</h3>
831
- </a>
832
- <ul>
833
- <li>missing labels in <code>set</code> tests</li>
834
- <li>disabled removing unused labels in tests</li>
835
- </ul>
836
-
837
- <a href="#changed-15" id="changed-15" style="color: inherit; text-decoration: none;">
838
- <h3>Changed</h3>
839
- </a>
840
- <ul>
841
- <li>improved one <code>set</code> test</li>
842
- </ul>
843
-
844
- <a href="#added-33" id="added-33" style="color: inherit; text-decoration: none;">
845
- <h3>Added</h3>
846
- </a>
847
- <ul>
848
- <li><code>setImmutable</code> method</li>
849
- </ul>
850
-
851
- <a href="#020-2018-12-09" id="020-2018-12-09" style="color: inherit; text-decoration: none;">
852
- <h2>[0.2.0] 2018-12-09</h2>
853
- </a>
854
-
855
- <a href="#added-34" id="added-34" style="color: inherit; text-decoration: none;">
856
- <h3>Added</h3>
857
- </a>
858
- <ul>
859
- <li><code>set</code> function</li>
860
- <li></li>
861
- </ul>
862
- </div></div>
863
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
864
- <div class="tsd-navigation settings">
865
- <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
866
- <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
867
- <div class="tsd-accordion-details">
868
- <div class="tsd-filter-visibility">
869
- <h4 class="uppercase">Member Visibility</h4><form>
870
- <ul id="tsd-filter-options">
871
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
872
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
873
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
874
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
875
- <div class="tsd-theme-toggle">
876
- <h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
877
- <nav class="tsd-navigation primary">
878
- <details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
879
- <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
880
- <div class="tsd-accordion-details">
881
- <ul>
882
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v4.0.0</a>
883
- <ul>
884
- <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
885
- <li class="current selected pages-entry pages-entry-page pages-entry-depth-1"><a href="CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
886
- <nav class="tsd-navigation secondary menu-sticky">
887
- <ul>
888
- <li class="tsd-kind-interface"><a href="../interfaces/ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Compare<wbr/>Props<wbr/>Options</a></li>
889
- <li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
890
- <li class="tsd-kind-interface"><a href="../interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
891
- <li class="tsd-kind-interface"><a href="../interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
892
- <li class="tsd-kind-interface"><a href="../interfaces/OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
893
- <li class="tsd-kind-interface"><a href="../interfaces/SetImmutableSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Immutable<wbr/>Source</a></li>
894
- <li class="tsd-kind-interface"><a href="../interfaces/SetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Source</a></li>
895
- <li class="tsd-kind-interface"><a href="../interfaces/ThrottleOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttle<wbr/>Options</a></li>
896
- <li class="tsd-kind-interface"><a href="../interfaces/ThrottledFunctionExtras.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttled<wbr/>Function<wbr/>Extras</a></li>
897
- <li class="tsd-kind-type-alias"><a href="../types/CustomDeserializers.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Custom<wbr/>Deserializers</a></li>
898
- <li class="tsd-kind-type-alias"><a href="../types/CustomSerializers.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Custom<wbr/>Serializers</a></li>
899
- <li class="tsd-kind-type-alias"><a href="../types/Later.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Later</a></li>
900
- <li class="tsd-kind-type-alias"><a href="../types/MapValuesFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Map<wbr/>Values<wbr/>Fn</a></li>
901
- <li class="tsd-kind-type-alias"><a href="../types/MatchCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Match<wbr/>Callback</a></li>
902
- <li class="tsd-kind-type-alias"><a href="../types/SeqEarlyBreaker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Early<wbr/>Breaker</a></li>
903
- <li class="tsd-kind-type-alias"><a href="../types/SeqFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Fn</a></li>
904
- <li class="tsd-kind-type-alias"><a href="../types/SeqFunctions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Functions</a></li>
905
- <li class="tsd-kind-type-alias"><a href="../types/SetImmutablePath.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Set<wbr/>Immutable<wbr/>Path</a></li>
906
- <li class="tsd-kind-type-alias"><a href="../types/ThrottledFunction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Throttled<wbr/>Function</a></li>
907
- <li class="tsd-kind-variable"><a href="../variables/mapValuesUNSET.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>map<wbr/>ValuesUNSET</a></li>
908
- <li class="tsd-kind-variable"><a href="../variables/mergeUNSET.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>mergeUNSET</a></li>
909
- <li class="tsd-kind-function"><a href="../functions/cap.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>cap</a></li>
910
- <li class="tsd-kind-function"><a href="../functions/capitalize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>capitalize</a></li>
911
- <li class="tsd-kind-function"><a href="../functions/coalesce.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>coalesce</a></li>
912
- <li class="tsd-kind-function"><a href="../functions/compareArrays.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Arrays</a></li>
913
- <li class="tsd-kind-function"><a href="../functions/compareProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Props</a></li>
914
- <li class="tsd-kind-function"><a href="../functions/deserialize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>deserialize</a></li>
915
- <li class="tsd-kind-function"><a href="../functions/ensureArray.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Array</a></li>
916
- <li class="tsd-kind-function"><a href="../functions/ensureDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Date</a></li>
917
- <li class="tsd-kind-function"><a href="../functions/ensureError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Error</a></li>
918
- <li class="tsd-kind-function"><a href="../functions/ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
919
- <li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
920
- <li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
921
- <li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
922
- <li class="tsd-kind-function"><a href="../functions/formatDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>format<wbr/>Date</a></li>
923
- <li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
924
- <li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
925
- <li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
926
- <li class="tsd-kind-function"><a href="../functions/isEmpty.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Empty</a></li>
927
- <li class="tsd-kind-function"><a href="../functions/isNumericString.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Numeric<wbr/>String</a></li>
928
- <li class="tsd-kind-function"><a href="../functions/isPlainObject.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Plain<wbr/>Object</a></li>
929
- <li class="tsd-kind-function"><a href="../functions/last.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>last</a></li>
930
- <li class="tsd-kind-function"><a href="../functions/later-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>later</a></li>
931
- <li class="tsd-kind-function"><a href="../functions/mapAsync.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>map<wbr/>Async</a></li>
932
- <li class="tsd-kind-function"><a href="../functions/mapValues.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>map<wbr/>Values</a></li>
933
- <li class="tsd-kind-function"><a href="../functions/match.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>match</a></li>
934
- <li class="tsd-kind-function"><a href="../functions/merge.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>merge</a></li>
935
- <li class="tsd-kind-function"><a href="../functions/mostFrequent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>most<wbr/>Frequent</a></li>
936
- <li class="tsd-kind-function"><a href="../functions/noop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>noop</a></li>
937
- <li class="tsd-kind-function"><a href="../functions/occurrences.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>occurrences</a></li>
938
- <li class="tsd-kind-function"><a href="../functions/omit.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>omit</a></li>
939
- <li class="tsd-kind-function"><a href="../functions/pick.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pick</a></li>
940
- <li class="tsd-kind-function"><a href="../functions/pull.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pull</a></li>
941
- <li class="tsd-kind-function"><a href="../functions/remove.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove</a></li>
942
- <li class="tsd-kind-function"><a href="../functions/removeCommonProperties.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove<wbr/>Common<wbr/>Properties</a></li>
943
- <li class="tsd-kind-function"><a href="../functions/replace.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace</a></li>
944
- <li class="tsd-kind-function"><a href="../functions/replaceDeep.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace<wbr/>Deep</a></li>
945
- <li class="tsd-kind-function"><a href="../functions/rethrow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>rethrow</a></li>
946
- <li class="tsd-kind-function"><a href="../functions/round.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>round</a></li>
947
- <li class="tsd-kind-function"><a href="../functions/safe.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>safe</a></li>
948
- <li class="tsd-kind-function"><a href="../functions/sample.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sample</a></li>
949
- <li class="tsd-kind-function"><a href="../functions/samples.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>samples</a></li>
950
- <li class="tsd-kind-function"><a href="../functions/scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
951
- <li class="tsd-kind-function"><a href="../functions/seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
952
- <li class="tsd-kind-function"><a href="../functions/seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
953
- <li class="tsd-kind-function"><a href="../functions/serialize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>serialize</a></li>
954
- <li class="tsd-kind-function"><a href="../functions/set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
955
- <li class="tsd-kind-function"><a href="../functions/setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
956
- <li class="tsd-kind-function"><a href="../functions/shuffle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>shuffle</a></li>
957
- <li class="tsd-kind-function"><a href="../functions/sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
958
- <li class="tsd-kind-function"><a href="../functions/sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
959
- <li class="tsd-kind-function"><a href="../functions/stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
960
- <li class="tsd-kind-function"><a href="../functions/stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
961
- <li class="tsd-kind-function"><a href="../functions/throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>
962
- <li class="tsd-kind-function"><a href="../functions/toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>toggle</a></li>
963
- <li class="tsd-kind-function"><a href="../functions/trim.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>trim</a></li>
964
- <li class="tsd-kind-function"><a href="../functions/trimEnd.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>trim<wbr/>End</a></li>
965
- <li class="tsd-kind-function"><a href="../functions/trimStart.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>trim<wbr/>Start</a></li>
966
- <li class="tsd-kind-function"><a href="../functions/truthy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>truthy</a></li>
967
- <li class="tsd-kind-function"><a href="../functions/unique.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>unique</a></li>
968
- <li class="tsd-kind-function"><a href="../functions/wait.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait</a></li>
969
- <li class="tsd-kind-function"><a href="../functions/waitFor.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait<wbr/>For</a></li>
970
- <li class="tsd-kind-function"><a href="../functions/waitSync.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait<wbr/>Sync</a></li></ul></nav></div></div>
971
- <div class="container tsd-generator">
972
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
973
- <div class="overlay"></div><script src="../assets/main.js"></script></body></html>