@ezez/utils 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -0
- package/dist/formatDate.d.ts +3 -0
- package/dist/formatDate.d.ts.map +1 -0
- package/dist/formatDate.js +55 -0
- package/dist/formatDate.js.map +1 -0
- package/dist/getMultiple.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/isNumericString.js.map +1 -1
- package/dist/mapAsync.js.map +1 -1
- package/dist/mostFrequent.d.ts.map +1 -1
- package/dist/mostFrequent.js.map +1 -1
- package/dist/pull.js.map +1 -1
- package/dist/remove.js.map +1 -1
- package/dist/replace.js.map +1 -1
- package/dist/set.js.map +1 -1
- package/dist/setImmutable.js.map +1 -1
- package/dist/throttle.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/cap.html +6 -5
- package/docs/functions/capitalize.html +6 -5
- package/docs/functions/coalesce.html +6 -5
- package/docs/functions/compareArrays.html +6 -5
- package/docs/functions/compareProps.html +6 -5
- package/docs/functions/ensureArray.html +6 -5
- package/docs/functions/ensureDate.html +6 -5
- package/docs/functions/ensureError.html +6 -5
- package/docs/functions/ensurePrefix.html +6 -5
- package/docs/functions/ensureSuffix.html +6 -5
- package/docs/functions/ensureTimestamp.html +6 -5
- package/docs/functions/escapeRegExp.html +6 -5
- package/docs/functions/formatDate.html +136 -0
- package/docs/functions/get.html +6 -5
- package/docs/functions/getMultiple.html +6 -5
- package/docs/functions/insertSeparator.html +6 -5
- package/docs/functions/isEmpty.html +6 -5
- package/docs/functions/isNumericString.html +6 -5
- package/docs/functions/isPlainObject.html +6 -5
- package/docs/functions/last.html +6 -5
- package/docs/functions/later-1.html +6 -5
- package/docs/functions/mapAsync.html +6 -5
- package/docs/functions/mapValues.html +6 -5
- package/docs/functions/match.html +6 -5
- package/docs/functions/merge.html +14 -13
- package/docs/functions/mostFrequent.html +6 -5
- package/docs/functions/noop.html +6 -5
- package/docs/functions/occurrences.html +6 -5
- package/docs/functions/omit.html +6 -5
- package/docs/functions/pick.html +6 -5
- package/docs/functions/pull.html +6 -5
- package/docs/functions/remove.html +6 -5
- package/docs/functions/replace.html +6 -5
- package/docs/functions/rethrow.html +6 -5
- package/docs/functions/safe.html +7 -6
- package/docs/functions/scale.html +6 -5
- package/docs/functions/seq.html +6 -5
- package/docs/functions/seqEarlyBreak.html +6 -5
- package/docs/functions/set.html +6 -5
- package/docs/functions/setImmutable.html +6 -5
- package/docs/functions/sortBy.html +6 -5
- package/docs/functions/sortProps.html +6 -5
- package/docs/functions/stripPrefix.html +6 -5
- package/docs/functions/stripSuffix.html +6 -5
- package/docs/functions/throttle.html +6 -5
- package/docs/functions/truthy.html +6 -5
- package/docs/functions/unique.html +6 -5
- package/docs/functions/wait.html +6 -5
- package/docs/functions/waitFor.html +6 -5
- package/docs/functions/waitSync.html +6 -5
- package/docs/index.html +6 -4
- package/docs/interfaces/ComparePropsOptions.html +6 -6
- package/docs/interfaces/GetMultipleSource.html +6 -5
- package/docs/interfaces/GetSource.html +6 -5
- package/docs/interfaces/IsNumericStringOptions.html +9 -9
- package/docs/interfaces/OccurencesOptions.html +6 -6
- package/docs/interfaces/SetImmutableSource.html +6 -5
- package/docs/interfaces/SetSource.html +6 -5
- package/docs/interfaces/ThrottleOptions.html +7 -7
- package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
- package/docs/modules.html +6 -4
- package/docs/pages/CHANGELOG.html +57 -38
- package/docs/pages/Introduction.html +5 -4
- package/docs/types/Later.html +6 -5
- package/docs/types/MapValuesFn.html +6 -5
- package/docs/types/MatchCallback.html +6 -5
- package/docs/types/SeqEarlyBreaker.html +6 -5
- package/docs/types/SeqFn.html +6 -5
- package/docs/types/SeqFunctions.html +6 -5
- package/docs/types/SetImmutablePath.html +6 -5
- package/docs/types/ThrottledFunction.html +6 -5
- package/docs/variables/mapValuesUNSET.html +6 -5
- package/docs/variables/mergeUNSET.html +6 -5
- package/esm/formatDate.d.ts +3 -0
- package/esm/formatDate.d.ts.map +1 -0
- package/esm/formatDate.js +52 -0
- package/esm/formatDate.js.map +1 -0
- package/esm/getMultiple.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/isNumericString.js.map +1 -1
- package/esm/mapAsync.js.map +1 -1
- package/esm/mostFrequent.d.ts.map +1 -1
- package/esm/mostFrequent.js.map +1 -1
- package/esm/pull.js.map +1 -1
- package/esm/remove.js.map +1 -1
- package/esm/replace.js.map +1 -1
- package/esm/set.js.map +1 -1
- package/esm/setImmutable.js.map +1 -1
- package/esm/throttle.js.map +1 -1
- package/package.json +9 -8
- package/src/formatDate.spec.ts +199 -0
- package/src/formatDate.ts +73 -0
- package/src/getMultiple.ts +1 -1
- package/src/index.ts +1 -0
- package/src/isNumericString.ts +1 -1
- package/src/mapAsync.ts +1 -1
- package/src/mostFrequent.ts +1 -0
- package/src/pull.ts +1 -1
- package/src/remove.ts +2 -2
- package/src/replace.ts +1 -1
- package/src/safe.spec.ts +0 -1
- package/src/set.ts +1 -1
- package/src/setImmutable.ts +1 -1
- package/src/throttle.ts +1 -1
package/docs/modules.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@ezez/utils - v1.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script><link rel="stylesheet" href="assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base=".">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@ezez/utils - v1.8.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
|
-
<h2>@ezez/utils - v1.
|
|
14
|
+
<h2>@ezez/utils - v1.8.0</h2></div>
|
|
15
15
|
<section class="tsd-panel-group tsd-index-group">
|
|
16
16
|
<section class="tsd-panel tsd-index-panel">
|
|
17
17
|
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
<a href="functions/ensureSuffix.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ensure<wbr/>Suffix</span></a>
|
|
58
58
|
<a href="functions/ensureTimestamp.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ensure<wbr/>Timestamp</span></a>
|
|
59
59
|
<a href="functions/escapeRegExp.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>escape<wbr/>Reg<wbr/>Exp</span></a>
|
|
60
|
+
<a href="functions/formatDate.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>format<wbr/>Date</span></a>
|
|
60
61
|
<a href="functions/get.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get</span></a>
|
|
61
62
|
<a href="functions/getMultiple.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Multiple</span></a>
|
|
62
63
|
<a href="functions/insertSeparator.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>insert<wbr/>Separator</span></a>
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
<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>
|
|
115
116
|
<div class="tsd-accordion-details">
|
|
116
117
|
<ul>
|
|
117
|
-
<li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.
|
|
118
|
+
<li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.8.0</a>
|
|
118
119
|
<ul>
|
|
119
120
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/Introduction.html">Introduction</a></li>
|
|
120
121
|
<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>
|
|
@@ -151,6 +152,7 @@
|
|
|
151
152
|
<li class="tsd-kind-function"><a href="functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
152
153
|
<li class="tsd-kind-function"><a href="functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
153
154
|
<li class="tsd-kind-function"><a href="functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
155
|
+
<li class="tsd-kind-function"><a href="functions/formatDate.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>format<wbr/>Date</a></li>
|
|
154
156
|
<li class="tsd-kind-function"><a href="functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
155
157
|
<li class="tsd-kind-function"><a href="functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
156
158
|
<li class="tsd-kind-function"><a href="functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v1.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
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,42 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.8.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.8.0</a></li>
|
|
16
16
|
<li><a href="CHANGELOG.html">Changelog</a></li></ul>
|
|
17
17
|
<h1> Changelog</h1></div>
|
|
18
18
|
<div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
|
|
19
19
|
<p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
|
|
20
20
|
and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
|
|
21
21
|
|
|
22
|
+
<a href="#180---2023-06-03" id="180---2023-06-03" style="color: inherit; text-decoration: none;">
|
|
23
|
+
<h2>[1.8.0] - 2023-06-03</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>formatDate</code> method</li>
|
|
31
|
+
</ul>
|
|
32
|
+
|
|
33
|
+
<a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
|
|
34
|
+
<h3>Dev</h3>
|
|
35
|
+
</a>
|
|
36
|
+
<ul>
|
|
37
|
+
<li>deps update</li>
|
|
38
|
+
</ul>
|
|
39
|
+
|
|
22
40
|
<a href="#170---2023-05-22" id="170---2023-05-22" style="color: inherit; text-decoration: none;">
|
|
23
41
|
<h2>[1.7.0] - 2023-05-22</h2>
|
|
24
42
|
</a>
|
|
25
43
|
|
|
26
|
-
<a href="#added" id="added" style="color: inherit; text-decoration: none;">
|
|
44
|
+
<a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
|
|
27
45
|
<h3>Added</h3>
|
|
28
46
|
</a>
|
|
29
47
|
<ul>
|
|
@@ -34,7 +52,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
34
52
|
<h2>[1.6.0] - 2023-05-12</h2>
|
|
35
53
|
</a>
|
|
36
54
|
|
|
37
|
-
<a href="#added-
|
|
55
|
+
<a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
|
|
38
56
|
<h3>Added</h3>
|
|
39
57
|
</a>
|
|
40
58
|
<ul>
|
|
@@ -45,7 +63,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
45
63
|
<h2>[1.5.0] - 2023-05-12</h2>
|
|
46
64
|
</a>
|
|
47
65
|
|
|
48
|
-
<a href="#added-
|
|
66
|
+
<a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
|
|
49
67
|
<h3>Added</h3>
|
|
50
68
|
</a>
|
|
51
69
|
<ul>
|
|
@@ -57,7 +75,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
57
75
|
<h2>[1.4.0] - 2023-05-11</h2>
|
|
58
76
|
</a>
|
|
59
77
|
|
|
60
|
-
<a href="#added-
|
|
78
|
+
<a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
|
|
61
79
|
<h3>Added</h3>
|
|
62
80
|
</a>
|
|
63
81
|
<ul>
|
|
@@ -70,14 +88,14 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
70
88
|
<h2>[1.3.0] - 2023-05-07</h2>
|
|
71
89
|
</a>
|
|
72
90
|
|
|
73
|
-
<a href="#added-
|
|
91
|
+
<a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
|
|
74
92
|
<h3>Added</h3>
|
|
75
93
|
</a>
|
|
76
94
|
<ul>
|
|
77
95
|
<li><code>safe</code> method</li>
|
|
78
96
|
</ul>
|
|
79
97
|
|
|
80
|
-
<a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
|
|
98
|
+
<a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
|
|
81
99
|
<h3>Dev</h3>
|
|
82
100
|
</a>
|
|
83
101
|
<ul>
|
|
@@ -89,7 +107,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
89
107
|
<h2>[1.2.0] - 2023-03-01</h2>
|
|
90
108
|
</a>
|
|
91
109
|
|
|
92
|
-
<a href="#added-
|
|
110
|
+
<a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
|
|
93
111
|
<h3>Added</h3>
|
|
94
112
|
</a>
|
|
95
113
|
<ul>
|
|
@@ -105,7 +123,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
105
123
|
<h2>[1.1.0] - 2023-02-20</h2>
|
|
106
124
|
</a>
|
|
107
125
|
|
|
108
|
-
<a href="#added-
|
|
126
|
+
<a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
|
|
109
127
|
<h3>Added</h3>
|
|
110
128
|
</a>
|
|
111
129
|
<ul>
|
|
@@ -124,7 +142,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
124
142
|
<h2>[1.0.0] - 2023-02-19</h2>
|
|
125
143
|
</a>
|
|
126
144
|
|
|
127
|
-
<a href="#added-
|
|
145
|
+
<a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
|
|
128
146
|
<h3>Added</h3>
|
|
129
147
|
</a>
|
|
130
148
|
<ul>
|
|
@@ -152,7 +170,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
152
170
|
<li>in jsdoc added a warning to get/set and family about using them with TS</li>
|
|
153
171
|
</ul>
|
|
154
172
|
|
|
155
|
-
<a href="#dev-
|
|
173
|
+
<a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
|
|
156
174
|
<h3>Dev</h3>
|
|
157
175
|
</a>
|
|
158
176
|
<ul>
|
|
@@ -166,7 +184,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
166
184
|
<h2>[0.24.1] - 2022-11-08</h2>
|
|
167
185
|
</a>
|
|
168
186
|
|
|
169
|
-
<a href="#dev-
|
|
187
|
+
<a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
|
|
170
188
|
<h3>Dev</h3>
|
|
171
189
|
</a>
|
|
172
190
|
<ul>
|
|
@@ -178,7 +196,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
178
196
|
<h2>[0.24.0] - 2022-09-23</h2>
|
|
179
197
|
</a>
|
|
180
198
|
|
|
181
|
-
<a href="#added-
|
|
199
|
+
<a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
|
|
182
200
|
<h3>Added</h3>
|
|
183
201
|
</a>
|
|
184
202
|
<ul>
|
|
@@ -226,7 +244,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
226
244
|
<h2>[0.23.0] - 2022-07-17</h2>
|
|
227
245
|
</a>
|
|
228
246
|
|
|
229
|
-
<a href="#added-
|
|
247
|
+
<a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
|
|
230
248
|
<h3>Added</h3>
|
|
231
249
|
</a>
|
|
232
250
|
<ul>
|
|
@@ -237,7 +255,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
237
255
|
<h2>[0.22.0] - 2022-07-16</h2>
|
|
238
256
|
</a>
|
|
239
257
|
|
|
240
|
-
<a href="#added-
|
|
258
|
+
<a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
|
|
241
259
|
<h3>Added</h3>
|
|
242
260
|
</a>
|
|
243
261
|
<ul>
|
|
@@ -255,7 +273,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
255
273
|
<h2>[0.21.0] - 2022-07-08</h2>
|
|
256
274
|
</a>
|
|
257
275
|
|
|
258
|
-
<a href="#added-
|
|
276
|
+
<a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
|
|
259
277
|
<h3>Added</h3>
|
|
260
278
|
</a>
|
|
261
279
|
<ul>
|
|
@@ -266,7 +284,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
266
284
|
<h2>[0.20.0] - 2022-07-03</h2>
|
|
267
285
|
</a>
|
|
268
286
|
|
|
269
|
-
<a href="#added-
|
|
287
|
+
<a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
|
|
270
288
|
<h3>Added</h3>
|
|
271
289
|
</a>
|
|
272
290
|
<ul>
|
|
@@ -288,7 +306,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
288
306
|
<h2>[0.19.0] - 2022-04-27</h2>
|
|
289
307
|
</a>
|
|
290
308
|
|
|
291
|
-
<a href="#added-
|
|
309
|
+
<a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
|
|
292
310
|
<h3>Added</h3>
|
|
293
311
|
</a>
|
|
294
312
|
<ul>
|
|
@@ -314,7 +332,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
314
332
|
<h2>[0.18.0] - 2021-12-04</h2>
|
|
315
333
|
</a>
|
|
316
334
|
|
|
317
|
-
<a href="#added-
|
|
335
|
+
<a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
|
|
318
336
|
<h3>Added</h3>
|
|
319
337
|
</a>
|
|
320
338
|
<ul>
|
|
@@ -337,7 +355,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
337
355
|
<h2>[0.17.0] - 2021-10-31</h2>
|
|
338
356
|
</a>
|
|
339
357
|
|
|
340
|
-
<a href="#added-
|
|
358
|
+
<a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
|
|
341
359
|
<h3>Added</h3>
|
|
342
360
|
</a>
|
|
343
361
|
<ul>
|
|
@@ -355,7 +373,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
355
373
|
<h2>[0.16.0] - 2021-09-24</h2>
|
|
356
374
|
</a>
|
|
357
375
|
|
|
358
|
-
<a href="#added-
|
|
376
|
+
<a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
|
|
359
377
|
<h3>Added</h3>
|
|
360
378
|
</a>
|
|
361
379
|
<ul>
|
|
@@ -366,7 +384,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
366
384
|
<h2>[0.15.0] - 2021-07-04</h2>
|
|
367
385
|
</a>
|
|
368
386
|
|
|
369
|
-
<a href="#added-
|
|
387
|
+
<a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
|
|
370
388
|
<h3>Added</h3>
|
|
371
389
|
</a>
|
|
372
390
|
<ul>
|
|
@@ -402,7 +420,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
402
420
|
<li>upgraded typings for sortBy</li>
|
|
403
421
|
</ul>
|
|
404
422
|
|
|
405
|
-
<a href="#added-
|
|
423
|
+
<a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
|
|
406
424
|
<h3>Added</h3>
|
|
407
425
|
</a>
|
|
408
426
|
<ul>
|
|
@@ -431,7 +449,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
431
449
|
<li>upgraded typings for mapValues</li>
|
|
432
450
|
</ul>
|
|
433
451
|
|
|
434
|
-
<a href="#dev-
|
|
452
|
+
<a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
|
|
435
453
|
<h3>Dev</h3>
|
|
436
454
|
</a>
|
|
437
455
|
<ul>
|
|
@@ -444,7 +462,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
444
462
|
<h2>[0.13.0] - 2021-02-03</h2>
|
|
445
463
|
</a>
|
|
446
464
|
|
|
447
|
-
<a href="#added-
|
|
465
|
+
<a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
|
|
448
466
|
<h3>Added</h3>
|
|
449
467
|
</a>
|
|
450
468
|
<ul>
|
|
@@ -457,7 +475,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
457
475
|
<h2>[0.12.0] - 2021-01-19</h2>
|
|
458
476
|
</a>
|
|
459
477
|
|
|
460
|
-
<a href="#added-
|
|
478
|
+
<a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
|
|
461
479
|
<h3>Added</h3>
|
|
462
480
|
</a>
|
|
463
481
|
<ul>
|
|
@@ -468,7 +486,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
468
486
|
<h2>[0.11.0-beta.2] - 2021-01-08</h2>
|
|
469
487
|
</a>
|
|
470
488
|
|
|
471
|
-
<a href="#dev-
|
|
489
|
+
<a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
|
|
472
490
|
<h3>Dev</h3>
|
|
473
491
|
</a>
|
|
474
492
|
<ul>
|
|
@@ -499,7 +517,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
499
517
|
<h2>[0.10.0] - 2020-09-14</h2>
|
|
500
518
|
</a>
|
|
501
519
|
|
|
502
|
-
<a href="#added-
|
|
520
|
+
<a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
|
|
503
521
|
<h3>Added</h3>
|
|
504
522
|
</a>
|
|
505
523
|
<ul>
|
|
@@ -510,7 +528,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
510
528
|
<h2>[0.9.0] - 2020-07-09</h2>
|
|
511
529
|
</a>
|
|
512
530
|
|
|
513
|
-
<a href="#added-
|
|
531
|
+
<a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
|
|
514
532
|
<h3>Added</h3>
|
|
515
533
|
</a>
|
|
516
534
|
<ul>
|
|
@@ -551,7 +569,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
551
569
|
<h2>[0.7.0] - 2020-03-10</h2>
|
|
552
570
|
</a>
|
|
553
571
|
|
|
554
|
-
<a href="#added-
|
|
572
|
+
<a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
|
|
555
573
|
<h3>Added</h3>
|
|
556
574
|
</a>
|
|
557
575
|
<ul>
|
|
@@ -610,7 +628,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
610
628
|
<h2>[0.6.0] - 2019-05-12</h2>
|
|
611
629
|
</a>
|
|
612
630
|
|
|
613
|
-
<a href="#added-
|
|
631
|
+
<a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
|
|
614
632
|
<h3>Added</h3>
|
|
615
633
|
</a>
|
|
616
634
|
<ul>
|
|
@@ -628,7 +646,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
628
646
|
<h2>[0.5.0] - 2019-04-09</h2>
|
|
629
647
|
</a>
|
|
630
648
|
|
|
631
|
-
<a href="#added-
|
|
649
|
+
<a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
|
|
632
650
|
<h3>Added</h3>
|
|
633
651
|
</a>
|
|
634
652
|
<ul>
|
|
@@ -650,7 +668,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
650
668
|
<h2>[0.4.0] - 2019-01-30</h2>
|
|
651
669
|
</a>
|
|
652
670
|
|
|
653
|
-
<a href="#added-
|
|
671
|
+
<a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
|
|
654
672
|
<h3>Added</h3>
|
|
655
673
|
</a>
|
|
656
674
|
<ul>
|
|
@@ -687,7 +705,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
687
705
|
<li>improved one <code>set</code> test</li>
|
|
688
706
|
</ul>
|
|
689
707
|
|
|
690
|
-
<a href="#added-
|
|
708
|
+
<a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
|
|
691
709
|
<h3>Added</h3>
|
|
692
710
|
</a>
|
|
693
711
|
<ul>
|
|
@@ -698,7 +716,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
698
716
|
<h2>[0.2.0] 2018-12-09</h2>
|
|
699
717
|
</a>
|
|
700
718
|
|
|
701
|
-
<a href="#added-
|
|
719
|
+
<a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
|
|
702
720
|
<h3>Added</h3>
|
|
703
721
|
</a>
|
|
704
722
|
<ul>
|
|
@@ -725,7 +743,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
725
743
|
<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>
|
|
726
744
|
<div class="tsd-accordion-details">
|
|
727
745
|
<ul>
|
|
728
|
-
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
746
|
+
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.0</a>
|
|
729
747
|
<ul>
|
|
730
748
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
|
|
731
749
|
<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>
|
|
@@ -762,6 +780,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
762
780
|
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
763
781
|
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
764
782
|
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
783
|
+
<li class="tsd-kind-function"><a href="../functions/formatDate.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>format<wbr/>Date</a></li>
|
|
765
784
|
<li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
766
785
|
<li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
767
786
|
<li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Introduction | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Introduction | @ezez/utils - v1.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.8.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.8.0</a></li>
|
|
16
16
|
<li><a href="Introduction.html">Introduction</a></li></ul>
|
|
17
17
|
<h1> Introduction</h1></div>
|
|
18
18
|
<div class="tsd-panel tsd-typography"><p>WIP.</p>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
37
37
|
<div class="tsd-accordion-details">
|
|
38
38
|
<ul>
|
|
39
|
-
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
39
|
+
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.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>
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
74
74
|
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
75
75
|
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
76
|
+
<li class="tsd-kind-function"><a href="../functions/formatDate.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>format<wbr/>Date</a></li>
|
|
76
77
|
<li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
77
78
|
<li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
78
79
|
<li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
package/docs/types/Later.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Later | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Later | @ezez/utils - v1.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.8.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.8.0</a></li>
|
|
16
16
|
<li><a href="Later.html">Later</a></li></ul>
|
|
17
17
|
<h1>Type alias Later<T></h1></div>
|
|
18
18
|
<div class="tsd-signature">Later<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">:</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"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">></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"> => </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"> => </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/
|
|
62
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/6227eb6/src/later.ts#L1">later.ts:1</a></li></ul></aside></div>
|
|
63
63
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
64
64
|
<div class="tsd-navigation settings">
|
|
65
65
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
80
80
|
<div class="tsd-accordion-details">
|
|
81
81
|
<ul>
|
|
82
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
82
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.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>
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
117
117
|
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
118
118
|
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="../functions/formatDate.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>format<wbr/>Date</a></li>
|
|
119
120
|
<li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
120
121
|
<li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
121
122
|
<li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MapValuesFn | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MapValuesFn | @ezez/utils - v1.8.0</title><meta name="description" content="Documentation for @ezez/utils - v1.8.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.8.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.8.0</a></li>
|
|
16
16
|
<li><a href="MapValuesFn.html">MapValuesFn</a></li></ul>
|
|
17
17
|
<h1>Type alias MapValuesFn<S, R></h1></div>
|
|
18
18
|
<div class="tsd-signature">Map<wbr/>Values<wbr/>Fn<span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-symbol">keyof </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">]</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">keyof </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></div>
|
|
@@ -56,7 +56,7 @@ value to unset a property in the target the object.</p>
|
|
|
56
56
|
</div></li></ul></div>
|
|
57
57
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
|
|
58
58
|
<ul>
|
|
59
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
59
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/6227eb6/src/mapValues.ts#L22">mapValues.ts:22</a></li></ul></aside></div>
|
|
60
60
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
61
61
|
<div class="tsd-navigation settings">
|
|
62
62
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -76,7 +76,7 @@ value to unset a property in the target the object.</p>
|
|
|
76
76
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
77
77
|
<div class="tsd-accordion-details">
|
|
78
78
|
<ul>
|
|
79
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
79
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.0</a>
|
|
80
80
|
<ul>
|
|
81
81
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
|
|
82
82
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
@@ -113,6 +113,7 @@ value to unset a property in the target the object.</p>
|
|
|
113
113
|
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
114
114
|
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
115
115
|
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
116
|
+
<li class="tsd-kind-function"><a href="../functions/formatDate.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>format<wbr/>Date</a></li>
|
|
116
117
|
<li class="tsd-kind-function"><a href="../functions/get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
117
118
|
<li class="tsd-kind-function"><a href="../functions/getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
118
119
|
<li class="tsd-kind-function"><a href="../functions/insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|