convert-csv-to-json 4.13.0 → 4.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci-cd.yml +1 -1
- package/docs/api/BrowserApi.html +1255 -1028
- package/docs/api/BrowserApiError.html +326 -179
- package/docs/api/ConfigurationError.html +375 -224
- package/docs/api/CsvFormatError.html +334 -187
- package/docs/api/CsvParsingError.html +259 -132
- package/docs/api/CsvToJson.html +1545 -1314
- package/docs/api/CsvToJsonAsync.html +1356 -1148
- package/docs/api/FileOperationError.html +213 -101
- package/docs/api/FileUtils.html +568 -430
- package/docs/api/InputValidationError.html +229 -115
- package/docs/api/JsonUtil.html +222 -110
- package/docs/api/JsonValidationError.html +197 -87
- package/docs/api/StringUtils.html +833 -0
- package/docs/api/global.html +1537 -1354
- package/docs/api/index.html +114 -26
- package/docs/api/index.js.html +137 -31
- package/docs/api/scripts/app.min.js +1 -0
- package/docs/api/scripts/linenumber.js +10 -9
- package/docs/api/scripts/search.js +39 -0
- package/docs/api/src_browserApi.js.html +120 -29
- package/docs/api/src_csvToJson.js.html +119 -28
- package/docs/api/src_csvToJsonAsync.js.html +118 -27
- package/docs/api/src_util_errors.js.html +126 -28
- package/docs/api/src_util_fileUtils.js.html +117 -26
- package/docs/api/src_util_jsonUtils.js.html +117 -26
- package/docs/api/src_util_stringUtils.js.html +121 -27
- package/docs/api/styles/app.min.css +1 -0
- package/docs/api/styles/iframe.css +13 -0
- package/docs/api/styles/reset.css +44 -0
- package/eslint.config.js +115 -0
- package/index.js +21 -5
- package/jsdoc.json +29 -4
- package/package.json +5 -3
- package/src/browserApi.js +4 -3
- package/src/csvToJson.js +3 -2
- package/src/csvToJsonAsync.js +2 -1
- package/src/util/errors.js +10 -2
- package/src/util/fileUtils.js +1 -0
- package/src/util/jsonUtils.js +1 -0
- package/src/util/stringUtils.js +5 -1
- package/.eslintignore +0 -3
- package/.eslintrc.json +0 -48
- package/docs/api/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/docs/api/fonts/OpenSans-Bold-webfont.svg +0 -1830
- package/docs/api/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/docs/api/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/docs/api/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
- package/docs/api/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/docs/api/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/docs/api/fonts/OpenSans-Italic-webfont.svg +0 -1830
- package/docs/api/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/docs/api/fonts/OpenSans-Light-webfont.eot +0 -0
- package/docs/api/fonts/OpenSans-Light-webfont.svg +0 -1831
- package/docs/api/fonts/OpenSans-Light-webfont.woff +0 -0
- package/docs/api/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/docs/api/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
- package/docs/api/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/docs/api/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/docs/api/fonts/OpenSans-Regular-webfont.svg +0 -1831
- package/docs/api/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/docs/api/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/docs/api/scripts/prettify/lang-css.js +0 -2
- package/docs/api/scripts/prettify/prettify.js +0 -28
- package/docs/api/styles/jsdoc-default.css +0 -358
|
@@ -1,26 +1,107 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="en">
|
|
3
|
+
|
|
3
4
|
<head>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title> InputValidationError</title>
|
|
9
|
+
|
|
10
|
+
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
|
|
11
|
+
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
|
|
12
|
+
<script src="./build/entry.js"></script>
|
|
13
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
14
|
+
<!--[if lt IE 9]>
|
|
15
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
16
|
+
<![endif]-->
|
|
17
|
+
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700|Inconsolata,700" rel="stylesheet">
|
|
18
|
+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
|
19
|
+
<link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css">
|
|
20
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
21
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
22
|
+
<link type="text/css" rel="stylesheet" href="./node_modules/better-docs/css/better-docs.css">
|
|
23
|
+
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
24
|
+
|
|
25
|
+
|
|
14
26
|
</head>
|
|
15
27
|
|
|
16
|
-
<body>
|
|
17
|
-
|
|
18
|
-
<div id="main">
|
|
19
28
|
|
|
20
|
-
<h1 class="page-title">Class: InputValidationError</h1>
|
|
21
29
|
|
|
30
|
+
<body class="layout small-header">
|
|
31
|
+
<div id="stickyNavbarOverlay"></div>
|
|
22
32
|
|
|
23
33
|
|
|
34
|
+
<div class="top-nav">
|
|
35
|
+
<div class="inner">
|
|
36
|
+
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
37
|
+
<span aria-hidden="true"></span>
|
|
38
|
+
<span aria-hidden="true"></span>
|
|
39
|
+
<span aria-hidden="true"></span>
|
|
40
|
+
</a>
|
|
41
|
+
<div class="logo">
|
|
42
|
+
|
|
43
|
+
<a class="image" href="index.html">
|
|
44
|
+
<img src="https://raw.githubusercontent.com/iuccio/CSVtoJSON/master/CSVtoJSON.png" alt="logo">
|
|
45
|
+
</a>
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
<a href="index.html">
|
|
49
|
+
<h1 class="navbar-item">Convert CSV to JSON</h1>
|
|
50
|
+
</a>
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
<div class="menu">
|
|
54
|
+
|
|
55
|
+
<div class="navigation">
|
|
56
|
+
<a
|
|
57
|
+
href="index.html"
|
|
58
|
+
class="link"
|
|
59
|
+
>
|
|
60
|
+
Documentation
|
|
61
|
+
</a>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
<a
|
|
66
|
+
class="link user-link "
|
|
67
|
+
href="https://github.com/iuccio/CSVtoJSON"
|
|
68
|
+
>
|
|
69
|
+
GitHub
|
|
70
|
+
</a>
|
|
71
|
+
|
|
72
|
+
<a
|
|
73
|
+
class="link user-link "
|
|
74
|
+
href="https://www.npmjs.com/package/convert-csv-to-json"
|
|
75
|
+
>
|
|
76
|
+
NPM
|
|
77
|
+
</a>
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
</div>
|
|
82
|
+
</div>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
<div id="main">
|
|
86
|
+
<div
|
|
87
|
+
class="sidebar "
|
|
88
|
+
id="sidebarNav"
|
|
89
|
+
>
|
|
90
|
+
|
|
91
|
+
<nav>
|
|
92
|
+
|
|
93
|
+
<h2><a href="index.html">Documentation</a></h2><div class="category"></div><div class="category"><h2>1-Core API</h2><h3>Global</h3><ul><li><a href="global.html#asciiEncoding">asciiEncoding</a></li><li><a href="global.html#base64Encoding">base64Encoding</a></li><li><a href="global.html#csvStringToJson">csvStringToJson</a></li><li><a href="global.html#csvStringToJsonStringified">csvStringToJsonStringified</a></li><li><a href="global.html#csvToJsonAsync">csvToJsonAsync</a></li><li><a href="global.html#customEncoding">customEncoding</a></li><li><a href="global.html#fieldDelimiter">fieldDelimiter</a></li><li><a href="global.html#formatValueByType">formatValueByType</a></li><li><a href="global.html#generateJsonFileFromCsv">generateJsonFileFromCsv</a></li><li><a href="global.html#getJsonFromCsv">getJsonFromCsv</a></li><li><a href="global.html#hexEncoding">hexEncoding</a></li><li><a href="global.html#indexHeader">indexHeader</a></li><li><a href="global.html#latin1Encoding">latin1Encoding</a></li><li><a href="global.html#mapRows">mapRows</a></li><li><a href="global.html#parseSubArray">parseSubArray</a></li><li><a href="global.html#supportQuotedField">supportQuotedField</a></li><li><a href="global.html#trimHeaderFieldWhiteSpace">trimHeaderFieldWhiteSpace</a></li><li><a href="global.html#ucs2Encoding">ucs2Encoding</a></li><li><a href="global.html#utf16leEncoding">utf16leEncoding</a></li><li><a href="global.html#utf8Encoding">utf8Encoding</a></li></ul></div><div class="category"><h2>2-Sync</h2><h3>Classes</h3><ul><li><a href="CsvToJson.html">CsvToJson</a></li></ul></div><div class="category"><h2>3-Async</h2><h3>Classes</h3><ul><li><a href="CsvToJsonAsync.html">CsvToJsonAsync</a></li></ul></div><div class="category"><h2>4-Browser</h2><h3>Classes</h3><ul><li><a href="BrowserApi.html">BrowserApi</a></li></ul></div><div class="category"><h2>Error Classes</h2><h3>Classes</h3><ul><li><a href="BrowserApiError.html">BrowserApiError</a></li><li><a href="ConfigurationError.html">ConfigurationError</a></li><li><a href="CsvFormatError.html">CsvFormatError</a></li><li><a href="CsvParsingError.html">CsvParsingError</a></li><li><a href="FileOperationError.html">FileOperationError</a></li><li><a href="InputValidationError.html">InputValidationError</a></li><li><a href="JsonValidationError.html">JsonValidationError</a></li></ul></div><div class="category"><h2>Utilities</h2><h3>Classes</h3><ul><li><a href="FileUtils.html">FileUtils</a></li><li><a href="JsonUtil.html">JsonUtil</a></li><li><a href="StringUtils.html">StringUtils</a></li></ul></div>
|
|
94
|
+
|
|
95
|
+
</nav>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="core" id="main-content-wrapper">
|
|
98
|
+
<div class="content">
|
|
99
|
+
<header class="page-title">
|
|
100
|
+
<p>Class</p>
|
|
101
|
+
<h1>InputValidationError</h1>
|
|
102
|
+
</header>
|
|
103
|
+
|
|
104
|
+
|
|
24
105
|
|
|
25
106
|
|
|
26
107
|
|
|
@@ -40,25 +121,36 @@ Thrown when function parameters don't meet expected type or value requirements</
|
|
|
40
121
|
<div class="container-overview">
|
|
41
122
|
|
|
42
123
|
|
|
124
|
+
<div class='vertical-section'>
|
|
125
|
+
<div class="members">
|
|
126
|
+
<div class="member">
|
|
127
|
+
<div class=name>
|
|
128
|
+
<span class="tag">Constructor</span>
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
|
|
43
132
|
|
|
44
133
|
|
|
45
|
-
<
|
|
134
|
+
<h4 class="name" id="InputValidationError">
|
|
135
|
+
<a class="href-link" href="#InputValidationError">#</a>
|
|
136
|
+
|
|
137
|
+
<span class="code-name">
|
|
138
|
+
|
|
139
|
+
new InputValidationError<span class="signature">(paramName, expectedType, receivedType, details)</span><span class="type-signature"></span>
|
|
140
|
+
|
|
141
|
+
</span>
|
|
142
|
+
</h4>
|
|
46
143
|
|
|
47
144
|
|
|
48
145
|
|
|
49
|
-
<h4 class="name" id="InputValidationError"><span class="type-signature"></span>new InputValidationError<span class="signature">(paramName, expectedType, receivedType, details)</span><span class="type-signature"></span></h4>
|
|
50
146
|
|
|
51
|
-
|
|
147
|
+
<div class="description">
|
|
148
|
+
<p>Create an input validation error</p>
|
|
149
|
+
</div>
|
|
52
150
|
|
|
53
151
|
|
|
54
152
|
|
|
55
153
|
|
|
56
|
-
<div class="description">
|
|
57
|
-
<p>Create an input validation error</p>
|
|
58
|
-
</div>
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
154
|
|
|
63
155
|
|
|
64
156
|
|
|
@@ -67,121 +159,129 @@ Thrown when function parameters don't meet expected type or value requirements</
|
|
|
67
159
|
|
|
68
160
|
<h5>Parameters:</h5>
|
|
69
161
|
|
|
162
|
+
<div class="table-container">
|
|
163
|
+
<table class="params table">
|
|
164
|
+
<thead>
|
|
165
|
+
<tr>
|
|
166
|
+
|
|
167
|
+
<th>Name</th>
|
|
168
|
+
|
|
70
169
|
|
|
71
|
-
<
|
|
72
|
-
<thead>
|
|
73
|
-
<tr>
|
|
74
|
-
|
|
75
|
-
<th>Name</th>
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
<th>Type</th>
|
|
170
|
+
<th>Type</th>
|
|
79
171
|
|
|
80
|
-
|
|
172
|
+
|
|
81
173
|
|
|
82
|
-
|
|
174
|
+
|
|
83
175
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
176
|
+
<th class="last">Description</th>
|
|
177
|
+
</tr>
|
|
178
|
+
</thead>
|
|
87
179
|
|
|
88
|
-
|
|
89
|
-
|
|
180
|
+
<tbody>
|
|
181
|
+
|
|
90
182
|
|
|
91
|
-
<tr>
|
|
92
|
-
|
|
93
|
-
<td class="name"><code>paramName</code></td>
|
|
94
183
|
|
|
184
|
+
<tr class="deep-level-0">
|
|
185
|
+
|
|
186
|
+
<td class="name"><code>paramName</code></td>
|
|
187
|
+
|
|
95
188
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
<
|
|
189
|
+
<td class="type">
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
<code class="param-type">string</code>
|
|
100
193
|
|
|
101
194
|
|
|
102
|
-
|
|
103
|
-
|
|
195
|
+
|
|
196
|
+
</td>
|
|
104
197
|
|
|
105
|
-
|
|
198
|
+
|
|
106
199
|
|
|
107
|
-
|
|
200
|
+
|
|
108
201
|
|
|
109
|
-
|
|
110
|
-
|
|
202
|
+
<td class="description last"><p>Name of the invalid parameter</p></td>
|
|
203
|
+
</tr>
|
|
111
204
|
|
|
112
|
-
|
|
113
205
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<td class="name"><code>expectedType</code></td>
|
|
117
|
-
|
|
206
|
+
|
|
118
207
|
|
|
119
|
-
<td class="type">
|
|
120
208
|
|
|
121
|
-
|
|
122
|
-
|
|
209
|
+
<tr class="deep-level-0">
|
|
210
|
+
|
|
211
|
+
<td class="name"><code>expectedType</code></td>
|
|
212
|
+
|
|
123
213
|
|
|
214
|
+
<td class="type">
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
<code class="param-type">string</code>
|
|
124
218
|
|
|
125
|
-
|
|
126
|
-
</td>
|
|
127
219
|
|
|
128
|
-
|
|
220
|
+
|
|
221
|
+
</td>
|
|
129
222
|
|
|
130
|
-
|
|
223
|
+
|
|
131
224
|
|
|
132
|
-
|
|
133
|
-
</tr>
|
|
225
|
+
|
|
134
226
|
|
|
135
|
-
|
|
227
|
+
<td class="description last"><p>Expected type description</p></td>
|
|
228
|
+
</tr>
|
|
136
229
|
|
|
137
|
-
<tr>
|
|
138
|
-
|
|
139
|
-
<td class="name"><code>receivedType</code></td>
|
|
140
|
-
|
|
141
230
|
|
|
142
|
-
|
|
231
|
+
|
|
232
|
+
|
|
143
233
|
|
|
144
|
-
|
|
145
|
-
|
|
234
|
+
<tr class="deep-level-0">
|
|
235
|
+
|
|
236
|
+
<td class="name"><code>receivedType</code></td>
|
|
237
|
+
|
|
146
238
|
|
|
239
|
+
<td class="type">
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
<code class="param-type">string</code>
|
|
147
243
|
|
|
148
|
-
|
|
149
|
-
</td>
|
|
150
244
|
|
|
151
|
-
|
|
245
|
+
|
|
246
|
+
</td>
|
|
152
247
|
|
|
153
|
-
|
|
248
|
+
|
|
154
249
|
|
|
155
|
-
|
|
156
|
-
</tr>
|
|
250
|
+
|
|
157
251
|
|
|
158
|
-
|
|
252
|
+
<td class="description last"><p>Actual type received</p></td>
|
|
253
|
+
</tr>
|
|
159
254
|
|
|
160
|
-
<tr>
|
|
161
|
-
|
|
162
|
-
<td class="name"><code>details</code></td>
|
|
163
|
-
|
|
164
255
|
|
|
165
|
-
|
|
256
|
+
|
|
257
|
+
|
|
166
258
|
|
|
167
|
-
|
|
168
|
-
|
|
259
|
+
<tr class="deep-level-0">
|
|
260
|
+
|
|
261
|
+
<td class="name"><code>details</code></td>
|
|
262
|
+
|
|
169
263
|
|
|
264
|
+
<td class="type">
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
<code class="param-type">string</code>
|
|
170
268
|
|
|
171
|
-
|
|
172
|
-
</td>
|
|
173
269
|
|
|
174
|
-
|
|
270
|
+
|
|
271
|
+
</td>
|
|
175
272
|
|
|
176
|
-
|
|
273
|
+
|
|
177
274
|
|
|
178
|
-
|
|
179
|
-
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
<td class="description last"><p>Additional error details (optional)</p></td>
|
|
278
|
+
</tr>
|
|
180
279
|
|
|
181
|
-
|
|
182
|
-
</tbody>
|
|
183
|
-
</table>
|
|
184
280
|
|
|
281
|
+
|
|
282
|
+
</tbody>
|
|
283
|
+
</table>
|
|
284
|
+
</div>
|
|
185
285
|
|
|
186
286
|
|
|
187
287
|
|
|
@@ -212,18 +312,19 @@ Thrown when function parameters don't meet expected type or value requirements</
|
|
|
212
312
|
|
|
213
313
|
|
|
214
314
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<dt class="tag-source">Source:</dt>
|
|
218
|
-
<dd class="tag-source"><ul class="dummy"><li>
|
|
219
|
-
<a href="src_util_errors.js.html">src/util/errors.js</a>, <a href="src_util_errors.js.html#line63">line 63</a>
|
|
220
|
-
</li></ul></dd>
|
|
221
315
|
|
|
222
316
|
|
|
223
317
|
|
|
224
318
|
|
|
225
319
|
|
|
226
320
|
|
|
321
|
+
|
|
322
|
+
<p class="tag-source">
|
|
323
|
+
<a href="src_util_errors.js.html" class="button">View Source</a>
|
|
324
|
+
<span>
|
|
325
|
+
<a href="src_util_errors.js.html">src/util/errors.js</a>, <a href="src_util_errors.js.html#line66">line 66</a>
|
|
326
|
+
</span>
|
|
327
|
+
</p>
|
|
227
328
|
|
|
228
329
|
</dl>
|
|
229
330
|
|
|
@@ -246,9 +347,15 @@ Thrown when function parameters don't meet expected type or value requirements</
|
|
|
246
347
|
|
|
247
348
|
|
|
248
349
|
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
</div>
|
|
353
|
+
</div>
|
|
354
|
+
</div>
|
|
355
|
+
|
|
249
356
|
|
|
250
357
|
</div>
|
|
251
|
-
|
|
358
|
+
|
|
252
359
|
|
|
253
360
|
|
|
254
361
|
|
|
@@ -275,19 +382,26 @@ Thrown when function parameters don't meet expected type or value requirements</
|
|
|
275
382
|
|
|
276
383
|
|
|
277
384
|
|
|
278
|
-
</div>
|
|
279
|
-
|
|
280
|
-
<
|
|
281
|
-
|
|
282
|
-
</
|
|
283
|
-
|
|
284
|
-
<
|
|
385
|
+
</div>
|
|
386
|
+
|
|
387
|
+
<footer class="footer">
|
|
388
|
+
<div class="content has-text-centered">
|
|
389
|
+
<p>Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a></p>
|
|
390
|
+
<p class="sidebar-created-by">
|
|
391
|
+
<a href="https://github.com/SoftwareBrothers/better-docs" target="_blank">BetterDocs theme</a> provided with <i class="fas fa-heart"></i> by
|
|
392
|
+
<a href="http://softwarebrothers.co" target="_blank">SoftwareBrothers - JavaScript Development Agency</a>
|
|
393
|
+
</p>
|
|
394
|
+
</div>
|
|
395
|
+
</footer>
|
|
396
|
+
|
|
397
|
+
</div>
|
|
398
|
+
<div id="side-nav" class="side-nav">
|
|
399
|
+
</div>
|
|
400
|
+
</div>
|
|
401
|
+
<script src="scripts/app.min.js"></script>
|
|
402
|
+
<script>PR.prettyPrint();</script>
|
|
403
|
+
<script src="scripts/linenumber.js"> </script>
|
|
285
404
|
|
|
286
|
-
<footer>
|
|
287
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Fri Mar 20 2026 16:08:52 GMT+0000 (Coordinated Universal Time)
|
|
288
|
-
</footer>
|
|
289
405
|
|
|
290
|
-
<script> prettyPrint(); </script>
|
|
291
|
-
<script src="scripts/linenumber.js"> </script>
|
|
292
406
|
</body>
|
|
293
407
|
</html>
|