@ezez/utils 1.6.0 → 1.8.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 (140) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +2 -0
  3. package/dist/formatDate.d.ts +3 -0
  4. package/dist/formatDate.d.ts.map +1 -0
  5. package/dist/formatDate.js +55 -0
  6. package/dist/formatDate.js.map +1 -0
  7. package/dist/getMultiple.js.map +1 -1
  8. package/dist/index.d.ts +2 -0
  9. package/dist/index.d.ts.map +1 -1
  10. package/dist/index.js +2 -0
  11. package/dist/index.js.map +1 -1
  12. package/dist/isNumericString.js.map +1 -1
  13. package/dist/later.d.ts +9 -0
  14. package/dist/later.d.ts.map +1 -0
  15. package/dist/later.js +13 -0
  16. package/dist/later.js.map +1 -0
  17. package/dist/mapAsync.js.map +1 -1
  18. package/dist/mostFrequent.d.ts.map +1 -1
  19. package/dist/mostFrequent.js.map +1 -1
  20. package/dist/pull.js.map +1 -1
  21. package/dist/remove.js.map +1 -1
  22. package/dist/replace.js.map +1 -1
  23. package/dist/set.js.map +1 -1
  24. package/dist/setImmutable.js.map +1 -1
  25. package/dist/throttle.js.map +1 -1
  26. package/docs/assets/highlight.css +7 -0
  27. package/docs/assets/search.js +1 -1
  28. package/docs/functions/cap.html +9 -6
  29. package/docs/functions/capitalize.html +9 -6
  30. package/docs/functions/coalesce.html +9 -6
  31. package/docs/functions/compareArrays.html +9 -6
  32. package/docs/functions/compareProps.html +9 -6
  33. package/docs/functions/ensureArray.html +9 -6
  34. package/docs/functions/ensureDate.html +9 -6
  35. package/docs/functions/ensureError.html +9 -6
  36. package/docs/functions/ensurePrefix.html +9 -6
  37. package/docs/functions/ensureSuffix.html +9 -6
  38. package/docs/functions/ensureTimestamp.html +9 -6
  39. package/docs/functions/escapeRegExp.html +9 -6
  40. package/docs/functions/formatDate.html +136 -0
  41. package/docs/functions/get.html +9 -6
  42. package/docs/functions/getMultiple.html +9 -6
  43. package/docs/functions/insertSeparator.html +9 -6
  44. package/docs/functions/isEmpty.html +9 -6
  45. package/docs/functions/isNumericString.html +9 -6
  46. package/docs/functions/isPlainObject.html +9 -6
  47. package/docs/functions/last.html +9 -6
  48. package/docs/functions/later-1.html +133 -0
  49. package/docs/functions/mapAsync.html +9 -6
  50. package/docs/functions/mapValues.html +9 -6
  51. package/docs/functions/match.html +9 -6
  52. package/docs/functions/merge.html +17 -14
  53. package/docs/functions/mostFrequent.html +9 -6
  54. package/docs/functions/noop.html +9 -6
  55. package/docs/functions/occurrences.html +9 -6
  56. package/docs/functions/omit.html +9 -6
  57. package/docs/functions/pick.html +9 -6
  58. package/docs/functions/pull.html +9 -6
  59. package/docs/functions/remove.html +9 -6
  60. package/docs/functions/replace.html +9 -6
  61. package/docs/functions/rethrow.html +9 -6
  62. package/docs/functions/safe.html +10 -7
  63. package/docs/functions/scale.html +9 -6
  64. package/docs/functions/seq.html +9 -6
  65. package/docs/functions/seqEarlyBreak.html +9 -6
  66. package/docs/functions/set.html +9 -6
  67. package/docs/functions/setImmutable.html +9 -6
  68. package/docs/functions/sortBy.html +9 -6
  69. package/docs/functions/sortProps.html +9 -6
  70. package/docs/functions/stripPrefix.html +9 -6
  71. package/docs/functions/stripSuffix.html +9 -6
  72. package/docs/functions/throttle.html +9 -6
  73. package/docs/functions/truthy.html +9 -6
  74. package/docs/functions/unique.html +9 -6
  75. package/docs/functions/wait.html +9 -6
  76. package/docs/functions/waitFor.html +9 -6
  77. package/docs/functions/waitSync.html +9 -6
  78. package/docs/index.html +10 -5
  79. package/docs/interfaces/ComparePropsOptions.html +6 -6
  80. package/docs/interfaces/GetMultipleSource.html +9 -6
  81. package/docs/interfaces/GetSource.html +9 -6
  82. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  83. package/docs/interfaces/OccurencesOptions.html +6 -6
  84. package/docs/interfaces/SetImmutableSource.html +9 -6
  85. package/docs/interfaces/SetSource.html +9 -6
  86. package/docs/interfaces/ThrottleOptions.html +7 -7
  87. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  88. package/docs/modules.html +11 -5
  89. package/docs/pages/CHANGELOG.html +70 -38
  90. package/docs/pages/Introduction.html +8 -5
  91. package/docs/types/Later.html +159 -0
  92. package/docs/types/MapValuesFn.html +9 -6
  93. package/docs/types/MatchCallback.html +9 -6
  94. package/docs/types/SeqEarlyBreaker.html +9 -6
  95. package/docs/types/SeqFn.html +9 -6
  96. package/docs/types/SeqFunctions.html +9 -6
  97. package/docs/types/SetImmutablePath.html +9 -6
  98. package/docs/types/ThrottledFunction.html +9 -6
  99. package/docs/variables/mapValuesUNSET.html +9 -6
  100. package/docs/variables/mergeUNSET.html +9 -6
  101. package/esm/formatDate.d.ts +3 -0
  102. package/esm/formatDate.d.ts.map +1 -0
  103. package/esm/formatDate.js +52 -0
  104. package/esm/formatDate.js.map +1 -0
  105. package/esm/getMultiple.js.map +1 -1
  106. package/esm/index.d.ts +2 -0
  107. package/esm/index.d.ts.map +1 -1
  108. package/esm/index.js +2 -0
  109. package/esm/index.js.map +1 -1
  110. package/esm/isNumericString.js.map +1 -1
  111. package/esm/later.d.ts +9 -0
  112. package/esm/later.d.ts.map +1 -0
  113. package/esm/later.js +10 -0
  114. package/esm/later.js.map +1 -0
  115. package/esm/mapAsync.js.map +1 -1
  116. package/esm/mostFrequent.d.ts.map +1 -1
  117. package/esm/mostFrequent.js.map +1 -1
  118. package/esm/pull.js.map +1 -1
  119. package/esm/remove.js.map +1 -1
  120. package/esm/replace.js.map +1 -1
  121. package/esm/set.js.map +1 -1
  122. package/esm/setImmutable.js.map +1 -1
  123. package/esm/throttle.js.map +1 -1
  124. package/package.json +9 -8
  125. package/src/formatDate.spec.ts +199 -0
  126. package/src/formatDate.ts +73 -0
  127. package/src/getMultiple.ts +1 -1
  128. package/src/index.ts +2 -0
  129. package/src/isNumericString.ts +1 -1
  130. package/src/later.spec.ts +33 -0
  131. package/src/later.ts +42 -0
  132. package/src/mapAsync.ts +1 -1
  133. package/src/mostFrequent.ts +1 -0
  134. package/src/pull.ts +1 -1
  135. package/src/remove.ts +2 -2
  136. package/src/replace.ts +1 -1
  137. package/src/safe.spec.ts +0 -1
  138. package/src/set.ts +1 -1
  139. package/src/setImmutable.ts +1 -1
  140. package/src/throttle.ts +1 -1
@@ -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.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.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,53 @@
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.8.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.8.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="#180---2023-06-03" id="180---2023-06-03" style="color: inherit; text-decoration: none;">
23
+ <h2>[1.8.0] - 2023-06-03</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>formatDate</code> method</li>
31
+ </ul>
32
+
33
+ <a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
34
+ <h3>Dev</h3>
35
+ </a>
36
+ <ul>
37
+ <li>deps update</li>
38
+ </ul>
39
+
40
+ <a href="#170---2023-05-22" id="170---2023-05-22" style="color: inherit; text-decoration: none;">
41
+ <h2>[1.7.0] - 2023-05-22</h2>
42
+ </a>
43
+
44
+ <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
45
+ <h3>Added</h3>
46
+ </a>
47
+ <ul>
48
+ <li><code>later</code> method</li>
49
+ </ul>
50
+
22
51
  <a href="#160---2023-05-12" id="160---2023-05-12" style="color: inherit; text-decoration: none;">
23
52
  <h2>[1.6.0] - 2023-05-12</h2>
24
53
  </a>
25
54
 
26
- <a href="#added" id="added" style="color: inherit; text-decoration: none;">
55
+ <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
27
56
  <h3>Added</h3>
28
57
  </a>
29
58
  <ul>
@@ -34,7 +63,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
34
63
  <h2>[1.5.0] - 2023-05-12</h2>
35
64
  </a>
36
65
 
37
- <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
66
+ <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
38
67
  <h3>Added</h3>
39
68
  </a>
40
69
  <ul>
@@ -46,7 +75,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
46
75
  <h2>[1.4.0] - 2023-05-11</h2>
47
76
  </a>
48
77
 
49
- <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
78
+ <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
50
79
  <h3>Added</h3>
51
80
  </a>
52
81
  <ul>
@@ -59,14 +88,14 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
59
88
  <h2>[1.3.0] - 2023-05-07</h2>
60
89
  </a>
61
90
 
62
- <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
91
+ <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
63
92
  <h3>Added</h3>
64
93
  </a>
65
94
  <ul>
66
95
  <li><code>safe</code> method</li>
67
96
  </ul>
68
97
 
69
- <a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
98
+ <a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
70
99
  <h3>Dev</h3>
71
100
  </a>
72
101
  <ul>
@@ -78,7 +107,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
78
107
  <h2>[1.2.0] - 2023-03-01</h2>
79
108
  </a>
80
109
 
81
- <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
110
+ <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
82
111
  <h3>Added</h3>
83
112
  </a>
84
113
  <ul>
@@ -94,7 +123,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
94
123
  <h2>[1.1.0] - 2023-02-20</h2>
95
124
  </a>
96
125
 
97
- <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
126
+ <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
98
127
  <h3>Added</h3>
99
128
  </a>
100
129
  <ul>
@@ -113,7 +142,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
113
142
  <h2>[1.0.0] - 2023-02-19</h2>
114
143
  </a>
115
144
 
116
- <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
145
+ <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
117
146
  <h3>Added</h3>
118
147
  </a>
119
148
  <ul>
@@ -141,7 +170,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
141
170
  <li>in jsdoc added a warning to get/set and family about using them with TS</li>
142
171
  </ul>
143
172
 
144
- <a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
173
+ <a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
145
174
  <h3>Dev</h3>
146
175
  </a>
147
176
  <ul>
@@ -155,7 +184,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
155
184
  <h2>[0.24.1] - 2022-11-08</h2>
156
185
  </a>
157
186
 
158
- <a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
187
+ <a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
159
188
  <h3>Dev</h3>
160
189
  </a>
161
190
  <ul>
@@ -167,7 +196,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
167
196
  <h2>[0.24.0] - 2022-09-23</h2>
168
197
  </a>
169
198
 
170
- <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
199
+ <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
171
200
  <h3>Added</h3>
172
201
  </a>
173
202
  <ul>
@@ -215,7 +244,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
215
244
  <h2>[0.23.0] - 2022-07-17</h2>
216
245
  </a>
217
246
 
218
- <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
247
+ <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
219
248
  <h3>Added</h3>
220
249
  </a>
221
250
  <ul>
@@ -226,7 +255,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
226
255
  <h2>[0.22.0] - 2022-07-16</h2>
227
256
  </a>
228
257
 
229
- <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
258
+ <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
230
259
  <h3>Added</h3>
231
260
  </a>
232
261
  <ul>
@@ -244,7 +273,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
244
273
  <h2>[0.21.0] - 2022-07-08</h2>
245
274
  </a>
246
275
 
247
- <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
276
+ <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
248
277
  <h3>Added</h3>
249
278
  </a>
250
279
  <ul>
@@ -255,7 +284,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
255
284
  <h2>[0.20.0] - 2022-07-03</h2>
256
285
  </a>
257
286
 
258
- <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
287
+ <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
259
288
  <h3>Added</h3>
260
289
  </a>
261
290
  <ul>
@@ -277,7 +306,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
277
306
  <h2>[0.19.0] - 2022-04-27</h2>
278
307
  </a>
279
308
 
280
- <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
309
+ <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
281
310
  <h3>Added</h3>
282
311
  </a>
283
312
  <ul>
@@ -303,7 +332,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
303
332
  <h2>[0.18.0] - 2021-12-04</h2>
304
333
  </a>
305
334
 
306
- <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
335
+ <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
307
336
  <h3>Added</h3>
308
337
  </a>
309
338
  <ul>
@@ -326,7 +355,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
326
355
  <h2>[0.17.0] - 2021-10-31</h2>
327
356
  </a>
328
357
 
329
- <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
358
+ <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
330
359
  <h3>Added</h3>
331
360
  </a>
332
361
  <ul>
@@ -344,7 +373,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
344
373
  <h2>[0.16.0] - 2021-09-24</h2>
345
374
  </a>
346
375
 
347
- <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
376
+ <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
348
377
  <h3>Added</h3>
349
378
  </a>
350
379
  <ul>
@@ -355,7 +384,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
355
384
  <h2>[0.15.0] - 2021-07-04</h2>
356
385
  </a>
357
386
 
358
- <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
387
+ <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
359
388
  <h3>Added</h3>
360
389
  </a>
361
390
  <ul>
@@ -391,7 +420,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
391
420
  <li>upgraded typings for sortBy</li>
392
421
  </ul>
393
422
 
394
- <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
423
+ <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
395
424
  <h3>Added</h3>
396
425
  </a>
397
426
  <ul>
@@ -420,7 +449,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
420
449
  <li>upgraded typings for mapValues</li>
421
450
  </ul>
422
451
 
423
- <a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
452
+ <a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
424
453
  <h3>Dev</h3>
425
454
  </a>
426
455
  <ul>
@@ -433,7 +462,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
433
462
  <h2>[0.13.0] - 2021-02-03</h2>
434
463
  </a>
435
464
 
436
- <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
465
+ <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
437
466
  <h3>Added</h3>
438
467
  </a>
439
468
  <ul>
@@ -446,7 +475,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
446
475
  <h2>[0.12.0] - 2021-01-19</h2>
447
476
  </a>
448
477
 
449
- <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
478
+ <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
450
479
  <h3>Added</h3>
451
480
  </a>
452
481
  <ul>
@@ -457,7 +486,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
457
486
  <h2>[0.11.0-beta.2] - 2021-01-08</h2>
458
487
  </a>
459
488
 
460
- <a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
489
+ <a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
461
490
  <h3>Dev</h3>
462
491
  </a>
463
492
  <ul>
@@ -488,7 +517,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
488
517
  <h2>[0.10.0] - 2020-09-14</h2>
489
518
  </a>
490
519
 
491
- <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
520
+ <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
492
521
  <h3>Added</h3>
493
522
  </a>
494
523
  <ul>
@@ -499,7 +528,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
499
528
  <h2>[0.9.0] - 2020-07-09</h2>
500
529
  </a>
501
530
 
502
- <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
531
+ <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
503
532
  <h3>Added</h3>
504
533
  </a>
505
534
  <ul>
@@ -540,7 +569,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
540
569
  <h2>[0.7.0] - 2020-03-10</h2>
541
570
  </a>
542
571
 
543
- <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
572
+ <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
544
573
  <h3>Added</h3>
545
574
  </a>
546
575
  <ul>
@@ -599,7 +628,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
599
628
  <h2>[0.6.0] - 2019-05-12</h2>
600
629
  </a>
601
630
 
602
- <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
631
+ <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
603
632
  <h3>Added</h3>
604
633
  </a>
605
634
  <ul>
@@ -617,7 +646,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
617
646
  <h2>[0.5.0] - 2019-04-09</h2>
618
647
  </a>
619
648
 
620
- <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
649
+ <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
621
650
  <h3>Added</h3>
622
651
  </a>
623
652
  <ul>
@@ -639,7 +668,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
639
668
  <h2>[0.4.0] - 2019-01-30</h2>
640
669
  </a>
641
670
 
642
- <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
671
+ <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
643
672
  <h3>Added</h3>
644
673
  </a>
645
674
  <ul>
@@ -676,7 +705,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
676
705
  <li>improved one <code>set</code> test</li>
677
706
  </ul>
678
707
 
679
- <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
708
+ <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
680
709
  <h3>Added</h3>
681
710
  </a>
682
711
  <ul>
@@ -687,7 +716,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
687
716
  <h2>[0.2.0] 2018-12-09</h2>
688
717
  </a>
689
718
 
690
- <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
719
+ <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
691
720
  <h3>Added</h3>
692
721
  </a>
693
722
  <ul>
@@ -714,7 +743,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
714
743
  <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
744
  <div class="tsd-accordion-details">
716
745
  <ul>
717
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
746
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.0</a>
718
747
  <ul>
719
748
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
720
749
  <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 +758,8 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
729
758
  <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
759
  <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
760
  <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>
761
+ <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>
762
+ <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
763
  <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
764
  <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
765
  <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>
@@ -750,6 +780,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
750
780
  <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>
751
781
  <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>
752
782
  <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>
783
+ <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>
753
784
  <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>
754
785
  <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>
755
786
  <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>
@@ -757,6 +788,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
757
788
  <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
789
  <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
790
  <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>
791
+ <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
792
  <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
793
  <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
794
  <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.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.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.8.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.8.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.8.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>
@@ -72,6 +73,7 @@
72
73
  <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>
73
74
  <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>
74
75
  <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>
76
+ <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>
75
77
  <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>
76
78
  <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>
77
79
  <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>
@@ -79,6 +81,7 @@
79
81
  <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
82
  <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
83
  <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>
84
+ <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
85
  <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
86
  <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
87
  <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>