@ezez/utils 2.1.0 → 3.0.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 (157) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/index.d.ts +4 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +4 -0
  5. package/dist/index.js.map +1 -1
  6. package/dist/replace.d.ts.map +1 -1
  7. package/dist/replace.js.map +1 -1
  8. package/dist/safe.d.ts.map +1 -1
  9. package/dist/safe.js.map +1 -1
  10. package/dist/sample.d.ts +3 -0
  11. package/dist/sample.d.ts.map +1 -0
  12. package/dist/sample.js +8 -0
  13. package/dist/sample.js.map +1 -0
  14. package/dist/samples.d.ts +3 -0
  15. package/dist/samples.d.ts.map +1 -0
  16. package/dist/samples.js +28 -0
  17. package/dist/samples.js.map +1 -0
  18. package/dist/shuffle.d.ts +3 -0
  19. package/dist/shuffle.d.ts.map +1 -0
  20. package/dist/shuffle.js +9 -0
  21. package/dist/shuffle.js.map +1 -0
  22. package/dist/toggle.d.ts +3 -0
  23. package/dist/toggle.d.ts.map +1 -0
  24. package/dist/toggle.js +15 -0
  25. package/dist/toggle.js.map +1 -0
  26. package/dist/waitFor.d.ts +7 -1
  27. package/dist/waitFor.d.ts.map +1 -1
  28. package/dist/waitFor.js +35 -10
  29. package/dist/waitFor.js.map +1 -1
  30. package/docs/assets/search.js +1 -1
  31. package/docs/functions/cap.html +9 -5
  32. package/docs/functions/capitalize.html +9 -5
  33. package/docs/functions/coalesce.html +9 -5
  34. package/docs/functions/compareArrays.html +9 -5
  35. package/docs/functions/compareProps.html +9 -5
  36. package/docs/functions/deserialize.html +9 -5
  37. package/docs/functions/ensureArray.html +9 -5
  38. package/docs/functions/ensureDate.html +9 -5
  39. package/docs/functions/ensureError.html +9 -5
  40. package/docs/functions/ensurePrefix.html +9 -5
  41. package/docs/functions/ensureSuffix.html +9 -5
  42. package/docs/functions/ensureTimestamp.html +9 -5
  43. package/docs/functions/escapeRegExp.html +9 -5
  44. package/docs/functions/formatDate.html +9 -5
  45. package/docs/functions/get.html +9 -5
  46. package/docs/functions/getMultiple.html +9 -5
  47. package/docs/functions/insertSeparator.html +9 -5
  48. package/docs/functions/isEmpty.html +9 -5
  49. package/docs/functions/isNumericString.html +9 -5
  50. package/docs/functions/isPlainObject.html +9 -5
  51. package/docs/functions/last.html +9 -5
  52. package/docs/functions/later-1.html +9 -5
  53. package/docs/functions/mapAsync.html +9 -5
  54. package/docs/functions/mapValues.html +9 -5
  55. package/docs/functions/match.html +9 -5
  56. package/docs/functions/merge.html +17 -13
  57. package/docs/functions/mostFrequent.html +9 -5
  58. package/docs/functions/noop.html +9 -5
  59. package/docs/functions/occurrences.html +9 -5
  60. package/docs/functions/omit.html +9 -5
  61. package/docs/functions/pick.html +9 -5
  62. package/docs/functions/pull.html +9 -5
  63. package/docs/functions/remove.html +9 -5
  64. package/docs/functions/removeCommonProperties.html +9 -5
  65. package/docs/functions/replace.html +9 -5
  66. package/docs/functions/replaceDeep.html +9 -5
  67. package/docs/functions/rethrow.html +9 -5
  68. package/docs/functions/round.html +9 -5
  69. package/docs/functions/safe.html +10 -6
  70. package/docs/functions/sample.html +146 -0
  71. package/docs/functions/samples.html +156 -0
  72. package/docs/functions/scale.html +9 -5
  73. package/docs/functions/seq.html +9 -5
  74. package/docs/functions/seqEarlyBreak.html +9 -5
  75. package/docs/functions/serialize.html +9 -5
  76. package/docs/functions/set.html +9 -5
  77. package/docs/functions/setImmutable.html +9 -5
  78. package/docs/functions/shuffle.html +146 -0
  79. package/docs/functions/sortBy.html +9 -5
  80. package/docs/functions/sortProps.html +9 -5
  81. package/docs/functions/stripPrefix.html +9 -5
  82. package/docs/functions/stripSuffix.html +9 -5
  83. package/docs/functions/throttle.html +9 -5
  84. package/docs/functions/toggle.html +151 -0
  85. package/docs/functions/truthy.html +9 -5
  86. package/docs/functions/unique.html +9 -5
  87. package/docs/functions/wait.html +9 -5
  88. package/docs/functions/waitFor.html +20 -18
  89. package/docs/functions/waitSync.html +9 -5
  90. package/docs/index.html +8 -4
  91. package/docs/interfaces/ComparePropsOptions.html +6 -6
  92. package/docs/interfaces/GetMultipleSource.html +9 -5
  93. package/docs/interfaces/GetSource.html +9 -5
  94. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  95. package/docs/interfaces/OccurencesOptions.html +6 -6
  96. package/docs/interfaces/SetImmutableSource.html +9 -5
  97. package/docs/interfaces/SetSource.html +9 -5
  98. package/docs/interfaces/ThrottleOptions.html +7 -7
  99. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  100. package/docs/modules.html +12 -4
  101. package/docs/pages/CHANGELOG.html +86 -46
  102. package/docs/pages/Introduction.html +8 -4
  103. package/docs/types/CustomDeserializers.html +9 -5
  104. package/docs/types/CustomSerializers.html +9 -5
  105. package/docs/types/Later.html +9 -5
  106. package/docs/types/MapValuesFn.html +9 -5
  107. package/docs/types/MatchCallback.html +9 -5
  108. package/docs/types/SeqEarlyBreaker.html +9 -5
  109. package/docs/types/SeqFn.html +9 -5
  110. package/docs/types/SeqFunctions.html +9 -5
  111. package/docs/types/SetImmutablePath.html +9 -5
  112. package/docs/types/ThrottledFunction.html +9 -5
  113. package/docs/variables/mapValuesUNSET.html +9 -5
  114. package/docs/variables/mergeUNSET.html +9 -5
  115. package/esm/index.d.ts +4 -0
  116. package/esm/index.d.ts.map +1 -1
  117. package/esm/index.js +4 -0
  118. package/esm/index.js.map +1 -1
  119. package/esm/replace.d.ts.map +1 -1
  120. package/esm/replace.js.map +1 -1
  121. package/esm/safe.d.ts.map +1 -1
  122. package/esm/safe.js.map +1 -1
  123. package/esm/sample.d.ts +3 -0
  124. package/esm/sample.d.ts.map +1 -0
  125. package/esm/sample.js +5 -0
  126. package/esm/sample.js.map +1 -0
  127. package/esm/samples.d.ts +3 -0
  128. package/esm/samples.d.ts.map +1 -0
  129. package/esm/samples.js +25 -0
  130. package/esm/samples.js.map +1 -0
  131. package/esm/shuffle.d.ts +3 -0
  132. package/esm/shuffle.d.ts.map +1 -0
  133. package/esm/shuffle.js +6 -0
  134. package/esm/shuffle.js.map +1 -0
  135. package/esm/toggle.d.ts +3 -0
  136. package/esm/toggle.d.ts.map +1 -0
  137. package/esm/toggle.js +12 -0
  138. package/esm/toggle.js.map +1 -0
  139. package/esm/waitFor.d.ts +7 -1
  140. package/esm/waitFor.d.ts.map +1 -1
  141. package/esm/waitFor.js +35 -10
  142. package/esm/waitFor.js.map +1 -1
  143. package/package.json +4 -4
  144. package/pnpm-lock.yaml +1162 -986
  145. package/src/index.ts +4 -0
  146. package/src/replace.ts +0 -1
  147. package/src/safe.ts +0 -1
  148. package/src/sample.spec.ts +31 -0
  149. package/src/sample.ts +11 -0
  150. package/src/samples.spec.ts +50 -0
  151. package/src/samples.ts +41 -0
  152. package/src/shuffle.spec.ts +39 -0
  153. package/src/shuffle.ts +13 -0
  154. package/src/toggle.spec.ts +43 -0
  155. package/src/toggle.ts +22 -0
  156. package/src/waitFor.spec.ts +141 -0
  157. package/src/waitFor.ts +69 -18
@@ -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 - v2.1.0</title><meta name="description" content="Documentation for @ezez/utils - v2.1.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 - v3.0.0</title><meta name="description" content="Documentation for @ezez/utils - v3.0.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,60 @@
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 - v2.1.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v3.0.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 - v2.1.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v3.0.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="https://ezez.dev/changelog/">EZEZ 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="#300---2024-03-25" id="300---2024-03-25" style="color: inherit; text-decoration: none;">
23
+ <h2>[3.0.0] - 2024-03-25</h2>
24
+ </a>
25
+
26
+ <a href="#breaking" id="breaking" style="color: inherit; text-decoration: none;">
27
+ <h3>Breaking</h3>
28
+ </a>
29
+ <ul>
30
+ <li><code>waitFor</code> method was upgraded:<ul>
31
+ <li>now it supports Promises</li>
32
+ <li>the check fails only if <code>undefined</code>, <code>null</code> or <code>false</code> is given</li>
33
+ <li>function signature is changed (object options)</li>
34
+ <li><code>maxTries</code> option is added to have a limit of tries unrelated to time</li>
35
+ <li>no wait before the initial check</li>
36
+ </ul>
37
+ </li>
38
+ </ul>
39
+
40
+ <a href="#added" id="added" style="color: inherit; text-decoration: none;">
41
+ <h3>Added</h3>
42
+ </a>
43
+ <ul>
44
+ <li><code>toggle</code> method</li>
45
+ <li><code>sample</code> method</li>
46
+ <li><code>samples</code> method</li>
47
+ <li><code>shuffle</code> method</li>
48
+ </ul>
49
+
50
+ <a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
51
+ <h3>Dev</h3>
52
+ </a>
53
+ <ul>
54
+ <li>added <code>waitFor</code> unit tests</li>
55
+ <li>added missing build files to repo (missing since 2.0.0)</li>
56
+ </ul>
57
+
22
58
  <a href="#210---2023-10-29" id="210---2023-10-29" style="color: inherit; text-decoration: none;">
23
59
  <h2>[2.1.0] - 2023-10-29</h2>
24
60
  </a>
25
61
 
26
- <a href="#added" id="added" style="color: inherit; text-decoration: none;">
62
+ <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
27
63
  <h3>Added</h3>
28
64
  </a>
29
65
  <ul>
@@ -34,7 +70,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
34
70
  <h2>[2.0.0] - 2023-10-09</h2>
35
71
  </a>
36
72
 
37
- <a href="#breaking" id="breaking" style="color: inherit; text-decoration: none;">
73
+ <a href="#breaking-1" id="breaking-1" style="color: inherit; text-decoration: none;">
38
74
  <h3>Breaking</h3>
39
75
  </a>
40
76
  <ul>
@@ -42,7 +78,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
42
78
  transpile this lib yourself</li>
43
79
  </ul>
44
80
 
45
- <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
81
+ <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
46
82
  <h3>Added</h3>
47
83
  </a>
48
84
  <ul>
@@ -55,7 +91,7 @@ transpile this lib yourself</li>
55
91
  <h2>[1.9.0] - 2023-07-07</h2>
56
92
  </a>
57
93
 
58
- <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
94
+ <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
59
95
  <h3>Added</h3>
60
96
  </a>
61
97
  <ul>
@@ -77,14 +113,14 @@ transpile this lib yourself</li>
77
113
  <h2>[1.8.0] - 2023-06-03</h2>
78
114
  </a>
79
115
 
80
- <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
116
+ <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
81
117
  <h3>Added</h3>
82
118
  </a>
83
119
  <ul>
84
120
  <li><code>formatDate</code> method</li>
85
121
  </ul>
86
122
 
87
- <a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
123
+ <a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
88
124
  <h3>Dev</h3>
89
125
  </a>
90
126
  <ul>
@@ -95,7 +131,7 @@ transpile this lib yourself</li>
95
131
  <h2>[1.7.0] - 2023-05-22</h2>
96
132
  </a>
97
133
 
98
- <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
134
+ <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
99
135
  <h3>Added</h3>
100
136
  </a>
101
137
  <ul>
@@ -106,7 +142,7 @@ transpile this lib yourself</li>
106
142
  <h2>[1.6.0] - 2023-05-12</h2>
107
143
  </a>
108
144
 
109
- <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
145
+ <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
110
146
  <h3>Added</h3>
111
147
  </a>
112
148
  <ul>
@@ -117,7 +153,7 @@ transpile this lib yourself</li>
117
153
  <h2>[1.5.0] - 2023-05-12</h2>
118
154
  </a>
119
155
 
120
- <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
156
+ <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
121
157
  <h3>Added</h3>
122
158
  </a>
123
159
  <ul>
@@ -129,7 +165,7 @@ transpile this lib yourself</li>
129
165
  <h2>[1.4.0] - 2023-05-11</h2>
130
166
  </a>
131
167
 
132
- <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
168
+ <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
133
169
  <h3>Added</h3>
134
170
  </a>
135
171
  <ul>
@@ -142,14 +178,14 @@ transpile this lib yourself</li>
142
178
  <h2>[1.3.0] - 2023-05-07</h2>
143
179
  </a>
144
180
 
145
- <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
181
+ <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
146
182
  <h3>Added</h3>
147
183
  </a>
148
184
  <ul>
149
185
  <li><code>safe</code> method</li>
150
186
  </ul>
151
187
 
152
- <a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
188
+ <a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
153
189
  <h3>Dev</h3>
154
190
  </a>
155
191
  <ul>
@@ -161,7 +197,7 @@ transpile this lib yourself</li>
161
197
  <h2>[1.2.0] - 2023-03-01</h2>
162
198
  </a>
163
199
 
164
- <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
200
+ <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
165
201
  <h3>Added</h3>
166
202
  </a>
167
203
  <ul>
@@ -177,7 +213,7 @@ transpile this lib yourself</li>
177
213
  <h2>[1.1.0] - 2023-02-20</h2>
178
214
  </a>
179
215
 
180
- <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
216
+ <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
181
217
  <h3>Added</h3>
182
218
  </a>
183
219
  <ul>
@@ -196,14 +232,14 @@ transpile this lib yourself</li>
196
232
  <h2>[1.0.0] - 2023-02-19</h2>
197
233
  </a>
198
234
 
199
- <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
235
+ <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
200
236
  <h3>Added</h3>
201
237
  </a>
202
238
  <ul>
203
239
  <li><code>isPlainObject</code> method</li>
204
240
  </ul>
205
241
 
206
- <a href="#breaking-1" id="breaking-1" style="color: inherit; text-decoration: none;">
242
+ <a href="#breaking-2" id="breaking-2" style="color: inherit; text-decoration: none;">
207
243
  <h3>Breaking</h3>
208
244
  </a>
209
245
  <ul>
@@ -224,7 +260,7 @@ transpile this lib yourself</li>
224
260
  <li>in jsdoc added a warning to get/set and family about using them with TS</li>
225
261
  </ul>
226
262
 
227
- <a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
263
+ <a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
228
264
  <h3>Dev</h3>
229
265
  </a>
230
266
  <ul>
@@ -238,7 +274,7 @@ transpile this lib yourself</li>
238
274
  <h2>[0.24.1] - 2022-11-08</h2>
239
275
  </a>
240
276
 
241
- <a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
277
+ <a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
242
278
  <h3>Dev</h3>
243
279
  </a>
244
280
  <ul>
@@ -250,7 +286,7 @@ transpile this lib yourself</li>
250
286
  <h2>[0.24.0] - 2022-09-23</h2>
251
287
  </a>
252
288
 
253
- <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
289
+ <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
254
290
  <h3>Added</h3>
255
291
  </a>
256
292
  <ul>
@@ -298,7 +334,7 @@ transpile this lib yourself</li>
298
334
  <h2>[0.23.0] - 2022-07-17</h2>
299
335
  </a>
300
336
 
301
- <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
337
+ <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
302
338
  <h3>Added</h3>
303
339
  </a>
304
340
  <ul>
@@ -309,7 +345,7 @@ transpile this lib yourself</li>
309
345
  <h2>[0.22.0] - 2022-07-16</h2>
310
346
  </a>
311
347
 
312
- <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
348
+ <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
313
349
  <h3>Added</h3>
314
350
  </a>
315
351
  <ul>
@@ -327,7 +363,7 @@ transpile this lib yourself</li>
327
363
  <h2>[0.21.0] - 2022-07-08</h2>
328
364
  </a>
329
365
 
330
- <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
366
+ <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
331
367
  <h3>Added</h3>
332
368
  </a>
333
369
  <ul>
@@ -338,7 +374,7 @@ transpile this lib yourself</li>
338
374
  <h2>[0.20.0] - 2022-07-03</h2>
339
375
  </a>
340
376
 
341
- <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
377
+ <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
342
378
  <h3>Added</h3>
343
379
  </a>
344
380
  <ul>
@@ -360,7 +396,7 @@ transpile this lib yourself</li>
360
396
  <h2>[0.19.0] - 2022-04-27</h2>
361
397
  </a>
362
398
 
363
- <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
399
+ <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
364
400
  <h3>Added</h3>
365
401
  </a>
366
402
  <ul>
@@ -375,7 +411,7 @@ transpile this lib yourself</li>
375
411
  <li>added/improved jsdoc to <code>mapAsync</code>, <code>match</code>, <code>merge</code>, <code>noop</code>, <code>rethrow</code></li>
376
412
  </ul>
377
413
 
378
- <a href="#breaking-2" id="breaking-2" style="color: inherit; text-decoration: none;">
414
+ <a href="#breaking-3" id="breaking-3" style="color: inherit; text-decoration: none;">
379
415
  <h3>Breaking</h3>
380
416
  </a>
381
417
  <ul>
@@ -386,7 +422,7 @@ transpile this lib yourself</li>
386
422
  <h2>[0.18.0] - 2021-12-04</h2>
387
423
  </a>
388
424
 
389
- <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
425
+ <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
390
426
  <h3>Added</h3>
391
427
  </a>
392
428
  <ul>
@@ -409,7 +445,7 @@ transpile this lib yourself</li>
409
445
  <h2>[0.17.0] - 2021-10-31</h2>
410
446
  </a>
411
447
 
412
- <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
448
+ <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
413
449
  <h3>Added</h3>
414
450
  </a>
415
451
  <ul>
@@ -427,7 +463,7 @@ transpile this lib yourself</li>
427
463
  <h2>[0.16.0] - 2021-09-24</h2>
428
464
  </a>
429
465
 
430
- <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
466
+ <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
431
467
  <h3>Added</h3>
432
468
  </a>
433
469
  <ul>
@@ -438,7 +474,7 @@ transpile this lib yourself</li>
438
474
  <h2>[0.15.0] - 2021-07-04</h2>
439
475
  </a>
440
476
 
441
- <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
477
+ <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
442
478
  <h3>Added</h3>
443
479
  </a>
444
480
  <ul>
@@ -474,7 +510,7 @@ transpile this lib yourself</li>
474
510
  <li>upgraded typings for sortBy</li>
475
511
  </ul>
476
512
 
477
- <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
513
+ <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
478
514
  <h3>Added</h3>
479
515
  </a>
480
516
  <ul>
@@ -503,7 +539,7 @@ transpile this lib yourself</li>
503
539
  <li>upgraded typings for mapValues</li>
504
540
  </ul>
505
541
 
506
- <a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
542
+ <a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
507
543
  <h3>Dev</h3>
508
544
  </a>
509
545
  <ul>
@@ -516,7 +552,7 @@ transpile this lib yourself</li>
516
552
  <h2>[0.13.0] - 2021-02-03</h2>
517
553
  </a>
518
554
 
519
- <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
555
+ <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
520
556
  <h3>Added</h3>
521
557
  </a>
522
558
  <ul>
@@ -529,7 +565,7 @@ transpile this lib yourself</li>
529
565
  <h2>[0.12.0] - 2021-01-19</h2>
530
566
  </a>
531
567
 
532
- <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
568
+ <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
533
569
  <h3>Added</h3>
534
570
  </a>
535
571
  <ul>
@@ -540,7 +576,7 @@ transpile this lib yourself</li>
540
576
  <h2>[0.11.0-beta.2] - 2021-01-08</h2>
541
577
  </a>
542
578
 
543
- <a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
579
+ <a href="#dev-6" id="dev-6" style="color: inherit; text-decoration: none;">
544
580
  <h3>Dev</h3>
545
581
  </a>
546
582
  <ul>
@@ -571,7 +607,7 @@ transpile this lib yourself</li>
571
607
  <h2>[0.10.0] - 2020-09-14</h2>
572
608
  </a>
573
609
 
574
- <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
610
+ <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
575
611
  <h3>Added</h3>
576
612
  </a>
577
613
  <ul>
@@ -582,7 +618,7 @@ transpile this lib yourself</li>
582
618
  <h2>[0.9.0] - 2020-07-09</h2>
583
619
  </a>
584
620
 
585
- <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
621
+ <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
586
622
  <h3>Added</h3>
587
623
  </a>
588
624
  <ul>
@@ -623,7 +659,7 @@ transpile this lib yourself</li>
623
659
  <h2>[0.7.0] - 2020-03-10</h2>
624
660
  </a>
625
661
 
626
- <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
662
+ <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
627
663
  <h3>Added</h3>
628
664
  </a>
629
665
  <ul>
@@ -682,7 +718,7 @@ transpile this lib yourself</li>
682
718
  <h2>[0.6.0] - 2019-05-12</h2>
683
719
  </a>
684
720
 
685
- <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
721
+ <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
686
722
  <h3>Added</h3>
687
723
  </a>
688
724
  <ul>
@@ -700,7 +736,7 @@ transpile this lib yourself</li>
700
736
  <h2>[0.5.0] - 2019-04-09</h2>
701
737
  </a>
702
738
 
703
- <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
739
+ <a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
704
740
  <h3>Added</h3>
705
741
  </a>
706
742
  <ul>
@@ -722,7 +758,7 @@ transpile this lib yourself</li>
722
758
  <h2>[0.4.0] - 2019-01-30</h2>
723
759
  </a>
724
760
 
725
- <a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
761
+ <a href="#added-31" id="added-31" style="color: inherit; text-decoration: none;">
726
762
  <h3>Added</h3>
727
763
  </a>
728
764
  <ul>
@@ -759,7 +795,7 @@ transpile this lib yourself</li>
759
795
  <li>improved one <code>set</code> test</li>
760
796
  </ul>
761
797
 
762
- <a href="#added-31" id="added-31" style="color: inherit; text-decoration: none;">
798
+ <a href="#added-32" id="added-32" style="color: inherit; text-decoration: none;">
763
799
  <h3>Added</h3>
764
800
  </a>
765
801
  <ul>
@@ -770,7 +806,7 @@ transpile this lib yourself</li>
770
806
  <h2>[0.2.0] 2018-12-09</h2>
771
807
  </a>
772
808
 
773
- <a href="#added-32" id="added-32" style="color: inherit; text-decoration: none;">
809
+ <a href="#added-33" id="added-33" style="color: inherit; text-decoration: none;">
774
810
  <h3>Added</h3>
775
811
  </a>
776
812
  <ul>
@@ -797,7 +833,7 @@ transpile this lib yourself</li>
797
833
  <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>
798
834
  <div class="tsd-accordion-details">
799
835
  <ul>
800
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v2.1.0</a>
836
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v3.0.0</a>
801
837
  <ul>
802
838
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
803
839
  <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>
@@ -863,17 +899,21 @@ transpile this lib yourself</li>
863
899
  <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>
864
900
  <li class="tsd-kind-function"><a href="../functions/round.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>round</a></li>
865
901
  <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>
902
+ <li class="tsd-kind-function"><a href="../functions/sample.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>sample</a></li>
903
+ <li class="tsd-kind-function"><a href="../functions/samples.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>samples</a></li>
866
904
  <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>
867
905
  <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>
868
906
  <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>
869
907
  <li class="tsd-kind-function"><a href="../functions/serialize.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>serialize</a></li>
870
908
  <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>
871
909
  <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>
910
+ <li class="tsd-kind-function"><a href="../functions/shuffle.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>shuffle</a></li>
872
911
  <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>
873
912
  <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>
874
913
  <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>
875
914
  <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>
876
915
  <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>
916
+ <li class="tsd-kind-function"><a href="../functions/toggle.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>toggle</a></li>
877
917
  <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>
878
918
  <li class="tsd-kind-function"><a href="../functions/unique.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>unique</a></li>
879
919
  <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>
@@ -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 - v2.1.0</title><meta name="description" content="Documentation for @ezez/utils - v2.1.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 - v3.0.0</title><meta name="description" content="Documentation for @ezez/utils - v3.0.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 - v2.1.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v3.0.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 - v2.1.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v3.0.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/> v2.1.0</a>
39
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v3.0.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>
@@ -102,17 +102,21 @@
102
102
  <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>
103
103
  <li class="tsd-kind-function"><a href="../functions/round.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>round</a></li>
104
104
  <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>
105
+ <li class="tsd-kind-function"><a href="../functions/sample.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>sample</a></li>
106
+ <li class="tsd-kind-function"><a href="../functions/samples.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>samples</a></li>
105
107
  <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>
106
108
  <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>
107
109
  <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>
108
110
  <li class="tsd-kind-function"><a href="../functions/serialize.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>serialize</a></li>
109
111
  <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>
110
112
  <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>
113
+ <li class="tsd-kind-function"><a href="../functions/shuffle.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>shuffle</a></li>
111
114
  <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>
112
115
  <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>
113
116
  <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>
114
117
  <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>
115
118
  <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>
119
+ <li class="tsd-kind-function"><a href="../functions/toggle.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>toggle</a></li>
116
120
  <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>
117
121
  <li class="tsd-kind-function"><a href="../functions/unique.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>unique</a></li>
118
122
  <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>