@ezez/utils 1.8.1 → 1.9.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/dist/index.d.ts +1 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +1 -0
  5. package/dist/index.js.map +1 -1
  6. package/dist/removeCommonProperties.d.ts +4 -0
  7. package/dist/removeCommonProperties.d.ts.map +1 -0
  8. package/dist/removeCommonProperties.js +15 -0
  9. package/dist/removeCommonProperties.js.map +1 -0
  10. package/docs/assets/search.js +1 -1
  11. package/docs/functions/cap.html +6 -5
  12. package/docs/functions/capitalize.html +6 -5
  13. package/docs/functions/coalesce.html +6 -5
  14. package/docs/functions/compareArrays.html +6 -5
  15. package/docs/functions/compareProps.html +6 -5
  16. package/docs/functions/ensureArray.html +6 -5
  17. package/docs/functions/ensureDate.html +6 -5
  18. package/docs/functions/ensureError.html +6 -5
  19. package/docs/functions/ensurePrefix.html +6 -5
  20. package/docs/functions/ensureSuffix.html +6 -5
  21. package/docs/functions/ensureTimestamp.html +6 -5
  22. package/docs/functions/escapeRegExp.html +6 -5
  23. package/docs/functions/formatDate.html +6 -5
  24. package/docs/functions/get.html +6 -5
  25. package/docs/functions/getMultiple.html +6 -5
  26. package/docs/functions/insertSeparator.html +6 -5
  27. package/docs/functions/isEmpty.html +6 -5
  28. package/docs/functions/isNumericString.html +6 -5
  29. package/docs/functions/isPlainObject.html +6 -5
  30. package/docs/functions/last.html +6 -5
  31. package/docs/functions/later-1.html +6 -5
  32. package/docs/functions/mapAsync.html +6 -5
  33. package/docs/functions/mapValues.html +6 -5
  34. package/docs/functions/match.html +6 -5
  35. package/docs/functions/merge.html +14 -13
  36. package/docs/functions/mostFrequent.html +6 -5
  37. package/docs/functions/noop.html +6 -5
  38. package/docs/functions/occurrences.html +6 -5
  39. package/docs/functions/omit.html +6 -5
  40. package/docs/functions/pick.html +6 -5
  41. package/docs/functions/pull.html +6 -5
  42. package/docs/functions/remove.html +6 -5
  43. package/docs/functions/removeCommonProperties.html +151 -0
  44. package/docs/functions/replace.html +6 -5
  45. package/docs/functions/rethrow.html +6 -5
  46. package/docs/functions/safe.html +7 -6
  47. package/docs/functions/scale.html +6 -5
  48. package/docs/functions/seq.html +6 -5
  49. package/docs/functions/seqEarlyBreak.html +6 -5
  50. package/docs/functions/set.html +6 -5
  51. package/docs/functions/setImmutable.html +6 -5
  52. package/docs/functions/sortBy.html +6 -5
  53. package/docs/functions/sortProps.html +6 -5
  54. package/docs/functions/stripPrefix.html +6 -5
  55. package/docs/functions/stripSuffix.html +6 -5
  56. package/docs/functions/throttle.html +6 -5
  57. package/docs/functions/truthy.html +6 -5
  58. package/docs/functions/unique.html +6 -5
  59. package/docs/functions/wait.html +6 -5
  60. package/docs/functions/waitFor.html +6 -5
  61. package/docs/functions/waitSync.html +6 -5
  62. package/docs/index.html +5 -4
  63. package/docs/interfaces/ComparePropsOptions.html +6 -6
  64. package/docs/interfaces/GetMultipleSource.html +6 -5
  65. package/docs/interfaces/GetSource.html +6 -5
  66. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  67. package/docs/interfaces/OccurencesOptions.html +6 -6
  68. package/docs/interfaces/SetImmutableSource.html +6 -5
  69. package/docs/interfaces/SetSource.html +6 -5
  70. package/docs/interfaces/ThrottleOptions.html +7 -7
  71. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  72. package/docs/modules.html +6 -4
  73. package/docs/pages/CHANGELOG.html +46 -34
  74. package/docs/pages/Introduction.html +5 -4
  75. package/docs/types/Later.html +6 -5
  76. package/docs/types/MapValuesFn.html +6 -5
  77. package/docs/types/MatchCallback.html +6 -5
  78. package/docs/types/SeqEarlyBreaker.html +6 -5
  79. package/docs/types/SeqFn.html +6 -5
  80. package/docs/types/SeqFunctions.html +6 -5
  81. package/docs/types/SetImmutablePath.html +6 -5
  82. package/docs/types/ThrottledFunction.html +6 -5
  83. package/docs/variables/mapValuesUNSET.html +6 -5
  84. package/docs/variables/mergeUNSET.html +6 -5
  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/removeCommonProperties.d.ts +4 -0
  90. package/esm/removeCommonProperties.d.ts.map +1 -0
  91. package/esm/removeCommonProperties.js +12 -0
  92. package/esm/removeCommonProperties.js.map +1 -0
  93. package/package.json +3 -3
  94. package/src/index.ts +1 -0
  95. package/src/removeCommonProperties.spec.ts +34 -0
  96. package/src/removeCommonProperties.ts +39 -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.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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.9.0</title><meta name="description" content="Documentation for @ezez/utils - v1.9.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,19 +6,30 @@
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.8.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.9.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.8.1</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.9.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="#190---2023-07-07" id="190---2023-07-07" style="color: inherit; text-decoration: none;">
23
+ <h2>[1.9.0] - 2023-07-07</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>removeCommonProperties</code> method</li>
31
+ </ul>
32
+
22
33
  <a href="#181---2023-06-24" id="181---2023-06-24" style="color: inherit; text-decoration: none;">
23
34
  <h2>[1.8.1] - 2023-06-24</h2>
24
35
  </a>
@@ -34,7 +45,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
34
45
  <h2>[1.8.0] - 2023-06-03</h2>
35
46
  </a>
36
47
 
37
- <a href="#added" id="added" style="color: inherit; text-decoration: none;">
48
+ <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
38
49
  <h3>Added</h3>
39
50
  </a>
40
51
  <ul>
@@ -52,7 +63,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
52
63
  <h2>[1.7.0] - 2023-05-22</h2>
53
64
  </a>
54
65
 
55
- <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
66
+ <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
56
67
  <h3>Added</h3>
57
68
  </a>
58
69
  <ul>
@@ -63,7 +74,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
63
74
  <h2>[1.6.0] - 2023-05-12</h2>
64
75
  </a>
65
76
 
66
- <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
77
+ <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
67
78
  <h3>Added</h3>
68
79
  </a>
69
80
  <ul>
@@ -74,7 +85,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
74
85
  <h2>[1.5.0] - 2023-05-12</h2>
75
86
  </a>
76
87
 
77
- <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
88
+ <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
78
89
  <h3>Added</h3>
79
90
  </a>
80
91
  <ul>
@@ -86,7 +97,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
86
97
  <h2>[1.4.0] - 2023-05-11</h2>
87
98
  </a>
88
99
 
89
- <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
100
+ <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
90
101
  <h3>Added</h3>
91
102
  </a>
92
103
  <ul>
@@ -99,7 +110,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
99
110
  <h2>[1.3.0] - 2023-05-07</h2>
100
111
  </a>
101
112
 
102
- <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
113
+ <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
103
114
  <h3>Added</h3>
104
115
  </a>
105
116
  <ul>
@@ -118,7 +129,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
118
129
  <h2>[1.2.0] - 2023-03-01</h2>
119
130
  </a>
120
131
 
121
- <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
132
+ <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
122
133
  <h3>Added</h3>
123
134
  </a>
124
135
  <ul>
@@ -134,7 +145,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
134
145
  <h2>[1.1.0] - 2023-02-20</h2>
135
146
  </a>
136
147
 
137
- <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
148
+ <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
138
149
  <h3>Added</h3>
139
150
  </a>
140
151
  <ul>
@@ -153,7 +164,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
153
164
  <h2>[1.0.0] - 2023-02-19</h2>
154
165
  </a>
155
166
 
156
- <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
167
+ <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
157
168
  <h3>Added</h3>
158
169
  </a>
159
170
  <ul>
@@ -207,7 +218,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
207
218
  <h2>[0.24.0] - 2022-09-23</h2>
208
219
  </a>
209
220
 
210
- <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
221
+ <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
211
222
  <h3>Added</h3>
212
223
  </a>
213
224
  <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.23.0] - 2022-07-17</h2>
256
267
  </a>
257
268
 
258
- <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
269
+ <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
259
270
  <h3>Added</h3>
260
271
  </a>
261
272
  <ul>
@@ -266,7 +277,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
266
277
  <h2>[0.22.0] - 2022-07-16</h2>
267
278
  </a>
268
279
 
269
- <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
280
+ <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
270
281
  <h3>Added</h3>
271
282
  </a>
272
283
  <ul>
@@ -284,7 +295,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
284
295
  <h2>[0.21.0] - 2022-07-08</h2>
285
296
  </a>
286
297
 
287
- <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
298
+ <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
288
299
  <h3>Added</h3>
289
300
  </a>
290
301
  <ul>
@@ -295,7 +306,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
295
306
  <h2>[0.20.0] - 2022-07-03</h2>
296
307
  </a>
297
308
 
298
- <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
309
+ <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
299
310
  <h3>Added</h3>
300
311
  </a>
301
312
  <ul>
@@ -317,7 +328,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
317
328
  <h2>[0.19.0] - 2022-04-27</h2>
318
329
  </a>
319
330
 
320
- <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
331
+ <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
321
332
  <h3>Added</h3>
322
333
  </a>
323
334
  <ul>
@@ -343,7 +354,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
343
354
  <h2>[0.18.0] - 2021-12-04</h2>
344
355
  </a>
345
356
 
346
- <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
357
+ <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
347
358
  <h3>Added</h3>
348
359
  </a>
349
360
  <ul>
@@ -366,7 +377,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
366
377
  <h2>[0.17.0] - 2021-10-31</h2>
367
378
  </a>
368
379
 
369
- <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
380
+ <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
370
381
  <h3>Added</h3>
371
382
  </a>
372
383
  <ul>
@@ -384,7 +395,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
384
395
  <h2>[0.16.0] - 2021-09-24</h2>
385
396
  </a>
386
397
 
387
- <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
398
+ <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
388
399
  <h3>Added</h3>
389
400
  </a>
390
401
  <ul>
@@ -395,7 +406,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
395
406
  <h2>[0.15.0] - 2021-07-04</h2>
396
407
  </a>
397
408
 
398
- <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
409
+ <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
399
410
  <h3>Added</h3>
400
411
  </a>
401
412
  <ul>
@@ -431,7 +442,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
431
442
  <li>upgraded typings for sortBy</li>
432
443
  </ul>
433
444
 
434
- <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
445
+ <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
435
446
  <h3>Added</h3>
436
447
  </a>
437
448
  <ul>
@@ -473,7 +484,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
473
484
  <h2>[0.13.0] - 2021-02-03</h2>
474
485
  </a>
475
486
 
476
- <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
487
+ <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
477
488
  <h3>Added</h3>
478
489
  </a>
479
490
  <ul>
@@ -486,7 +497,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
486
497
  <h2>[0.12.0] - 2021-01-19</h2>
487
498
  </a>
488
499
 
489
- <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
500
+ <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
490
501
  <h3>Added</h3>
491
502
  </a>
492
503
  <ul>
@@ -528,7 +539,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
528
539
  <h2>[0.10.0] - 2020-09-14</h2>
529
540
  </a>
530
541
 
531
- <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
542
+ <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
532
543
  <h3>Added</h3>
533
544
  </a>
534
545
  <ul>
@@ -539,7 +550,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
539
550
  <h2>[0.9.0] - 2020-07-09</h2>
540
551
  </a>
541
552
 
542
- <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
553
+ <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
543
554
  <h3>Added</h3>
544
555
  </a>
545
556
  <ul>
@@ -580,7 +591,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
580
591
  <h2>[0.7.0] - 2020-03-10</h2>
581
592
  </a>
582
593
 
583
- <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
594
+ <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
584
595
  <h3>Added</h3>
585
596
  </a>
586
597
  <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.6.0] - 2019-05-12</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>
@@ -657,7 +668,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
657
668
  <h2>[0.5.0] - 2019-04-09</h2>
658
669
  </a>
659
670
 
660
- <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
671
+ <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
661
672
  <h3>Added</h3>
662
673
  </a>
663
674
  <ul>
@@ -679,7 +690,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
679
690
  <h2>[0.4.0] - 2019-01-30</h2>
680
691
  </a>
681
692
 
682
- <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
693
+ <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
683
694
  <h3>Added</h3>
684
695
  </a>
685
696
  <ul>
@@ -716,7 +727,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
716
727
  <li>improved one <code>set</code> test</li>
717
728
  </ul>
718
729
 
719
- <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
730
+ <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
720
731
  <h3>Added</h3>
721
732
  </a>
722
733
  <ul>
@@ -727,7 +738,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
727
738
  <h2>[0.2.0] 2018-12-09</h2>
728
739
  </a>
729
740
 
730
- <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
741
+ <a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
731
742
  <h3>Added</h3>
732
743
  </a>
733
744
  <ul>
@@ -754,7 +765,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
754
765
  <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>
755
766
  <div class="tsd-accordion-details">
756
767
  <ul>
757
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
768
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.9.0</a>
758
769
  <ul>
759
770
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
760
771
  <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>
@@ -811,6 +822,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
811
822
  <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>
812
823
  <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>
813
824
  <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>
825
+ <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>
814
826
  <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>
815
827
  <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>
816
828
  <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>
@@ -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.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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.9.0</title><meta name="description" content="Documentation for @ezez/utils - v1.9.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.8.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.9.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.8.1</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.9.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.8.1</a>
39
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.9.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>
@@ -93,6 +93,7 @@
93
93
  <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>
94
94
  <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>
95
95
  <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>
96
+ <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>
96
97
  <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>
97
98
  <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>
98
99
  <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>
@@ -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>Later | @ezez/utils - v1.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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>Later | @ezez/utils - v1.9.0</title><meta name="description" content="Documentation for @ezez/utils - v1.9.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.8.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.9.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.8.1</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.9.0</a></li>
16
16
  <li><a href="Later.html">Later</a></li></ul>
17
17
  <h1>Type alias Later&lt;T&gt;</h1></div>
18
18
  <div class="tsd-signature">Later<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>promise<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>reject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reason<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>resolve<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>result<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
@@ -59,7 +59,7 @@
59
59
  <h5>result: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h5></li></ul></div>
60
60
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
61
61
  <ul>
62
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/ff8c321/src/later.ts#L1">later.ts:1</a></li></ul></aside></div>
62
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/229736d/src/later.ts#L1">later.ts:1</a></li></ul></aside></div>
63
63
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
64
64
  <div class="tsd-navigation settings">
65
65
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -79,7 +79,7 @@
79
79
  <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>
80
80
  <div class="tsd-accordion-details">
81
81
  <ul>
82
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
82
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.9.0</a>
83
83
  <ul>
84
84
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
85
85
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -136,6 +136,7 @@
136
136
  <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>
137
137
  <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>
138
138
  <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>
139
+ <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>
139
140
  <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>
140
141
  <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>
141
142
  <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>
@@ -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>MapValuesFn | @ezez/utils - v1.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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>MapValuesFn | @ezez/utils - v1.9.0</title><meta name="description" content="Documentation for @ezez/utils - v1.9.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.8.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.9.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.8.1</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.9.0</a></li>
16
16
  <li><a href="MapValuesFn.html">MapValuesFn</a></li></ul>
17
17
  <h1>Type alias MapValuesFn&lt;S, R&gt;</h1></div>
18
18
  <div class="tsd-signature">Map<wbr/>Values<wbr/>Fn<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-symbol">keyof </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">]</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">keyof </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></div>
@@ -56,7 +56,7 @@ value to unset a property in the target the object.</p>
56
56
  </div></li></ul></div>
57
57
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
58
58
  <ul>
59
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/ff8c321/src/mapValues.ts#L22">mapValues.ts:22</a></li></ul></aside></div>
59
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/229736d/src/mapValues.ts#L22">mapValues.ts:22</a></li></ul></aside></div>
60
60
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
61
61
  <div class="tsd-navigation settings">
62
62
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -76,7 +76,7 @@ value to unset a property in the target the object.</p>
76
76
  <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>
77
77
  <div class="tsd-accordion-details">
78
78
  <ul>
79
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
79
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.9.0</a>
80
80
  <ul>
81
81
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
82
82
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -133,6 +133,7 @@ value to unset a property in the target the object.</p>
133
133
  <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>
134
134
  <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>
135
135
  <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>
136
+ <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>
136
137
  <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>
137
138
  <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>
138
139
  <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>
@@ -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>MatchCallback | @ezez/utils - v1.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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>MatchCallback | @ezez/utils - v1.9.0</title><meta name="description" content="Documentation for @ezez/utils - v1.9.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.8.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.9.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.8.1</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.9.0</a></li>
16
16
  <li><a href="MatchCallback.html">MatchCallback</a></li></ul>
17
17
  <h1>Type alias MatchCallback&lt;T&gt;</h1></div>
18
18
  <div class="tsd-signature">Match<wbr/>Callback<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></div>
@@ -35,7 +35,7 @@
35
35
  <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h5></li></ul></div>
36
36
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
37
37
  <ul>
38
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/ff8c321/src/match.ts#L1">match.ts:1</a></li></ul></aside></div>
38
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/229736d/src/match.ts#L1">match.ts:1</a></li></ul></aside></div>
39
39
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
40
40
  <div class="tsd-navigation settings">
41
41
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -55,7 +55,7 @@
55
55
  <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>
56
56
  <div class="tsd-accordion-details">
57
57
  <ul>
58
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
58
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.9.0</a>
59
59
  <ul>
60
60
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
61
61
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -112,6 +112,7 @@
112
112
  <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>
113
113
  <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>
114
114
  <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>
115
+ <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>
115
116
  <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>
116
117
  <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>
117
118
  <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>