@ezez/utils 1.2.0 → 1.4.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.
- package/.github/workflows/docs.yml +50 -0
- package/CHANGELOG.md +13 -0
- package/README.md +5 -1
- package/dist/ensureError.d.ts.map +1 -1
- package/dist/ensureError.js.map +1 -1
- package/dist/escapeRegExp.d.ts +3 -0
- package/dist/escapeRegExp.d.ts.map +1 -0
- package/dist/escapeRegExp.js +8 -0
- package/dist/escapeRegExp.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/isPlainObject.d.ts.map +1 -1
- package/dist/isPlainObject.js.map +1 -1
- package/dist/replace.d.ts +3 -0
- package/dist/replace.d.ts.map +1 -0
- package/dist/replace.js +10 -0
- package/dist/replace.js.map +1 -0
- package/dist/safe.d.ts +4 -0
- package/dist/safe.d.ts.map +1 -0
- package/dist/safe.js +13 -0
- package/dist/safe.js.map +1 -0
- package/dist/sortProps.d.ts +3 -0
- package/dist/sortProps.d.ts.map +1 -0
- package/dist/sortProps.js +19 -0
- package/dist/sortProps.js.map +1 -0
- package/docs/assets/highlight.css +14 -0
- package/docs/assets/main.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +4 -5
- package/docs/functions/cap.html +11 -6
- package/docs/functions/capitalize.html +11 -6
- package/docs/functions/coalesce.html +13 -9
- package/docs/functions/ensureArray.html +12 -7
- package/docs/functions/ensureDate.html +11 -6
- package/docs/functions/ensureError.html +21 -6
- package/docs/functions/ensurePrefix.html +11 -6
- package/docs/functions/ensureSuffix.html +11 -6
- package/docs/functions/ensureTimestamp.html +11 -6
- package/docs/functions/escapeRegExp.html +127 -0
- package/docs/functions/get.html +11 -6
- package/docs/functions/getMultiple.html +11 -6
- package/docs/functions/insertSeparator.html +11 -6
- package/docs/functions/isEmpty.html +11 -6
- package/docs/functions/isNumericString.html +11 -6
- package/docs/functions/isPlainObject.html +26 -6
- package/docs/functions/last.html +11 -6
- package/docs/functions/mapAsync.html +11 -6
- package/docs/functions/mapValues.html +11 -6
- package/docs/functions/match.html +11 -6
- package/docs/functions/merge.html +19 -14
- package/docs/functions/mostFrequent.html +11 -6
- package/docs/functions/noop.html +11 -6
- package/docs/functions/occurrences.html +11 -6
- package/docs/functions/omit.html +11 -6
- package/docs/functions/pick.html +11 -6
- package/docs/functions/pull.html +11 -6
- package/docs/functions/remove.html +11 -6
- package/docs/functions/replace.html +133 -0
- package/docs/functions/rethrow.html +11 -6
- package/docs/functions/safe.html +171 -0
- package/docs/functions/scale.html +11 -6
- package/docs/functions/seq.html +11 -6
- package/docs/functions/seqEarlyBreak.html +11 -6
- package/docs/functions/set.html +11 -6
- package/docs/functions/setImmutable.html +11 -6
- package/docs/functions/sortBy.html +11 -6
- package/docs/functions/sortProps.html +136 -0
- package/docs/functions/stripPrefix.html +11 -6
- package/docs/functions/stripSuffix.html +11 -6
- package/docs/functions/throttle.html +11 -6
- package/docs/functions/truthy.html +11 -6
- package/docs/functions/wait.html +11 -6
- package/docs/functions/waitFor.html +11 -6
- package/docs/functions/waitSync.html +11 -6
- package/docs/index.html +16 -7
- package/docs/interfaces/GetMultipleSource.html +11 -6
- package/docs/interfaces/GetSource.html +11 -6
- package/docs/interfaces/IsNumericStringOptions.html +11 -10
- package/docs/interfaces/OccurencesOptions.html +8 -7
- package/docs/interfaces/SetImmutableSource.html +11 -6
- package/docs/interfaces/SetSource.html +11 -6
- package/docs/interfaces/ThrottleOptions.html +9 -8
- package/docs/interfaces/ThrottledFunctionExtras.html +9 -8
- package/docs/modules.html +14 -5
- package/docs/pages/CHANGELOG.html +764 -0
- package/docs/pages/Introduction.html +10 -5
- package/docs/types/MapValuesFn.html +11 -6
- package/docs/types/MatchCallback.html +11 -6
- package/docs/types/SeqEarlyBreaker.html +11 -6
- package/docs/types/SeqFn.html +11 -6
- package/docs/types/SeqFunctions.html +11 -6
- package/docs/types/SetImmutablePath.html +11 -6
- package/docs/types/ThrottledFunction.html +11 -6
- package/docs/variables/mapValuesUNSET.html +11 -6
- package/docs/variables/mergeUNSET.html +11 -6
- package/esm/ensureError.d.ts.map +1 -1
- package/esm/ensureError.js.map +1 -1
- package/esm/escapeRegExp.d.ts +3 -0
- package/esm/escapeRegExp.d.ts.map +1 -0
- package/esm/escapeRegExp.js +5 -0
- package/esm/escapeRegExp.js.map +1 -0
- package/esm/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +4 -0
- package/esm/index.js.map +1 -1
- package/esm/isPlainObject.d.ts.map +1 -1
- package/esm/isPlainObject.js.map +1 -1
- package/esm/replace.d.ts +3 -0
- package/esm/replace.d.ts.map +1 -0
- package/esm/replace.js +7 -0
- package/esm/replace.js.map +1 -0
- package/esm/safe.d.ts +4 -0
- package/esm/safe.d.ts.map +1 -0
- package/esm/safe.js +10 -0
- package/esm/safe.js.map +1 -0
- package/esm/sortProps.d.ts +3 -0
- package/esm/sortProps.d.ts.map +1 -0
- package/esm/sortProps.js +16 -0
- package/esm/sortProps.js.map +1 -0
- package/package.json +23 -23
- package/src/coalesce.ts +2 -2
- package/src/ensureArray.ts +1 -1
- package/src/ensureError.ts +7 -0
- package/src/escapeRegExp.spec.ts +31 -0
- package/src/escapeRegExp.ts +17 -0
- package/src/index.ts +4 -0
- package/src/isPlainObject.spec.ts +0 -7
- package/src/isPlainObject.ts +5 -0
- package/src/replace.spec.ts +22 -0
- package/src/replace.ts +19 -0
- package/src/safe.spec.ts +52 -0
- package/src/safe.ts +24 -0
- package/src/sortProps.spec.ts +20 -0
- package/src/sortProps.ts +21 -0
- package/typedoc.cjs +5 -0
|
@@ -0,0 +1,764 @@
|
|
|
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.4.0</title><meta name="description" content="Documentation for @ezez/utils - v1.4.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<div class="field">
|
|
6
|
+
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
+
<ul class="results">
|
|
8
|
+
<li class="state loading">Preparing search index...</li>
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.4.0</a></div>
|
|
10
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
+
<div class="container container-main">
|
|
12
|
+
<div class="col-8 col-content">
|
|
13
|
+
<div class="tsd-page-title">
|
|
14
|
+
<ul class="tsd-breadcrumb">
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.4.0</a></li>
|
|
16
|
+
<li><a href="CHANGELOG.html">Changelog</a></li></ul>
|
|
17
|
+
<h1> Changelog</h1></div>
|
|
18
|
+
<div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
|
|
19
|
+
<p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
|
|
20
|
+
and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
|
|
21
|
+
|
|
22
|
+
<a href="#140---2023-05-11" id="140---2023-05-11" style="color: inherit; text-decoration: none;">
|
|
23
|
+
<h2>[1.4.0] - 2023-05-11</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>escapeRegExp</code> method</li>
|
|
31
|
+
<li><code>replace</code> method</li>
|
|
32
|
+
<li><code>sortProps</code> method</li>
|
|
33
|
+
</ul>
|
|
34
|
+
|
|
35
|
+
<a href="#130---2023-05-07" id="130---2023-05-07" style="color: inherit; text-decoration: none;">
|
|
36
|
+
<h2>[1.3.0] - 2023-05-07</h2>
|
|
37
|
+
</a>
|
|
38
|
+
|
|
39
|
+
<a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
|
|
40
|
+
<h3>Added</h3>
|
|
41
|
+
</a>
|
|
42
|
+
<ul>
|
|
43
|
+
<li><code>safe</code> method</li>
|
|
44
|
+
</ul>
|
|
45
|
+
|
|
46
|
+
<a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
|
|
47
|
+
<h3>Dev</h3>
|
|
48
|
+
</a>
|
|
49
|
+
<ul>
|
|
50
|
+
<li>upgraded some jsdocs</li>
|
|
51
|
+
<li>upgraded deps</li>
|
|
52
|
+
</ul>
|
|
53
|
+
|
|
54
|
+
<a href="#120---2023-03-01" id="120---2023-03-01" style="color: inherit; text-decoration: none;">
|
|
55
|
+
<h2>[1.2.0] - 2023-03-01</h2>
|
|
56
|
+
</a>
|
|
57
|
+
|
|
58
|
+
<a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
|
|
59
|
+
<h3>Added</h3>
|
|
60
|
+
</a>
|
|
61
|
+
<ul>
|
|
62
|
+
<li><code>ensureDate</code> method</li>
|
|
63
|
+
<li><code>ensurePrefix</code> method</li>
|
|
64
|
+
<li><code>ensureSuffix</code> method</li>
|
|
65
|
+
<li><code>ensureTimestamp</code> method</li>
|
|
66
|
+
<li><code>stripPrefix</code> method</li>
|
|
67
|
+
<li><code>stripSuffix</code> method</li>
|
|
68
|
+
</ul>
|
|
69
|
+
|
|
70
|
+
<a href="#110---2023-02-20" id="110---2023-02-20" style="color: inherit; text-decoration: none;">
|
|
71
|
+
<h2>[1.1.0] - 2023-02-20</h2>
|
|
72
|
+
</a>
|
|
73
|
+
|
|
74
|
+
<a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
|
|
75
|
+
<h3>Added</h3>
|
|
76
|
+
</a>
|
|
77
|
+
<ul>
|
|
78
|
+
<li><code>isNumericString</code> method</li>
|
|
79
|
+
<li><code>occurrences</code> method</li>
|
|
80
|
+
</ul>
|
|
81
|
+
|
|
82
|
+
<a href="#changed" id="changed" style="color: inherit; text-decoration: none;">
|
|
83
|
+
<h3>Changed</h3>
|
|
84
|
+
</a>
|
|
85
|
+
<ul>
|
|
86
|
+
<li><code>isEmpty</code> throws <code>TypeError</code> instead of <code>Error</code> on primitives</li>
|
|
87
|
+
</ul>
|
|
88
|
+
|
|
89
|
+
<a href="#100---2023-02-19" id="100---2023-02-19" style="color: inherit; text-decoration: none;">
|
|
90
|
+
<h2>[1.0.0] - 2023-02-19</h2>
|
|
91
|
+
</a>
|
|
92
|
+
|
|
93
|
+
<a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
|
|
94
|
+
<h3>Added</h3>
|
|
95
|
+
</a>
|
|
96
|
+
<ul>
|
|
97
|
+
<li><code>isPlainObject</code> method</li>
|
|
98
|
+
</ul>
|
|
99
|
+
|
|
100
|
+
<a href="#breaking" id="breaking" style="color: inherit; text-decoration: none;">
|
|
101
|
+
<h3>Breaking</h3>
|
|
102
|
+
</a>
|
|
103
|
+
<ul>
|
|
104
|
+
<li>changed <code>isEmpty</code> to throw on primitives</li>
|
|
105
|
+
<li><code>makeArray</code> is renamed to <code>ensureArray</code></li>
|
|
106
|
+
<li><code>wait.sync</code> is extracted as <code>waitSync</code></li>
|
|
107
|
+
<li>removed <code>pack</code> method</li>
|
|
108
|
+
<li>removed <code>pages</code> method</li>
|
|
109
|
+
<li>replaced <code>merge.UNSET</code> with <code>mergeUNSET</code></li>
|
|
110
|
+
<li>replaced <code>mapValues.REMOVE</code> with <code>mapValuesUNSET</code></li>
|
|
111
|
+
</ul>
|
|
112
|
+
|
|
113
|
+
<a href="#changed-1" id="changed-1" style="color: inherit; text-decoration: none;">
|
|
114
|
+
<h3>Changed</h3>
|
|
115
|
+
</a>
|
|
116
|
+
<ul>
|
|
117
|
+
<li>added some examples to docs</li>
|
|
118
|
+
<li>in jsdoc added a warning to get/set and family about using them with TS</li>
|
|
119
|
+
</ul>
|
|
120
|
+
|
|
121
|
+
<a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
|
|
122
|
+
<h3>Dev</h3>
|
|
123
|
+
</a>
|
|
124
|
+
<ul>
|
|
125
|
+
<li>added missing docs</li>
|
|
126
|
+
<li>fixed some jsdoc strings (so they contain types for non-ts users)</li>
|
|
127
|
+
<li>fixed typedoc warnings</li>
|
|
128
|
+
<li>README update, preparing to rename library</li>
|
|
129
|
+
</ul>
|
|
130
|
+
|
|
131
|
+
<a href="#0241---2022-11-08" id="0241---2022-11-08" style="color: inherit; text-decoration: none;">
|
|
132
|
+
<h2>[0.24.1] - 2022-11-08</h2>
|
|
133
|
+
</a>
|
|
134
|
+
|
|
135
|
+
<a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
|
|
136
|
+
<h3>Dev</h3>
|
|
137
|
+
</a>
|
|
138
|
+
<ul>
|
|
139
|
+
<li>exported some typings</li>
|
|
140
|
+
<li>library template bump</li>
|
|
141
|
+
</ul>
|
|
142
|
+
|
|
143
|
+
<a href="#0240---2022-09-23" id="0240---2022-09-23" style="color: inherit; text-decoration: none;">
|
|
144
|
+
<h2>[0.24.0] - 2022-09-23</h2>
|
|
145
|
+
</a>
|
|
146
|
+
|
|
147
|
+
<a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
|
|
148
|
+
<h3>Added</h3>
|
|
149
|
+
</a>
|
|
150
|
+
<ul>
|
|
151
|
+
<li><code>pull</code> method</li>
|
|
152
|
+
</ul>
|
|
153
|
+
|
|
154
|
+
<a href="#changed-2" id="changed-2" style="color: inherit; text-decoration: none;">
|
|
155
|
+
<h3>Changed</h3>
|
|
156
|
+
</a>
|
|
157
|
+
<ul>
|
|
158
|
+
<li><code>throttle</code> with multiple timeouts working more as intended with <code>opts.leading</code> = true</li>
|
|
159
|
+
</ul>
|
|
160
|
+
|
|
161
|
+
<a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
|
|
162
|
+
<h3>Fixed</h3>
|
|
163
|
+
</a>
|
|
164
|
+
<ul>
|
|
165
|
+
<li>first timeout of <code>throttle</code> with multiple timeouts repeated two times</li>
|
|
166
|
+
</ul>
|
|
167
|
+
|
|
168
|
+
<a href="#0232---2022-08-21" id="0232---2022-08-21" style="color: inherit; text-decoration: none;">
|
|
169
|
+
<h2>[0.23.2] - 2022-08-21</h2>
|
|
170
|
+
</a>
|
|
171
|
+
|
|
172
|
+
<a href="#fixed-1" id="fixed-1" style="color: inherit; text-decoration: none;">
|
|
173
|
+
<h3>Fixed</h3>
|
|
174
|
+
</a>
|
|
175
|
+
<ul>
|
|
176
|
+
<li><code>throttle</code> with trailing call not respecting multiple timeouts</li>
|
|
177
|
+
<li><code>truthy</code> typings</li>
|
|
178
|
+
</ul>
|
|
179
|
+
|
|
180
|
+
<a href="#0231---2022-07-17" id="0231---2022-07-17" style="color: inherit; text-decoration: none;">
|
|
181
|
+
<h2>[0.23.1] - 2022-07-17</h2>
|
|
182
|
+
</a>
|
|
183
|
+
|
|
184
|
+
<a href="#fixed-2" id="fixed-2" style="color: inherit; text-decoration: none;">
|
|
185
|
+
<h3>Fixed</h3>
|
|
186
|
+
</a>
|
|
187
|
+
<ul>
|
|
188
|
+
<li>missing <code>mostFrequent</code> export</li>
|
|
189
|
+
</ul>
|
|
190
|
+
|
|
191
|
+
<a href="#0230---2022-07-17" id="0230---2022-07-17" style="color: inherit; text-decoration: none;">
|
|
192
|
+
<h2>[0.23.0] - 2022-07-17</h2>
|
|
193
|
+
</a>
|
|
194
|
+
|
|
195
|
+
<a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
|
|
196
|
+
<h3>Added</h3>
|
|
197
|
+
</a>
|
|
198
|
+
<ul>
|
|
199
|
+
<li><code>mostFrequent</code> method</li>
|
|
200
|
+
</ul>
|
|
201
|
+
|
|
202
|
+
<a href="#0220---2022-07-16" id="0220---2022-07-16" style="color: inherit; text-decoration: none;">
|
|
203
|
+
<h2>[0.22.0] - 2022-07-16</h2>
|
|
204
|
+
</a>
|
|
205
|
+
|
|
206
|
+
<a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
|
|
207
|
+
<h3>Added</h3>
|
|
208
|
+
</a>
|
|
209
|
+
<ul>
|
|
210
|
+
<li><code>capitalize</code> method</li>
|
|
211
|
+
</ul>
|
|
212
|
+
|
|
213
|
+
<a href="#fixed-3" id="fixed-3" style="color: inherit; text-decoration: none;">
|
|
214
|
+
<h3>Fixed</h3>
|
|
215
|
+
</a>
|
|
216
|
+
<ul>
|
|
217
|
+
<li><code>throttle</code> reset not resetting array of times</li>
|
|
218
|
+
</ul>
|
|
219
|
+
|
|
220
|
+
<a href="#0210---2022-07-08" id="0210---2022-07-08" style="color: inherit; text-decoration: none;">
|
|
221
|
+
<h2>[0.21.0] - 2022-07-08</h2>
|
|
222
|
+
</a>
|
|
223
|
+
|
|
224
|
+
<a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
|
|
225
|
+
<h3>Added</h3>
|
|
226
|
+
</a>
|
|
227
|
+
<ul>
|
|
228
|
+
<li><code>throttle</code> method</li>
|
|
229
|
+
</ul>
|
|
230
|
+
|
|
231
|
+
<a href="#0200---2022-07-03" id="0200---2022-07-03" style="color: inherit; text-decoration: none;">
|
|
232
|
+
<h2>[0.20.0] - 2022-07-03</h2>
|
|
233
|
+
</a>
|
|
234
|
+
|
|
235
|
+
<a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
|
|
236
|
+
<h3>Added</h3>
|
|
237
|
+
</a>
|
|
238
|
+
<ul>
|
|
239
|
+
<li><code>ensureError</code> method</li>
|
|
240
|
+
</ul>
|
|
241
|
+
|
|
242
|
+
<a href="#0191---2022-04-27" id="0191---2022-04-27" style="color: inherit; text-decoration: none;">
|
|
243
|
+
<h2>[0.19.1] - 2022-04-27</h2>
|
|
244
|
+
</a>
|
|
245
|
+
|
|
246
|
+
<a href="#fixed-4" id="fixed-4" style="color: inherit; text-decoration: none;">
|
|
247
|
+
<h3>Fixed</h3>
|
|
248
|
+
</a>
|
|
249
|
+
<ul>
|
|
250
|
+
<li>new methods not exported</li>
|
|
251
|
+
</ul>
|
|
252
|
+
|
|
253
|
+
<a href="#0190---2022-04-27" id="0190---2022-04-27" style="color: inherit; text-decoration: none;">
|
|
254
|
+
<h2>[0.19.0] - 2022-04-27</h2>
|
|
255
|
+
</a>
|
|
256
|
+
|
|
257
|
+
<a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
|
|
258
|
+
<h3>Added</h3>
|
|
259
|
+
</a>
|
|
260
|
+
<ul>
|
|
261
|
+
<li><code>scale</code>, <code>truthy</code>, <code>waitFor</code>, <code>cap</code> methods</li>
|
|
262
|
+
</ul>
|
|
263
|
+
|
|
264
|
+
<a href="#changed-3" id="changed-3" style="color: inherit; text-decoration: none;">
|
|
265
|
+
<h3>Changed</h3>
|
|
266
|
+
</a>
|
|
267
|
+
<ul>
|
|
268
|
+
<li>improved types for <code>insertSeparator</code></li>
|
|
269
|
+
<li>added/improved jsdoc to <code>mapAsync</code>, <code>match</code>, <code>merge</code>, <code>noop</code>, <code>rethrow</code></li>
|
|
270
|
+
</ul>
|
|
271
|
+
|
|
272
|
+
<a href="#breaking-1" id="breaking-1" style="color: inherit; text-decoration: none;">
|
|
273
|
+
<h3>Breaking</h3>
|
|
274
|
+
</a>
|
|
275
|
+
<ul>
|
|
276
|
+
<li><code>seq</code> no longer uses nor exports custom error</li>
|
|
277
|
+
</ul>
|
|
278
|
+
|
|
279
|
+
<a href="#0180---2021-12-04" id="0180---2021-12-04" style="color: inherit; text-decoration: none;">
|
|
280
|
+
<h2>[0.18.0] - 2021-12-04</h2>
|
|
281
|
+
</a>
|
|
282
|
+
|
|
283
|
+
<a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
|
|
284
|
+
<h3>Added</h3>
|
|
285
|
+
</a>
|
|
286
|
+
<ul>
|
|
287
|
+
<li><code>wait</code> method</li>
|
|
288
|
+
<li><code>mapAsync</code> method</li>
|
|
289
|
+
</ul>
|
|
290
|
+
|
|
291
|
+
<a href="#0171---2021-10-31" id="0171---2021-10-31" style="color: inherit; text-decoration: none;">
|
|
292
|
+
<h2>[0.17.1] - 2021-10-31</h2>
|
|
293
|
+
</a>
|
|
294
|
+
|
|
295
|
+
<a href="#fixed-5" id="fixed-5" style="color: inherit; text-decoration: none;">
|
|
296
|
+
<h3>Fixed</h3>
|
|
297
|
+
</a>
|
|
298
|
+
<ul>
|
|
299
|
+
<li>missing <code>merge</code> export</li>
|
|
300
|
+
</ul>
|
|
301
|
+
|
|
302
|
+
<a href="#0170---2021-10-31" id="0170---2021-10-31" style="color: inherit; text-decoration: none;">
|
|
303
|
+
<h2>[0.17.0] - 2021-10-31</h2>
|
|
304
|
+
</a>
|
|
305
|
+
|
|
306
|
+
<a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
|
|
307
|
+
<h3>Added</h3>
|
|
308
|
+
</a>
|
|
309
|
+
<ul>
|
|
310
|
+
<li><code>merge</code> method</li>
|
|
311
|
+
</ul>
|
|
312
|
+
|
|
313
|
+
<a href="#changed-4" id="changed-4" style="color: inherit; text-decoration: none;">
|
|
314
|
+
<h3>Changed</h3>
|
|
315
|
+
</a>
|
|
316
|
+
<ul>
|
|
317
|
+
<li><code>REMOVE</code> special property in <code>mapValues</code> now uses Symbols if available</li>
|
|
318
|
+
</ul>
|
|
319
|
+
|
|
320
|
+
<a href="#0160---2021-09-24" id="0160---2021-09-24" style="color: inherit; text-decoration: none;">
|
|
321
|
+
<h2>[0.16.0] - 2021-09-24</h2>
|
|
322
|
+
</a>
|
|
323
|
+
|
|
324
|
+
<a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
|
|
325
|
+
<h3>Added</h3>
|
|
326
|
+
</a>
|
|
327
|
+
<ul>
|
|
328
|
+
<li><code>noop</code> and <code>rethrow</code> methods</li>
|
|
329
|
+
</ul>
|
|
330
|
+
|
|
331
|
+
<a href="#0150---2021-07-04" id="0150---2021-07-04" style="color: inherit; text-decoration: none;">
|
|
332
|
+
<h2>[0.15.0] - 2021-07-04</h2>
|
|
333
|
+
</a>
|
|
334
|
+
|
|
335
|
+
<a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
|
|
336
|
+
<h3>Added</h3>
|
|
337
|
+
</a>
|
|
338
|
+
<ul>
|
|
339
|
+
<li><code>seq</code> with early break mode</li>
|
|
340
|
+
</ul>
|
|
341
|
+
|
|
342
|
+
<a href="#changed-5" id="changed-5" style="color: inherit; text-decoration: none;">
|
|
343
|
+
<h3>Changed</h3>
|
|
344
|
+
</a>
|
|
345
|
+
<ul>
|
|
346
|
+
<li>upgraded typings for <code>last</code></li>
|
|
347
|
+
</ul>
|
|
348
|
+
|
|
349
|
+
<a href="#0141---2021-06-13" id="0141---2021-06-13" style="color: inherit; text-decoration: none;">
|
|
350
|
+
<h2>[0.14.1] - 2021-06-13</h2>
|
|
351
|
+
</a>
|
|
352
|
+
|
|
353
|
+
<a href="#changed-6" id="changed-6" style="color: inherit; text-decoration: none;">
|
|
354
|
+
<h3>Changed</h3>
|
|
355
|
+
</a>
|
|
356
|
+
<ul>
|
|
357
|
+
<li>upgraded typings for <code>pick</code>, <code>omit</code>, <code>pack</code>, <code>sortBy</code></li>
|
|
358
|
+
</ul>
|
|
359
|
+
|
|
360
|
+
<a href="#0140---2021-06-05" id="0140---2021-06-05" style="color: inherit; text-decoration: none;">
|
|
361
|
+
<h2>[0.14.0] - 2021-06-05</h2>
|
|
362
|
+
</a>
|
|
363
|
+
|
|
364
|
+
<a href="#changed-7" id="changed-7" style="color: inherit; text-decoration: none;">
|
|
365
|
+
<h3>Changed</h3>
|
|
366
|
+
</a>
|
|
367
|
+
<ul>
|
|
368
|
+
<li>upgraded typings for sortBy</li>
|
|
369
|
+
</ul>
|
|
370
|
+
|
|
371
|
+
<a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
|
|
372
|
+
<h3>Added</h3>
|
|
373
|
+
</a>
|
|
374
|
+
<ul>
|
|
375
|
+
<li><code>seq</code> method</li>
|
|
376
|
+
</ul>
|
|
377
|
+
|
|
378
|
+
<a href="#0132---2021-05-16" id="0132---2021-05-16" style="color: inherit; text-decoration: none;">
|
|
379
|
+
<h2>[0.13.2] - 2021-05-16</h2>
|
|
380
|
+
</a>
|
|
381
|
+
|
|
382
|
+
<a href="#changed-8" id="changed-8" style="color: inherit; text-decoration: none;">
|
|
383
|
+
<h3>Changed</h3>
|
|
384
|
+
</a>
|
|
385
|
+
<ul>
|
|
386
|
+
<li>upgraded typings for pick, omit, get, getMultiple, mapValues, set, setImmutable, sortBy</li>
|
|
387
|
+
</ul>
|
|
388
|
+
|
|
389
|
+
<a href="#0131---2021-04-14" id="0131---2021-04-14" style="color: inherit; text-decoration: none;">
|
|
390
|
+
<h2>[0.13.1] - 2021-04-14</h2>
|
|
391
|
+
</a>
|
|
392
|
+
|
|
393
|
+
<a href="#changed-9" id="changed-9" style="color: inherit; text-decoration: none;">
|
|
394
|
+
<h3>Changed</h3>
|
|
395
|
+
</a>
|
|
396
|
+
<ul>
|
|
397
|
+
<li>upgraded typings for mapValues</li>
|
|
398
|
+
</ul>
|
|
399
|
+
|
|
400
|
+
<a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
|
|
401
|
+
<h3>Dev</h3>
|
|
402
|
+
</a>
|
|
403
|
+
<ul>
|
|
404
|
+
<li>fixed invalid name in <code>types</code> package.json field</li>
|
|
405
|
+
<li>bumped some deps</li>
|
|
406
|
+
<li>added missing testcase for mapValues</li>
|
|
407
|
+
</ul>
|
|
408
|
+
|
|
409
|
+
<a href="#0130---2021-02-03" id="0130---2021-02-03" style="color: inherit; text-decoration: none;">
|
|
410
|
+
<h2>[0.13.0] - 2021-02-03</h2>
|
|
411
|
+
</a>
|
|
412
|
+
|
|
413
|
+
<a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
|
|
414
|
+
<h3>Added</h3>
|
|
415
|
+
</a>
|
|
416
|
+
<ul>
|
|
417
|
+
<li><code>match</code> method</li>
|
|
418
|
+
<li><code>pack</code> method</li>
|
|
419
|
+
<li><code>sortBy</code> method</li>
|
|
420
|
+
</ul>
|
|
421
|
+
|
|
422
|
+
<a href="#0120---2021-01-19" id="0120---2021-01-19" style="color: inherit; text-decoration: none;">
|
|
423
|
+
<h2>[0.12.0] - 2021-01-19</h2>
|
|
424
|
+
</a>
|
|
425
|
+
|
|
426
|
+
<a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
|
|
427
|
+
<h3>Added</h3>
|
|
428
|
+
</a>
|
|
429
|
+
<ul>
|
|
430
|
+
<li><code>makeArray</code> method</li>
|
|
431
|
+
</ul>
|
|
432
|
+
|
|
433
|
+
<a href="#0110-beta2---2021-01-08" id="0110-beta2---2021-01-08" style="color: inherit; text-decoration: none;">
|
|
434
|
+
<h2>[0.11.0-beta.2] - 2021-01-08</h2>
|
|
435
|
+
</a>
|
|
436
|
+
|
|
437
|
+
<a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
|
|
438
|
+
<h3>Dev</h3>
|
|
439
|
+
</a>
|
|
440
|
+
<ul>
|
|
441
|
+
<li>add basic TypeScript support</li>
|
|
442
|
+
<li>replaced mocha with jest</li>
|
|
443
|
+
<li>replaced jsdoc with typedoc</li>
|
|
444
|
+
</ul>
|
|
445
|
+
|
|
446
|
+
<a href="#changed-10" id="changed-10" style="color: inherit; text-decoration: none;">
|
|
447
|
+
<h3>Changed</h3>
|
|
448
|
+
</a>
|
|
449
|
+
<ul>
|
|
450
|
+
<li>small README update</li>
|
|
451
|
+
</ul>
|
|
452
|
+
|
|
453
|
+
<a href="#0101---2020-09-14" id="0101---2020-09-14" style="color: inherit; text-decoration: none;">
|
|
454
|
+
<h2>[0.10.1] - 2020-09-14</h2>
|
|
455
|
+
</a>
|
|
456
|
+
|
|
457
|
+
<a href="#fixed-6" id="fixed-6" style="color: inherit; text-decoration: none;">
|
|
458
|
+
<h3>Fixed</h3>
|
|
459
|
+
</a>
|
|
460
|
+
<ul>
|
|
461
|
+
<li><code>pages</code> export</li>
|
|
462
|
+
</ul>
|
|
463
|
+
|
|
464
|
+
<a href="#0100---2020-09-14" id="0100---2020-09-14" style="color: inherit; text-decoration: none;">
|
|
465
|
+
<h2>[0.10.0] - 2020-09-14</h2>
|
|
466
|
+
</a>
|
|
467
|
+
|
|
468
|
+
<a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
|
|
469
|
+
<h3>Added</h3>
|
|
470
|
+
</a>
|
|
471
|
+
<ul>
|
|
472
|
+
<li><code>pages</code> method</li>
|
|
473
|
+
</ul>
|
|
474
|
+
|
|
475
|
+
<a href="#090---2020-07-09" id="090---2020-07-09" style="color: inherit; text-decoration: none;">
|
|
476
|
+
<h2>[0.9.0] - 2020-07-09</h2>
|
|
477
|
+
</a>
|
|
478
|
+
|
|
479
|
+
<a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
|
|
480
|
+
<h3>Added</h3>
|
|
481
|
+
</a>
|
|
482
|
+
<ul>
|
|
483
|
+
<li><code>remove</code> method</li>
|
|
484
|
+
</ul>
|
|
485
|
+
|
|
486
|
+
<a href="#080---2020-03-13" id="080---2020-03-13" style="color: inherit; text-decoration: none;">
|
|
487
|
+
<h2>[0.8.0] - 2020-03-13</h2>
|
|
488
|
+
</a>
|
|
489
|
+
|
|
490
|
+
<a href="#fixed-7" id="fixed-7" style="color: inherit; text-decoration: none;">
|
|
491
|
+
<h3>Fixed</h3>
|
|
492
|
+
</a>
|
|
493
|
+
<ul>
|
|
494
|
+
<li>CommonJS code still not working properly</li>
|
|
495
|
+
</ul>
|
|
496
|
+
|
|
497
|
+
<a href="#changed-11" id="changed-11" style="color: inherit; text-decoration: none;">
|
|
498
|
+
<h3>Changed</h3>
|
|
499
|
+
</a>
|
|
500
|
+
<ul>
|
|
501
|
+
<li><code>REMOVE</code> enum from mapValues attached to the function instead of extra export</li>
|
|
502
|
+
<li>better native ESM support</li>
|
|
503
|
+
</ul>
|
|
504
|
+
|
|
505
|
+
<a href="#071---2020-03-12" id="071---2020-03-12" style="color: inherit; text-decoration: none;">
|
|
506
|
+
<h2>[0.7.1] - 2020-03-12</h2>
|
|
507
|
+
</a>
|
|
508
|
+
|
|
509
|
+
<a href="#fixed-8" id="fixed-8" style="color: inherit; text-decoration: none;">
|
|
510
|
+
<h3>Fixed</h3>
|
|
511
|
+
</a>
|
|
512
|
+
<ul>
|
|
513
|
+
<li>CommonJS code not working properly</li>
|
|
514
|
+
</ul>
|
|
515
|
+
|
|
516
|
+
<a href="#070---2020-03-10" id="070---2020-03-10" style="color: inherit; text-decoration: none;">
|
|
517
|
+
<h2>[0.7.0] - 2020-03-10</h2>
|
|
518
|
+
</a>
|
|
519
|
+
|
|
520
|
+
<a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
|
|
521
|
+
<h3>Added</h3>
|
|
522
|
+
</a>
|
|
523
|
+
<ul>
|
|
524
|
+
<li>native ESM support</li>
|
|
525
|
+
</ul>
|
|
526
|
+
|
|
527
|
+
<a href="#changed-12" id="changed-12" style="color: inherit; text-decoration: none;">
|
|
528
|
+
<h3>Changed</h3>
|
|
529
|
+
</a>
|
|
530
|
+
<ul>
|
|
531
|
+
<li>upgraded deps</li>
|
|
532
|
+
</ul>
|
|
533
|
+
|
|
534
|
+
<a href="#removed" id="removed" style="color: inherit; text-decoration: none;">
|
|
535
|
+
<h3>Removed</h3>
|
|
536
|
+
</a>
|
|
537
|
+
<ul>
|
|
538
|
+
<li>support for deep imports like: <code>bottom-line-utils/get</code>, use <code>bottom-line-utils/src/get</code> or
|
|
539
|
+
<code>bottom-line-utils/dist/get</code> for now</li>
|
|
540
|
+
</ul>
|
|
541
|
+
|
|
542
|
+
<a href="#063---2019-08-29" id="063---2019-08-29" style="color: inherit; text-decoration: none;">
|
|
543
|
+
<h2>[0.6.3] - 2019-08-29</h2>
|
|
544
|
+
</a>
|
|
545
|
+
|
|
546
|
+
<a href="#fixed-9" id="fixed-9" style="color: inherit; text-decoration: none;">
|
|
547
|
+
<h3>Fixed</h3>
|
|
548
|
+
</a>
|
|
549
|
+
<ul>
|
|
550
|
+
<li>dev deps audit issues</li>
|
|
551
|
+
</ul>
|
|
552
|
+
|
|
553
|
+
<a href="#062---2019-06-06" id="062---2019-06-06" style="color: inherit; text-decoration: none;">
|
|
554
|
+
<h2>[0.6.2] - 2019-06-06</h2>
|
|
555
|
+
</a>
|
|
556
|
+
|
|
557
|
+
<a href="#fixed-10" id="fixed-10" style="color: inherit; text-decoration: none;">
|
|
558
|
+
<h3>Fixed</h3>
|
|
559
|
+
</a>
|
|
560
|
+
<ul>
|
|
561
|
+
<li>deps audit issue, related to development (eslint), not the code (0.6.2 is not released to npm as a result)</li>
|
|
562
|
+
</ul>
|
|
563
|
+
|
|
564
|
+
<a href="#061---2019-06-05" id="061---2019-06-05" style="color: inherit; text-decoration: none;">
|
|
565
|
+
<h2>[0.6.1] - 2019-06-05</h2>
|
|
566
|
+
</a>
|
|
567
|
+
|
|
568
|
+
<a href="#fixed-11" id="fixed-11" style="color: inherit; text-decoration: none;">
|
|
569
|
+
<h3>Fixed</h3>
|
|
570
|
+
</a>
|
|
571
|
+
<ul>
|
|
572
|
+
<li>deps audit issue, related to docs generating, not the code (0.6.1 is not released to npm as a result)</li>
|
|
573
|
+
</ul>
|
|
574
|
+
|
|
575
|
+
<a href="#060---2019-05-12" id="060---2019-05-12" style="color: inherit; text-decoration: none;">
|
|
576
|
+
<h2>[0.6.0] - 2019-05-12</h2>
|
|
577
|
+
</a>
|
|
578
|
+
|
|
579
|
+
<a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
|
|
580
|
+
<h3>Added</h3>
|
|
581
|
+
</a>
|
|
582
|
+
<ul>
|
|
583
|
+
<li><code>pick</code> and <code>omit</code> methods</li>
|
|
584
|
+
</ul>
|
|
585
|
+
|
|
586
|
+
<a href="#changed-13" id="changed-13" style="color: inherit; text-decoration: none;">
|
|
587
|
+
<h3>Changed</h3>
|
|
588
|
+
</a>
|
|
589
|
+
<ul>
|
|
590
|
+
<li>babel config for <code>dist</code> transpiled code upgraded, to transpile less features</li>
|
|
591
|
+
</ul>
|
|
592
|
+
|
|
593
|
+
<a href="#050---2019-04-09" id="050---2019-04-09" style="color: inherit; text-decoration: none;">
|
|
594
|
+
<h2>[0.5.0] - 2019-04-09</h2>
|
|
595
|
+
</a>
|
|
596
|
+
|
|
597
|
+
<a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
|
|
598
|
+
<h3>Added</h3>
|
|
599
|
+
</a>
|
|
600
|
+
<ul>
|
|
601
|
+
<li><code>coalesce</code> method</li>
|
|
602
|
+
</ul>
|
|
603
|
+
|
|
604
|
+
<a href="#041---2019-01-31" id="041---2019-01-31" style="color: inherit; text-decoration: none;">
|
|
605
|
+
<h2>[0.4.1] - 2019-01-31</h2>
|
|
606
|
+
</a>
|
|
607
|
+
|
|
608
|
+
<a href="#fixed-12" id="fixed-12" style="color: inherit; text-decoration: none;">
|
|
609
|
+
<h3>Fixed</h3>
|
|
610
|
+
</a>
|
|
611
|
+
<ul>
|
|
612
|
+
<li><code>setImmutable</code> not allowing number as path and allowing other incorrect/unexpected values as paths</li>
|
|
613
|
+
</ul>
|
|
614
|
+
|
|
615
|
+
<a href="#040---2019-01-30" id="040---2019-01-30" style="color: inherit; text-decoration: none;">
|
|
616
|
+
<h2>[0.4.0] - 2019-01-30</h2>
|
|
617
|
+
</a>
|
|
618
|
+
|
|
619
|
+
<a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
|
|
620
|
+
<h3>Added</h3>
|
|
621
|
+
</a>
|
|
622
|
+
<ul>
|
|
623
|
+
<li><code>insertSeparator</code> method</li>
|
|
624
|
+
</ul>
|
|
625
|
+
|
|
626
|
+
<a href="#031---2018-12-09" id="031---2018-12-09" style="color: inherit; text-decoration: none;">
|
|
627
|
+
<h2>[0.3.1] - 2018-12-09</h2>
|
|
628
|
+
</a>
|
|
629
|
+
|
|
630
|
+
<a href="#fixed-13" id="fixed-13" style="color: inherit; text-decoration: none;">
|
|
631
|
+
<h3>Fixed</h3>
|
|
632
|
+
</a>
|
|
633
|
+
<ul>
|
|
634
|
+
<li>added missing export of <code>setImmutable</code> to index</li>
|
|
635
|
+
</ul>
|
|
636
|
+
|
|
637
|
+
<a href="#030---2018-12-09" id="030---2018-12-09" style="color: inherit; text-decoration: none;">
|
|
638
|
+
<h2>[0.3.0] - 2018-12-09</h2>
|
|
639
|
+
</a>
|
|
640
|
+
|
|
641
|
+
<a href="#fixed-14" id="fixed-14" style="color: inherit; text-decoration: none;">
|
|
642
|
+
<h3>Fixed</h3>
|
|
643
|
+
</a>
|
|
644
|
+
<ul>
|
|
645
|
+
<li>missing labels in <code>set</code> tests</li>
|
|
646
|
+
<li>disabled removing unused labels in tests</li>
|
|
647
|
+
</ul>
|
|
648
|
+
|
|
649
|
+
<a href="#changed-14" id="changed-14" style="color: inherit; text-decoration: none;">
|
|
650
|
+
<h3>Changed</h3>
|
|
651
|
+
</a>
|
|
652
|
+
<ul>
|
|
653
|
+
<li>improved one <code>set</code> test</li>
|
|
654
|
+
</ul>
|
|
655
|
+
|
|
656
|
+
<a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
|
|
657
|
+
<h3>Added</h3>
|
|
658
|
+
</a>
|
|
659
|
+
<ul>
|
|
660
|
+
<li><code>setImmutable</code> method</li>
|
|
661
|
+
</ul>
|
|
662
|
+
|
|
663
|
+
<a href="#020-2018-12-09" id="020-2018-12-09" style="color: inherit; text-decoration: none;">
|
|
664
|
+
<h2>[0.2.0] 2018-12-09</h2>
|
|
665
|
+
</a>
|
|
666
|
+
|
|
667
|
+
<a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
|
|
668
|
+
<h3>Added</h3>
|
|
669
|
+
</a>
|
|
670
|
+
<ul>
|
|
671
|
+
<li><code>set</code> function</li>
|
|
672
|
+
<li></li>
|
|
673
|
+
</ul>
|
|
674
|
+
</div></div>
|
|
675
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
676
|
+
<div class="tsd-navigation settings">
|
|
677
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
678
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
679
|
+
<div class="tsd-accordion-details">
|
|
680
|
+
<div class="tsd-filter-visibility">
|
|
681
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
682
|
+
<ul id="tsd-filter-options">
|
|
683
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
684
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
|
|
685
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
686
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
687
|
+
<div class="tsd-theme-toggle">
|
|
688
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
689
|
+
<nav class="tsd-navigation primary">
|
|
690
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
691
|
+
<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>
|
|
692
|
+
<div class="tsd-accordion-details">
|
|
693
|
+
<ul>
|
|
694
|
+
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.4.0</a>
|
|
695
|
+
<ul>
|
|
696
|
+
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
|
|
697
|
+
<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>
|
|
698
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
699
|
+
<ul>
|
|
700
|
+
<li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
701
|
+
<li class="tsd-kind-interface"><a href="../interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
702
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
703
|
+
<li class="tsd-kind-interface"><a href="../interfaces/OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
|
|
704
|
+
<li class="tsd-kind-interface"><a href="../interfaces/SetImmutableSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Immutable<wbr/>Source</a></li>
|
|
705
|
+
<li class="tsd-kind-interface"><a href="../interfaces/SetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Source</a></li>
|
|
706
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ThrottleOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttle<wbr/>Options</a></li>
|
|
707
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ThrottledFunctionExtras.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttled<wbr/>Function<wbr/>Extras</a></li>
|
|
708
|
+
<li class="tsd-kind-type-alias"><a href="../types/MapValuesFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Map<wbr/>Values<wbr/>Fn</a></li>
|
|
709
|
+
<li class="tsd-kind-type-alias"><a href="../types/MatchCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Match<wbr/>Callback</a></li>
|
|
710
|
+
<li class="tsd-kind-type-alias"><a href="../types/SeqEarlyBreaker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Early<wbr/>Breaker</a></li>
|
|
711
|
+
<li class="tsd-kind-type-alias"><a href="../types/SeqFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Fn</a></li>
|
|
712
|
+
<li class="tsd-kind-type-alias"><a href="../types/SeqFunctions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Functions</a></li>
|
|
713
|
+
<li class="tsd-kind-type-alias"><a href="../types/SetImmutablePath.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Set<wbr/>Immutable<wbr/>Path</a></li>
|
|
714
|
+
<li class="tsd-kind-type-alias"><a href="../types/ThrottledFunction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Throttled<wbr/>Function</a></li>
|
|
715
|
+
<li class="tsd-kind-variable"><a href="../variables/mapValuesUNSET.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>map<wbr/>ValuesUNSET</a></li>
|
|
716
|
+
<li class="tsd-kind-variable"><a href="../variables/mergeUNSET.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>mergeUNSET</a></li>
|
|
717
|
+
<li class="tsd-kind-function"><a href="../functions/cap.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>cap</a></li>
|
|
718
|
+
<li class="tsd-kind-function"><a href="../functions/capitalize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>capitalize</a></li>
|
|
719
|
+
<li class="tsd-kind-function"><a href="../functions/coalesce.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>coalesce</a></li>
|
|
720
|
+
<li class="tsd-kind-function"><a href="../functions/ensureArray.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Array</a></li>
|
|
721
|
+
<li class="tsd-kind-function"><a href="../functions/ensureDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Date</a></li>
|
|
722
|
+
<li class="tsd-kind-function"><a href="../functions/ensureError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Error</a></li>
|
|
723
|
+
<li class="tsd-kind-function"><a href="../functions/ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
|
|
724
|
+
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
725
|
+
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
726
|
+
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
727
|
+
<li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
728
|
+
<li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
729
|
+
<li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
|
730
|
+
<li class="tsd-kind-function"><a href="../functions/isEmpty.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Empty</a></li>
|
|
731
|
+
<li class="tsd-kind-function"><a href="../functions/isNumericString.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Numeric<wbr/>String</a></li>
|
|
732
|
+
<li class="tsd-kind-function"><a href="../functions/isPlainObject.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Plain<wbr/>Object</a></li>
|
|
733
|
+
<li class="tsd-kind-function"><a href="../functions/last.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>last</a></li>
|
|
734
|
+
<li class="tsd-kind-function"><a href="../functions/mapAsync.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>map<wbr/>Async</a></li>
|
|
735
|
+
<li class="tsd-kind-function"><a href="../functions/mapValues.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>map<wbr/>Values</a></li>
|
|
736
|
+
<li class="tsd-kind-function"><a href="../functions/match.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>match</a></li>
|
|
737
|
+
<li class="tsd-kind-function"><a href="../functions/merge.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>merge</a></li>
|
|
738
|
+
<li class="tsd-kind-function"><a href="../functions/mostFrequent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>most<wbr/>Frequent</a></li>
|
|
739
|
+
<li class="tsd-kind-function"><a href="../functions/noop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>noop</a></li>
|
|
740
|
+
<li class="tsd-kind-function"><a href="../functions/occurrences.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>occurrences</a></li>
|
|
741
|
+
<li class="tsd-kind-function"><a href="../functions/omit.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>omit</a></li>
|
|
742
|
+
<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>
|
|
743
|
+
<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>
|
|
744
|
+
<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>
|
|
745
|
+
<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>
|
|
746
|
+
<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>
|
|
747
|
+
<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>
|
|
748
|
+
<li class="tsd-kind-function"><a href="../functions/scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
|
|
749
|
+
<li class="tsd-kind-function"><a href="../functions/seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
|
|
750
|
+
<li class="tsd-kind-function"><a href="../functions/seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
|
|
751
|
+
<li class="tsd-kind-function"><a href="../functions/set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
|
|
752
|
+
<li class="tsd-kind-function"><a href="../functions/setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
|
|
753
|
+
<li class="tsd-kind-function"><a href="../functions/sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
|
|
754
|
+
<li class="tsd-kind-function"><a href="../functions/sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
|
|
755
|
+
<li class="tsd-kind-function"><a href="../functions/stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
|
|
756
|
+
<li class="tsd-kind-function"><a href="../functions/stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
|
|
757
|
+
<li class="tsd-kind-function"><a href="../functions/throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>
|
|
758
|
+
<li class="tsd-kind-function"><a href="../functions/truthy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>truthy</a></li>
|
|
759
|
+
<li class="tsd-kind-function"><a href="../functions/wait.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait</a></li>
|
|
760
|
+
<li class="tsd-kind-function"><a href="../functions/waitFor.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait<wbr/>For</a></li>
|
|
761
|
+
<li class="tsd-kind-function"><a href="../functions/waitSync.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>wait<wbr/>Sync</a></li></ul></nav></div></div>
|
|
762
|
+
<div class="container tsd-generator">
|
|
763
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
764
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|