@ezez/utils 2.0.0 → 2.1.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 (103) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/README.md +1 -0
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +1 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/round.d.ts +3 -0
  8. package/dist/round.d.ts.map +1 -0
  9. package/dist/round.js +9 -0
  10. package/dist/round.js.map +1 -0
  11. package/docs/assets/search.js +1 -1
  12. package/docs/functions/cap.html +6 -5
  13. package/docs/functions/capitalize.html +6 -5
  14. package/docs/functions/coalesce.html +6 -5
  15. package/docs/functions/compareArrays.html +6 -5
  16. package/docs/functions/compareProps.html +6 -5
  17. package/docs/functions/deserialize.html +6 -5
  18. package/docs/functions/ensureArray.html +6 -5
  19. package/docs/functions/ensureDate.html +6 -5
  20. package/docs/functions/ensureError.html +6 -5
  21. package/docs/functions/ensurePrefix.html +6 -5
  22. package/docs/functions/ensureSuffix.html +6 -5
  23. package/docs/functions/ensureTimestamp.html +6 -5
  24. package/docs/functions/escapeRegExp.html +6 -5
  25. package/docs/functions/formatDate.html +6 -5
  26. package/docs/functions/get.html +6 -5
  27. package/docs/functions/getMultiple.html +6 -5
  28. package/docs/functions/insertSeparator.html +6 -5
  29. package/docs/functions/isEmpty.html +6 -5
  30. package/docs/functions/isNumericString.html +6 -5
  31. package/docs/functions/isPlainObject.html +6 -5
  32. package/docs/functions/last.html +6 -5
  33. package/docs/functions/later-1.html +6 -5
  34. package/docs/functions/mapAsync.html +6 -5
  35. package/docs/functions/mapValues.html +6 -5
  36. package/docs/functions/match.html +6 -5
  37. package/docs/functions/merge.html +14 -13
  38. package/docs/functions/mostFrequent.html +6 -5
  39. package/docs/functions/noop.html +6 -5
  40. package/docs/functions/occurrences.html +6 -5
  41. package/docs/functions/omit.html +6 -5
  42. package/docs/functions/pick.html +6 -5
  43. package/docs/functions/pull.html +6 -5
  44. package/docs/functions/remove.html +6 -5
  45. package/docs/functions/removeCommonProperties.html +6 -5
  46. package/docs/functions/replace.html +6 -5
  47. package/docs/functions/replaceDeep.html +6 -5
  48. package/docs/functions/rethrow.html +6 -5
  49. package/docs/functions/round.html +144 -0
  50. package/docs/functions/safe.html +7 -6
  51. package/docs/functions/scale.html +6 -5
  52. package/docs/functions/seq.html +6 -5
  53. package/docs/functions/seqEarlyBreak.html +6 -5
  54. package/docs/functions/serialize.html +6 -5
  55. package/docs/functions/set.html +6 -5
  56. package/docs/functions/setImmutable.html +6 -5
  57. package/docs/functions/sortBy.html +6 -5
  58. package/docs/functions/sortProps.html +6 -5
  59. package/docs/functions/stripPrefix.html +6 -5
  60. package/docs/functions/stripSuffix.html +6 -5
  61. package/docs/functions/throttle.html +6 -5
  62. package/docs/functions/truthy.html +6 -5
  63. package/docs/functions/unique.html +6 -5
  64. package/docs/functions/wait.html +6 -5
  65. package/docs/functions/waitFor.html +6 -5
  66. package/docs/functions/waitSync.html +6 -5
  67. package/docs/index.html +6 -4
  68. package/docs/interfaces/ComparePropsOptions.html +6 -6
  69. package/docs/interfaces/GetMultipleSource.html +6 -5
  70. package/docs/interfaces/GetSource.html +6 -5
  71. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  72. package/docs/interfaces/OccurencesOptions.html +6 -6
  73. package/docs/interfaces/SetImmutableSource.html +6 -5
  74. package/docs/interfaces/SetSource.html +6 -5
  75. package/docs/interfaces/ThrottleOptions.html +7 -7
  76. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  77. package/docs/modules.html +6 -4
  78. package/docs/pages/CHANGELOG.html +49 -37
  79. package/docs/pages/Introduction.html +5 -4
  80. package/docs/types/CustomDeserializers.html +6 -5
  81. package/docs/types/CustomSerializers.html +6 -5
  82. package/docs/types/Later.html +6 -5
  83. package/docs/types/MapValuesFn.html +6 -5
  84. package/docs/types/MatchCallback.html +6 -5
  85. package/docs/types/SeqEarlyBreaker.html +6 -5
  86. package/docs/types/SeqFn.html +6 -5
  87. package/docs/types/SeqFunctions.html +6 -5
  88. package/docs/types/SetImmutablePath.html +6 -5
  89. package/docs/types/ThrottledFunction.html +6 -5
  90. package/docs/variables/mapValuesUNSET.html +6 -5
  91. package/docs/variables/mergeUNSET.html +6 -5
  92. package/esm/index.d.ts +1 -0
  93. package/esm/index.d.ts.map +1 -1
  94. package/esm/index.js +1 -0
  95. package/esm/index.js.map +1 -1
  96. package/esm/round.d.ts +3 -0
  97. package/esm/round.d.ts.map +1 -0
  98. package/esm/round.js +6 -0
  99. package/esm/round.js.map +1 -0
  100. package/package.json +1 -1
  101. package/src/index.ts +1 -0
  102. package/src/round.spec.ts +27 -0
  103. package/src/round.ts +21 -0
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v2.0.0</title><meta name="description" content="Documentation for @ezez/utils - v2.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">
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">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,19 +6,30 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v2.0.0</a></div>
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>
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.0.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v2.1.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
- <p>The format is based on <a href="https://ezez.dev/changelog/">EZEZ Chanelog</a>
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="#210---2023-10-29" id="210---2023-10-29" style="color: inherit; text-decoration: none;">
23
+ <h2>[2.1.0] - 2023-10-29</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>round</code> method</li>
31
+ </ul>
32
+
22
33
  <a href="#200---2023-10-09" id="200---2023-10-09" style="color: inherit; text-decoration: none;">
23
34
  <h2>[2.0.0] - 2023-10-09</h2>
24
35
  </a>
@@ -31,7 +42,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
31
42
  transpile this lib yourself</li>
32
43
  </ul>
33
44
 
34
- <a href="#added" id="added" style="color: inherit; text-decoration: none;">
45
+ <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
35
46
  <h3>Added</h3>
36
47
  </a>
37
48
  <ul>
@@ -44,7 +55,7 @@ transpile this lib yourself</li>
44
55
  <h2>[1.9.0] - 2023-07-07</h2>
45
56
  </a>
46
57
 
47
- <a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
58
+ <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
48
59
  <h3>Added</h3>
49
60
  </a>
50
61
  <ul>
@@ -66,7 +77,7 @@ transpile this lib yourself</li>
66
77
  <h2>[1.8.0] - 2023-06-03</h2>
67
78
  </a>
68
79
 
69
- <a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
80
+ <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
70
81
  <h3>Added</h3>
71
82
  </a>
72
83
  <ul>
@@ -84,7 +95,7 @@ transpile this lib yourself</li>
84
95
  <h2>[1.7.0] - 2023-05-22</h2>
85
96
  </a>
86
97
 
87
- <a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
98
+ <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
88
99
  <h3>Added</h3>
89
100
  </a>
90
101
  <ul>
@@ -95,7 +106,7 @@ transpile this lib yourself</li>
95
106
  <h2>[1.6.0] - 2023-05-12</h2>
96
107
  </a>
97
108
 
98
- <a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
109
+ <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
99
110
  <h3>Added</h3>
100
111
  </a>
101
112
  <ul>
@@ -106,7 +117,7 @@ transpile this lib yourself</li>
106
117
  <h2>[1.5.0] - 2023-05-12</h2>
107
118
  </a>
108
119
 
109
- <a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
120
+ <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
110
121
  <h3>Added</h3>
111
122
  </a>
112
123
  <ul>
@@ -118,7 +129,7 @@ transpile this lib yourself</li>
118
129
  <h2>[1.4.0] - 2023-05-11</h2>
119
130
  </a>
120
131
 
121
- <a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
132
+ <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
122
133
  <h3>Added</h3>
123
134
  </a>
124
135
  <ul>
@@ -131,7 +142,7 @@ transpile this lib yourself</li>
131
142
  <h2>[1.3.0] - 2023-05-07</h2>
132
143
  </a>
133
144
 
134
- <a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
145
+ <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
135
146
  <h3>Added</h3>
136
147
  </a>
137
148
  <ul>
@@ -150,7 +161,7 @@ transpile this lib yourself</li>
150
161
  <h2>[1.2.0] - 2023-03-01</h2>
151
162
  </a>
152
163
 
153
- <a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
164
+ <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
154
165
  <h3>Added</h3>
155
166
  </a>
156
167
  <ul>
@@ -166,7 +177,7 @@ transpile this lib yourself</li>
166
177
  <h2>[1.1.0] - 2023-02-20</h2>
167
178
  </a>
168
179
 
169
- <a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
180
+ <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
170
181
  <h3>Added</h3>
171
182
  </a>
172
183
  <ul>
@@ -185,7 +196,7 @@ transpile this lib yourself</li>
185
196
  <h2>[1.0.0] - 2023-02-19</h2>
186
197
  </a>
187
198
 
188
- <a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
199
+ <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
189
200
  <h3>Added</h3>
190
201
  </a>
191
202
  <ul>
@@ -239,7 +250,7 @@ transpile this lib yourself</li>
239
250
  <h2>[0.24.0] - 2022-09-23</h2>
240
251
  </a>
241
252
 
242
- <a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
253
+ <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
243
254
  <h3>Added</h3>
244
255
  </a>
245
256
  <ul>
@@ -287,7 +298,7 @@ transpile this lib yourself</li>
287
298
  <h2>[0.23.0] - 2022-07-17</h2>
288
299
  </a>
289
300
 
290
- <a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
301
+ <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
291
302
  <h3>Added</h3>
292
303
  </a>
293
304
  <ul>
@@ -298,7 +309,7 @@ transpile this lib yourself</li>
298
309
  <h2>[0.22.0] - 2022-07-16</h2>
299
310
  </a>
300
311
 
301
- <a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
312
+ <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
302
313
  <h3>Added</h3>
303
314
  </a>
304
315
  <ul>
@@ -316,7 +327,7 @@ transpile this lib yourself</li>
316
327
  <h2>[0.21.0] - 2022-07-08</h2>
317
328
  </a>
318
329
 
319
- <a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
330
+ <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
320
331
  <h3>Added</h3>
321
332
  </a>
322
333
  <ul>
@@ -327,7 +338,7 @@ transpile this lib yourself</li>
327
338
  <h2>[0.20.0] - 2022-07-03</h2>
328
339
  </a>
329
340
 
330
- <a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
341
+ <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
331
342
  <h3>Added</h3>
332
343
  </a>
333
344
  <ul>
@@ -349,7 +360,7 @@ transpile this lib yourself</li>
349
360
  <h2>[0.19.0] - 2022-04-27</h2>
350
361
  </a>
351
362
 
352
- <a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
363
+ <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
353
364
  <h3>Added</h3>
354
365
  </a>
355
366
  <ul>
@@ -375,7 +386,7 @@ transpile this lib yourself</li>
375
386
  <h2>[0.18.0] - 2021-12-04</h2>
376
387
  </a>
377
388
 
378
- <a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
389
+ <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
379
390
  <h3>Added</h3>
380
391
  </a>
381
392
  <ul>
@@ -398,7 +409,7 @@ transpile this lib yourself</li>
398
409
  <h2>[0.17.0] - 2021-10-31</h2>
399
410
  </a>
400
411
 
401
- <a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
412
+ <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
402
413
  <h3>Added</h3>
403
414
  </a>
404
415
  <ul>
@@ -416,7 +427,7 @@ transpile this lib yourself</li>
416
427
  <h2>[0.16.0] - 2021-09-24</h2>
417
428
  </a>
418
429
 
419
- <a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
430
+ <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
420
431
  <h3>Added</h3>
421
432
  </a>
422
433
  <ul>
@@ -427,7 +438,7 @@ transpile this lib yourself</li>
427
438
  <h2>[0.15.0] - 2021-07-04</h2>
428
439
  </a>
429
440
 
430
- <a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
441
+ <a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
431
442
  <h3>Added</h3>
432
443
  </a>
433
444
  <ul>
@@ -463,7 +474,7 @@ transpile this lib yourself</li>
463
474
  <li>upgraded typings for sortBy</li>
464
475
  </ul>
465
476
 
466
- <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;">
467
478
  <h3>Added</h3>
468
479
  </a>
469
480
  <ul>
@@ -505,7 +516,7 @@ transpile this lib yourself</li>
505
516
  <h2>[0.13.0] - 2021-02-03</h2>
506
517
  </a>
507
518
 
508
- <a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
519
+ <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
509
520
  <h3>Added</h3>
510
521
  </a>
511
522
  <ul>
@@ -518,7 +529,7 @@ transpile this lib yourself</li>
518
529
  <h2>[0.12.0] - 2021-01-19</h2>
519
530
  </a>
520
531
 
521
- <a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
532
+ <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
522
533
  <h3>Added</h3>
523
534
  </a>
524
535
  <ul>
@@ -560,7 +571,7 @@ transpile this lib yourself</li>
560
571
  <h2>[0.10.0] - 2020-09-14</h2>
561
572
  </a>
562
573
 
563
- <a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
574
+ <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
564
575
  <h3>Added</h3>
565
576
  </a>
566
577
  <ul>
@@ -571,7 +582,7 @@ transpile this lib yourself</li>
571
582
  <h2>[0.9.0] - 2020-07-09</h2>
572
583
  </a>
573
584
 
574
- <a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
585
+ <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
575
586
  <h3>Added</h3>
576
587
  </a>
577
588
  <ul>
@@ -612,7 +623,7 @@ transpile this lib yourself</li>
612
623
  <h2>[0.7.0] - 2020-03-10</h2>
613
624
  </a>
614
625
 
615
- <a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
626
+ <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
616
627
  <h3>Added</h3>
617
628
  </a>
618
629
  <ul>
@@ -671,7 +682,7 @@ transpile this lib yourself</li>
671
682
  <h2>[0.6.0] - 2019-05-12</h2>
672
683
  </a>
673
684
 
674
- <a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
685
+ <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
675
686
  <h3>Added</h3>
676
687
  </a>
677
688
  <ul>
@@ -689,7 +700,7 @@ transpile this lib yourself</li>
689
700
  <h2>[0.5.0] - 2019-04-09</h2>
690
701
  </a>
691
702
 
692
- <a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
703
+ <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
693
704
  <h3>Added</h3>
694
705
  </a>
695
706
  <ul>
@@ -711,7 +722,7 @@ transpile this lib yourself</li>
711
722
  <h2>[0.4.0] - 2019-01-30</h2>
712
723
  </a>
713
724
 
714
- <a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
725
+ <a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
715
726
  <h3>Added</h3>
716
727
  </a>
717
728
  <ul>
@@ -748,7 +759,7 @@ transpile this lib yourself</li>
748
759
  <li>improved one <code>set</code> test</li>
749
760
  </ul>
750
761
 
751
- <a href="#added-30" id="added-30" style="color: inherit; text-decoration: none;">
762
+ <a href="#added-31" id="added-31" style="color: inherit; text-decoration: none;">
752
763
  <h3>Added</h3>
753
764
  </a>
754
765
  <ul>
@@ -759,7 +770,7 @@ transpile this lib yourself</li>
759
770
  <h2>[0.2.0] 2018-12-09</h2>
760
771
  </a>
761
772
 
762
- <a href="#added-31" id="added-31" style="color: inherit; text-decoration: none;">
773
+ <a href="#added-32" id="added-32" style="color: inherit; text-decoration: none;">
763
774
  <h3>Added</h3>
764
775
  </a>
765
776
  <ul>
@@ -786,7 +797,7 @@ transpile this lib yourself</li>
786
797
  <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>
787
798
  <div class="tsd-accordion-details">
788
799
  <ul>
789
- <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v2.0.0</a>
800
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v2.1.0</a>
790
801
  <ul>
791
802
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
792
803
  <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>
@@ -850,6 +861,7 @@ transpile this lib yourself</li>
850
861
  <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>
851
862
  <li class="tsd-kind-function"><a href="../functions/replaceDeep.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<wbr/>Deep</a></li>
852
863
  <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
+ <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>
853
865
  <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>
854
866
  <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>
855
867
  <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>
@@ -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.0.0</title><meta name="description" content="Documentation for @ezez/utils - v2.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">
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">
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.0.0</a></div>
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>
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.0.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v2.1.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.0.0</a>
39
+ <li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v2.1.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>
@@ -100,6 +100,7 @@
100
100
  <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>
101
101
  <li class="tsd-kind-function"><a href="../functions/replaceDeep.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<wbr/>Deep</a></li>
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
+ <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>
103
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>
104
105
  <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>
105
106
  <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>
@@ -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>CustomDeserializers | @ezez/utils - v2.0.0</title><meta name="description" content="Documentation for @ezez/utils - v2.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CustomDeserializers | @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">
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.0.0</a></div>
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>
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.0.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v2.1.0</a></li>
16
16
  <li><a href="CustomDeserializers.html">CustomDeserializers</a></li></ul>
17
17
  <h1>Type alias CustomDeserializers</h1></div>
18
18
  <div class="tsd-signature">Custom<wbr/>Deserializers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>b<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>i<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>l<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>n<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>s<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>u<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
@@ -45,7 +45,7 @@
45
45
  <li class="tsd-parameter">
46
46
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> u<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span></h5></li></ul></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/b5cd703/src/deserialize.ts#L7">deserialize.ts:7</a></li></ul></aside></div>
48
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/26ba3e6/src/deserialize.ts#L7">deserialize.ts:7</a></li></ul></aside></div>
49
49
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
50
50
  <div class="tsd-navigation settings">
51
51
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -65,7 +65,7 @@
65
65
  <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>
66
66
  <div class="tsd-accordion-details">
67
67
  <ul>
68
- <li><a href="../modules.html">@ezez/utils -<wbr/> v2.0.0</a>
68
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v2.1.0</a>
69
69
  <ul>
70
70
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
71
71
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -129,6 +129,7 @@
129
129
  <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>
130
130
  <li class="tsd-kind-function"><a href="../functions/replaceDeep.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<wbr/>Deep</a></li>
131
131
  <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>
132
+ <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>
132
133
  <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>
133
134
  <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>
134
135
  <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>
@@ -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>CustomSerializers | @ezez/utils - v2.0.0</title><meta name="description" content="Documentation for @ezez/utils - v2.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CustomSerializers | @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">
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.0.0</a></div>
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>
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.0.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v2.1.0</a></li>
16
16
  <li><a href="CustomSerializers.html">CustomSerializers</a></li></ul>
17
17
  <h1>Type alias CustomSerializers</h1></div>
18
18
  <div class="tsd-signature">Custom<wbr/>Serializers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>b<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>i<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>l<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>n<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>s<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>u<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
@@ -45,7 +45,7 @@
45
45
  <li class="tsd-parameter">
46
46
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> u<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">never</span></h5></li></ul></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/b5cd703/src/serialize.ts#L3">serialize.ts:3</a></li></ul></aside></div>
48
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/26ba3e6/src/serialize.ts#L3">serialize.ts:3</a></li></ul></aside></div>
49
49
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
50
50
  <div class="tsd-navigation settings">
51
51
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -65,7 +65,7 @@
65
65
  <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>
66
66
  <div class="tsd-accordion-details">
67
67
  <ul>
68
- <li><a href="../modules.html">@ezez/utils -<wbr/> v2.0.0</a>
68
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v2.1.0</a>
69
69
  <ul>
70
70
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
71
71
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -129,6 +129,7 @@
129
129
  <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>
130
130
  <li class="tsd-kind-function"><a href="../functions/replaceDeep.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<wbr/>Deep</a></li>
131
131
  <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>
132
+ <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>
132
133
  <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>
133
134
  <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>
134
135
  <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>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Later | @ezez/utils - v2.0.0</title><meta name="description" content="Documentation for @ezez/utils - v2.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Later | @ezez/utils - 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">
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.0.0</a></div>
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>
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.0.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v2.1.0</a></li>
16
16
  <li><a href="Later.html">Later</a></li></ul>
17
17
  <h1>Type alias Later&lt;T&gt;</h1></div>
18
18
  <div class="tsd-signature">Later<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>promise<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>reject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reason<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>resolve<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>result<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
@@ -59,7 +59,7 @@
59
59
  <h5>result: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h5></li></ul></div>
60
60
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
61
61
  <ul>
62
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/b5cd703/src/later.ts#L1">later.ts:1</a></li></ul></aside></div>
62
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/26ba3e6/src/later.ts#L1">later.ts:1</a></li></ul></aside></div>
63
63
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
64
64
  <div class="tsd-navigation settings">
65
65
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -79,7 +79,7 @@
79
79
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
80
80
  <div class="tsd-accordion-details">
81
81
  <ul>
82
- <li><a href="../modules.html">@ezez/utils -<wbr/> v2.0.0</a>
82
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v2.1.0</a>
83
83
  <ul>
84
84
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
85
85
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
@@ -143,6 +143,7 @@
143
143
  <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>
144
144
  <li class="tsd-kind-function"><a href="../functions/replaceDeep.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<wbr/>Deep</a></li>
145
145
  <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>
146
+ <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>
146
147
  <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>
147
148
  <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>
148
149
  <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>