@ezez/utils 1.6.0 → 1.7.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 (96) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -0
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +1 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/later.d.ts +9 -0
  8. package/dist/later.d.ts.map +1 -0
  9. package/dist/later.js +13 -0
  10. package/dist/later.js.map +1 -0
  11. package/docs/assets/highlight.css +7 -0
  12. package/docs/assets/search.js +1 -1
  13. package/docs/functions/cap.html +8 -6
  14. package/docs/functions/capitalize.html +8 -6
  15. package/docs/functions/coalesce.html +8 -6
  16. package/docs/functions/compareArrays.html +8 -6
  17. package/docs/functions/compareProps.html +8 -6
  18. package/docs/functions/ensureArray.html +8 -6
  19. package/docs/functions/ensureDate.html +8 -6
  20. package/docs/functions/ensureError.html +8 -6
  21. package/docs/functions/ensurePrefix.html +8 -6
  22. package/docs/functions/ensureSuffix.html +8 -6
  23. package/docs/functions/ensureTimestamp.html +8 -6
  24. package/docs/functions/escapeRegExp.html +8 -6
  25. package/docs/functions/get.html +8 -6
  26. package/docs/functions/getMultiple.html +8 -6
  27. package/docs/functions/insertSeparator.html +8 -6
  28. package/docs/functions/isEmpty.html +8 -6
  29. package/docs/functions/isNumericString.html +8 -6
  30. package/docs/functions/isPlainObject.html +8 -6
  31. package/docs/functions/last.html +8 -6
  32. package/docs/functions/later-1.html +132 -0
  33. package/docs/functions/mapAsync.html +8 -6
  34. package/docs/functions/mapValues.html +8 -6
  35. package/docs/functions/match.html +8 -6
  36. package/docs/functions/merge.html +16 -14
  37. package/docs/functions/mostFrequent.html +8 -6
  38. package/docs/functions/noop.html +8 -6
  39. package/docs/functions/occurrences.html +8 -6
  40. package/docs/functions/omit.html +8 -6
  41. package/docs/functions/pick.html +8 -6
  42. package/docs/functions/pull.html +8 -6
  43. package/docs/functions/remove.html +8 -6
  44. package/docs/functions/replace.html +8 -6
  45. package/docs/functions/rethrow.html +8 -6
  46. package/docs/functions/safe.html +9 -7
  47. package/docs/functions/scale.html +8 -6
  48. package/docs/functions/seq.html +8 -6
  49. package/docs/functions/seqEarlyBreak.html +8 -6
  50. package/docs/functions/set.html +8 -6
  51. package/docs/functions/setImmutable.html +8 -6
  52. package/docs/functions/sortBy.html +8 -6
  53. package/docs/functions/sortProps.html +8 -6
  54. package/docs/functions/stripPrefix.html +8 -6
  55. package/docs/functions/stripSuffix.html +8 -6
  56. package/docs/functions/throttle.html +8 -6
  57. package/docs/functions/truthy.html +8 -6
  58. package/docs/functions/unique.html +8 -6
  59. package/docs/functions/wait.html +8 -6
  60. package/docs/functions/waitFor.html +8 -6
  61. package/docs/functions/waitSync.html +8 -6
  62. package/docs/index.html +8 -5
  63. package/docs/interfaces/ComparePropsOptions.html +6 -6
  64. package/docs/interfaces/GetMultipleSource.html +8 -6
  65. package/docs/interfaces/GetSource.html +8 -6
  66. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  67. package/docs/interfaces/OccurencesOptions.html +6 -6
  68. package/docs/interfaces/SetImmutableSource.html +8 -6
  69. package/docs/interfaces/SetSource.html +8 -6
  70. package/docs/interfaces/ThrottleOptions.html +7 -7
  71. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  72. package/docs/modules.html +9 -5
  73. package/docs/pages/CHANGELOG.html +46 -33
  74. package/docs/pages/Introduction.html +7 -5
  75. package/docs/types/Later.html +158 -0
  76. package/docs/types/MapValuesFn.html +8 -6
  77. package/docs/types/MatchCallback.html +8 -6
  78. package/docs/types/SeqEarlyBreaker.html +8 -6
  79. package/docs/types/SeqFn.html +8 -6
  80. package/docs/types/SeqFunctions.html +8 -6
  81. package/docs/types/SetImmutablePath.html +8 -6
  82. package/docs/types/ThrottledFunction.html +8 -6
  83. package/docs/variables/mapValuesUNSET.html +8 -6
  84. package/docs/variables/mergeUNSET.html +8 -6
  85. package/esm/index.d.ts +1 -0
  86. package/esm/index.d.ts.map +1 -1
  87. package/esm/index.js +1 -0
  88. package/esm/index.js.map +1 -1
  89. package/esm/later.d.ts +9 -0
  90. package/esm/later.d.ts.map +1 -0
  91. package/esm/later.js +10 -0
  92. package/esm/later.js.map +1 -0
  93. package/package.json +1 -1
  94. package/src/index.ts +1 -0
  95. package/src/later.spec.ts +33 -0
  96. package/src/later.ts +42 -0
@@ -1,4 +1,4 @@
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 - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.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">
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 - v1.7.0</title><meta name="description" content="Documentation for @ezez/utils - v1.7.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
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
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>
@@ -6,24 +6,35 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
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 - v1.6.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.7.0</a></div>
10
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
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v1.6.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.7.0</a></li>
16
16
  <li><a href="CHANGELOG.html">Changelog</a></li></ul>
17
17
  <h1> Changelog</h1></div>
18
18
  <div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
19
19
  <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
20
20
  and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
21
21
 
22
+ <a href="#170---2023-05-22" id="170---2023-05-22" style="color: inherit; text-decoration: none;">
23
+ <h2>[1.7.0] - 2023-05-22</h2>
24
+ </a>
25
+
26
+ <a href="#added" id="added" style="color: inherit; text-decoration: none;">
27
+ <h3>Added</h3>
28
+ </a>
29
+ <ul>
30
+ <li><code>later</code> method</li>
31
+ </ul>
32
+
22
33
  <a href="#160---2023-05-12" id="160---2023-05-12" style="color: inherit; text-decoration: none;">
23
34
  <h2>[1.6.0] - 2023-05-12</h2>
24
35
  </a>
25
36
 
26
- <a href="#added" id="added" style="color: inherit; text-decoration: none;">
37
+ <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
27
38
  <h3>Added</h3>
28
39
  </a>
29
40
  <ul>
@@ -34,7 +45,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
34
45
  <h2>[1.5.0] - 2023-05-12</h2>
35
46
  </a>
36
47
 
37
- <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
48
+ <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
38
49
  <h3>Added</h3>
39
50
  </a>
40
51
  <ul>
@@ -46,7 +57,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
46
57
  <h2>[1.4.0] - 2023-05-11</h2>
47
58
  </a>
48
59
 
49
- <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
60
+ <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
50
61
  <h3>Added</h3>
51
62
  </a>
52
63
  <ul>
@@ -59,7 +70,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
59
70
  <h2>[1.3.0] - 2023-05-07</h2>
60
71
  </a>
61
72
 
62
- <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
73
+ <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
63
74
  <h3>Added</h3>
64
75
  </a>
65
76
  <ul>
@@ -78,7 +89,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
78
89
  <h2>[1.2.0] - 2023-03-01</h2>
79
90
  </a>
80
91
 
81
- <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
92
+ <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
82
93
  <h3>Added</h3>
83
94
  </a>
84
95
  <ul>
@@ -94,7 +105,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
94
105
  <h2>[1.1.0] - 2023-02-20</h2>
95
106
  </a>
96
107
 
97
- <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
108
+ <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
98
109
  <h3>Added</h3>
99
110
  </a>
100
111
  <ul>
@@ -113,7 +124,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
113
124
  <h2>[1.0.0] - 2023-02-19</h2>
114
125
  </a>
115
126
 
116
- <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
127
+ <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
117
128
  <h3>Added</h3>
118
129
  </a>
119
130
  <ul>
@@ -167,7 +178,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
167
178
  <h2>[0.24.0] - 2022-09-23</h2>
168
179
  </a>
169
180
 
170
- <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
181
+ <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
171
182
  <h3>Added</h3>
172
183
  </a>
173
184
  <ul>
@@ -215,7 +226,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
215
226
  <h2>[0.23.0] - 2022-07-17</h2>
216
227
  </a>
217
228
 
218
- <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
229
+ <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
219
230
  <h3>Added</h3>
220
231
  </a>
221
232
  <ul>
@@ -226,7 +237,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
226
237
  <h2>[0.22.0] - 2022-07-16</h2>
227
238
  </a>
228
239
 
229
- <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
240
+ <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
230
241
  <h3>Added</h3>
231
242
  </a>
232
243
  <ul>
@@ -244,7 +255,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
244
255
  <h2>[0.21.0] - 2022-07-08</h2>
245
256
  </a>
246
257
 
247
- <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
258
+ <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
248
259
  <h3>Added</h3>
249
260
  </a>
250
261
  <ul>
@@ -255,7 +266,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
255
266
  <h2>[0.20.0] - 2022-07-03</h2>
256
267
  </a>
257
268
 
258
- <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
269
+ <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
259
270
  <h3>Added</h3>
260
271
  </a>
261
272
  <ul>
@@ -277,7 +288,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
277
288
  <h2>[0.19.0] - 2022-04-27</h2>
278
289
  </a>
279
290
 
280
- <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
291
+ <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
281
292
  <h3>Added</h3>
282
293
  </a>
283
294
  <ul>
@@ -303,7 +314,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
303
314
  <h2>[0.18.0] - 2021-12-04</h2>
304
315
  </a>
305
316
 
306
- <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
317
+ <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
307
318
  <h3>Added</h3>
308
319
  </a>
309
320
  <ul>
@@ -326,7 +337,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
326
337
  <h2>[0.17.0] - 2021-10-31</h2>
327
338
  </a>
328
339
 
329
- <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
340
+ <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
330
341
  <h3>Added</h3>
331
342
  </a>
332
343
  <ul>
@@ -344,7 +355,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
344
355
  <h2>[0.16.0] - 2021-09-24</h2>
345
356
  </a>
346
357
 
347
- <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
358
+ <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
348
359
  <h3>Added</h3>
349
360
  </a>
350
361
  <ul>
@@ -355,7 +366,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
355
366
  <h2>[0.15.0] - 2021-07-04</h2>
356
367
  </a>
357
368
 
358
- <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
369
+ <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
359
370
  <h3>Added</h3>
360
371
  </a>
361
372
  <ul>
@@ -391,7 +402,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
391
402
  <li>upgraded typings for sortBy</li>
392
403
  </ul>
393
404
 
394
- <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
405
+ <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
395
406
  <h3>Added</h3>
396
407
  </a>
397
408
  <ul>
@@ -433,7 +444,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
433
444
  <h2>[0.13.0] - 2021-02-03</h2>
434
445
  </a>
435
446
 
436
- <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
447
+ <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
437
448
  <h3>Added</h3>
438
449
  </a>
439
450
  <ul>
@@ -446,7 +457,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
446
457
  <h2>[0.12.0] - 2021-01-19</h2>
447
458
  </a>
448
459
 
449
- <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
460
+ <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
450
461
  <h3>Added</h3>
451
462
  </a>
452
463
  <ul>
@@ -488,7 +499,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
488
499
  <h2>[0.10.0] - 2020-09-14</h2>
489
500
  </a>
490
501
 
491
- <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
502
+ <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
492
503
  <h3>Added</h3>
493
504
  </a>
494
505
  <ul>
@@ -499,7 +510,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
499
510
  <h2>[0.9.0] - 2020-07-09</h2>
500
511
  </a>
501
512
 
502
- <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
513
+ <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
503
514
  <h3>Added</h3>
504
515
  </a>
505
516
  <ul>
@@ -540,7 +551,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
540
551
  <h2>[0.7.0] - 2020-03-10</h2>
541
552
  </a>
542
553
 
543
- <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
554
+ <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
544
555
  <h3>Added</h3>
545
556
  </a>
546
557
  <ul>
@@ -599,7 +610,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
599
610
  <h2>[0.6.0] - 2019-05-12</h2>
600
611
  </a>
601
612
 
602
- <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
613
+ <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
603
614
  <h3>Added</h3>
604
615
  </a>
605
616
  <ul>
@@ -617,7 +628,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
617
628
  <h2>[0.5.0] - 2019-04-09</h2>
618
629
  </a>
619
630
 
620
- <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
631
+ <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
621
632
  <h3>Added</h3>
622
633
  </a>
623
634
  <ul>
@@ -639,7 +650,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
639
650
  <h2>[0.4.0] - 2019-01-30</h2>
640
651
  </a>
641
652
 
642
- <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
653
+ <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
643
654
  <h3>Added</h3>
644
655
  </a>
645
656
  <ul>
@@ -676,7 +687,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
676
687
  <li>improved one <code>set</code> test</li>
677
688
  </ul>
678
689
 
679
- <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
690
+ <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
680
691
  <h3>Added</h3>
681
692
  </a>
682
693
  <ul>
@@ -687,7 +698,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
687
698
  <h2>[0.2.0] 2018-12-09</h2>
688
699
  </a>
689
700
 
690
- <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
701
+ <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
691
702
  <h3>Added</h3>
692
703
  </a>
693
704
  <ul>
@@ -714,7 +725,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
714
725
  <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>
715
726
  <div class="tsd-accordion-details">
716
727
  <ul>
717
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
728
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.7.0</a>
718
729
  <ul>
719
730
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
720
731
  <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>
@@ -729,7 +740,8 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
729
740
  <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>
730
741
  <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>
731
742
  <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>
732
- <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"><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>Map<wbr/>Values<wbr/>Fn</a></li>
743
+ <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"><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>Later</a></li>
744
+ <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>
733
745
  <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>
734
746
  <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>
735
747
  <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>
@@ -757,6 +769,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
757
769
  <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>
758
770
  <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>
759
771
  <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>
772
+ <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>
760
773
  <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>
761
774
  <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>
762
775
  <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>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Introduction | @ezez/utils - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Introduction | @ezez/utils - v1.7.0</title><meta name="description" content="Documentation for @ezez/utils - v1.7.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
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
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>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
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 - v1.6.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.7.0</a></div>
10
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
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v1.6.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.7.0</a></li>
16
16
  <li><a href="Introduction.html">Introduction</a></li></ul>
17
17
  <h1> Introduction</h1></div>
18
18
  <div class="tsd-panel tsd-typography"><p>WIP.</p>
@@ -36,7 +36,7 @@
36
36
  <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>
37
37
  <div class="tsd-accordion-details">
38
38
  <ul>
39
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
39
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.7.0</a>
40
40
  <ul>
41
41
  <li class="current selected pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
42
42
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -51,7 +51,8 @@
51
51
  <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>
52
52
  <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>
53
53
  <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>
54
- <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"><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>Map<wbr/>Values<wbr/>Fn</a></li>
54
+ <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"><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>Later</a></li>
55
+ <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>
55
56
  <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>
56
57
  <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>
57
58
  <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>
@@ -79,6 +80,7 @@
79
80
  <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>
80
81
  <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>
81
82
  <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>
83
+ <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>
82
84
  <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>
83
85
  <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>
84
86
  <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>