@ezez/utils 1.8.0 → 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 (104) hide show
  1. package/CHANGELOG.md +8 -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/dist/replace.d.ts.map +1 -1
  11. package/dist/replace.js +5 -1
  12. package/dist/replace.js.map +1 -1
  13. package/docs/assets/search.js +1 -1
  14. package/docs/functions/cap.html +6 -5
  15. package/docs/functions/capitalize.html +6 -5
  16. package/docs/functions/coalesce.html +6 -5
  17. package/docs/functions/compareArrays.html +6 -5
  18. package/docs/functions/compareProps.html +6 -5
  19. package/docs/functions/ensureArray.html +6 -5
  20. package/docs/functions/ensureDate.html +6 -5
  21. package/docs/functions/ensureError.html +6 -5
  22. package/docs/functions/ensurePrefix.html +6 -5
  23. package/docs/functions/ensureSuffix.html +6 -5
  24. package/docs/functions/ensureTimestamp.html +6 -5
  25. package/docs/functions/escapeRegExp.html +6 -5
  26. package/docs/functions/formatDate.html +6 -5
  27. package/docs/functions/get.html +6 -5
  28. package/docs/functions/getMultiple.html +6 -5
  29. package/docs/functions/insertSeparator.html +6 -5
  30. package/docs/functions/isEmpty.html +6 -5
  31. package/docs/functions/isNumericString.html +6 -5
  32. package/docs/functions/isPlainObject.html +6 -5
  33. package/docs/functions/last.html +6 -5
  34. package/docs/functions/later-1.html +6 -5
  35. package/docs/functions/mapAsync.html +6 -5
  36. package/docs/functions/mapValues.html +6 -5
  37. package/docs/functions/match.html +6 -5
  38. package/docs/functions/merge.html +14 -13
  39. package/docs/functions/mostFrequent.html +6 -5
  40. package/docs/functions/noop.html +6 -5
  41. package/docs/functions/occurrences.html +6 -5
  42. package/docs/functions/omit.html +6 -5
  43. package/docs/functions/pick.html +6 -5
  44. package/docs/functions/pull.html +6 -5
  45. package/docs/functions/remove.html +6 -5
  46. package/docs/functions/removeCommonProperties.html +151 -0
  47. package/docs/functions/replace.html +6 -5
  48. package/docs/functions/rethrow.html +6 -5
  49. package/docs/functions/safe.html +7 -6
  50. package/docs/functions/scale.html +6 -5
  51. package/docs/functions/seq.html +6 -5
  52. package/docs/functions/seqEarlyBreak.html +6 -5
  53. package/docs/functions/set.html +6 -5
  54. package/docs/functions/setImmutable.html +6 -5
  55. package/docs/functions/sortBy.html +6 -5
  56. package/docs/functions/sortProps.html +6 -5
  57. package/docs/functions/stripPrefix.html +6 -5
  58. package/docs/functions/stripSuffix.html +6 -5
  59. package/docs/functions/throttle.html +6 -5
  60. package/docs/functions/truthy.html +6 -5
  61. package/docs/functions/unique.html +6 -5
  62. package/docs/functions/wait.html +6 -5
  63. package/docs/functions/waitFor.html +6 -5
  64. package/docs/functions/waitSync.html +6 -5
  65. package/docs/index.html +5 -4
  66. package/docs/interfaces/ComparePropsOptions.html +6 -6
  67. package/docs/interfaces/GetMultipleSource.html +6 -5
  68. package/docs/interfaces/GetSource.html +6 -5
  69. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  70. package/docs/interfaces/OccurencesOptions.html +6 -6
  71. package/docs/interfaces/SetImmutableSource.html +6 -5
  72. package/docs/interfaces/SetSource.html +6 -5
  73. package/docs/interfaces/ThrottleOptions.html +7 -7
  74. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  75. package/docs/modules.html +6 -4
  76. package/docs/pages/CHANGELOG.html +72 -49
  77. package/docs/pages/Introduction.html +5 -4
  78. package/docs/types/Later.html +6 -5
  79. package/docs/types/MapValuesFn.html +6 -5
  80. package/docs/types/MatchCallback.html +6 -5
  81. package/docs/types/SeqEarlyBreaker.html +6 -5
  82. package/docs/types/SeqFn.html +6 -5
  83. package/docs/types/SeqFunctions.html +6 -5
  84. package/docs/types/SetImmutablePath.html +6 -5
  85. package/docs/types/ThrottledFunction.html +6 -5
  86. package/docs/variables/mapValuesUNSET.html +6 -5
  87. package/docs/variables/mergeUNSET.html +6 -5
  88. package/esm/index.d.ts +1 -0
  89. package/esm/index.d.ts.map +1 -1
  90. package/esm/index.js +1 -0
  91. package/esm/index.js.map +1 -1
  92. package/esm/removeCommonProperties.d.ts +4 -0
  93. package/esm/removeCommonProperties.d.ts.map +1 -0
  94. package/esm/removeCommonProperties.js +12 -0
  95. package/esm/removeCommonProperties.js.map +1 -0
  96. package/esm/replace.d.ts.map +1 -1
  97. package/esm/replace.js +5 -1
  98. package/esm/replace.js.map +1 -1
  99. package/package.json +4 -4
  100. package/src/index.ts +1 -0
  101. package/src/removeCommonProperties.spec.ts +34 -0
  102. package/src/removeCommonProperties.ts +39 -0
  103. package/src/replace.spec.ts +4 -0
  104. package/src/replace.ts +5 -1
package/docs/modules.html CHANGED
@@ -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>@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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@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,12 +6,12 @@
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.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.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
- <h2>@ezez/utils - v1.8.0</h2></div>
14
+ <h2>@ezez/utils - v1.9.0</h2></div>
15
15
  <section class="tsd-panel-group tsd-index-group">
16
16
  <section class="tsd-panel tsd-index-panel">
17
17
  <h3 class="tsd-index-heading uppercase">Index</h3>
@@ -77,6 +77,7 @@
77
77
  <a href="functions/pick.html" class="tsd-index-link tsd-kind-function"><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><span>pick</span></a>
78
78
  <a href="functions/pull.html" class="tsd-index-link tsd-kind-function"><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><span>pull</span></a>
79
79
  <a href="functions/remove.html" class="tsd-index-link tsd-kind-function"><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><span>remove</span></a>
80
+ <a href="functions/removeCommonProperties.html" class="tsd-index-link tsd-kind-function"><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><span>remove<wbr/>Common<wbr/>Properties</span></a>
80
81
  <a href="functions/replace.html" class="tsd-index-link tsd-kind-function"><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><span>replace</span></a>
81
82
  <a href="functions/rethrow.html" class="tsd-index-link tsd-kind-function"><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><span>rethrow</span></a>
82
83
  <a href="functions/safe.html" class="tsd-index-link tsd-kind-function"><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><span>safe</span></a>
@@ -115,7 +116,7 @@
115
116
  <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>
116
117
  <div class="tsd-accordion-details">
117
118
  <ul>
118
- <li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.8.0</a>
119
+ <li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.9.0</a>
119
120
  <ul>
120
121
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/Introduction.html">Introduction</a></li>
121
122
  <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>
@@ -172,6 +173,7 @@
172
173
  <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>
173
174
  <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>
174
175
  <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>
176
+ <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>
175
177
  <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>
176
178
  <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>
177
179
  <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>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">
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,24 +6,46 @@
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.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.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.0</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
+
33
+ <a href="#181---2023-06-24" id="181---2023-06-24" style="color: inherit; text-decoration: none;">
34
+ <h2>[1.8.1] - 2023-06-24</h2>
35
+ </a>
36
+
37
+ <a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
38
+ <h3>Fixed</h3>
39
+ </a>
40
+ <ul>
41
+ <li><code>replace</code> method replacing everything with bunch of <code>undefined</code> when empty map is given</li>
42
+ </ul>
43
+
22
44
  <a href="#180---2023-06-03" id="180---2023-06-03" style="color: inherit; text-decoration: none;">
23
45
  <h2>[1.8.0] - 2023-06-03</h2>
24
46
  </a>
25
47
 
26
- <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;">
27
49
  <h3>Added</h3>
28
50
  </a>
29
51
  <ul>
@@ -41,7 +63,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
41
63
  <h2>[1.7.0] - 2023-05-22</h2>
42
64
  </a>
43
65
 
44
- <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;">
45
67
  <h3>Added</h3>
46
68
  </a>
47
69
  <ul>
@@ -52,7 +74,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
52
74
  <h2>[1.6.0] - 2023-05-12</h2>
53
75
  </a>
54
76
 
55
- <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;">
56
78
  <h3>Added</h3>
57
79
  </a>
58
80
  <ul>
@@ -63,7 +85,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
63
85
  <h2>[1.5.0] - 2023-05-12</h2>
64
86
  </a>
65
87
 
66
- <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;">
67
89
  <h3>Added</h3>
68
90
  </a>
69
91
  <ul>
@@ -75,7 +97,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
75
97
  <h2>[1.4.0] - 2023-05-11</h2>
76
98
  </a>
77
99
 
78
- <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;">
79
101
  <h3>Added</h3>
80
102
  </a>
81
103
  <ul>
@@ -88,7 +110,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
88
110
  <h2>[1.3.0] - 2023-05-07</h2>
89
111
  </a>
90
112
 
91
- <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;">
92
114
  <h3>Added</h3>
93
115
  </a>
94
116
  <ul>
@@ -107,7 +129,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
107
129
  <h2>[1.2.0] - 2023-03-01</h2>
108
130
  </a>
109
131
 
110
- <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;">
111
133
  <h3>Added</h3>
112
134
  </a>
113
135
  <ul>
@@ -123,7 +145,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
123
145
  <h2>[1.1.0] - 2023-02-20</h2>
124
146
  </a>
125
147
 
126
- <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;">
127
149
  <h3>Added</h3>
128
150
  </a>
129
151
  <ul>
@@ -142,7 +164,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
142
164
  <h2>[1.0.0] - 2023-02-19</h2>
143
165
  </a>
144
166
 
145
- <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;">
146
168
  <h3>Added</h3>
147
169
  </a>
148
170
  <ul>
@@ -196,7 +218,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
196
218
  <h2>[0.24.0] - 2022-09-23</h2>
197
219
  </a>
198
220
 
199
- <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;">
200
222
  <h3>Added</h3>
201
223
  </a>
202
224
  <ul>
@@ -210,7 +232,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
210
232
  <li><code>throttle</code> with multiple timeouts working more as intended with <code>opts.leading</code> = true</li>
211
233
  </ul>
212
234
 
213
- <a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
235
+ <a href="#fixed-1" id="fixed-1" style="color: inherit; text-decoration: none;">
214
236
  <h3>Fixed</h3>
215
237
  </a>
216
238
  <ul>
@@ -221,7 +243,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
221
243
  <h2>[0.23.2] - 2022-08-21</h2>
222
244
  </a>
223
245
 
224
- <a href="#fixed-1" id="fixed-1" style="color: inherit; text-decoration: none;">
246
+ <a href="#fixed-2" id="fixed-2" style="color: inherit; text-decoration: none;">
225
247
  <h3>Fixed</h3>
226
248
  </a>
227
249
  <ul>
@@ -233,7 +255,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
233
255
  <h2>[0.23.1] - 2022-07-17</h2>
234
256
  </a>
235
257
 
236
- <a href="#fixed-2" id="fixed-2" style="color: inherit; text-decoration: none;">
258
+ <a href="#fixed-3" id="fixed-3" style="color: inherit; text-decoration: none;">
237
259
  <h3>Fixed</h3>
238
260
  </a>
239
261
  <ul>
@@ -244,7 +266,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
244
266
  <h2>[0.23.0] - 2022-07-17</h2>
245
267
  </a>
246
268
 
247
- <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;">
248
270
  <h3>Added</h3>
249
271
  </a>
250
272
  <ul>
@@ -255,14 +277,14 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
255
277
  <h2>[0.22.0] - 2022-07-16</h2>
256
278
  </a>
257
279
 
258
- <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;">
259
281
  <h3>Added</h3>
260
282
  </a>
261
283
  <ul>
262
284
  <li><code>capitalize</code> method</li>
263
285
  </ul>
264
286
 
265
- <a href="#fixed-3" id="fixed-3" style="color: inherit; text-decoration: none;">
287
+ <a href="#fixed-4" id="fixed-4" style="color: inherit; text-decoration: none;">
266
288
  <h3>Fixed</h3>
267
289
  </a>
268
290
  <ul>
@@ -273,7 +295,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
273
295
  <h2>[0.21.0] - 2022-07-08</h2>
274
296
  </a>
275
297
 
276
- <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;">
277
299
  <h3>Added</h3>
278
300
  </a>
279
301
  <ul>
@@ -284,7 +306,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
284
306
  <h2>[0.20.0] - 2022-07-03</h2>
285
307
  </a>
286
308
 
287
- <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;">
288
310
  <h3>Added</h3>
289
311
  </a>
290
312
  <ul>
@@ -295,7 +317,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
295
317
  <h2>[0.19.1] - 2022-04-27</h2>
296
318
  </a>
297
319
 
298
- <a href="#fixed-4" id="fixed-4" style="color: inherit; text-decoration: none;">
320
+ <a href="#fixed-5" id="fixed-5" style="color: inherit; text-decoration: none;">
299
321
  <h3>Fixed</h3>
300
322
  </a>
301
323
  <ul>
@@ -306,7 +328,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
306
328
  <h2>[0.19.0] - 2022-04-27</h2>
307
329
  </a>
308
330
 
309
- <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;">
310
332
  <h3>Added</h3>
311
333
  </a>
312
334
  <ul>
@@ -332,7 +354,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
332
354
  <h2>[0.18.0] - 2021-12-04</h2>
333
355
  </a>
334
356
 
335
- <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;">
336
358
  <h3>Added</h3>
337
359
  </a>
338
360
  <ul>
@@ -344,7 +366,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
344
366
  <h2>[0.17.1] - 2021-10-31</h2>
345
367
  </a>
346
368
 
347
- <a href="#fixed-5" id="fixed-5" style="color: inherit; text-decoration: none;">
369
+ <a href="#fixed-6" id="fixed-6" style="color: inherit; text-decoration: none;">
348
370
  <h3>Fixed</h3>
349
371
  </a>
350
372
  <ul>
@@ -355,7 +377,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
355
377
  <h2>[0.17.0] - 2021-10-31</h2>
356
378
  </a>
357
379
 
358
- <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;">
359
381
  <h3>Added</h3>
360
382
  </a>
361
383
  <ul>
@@ -373,7 +395,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
373
395
  <h2>[0.16.0] - 2021-09-24</h2>
374
396
  </a>
375
397
 
376
- <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;">
377
399
  <h3>Added</h3>
378
400
  </a>
379
401
  <ul>
@@ -384,7 +406,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
384
406
  <h2>[0.15.0] - 2021-07-04</h2>
385
407
  </a>
386
408
 
387
- <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;">
388
410
  <h3>Added</h3>
389
411
  </a>
390
412
  <ul>
@@ -420,7 +442,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
420
442
  <li>upgraded typings for sortBy</li>
421
443
  </ul>
422
444
 
423
- <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;">
424
446
  <h3>Added</h3>
425
447
  </a>
426
448
  <ul>
@@ -462,7 +484,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
462
484
  <h2>[0.13.0] - 2021-02-03</h2>
463
485
  </a>
464
486
 
465
- <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;">
466
488
  <h3>Added</h3>
467
489
  </a>
468
490
  <ul>
@@ -475,7 +497,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
475
497
  <h2>[0.12.0] - 2021-01-19</h2>
476
498
  </a>
477
499
 
478
- <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;">
479
501
  <h3>Added</h3>
480
502
  </a>
481
503
  <ul>
@@ -506,7 +528,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
506
528
  <h2>[0.10.1] - 2020-09-14</h2>
507
529
  </a>
508
530
 
509
- <a href="#fixed-6" id="fixed-6" style="color: inherit; text-decoration: none;">
531
+ <a href="#fixed-7" id="fixed-7" style="color: inherit; text-decoration: none;">
510
532
  <h3>Fixed</h3>
511
533
  </a>
512
534
  <ul>
@@ -517,7 +539,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
517
539
  <h2>[0.10.0] - 2020-09-14</h2>
518
540
  </a>
519
541
 
520
- <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;">
521
543
  <h3>Added</h3>
522
544
  </a>
523
545
  <ul>
@@ -528,7 +550,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
528
550
  <h2>[0.9.0] - 2020-07-09</h2>
529
551
  </a>
530
552
 
531
- <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;">
532
554
  <h3>Added</h3>
533
555
  </a>
534
556
  <ul>
@@ -539,7 +561,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
539
561
  <h2>[0.8.0] - 2020-03-13</h2>
540
562
  </a>
541
563
 
542
- <a href="#fixed-7" id="fixed-7" style="color: inherit; text-decoration: none;">
564
+ <a href="#fixed-8" id="fixed-8" style="color: inherit; text-decoration: none;">
543
565
  <h3>Fixed</h3>
544
566
  </a>
545
567
  <ul>
@@ -558,7 +580,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
558
580
  <h2>[0.7.1] - 2020-03-12</h2>
559
581
  </a>
560
582
 
561
- <a href="#fixed-8" id="fixed-8" style="color: inherit; text-decoration: none;">
583
+ <a href="#fixed-9" id="fixed-9" style="color: inherit; text-decoration: none;">
562
584
  <h3>Fixed</h3>
563
585
  </a>
564
586
  <ul>
@@ -569,7 +591,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
569
591
  <h2>[0.7.0] - 2020-03-10</h2>
570
592
  </a>
571
593
 
572
- <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;">
573
595
  <h3>Added</h3>
574
596
  </a>
575
597
  <ul>
@@ -595,7 +617,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
595
617
  <h2>[0.6.3] - 2019-08-29</h2>
596
618
  </a>
597
619
 
598
- <a href="#fixed-9" id="fixed-9" style="color: inherit; text-decoration: none;">
620
+ <a href="#fixed-10" id="fixed-10" style="color: inherit; text-decoration: none;">
599
621
  <h3>Fixed</h3>
600
622
  </a>
601
623
  <ul>
@@ -606,7 +628,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
606
628
  <h2>[0.6.2] - 2019-06-06</h2>
607
629
  </a>
608
630
 
609
- <a href="#fixed-10" id="fixed-10" style="color: inherit; text-decoration: none;">
631
+ <a href="#fixed-11" id="fixed-11" style="color: inherit; text-decoration: none;">
610
632
  <h3>Fixed</h3>
611
633
  </a>
612
634
  <ul>
@@ -617,7 +639,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
617
639
  <h2>[0.6.1] - 2019-06-05</h2>
618
640
  </a>
619
641
 
620
- <a href="#fixed-11" id="fixed-11" style="color: inherit; text-decoration: none;">
642
+ <a href="#fixed-12" id="fixed-12" style="color: inherit; text-decoration: none;">
621
643
  <h3>Fixed</h3>
622
644
  </a>
623
645
  <ul>
@@ -628,7 +650,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
628
650
  <h2>[0.6.0] - 2019-05-12</h2>
629
651
  </a>
630
652
 
631
- <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;">
632
654
  <h3>Added</h3>
633
655
  </a>
634
656
  <ul>
@@ -646,7 +668,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
646
668
  <h2>[0.5.0] - 2019-04-09</h2>
647
669
  </a>
648
670
 
649
- <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;">
650
672
  <h3>Added</h3>
651
673
  </a>
652
674
  <ul>
@@ -657,7 +679,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
657
679
  <h2>[0.4.1] - 2019-01-31</h2>
658
680
  </a>
659
681
 
660
- <a href="#fixed-12" id="fixed-12" style="color: inherit; text-decoration: none;">
682
+ <a href="#fixed-13" id="fixed-13" style="color: inherit; text-decoration: none;">
661
683
  <h3>Fixed</h3>
662
684
  </a>
663
685
  <ul>
@@ -668,7 +690,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
668
690
  <h2>[0.4.0] - 2019-01-30</h2>
669
691
  </a>
670
692
 
671
- <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;">
672
694
  <h3>Added</h3>
673
695
  </a>
674
696
  <ul>
@@ -679,7 +701,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
679
701
  <h2>[0.3.1] - 2018-12-09</h2>
680
702
  </a>
681
703
 
682
- <a href="#fixed-13" id="fixed-13" style="color: inherit; text-decoration: none;">
704
+ <a href="#fixed-14" id="fixed-14" style="color: inherit; text-decoration: none;">
683
705
  <h3>Fixed</h3>
684
706
  </a>
685
707
  <ul>
@@ -690,7 +712,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
690
712
  <h2>[0.3.0] - 2018-12-09</h2>
691
713
  </a>
692
714
 
693
- <a href="#fixed-14" id="fixed-14" style="color: inherit; text-decoration: none;">
715
+ <a href="#fixed-15" id="fixed-15" style="color: inherit; text-decoration: none;">
694
716
  <h3>Fixed</h3>
695
717
  </a>
696
718
  <ul>
@@ -705,7 +727,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
705
727
  <li>improved one <code>set</code> test</li>
706
728
  </ul>
707
729
 
708
- <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;">
709
731
  <h3>Added</h3>
710
732
  </a>
711
733
  <ul>
@@ -716,7 +738,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
716
738
  <h2>[0.2.0] 2018-12-09</h2>
717
739
  </a>
718
740
 
719
- <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;">
720
742
  <h3>Added</h3>
721
743
  </a>
722
744
  <ul>
@@ -743,7 +765,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
743
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>
744
766
  <div class="tsd-accordion-details">
745
767
  <ul>
746
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.0</a>
768
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.9.0</a>
747
769
  <ul>
748
770
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
749
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>
@@ -800,6 +822,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
800
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>
801
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>
802
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>
803
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>
804
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>
805
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.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">
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.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.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.0</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.0</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>