shogi.js 2.0.4 → 3.1.1-alpha.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 (64) hide show
  1. package/.eslintrc.js +27 -0
  2. package/.prettierignore +10 -0
  3. package/.prettierrc.json +5 -0
  4. package/README.md +13 -14
  5. package/dist/dist/Kind.d.ts +19 -0
  6. package/dist/{src → dist}/Piece.d.ts +6 -5
  7. package/dist/dist/moveDefinitions.d.ts +3 -0
  8. package/dist/dist/presets.d.ts +74 -0
  9. package/dist/{src → dist}/shogi.d.ts +12 -12
  10. package/dist/shogi.js +2 -8
  11. package/dist/shogi.js.LICENSE.txt +6 -0
  12. package/package.json +39 -55
  13. package/tsconfig.typecheck.json +9 -0
  14. package/.github/workflows/gh-pages.yml +0 -33
  15. package/.idea/codeStyles/Project.xml +0 -21
  16. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  17. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  18. package/.idea/misc.xml +0 -6
  19. package/.idea/modules.xml +0 -8
  20. package/.idea/vcs.xml +0 -6
  21. package/.nvmrc +0 -1
  22. package/.travis.yml +0 -3
  23. package/dist/src/Constants.d.ts +0 -14
  24. package/docs/assets/css/main.css +0 -1
  25. package/docs/assets/images/icons.png +0 -0
  26. package/docs/assets/images/icons@2x.png +0 -0
  27. package/docs/assets/images/widgets.png +0 -0
  28. package/docs/assets/images/widgets@2x.png +0 -0
  29. package/docs/assets/js/main.js +0 -51
  30. package/docs/assets/js/search.js +0 -1
  31. package/docs/classes/piece.html +0 -563
  32. package/docs/classes/shogi.html +0 -1187
  33. package/docs/enums/color.html +0 -186
  34. package/docs/index.html +0 -204
  35. package/docs/interfaces/imove.html +0 -236
  36. package/docs/interfaces/imovedefinition.html +0 -186
  37. package/docs/interfaces/isettingtype.html +0 -200
  38. package/docs/modules.html +0 -149
  39. package/public/docs/assets/css/main.css +0 -1
  40. package/public/docs/assets/images/icons.png +0 -0
  41. package/public/docs/assets/images/icons@2x.png +0 -0
  42. package/public/docs/assets/images/widgets.png +0 -0
  43. package/public/docs/assets/images/widgets@2x.png +0 -0
  44. package/public/docs/assets/js/main.js +0 -51
  45. package/public/docs/assets/js/search.json +0 -1
  46. package/public/docs/classes/_piece_.piece.html +0 -576
  47. package/public/docs/classes/_shogi_.shogi.html +0 -1206
  48. package/public/docs/enums/_color_.color.html +0 -193
  49. package/public/docs/globals.html +0 -146
  50. package/public/docs/index.html +0 -227
  51. package/public/docs/interfaces/_imovedefinition_.imovedefinition.html +0 -194
  52. package/public/docs/interfaces/_shogi_.imove.html +0 -250
  53. package/public/docs/interfaces/_shogi_.isettingtype.html +0 -214
  54. package/public/docs/modules/_color_.html +0 -146
  55. package/public/docs/modules/_constants_.html +0 -1074
  56. package/public/docs/modules/_imovedefinition_.html +0 -146
  57. package/public/docs/modules/_piece_.html +0 -146
  58. package/public/docs/modules/_polyfills_.html +0 -112
  59. package/public/docs/modules/_serialization_.html +0 -262
  60. package/public/docs/modules/_shogi_.html +0 -159
  61. /package/dist/{src → dist}/Color.d.ts +0 -0
  62. /package/dist/{src → dist}/IMoveDefinition.d.ts +0 -0
  63. /package/dist/{src → dist}/Serialization.d.ts +0 -0
  64. /package/dist/{src → dist}/polyfills.d.ts +0 -0
@@ -1,262 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>&quot;Serialization&quot; | shogi.js</title>
7
- <meta name="description" content="Documentation for shogi.js">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- </head>
11
- <body>
12
- <header>
13
- <div class="tsd-page-toolbar">
14
- <div class="container">
15
- <div class="table-wrap">
16
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
17
- <div class="field">
18
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19
- <input id="tsd-search-field" type="text" />
20
- </div>
21
- <ul class="results">
22
- <li class="state loading">Preparing search index...</li>
23
- <li class="state failure">The search index is not available</li>
24
- </ul>
25
- <a href="../index.html" class="title">shogi.js</a>
26
- </div>
27
- <div class="table-cell" id="tsd-widgets">
28
- <div id="tsd-filter">
29
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
30
- <div class="tsd-filter-group">
31
- <div class="tsd-select" id="tsd-filter-visibility">
32
- <span class="tsd-select-label">All</span>
33
- <ul class="tsd-select-list">
34
- <li data-value="public">Public</li>
35
- <li data-value="protected">Public/Protected</li>
36
- <li data-value="private" class="selected">All</li>
37
- </ul>
38
- </div>
39
- <input type="checkbox" id="tsd-filter-inherited" checked />
40
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
41
- <input type="checkbox" id="tsd-filter-externals" checked />
42
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
43
- <input type="checkbox" id="tsd-filter-only-exported" />
44
- <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
45
- </div>
46
- </div>
47
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
48
- </div>
49
- </div>
50
- </div>
51
- </div>
52
- <div class="tsd-page-title">
53
- <div class="container">
54
- <ul class="tsd-breadcrumb">
55
- <li>
56
- <a href="../globals.html">Globals</a>
57
- </li>
58
- <li>
59
- <a href="_serialization_.html">&quot;Serialization&quot;</a>
60
- </li>
61
- </ul>
62
- <h1>Module &quot;Serialization&quot;</h1>
63
- </div>
64
- </div>
65
- </header>
66
- <div class="container container-main">
67
- <div class="row">
68
- <div class="col-8 col-content">
69
- <section class="tsd-panel-group tsd-index-group">
70
- <h2>Index</h2>
71
- <section class="tsd-panel tsd-index-panel">
72
- <div class="tsd-index-content">
73
- <section class="tsd-index-section ">
74
- <h3>Functions</h3>
75
- <ul class="tsd-index-list">
76
- <li class="tsd-kind-function tsd-parent-kind-module"><a href="_serialization_.html#frompreset" class="tsd-kind-icon">from<wbr>Preset</a></li>
77
- <li class="tsd-kind-function tsd-parent-kind-module"><a href="_serialization_.html#fromsfen" class="tsd-kind-icon">from<wbr>Sfen</a></li>
78
- <li class="tsd-kind-function tsd-parent-kind-module"><a href="_serialization_.html#tocsa" class="tsd-kind-icon">toCSA</a></li>
79
- <li class="tsd-kind-function tsd-parent-kind-module"><a href="_serialization_.html#tosfen" class="tsd-kind-icon">to<wbr>Sfen</a></li>
80
- </ul>
81
- </section>
82
- </div>
83
- </section>
84
- </section>
85
- <section class="tsd-panel-group tsd-member-group ">
86
- <h2>Functions</h2>
87
- <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
88
- <a name="frompreset" class="tsd-anchor"></a>
89
- <h3>from<wbr>Preset</h3>
90
- <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
91
- <li class="tsd-signature tsd-kind-icon">from<wbr>Preset<span class="tsd-signature-symbol">(</span>shogi<span class="tsd-signature-symbol">: </span><a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a>, setting<span class="tsd-signature-symbol">: </span><a href="../interfaces/_shogi_.isettingtype.html" class="tsd-signature-type">ISettingType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
92
- </ul>
93
- <ul class="tsd-descriptions">
94
- <li class="tsd-description">
95
- <aside class="tsd-sources">
96
- <ul>
97
- <li>Defined in <a href="https://github.com/na2hiro/Shogi.js/blob/24e2fd0/src/Serialization.ts#L6">Serialization.ts:6</a></li>
98
- </ul>
99
- </aside>
100
- <h4 class="tsd-parameters-title">Parameters</h4>
101
- <ul class="tsd-parameters">
102
- <li>
103
- <h5>shogi: <a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a></h5>
104
- </li>
105
- <li>
106
- <h5>setting: <a href="../interfaces/_shogi_.isettingtype.html" class="tsd-signature-type">ISettingType</a></h5>
107
- </li>
108
- </ul>
109
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
110
- </li>
111
- </ul>
112
- </section>
113
- <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
114
- <a name="fromsfen" class="tsd-anchor"></a>
115
- <h3>from<wbr>Sfen</h3>
116
- <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
117
- <li class="tsd-signature tsd-kind-icon">from<wbr>Sfen<span class="tsd-signature-symbol">(</span>shogi<span class="tsd-signature-symbol">: </span><a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a>, sfen<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
118
- </ul>
119
- <ul class="tsd-descriptions">
120
- <li class="tsd-description">
121
- <aside class="tsd-sources">
122
- <ul>
123
- <li>Defined in <a href="https://github.com/na2hiro/Shogi.js/blob/24e2fd0/src/Serialization.ts#L65">Serialization.ts:65</a></li>
124
- </ul>
125
- </aside>
126
- <h4 class="tsd-parameters-title">Parameters</h4>
127
- <ul class="tsd-parameters">
128
- <li>
129
- <h5>shogi: <a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a></h5>
130
- </li>
131
- <li>
132
- <h5>sfen: <span class="tsd-signature-type">string</span></h5>
133
- </li>
134
- </ul>
135
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
136
- </li>
137
- </ul>
138
- </section>
139
- <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
140
- <a name="tocsa" class="tsd-anchor"></a>
141
- <h3>toCSA</h3>
142
- <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
143
- <li class="tsd-signature tsd-kind-icon">toCSA<span class="tsd-signature-symbol">(</span>shogi<span class="tsd-signature-symbol">: </span><a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
144
- </ul>
145
- <ul class="tsd-descriptions">
146
- <li class="tsd-description">
147
- <aside class="tsd-sources">
148
- <ul>
149
- <li>Defined in <a href="https://github.com/na2hiro/Shogi.js/blob/24e2fd0/src/Serialization.ts#L44">Serialization.ts:44</a></li>
150
- </ul>
151
- </aside>
152
- <h4 class="tsd-parameters-title">Parameters</h4>
153
- <ul class="tsd-parameters">
154
- <li>
155
- <h5>shogi: <a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a></h5>
156
- </li>
157
- </ul>
158
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
159
- </li>
160
- </ul>
161
- </section>
162
- <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
163
- <a name="tosfen" class="tsd-anchor"></a>
164
- <h3>to<wbr>Sfen</h3>
165
- <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
166
- <li class="tsd-signature tsd-kind-icon">to<wbr>Sfen<span class="tsd-signature-symbol">(</span>shogi<span class="tsd-signature-symbol">: </span><a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a>, moveCount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
167
- </ul>
168
- <ul class="tsd-descriptions">
169
- <li class="tsd-description">
170
- <aside class="tsd-sources">
171
- <ul>
172
- <li>Defined in <a href="https://github.com/na2hiro/Shogi.js/blob/24e2fd0/src/Serialization.ts#L116">Serialization.ts:116</a></li>
173
- </ul>
174
- </aside>
175
- <h4 class="tsd-parameters-title">Parameters</h4>
176
- <ul class="tsd-parameters">
177
- <li>
178
- <h5>shogi: <a href="../classes/_shogi_.shogi.html" class="tsd-signature-type">Shogi</a></h5>
179
- </li>
180
- <li>
181
- <h5>moveCount: <span class="tsd-signature-type">any</span></h5>
182
- </li>
183
- </ul>
184
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
185
- </li>
186
- </ul>
187
- </section>
188
- </section>
189
- </div>
190
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
191
- <nav class="tsd-navigation primary">
192
- <ul>
193
- <li class="globals ">
194
- <a href="../globals.html"><em>Globals</em></a>
195
- </li>
196
- <li class=" tsd-kind-module">
197
- <a href="_color_.html">&quot;<wbr>Color&quot;</a>
198
- </li>
199
- <li class=" tsd-kind-module">
200
- <a href="_constants_.html">&quot;<wbr>Constants&quot;</a>
201
- </li>
202
- <li class=" tsd-kind-module">
203
- <a href="_imovedefinition_.html">&quot;IMove<wbr>Definition&quot;</a>
204
- </li>
205
- <li class=" tsd-kind-module">
206
- <a href="_piece_.html">&quot;<wbr>Piece&quot;</a>
207
- </li>
208
- <li class="current tsd-kind-module">
209
- <a href="_serialization_.html">&quot;<wbr>Serialization&quot;</a>
210
- </li>
211
- <li class=" tsd-kind-module">
212
- <a href="_shogi_.html">&quot;shogi&quot;</a>
213
- </li>
214
- </ul>
215
- </nav>
216
- <nav class="tsd-navigation secondary menu-sticky">
217
- <ul class="before-current">
218
- <li class=" tsd-kind-function tsd-parent-kind-module">
219
- <a href="_serialization_.html#frompreset" class="tsd-kind-icon">from<wbr>Preset</a>
220
- </li>
221
- <li class=" tsd-kind-function tsd-parent-kind-module">
222
- <a href="_serialization_.html#fromsfen" class="tsd-kind-icon">from<wbr>Sfen</a>
223
- </li>
224
- <li class=" tsd-kind-function tsd-parent-kind-module">
225
- <a href="_serialization_.html#tocsa" class="tsd-kind-icon">toCSA</a>
226
- </li>
227
- <li class=" tsd-kind-function tsd-parent-kind-module">
228
- <a href="_serialization_.html#tosfen" class="tsd-kind-icon">to<wbr>Sfen</a>
229
- </li>
230
- </ul>
231
- </nav>
232
- </div>
233
- </div>
234
- </div>
235
- <footer class="with-border-bottom">
236
- <div class="container">
237
- <h2>Legend</h2>
238
- <div class="tsd-legend-group">
239
- <ul class="tsd-legend">
240
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
241
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
242
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
243
- </ul>
244
- <ul class="tsd-legend">
245
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
246
- </ul>
247
- <ul class="tsd-legend">
248
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
249
- </ul>
250
- <ul class="tsd-legend">
251
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
252
- </ul>
253
- </div>
254
- </div>
255
- </footer>
256
- <div class="container tsd-generator">
257
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
258
- </div>
259
- <div class="overlay"></div>
260
- <script src="../assets/js/main.js"></script>
261
- </body>
262
- </html>
@@ -1,159 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>&quot;shogi&quot; | shogi.js</title>
7
- <meta name="description" content="Documentation for shogi.js">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- </head>
11
- <body>
12
- <header>
13
- <div class="tsd-page-toolbar">
14
- <div class="container">
15
- <div class="table-wrap">
16
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
17
- <div class="field">
18
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19
- <input id="tsd-search-field" type="text" />
20
- </div>
21
- <ul class="results">
22
- <li class="state loading">Preparing search index...</li>
23
- <li class="state failure">The search index is not available</li>
24
- </ul>
25
- <a href="../index.html" class="title">shogi.js</a>
26
- </div>
27
- <div class="table-cell" id="tsd-widgets">
28
- <div id="tsd-filter">
29
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
30
- <div class="tsd-filter-group">
31
- <div class="tsd-select" id="tsd-filter-visibility">
32
- <span class="tsd-select-label">All</span>
33
- <ul class="tsd-select-list">
34
- <li data-value="public">Public</li>
35
- <li data-value="protected">Public/Protected</li>
36
- <li data-value="private" class="selected">All</li>
37
- </ul>
38
- </div>
39
- <input type="checkbox" id="tsd-filter-inherited" checked />
40
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
41
- <input type="checkbox" id="tsd-filter-externals" checked />
42
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
43
- <input type="checkbox" id="tsd-filter-only-exported" />
44
- <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
45
- </div>
46
- </div>
47
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
48
- </div>
49
- </div>
50
- </div>
51
- </div>
52
- <div class="tsd-page-title">
53
- <div class="container">
54
- <ul class="tsd-breadcrumb">
55
- <li>
56
- <a href="../globals.html">Globals</a>
57
- </li>
58
- <li>
59
- <a href="_shogi_.html">&quot;shogi&quot;</a>
60
- </li>
61
- </ul>
62
- <h1>Module &quot;shogi&quot;</h1>
63
- </div>
64
- </div>
65
- </header>
66
- <div class="container container-main">
67
- <div class="row">
68
- <div class="col-8 col-content">
69
- <section class="tsd-panel-group tsd-index-group">
70
- <h2>Index</h2>
71
- <section class="tsd-panel tsd-index-panel">
72
- <div class="tsd-index-content">
73
- <section class="tsd-index-section ">
74
- <h3>Classes</h3>
75
- <ul class="tsd-index-list">
76
- <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/_shogi_.shogi.html" class="tsd-kind-icon">Shogi</a></li>
77
- </ul>
78
- </section>
79
- <section class="tsd-index-section ">
80
- <h3>Interfaces</h3>
81
- <ul class="tsd-index-list">
82
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/_shogi_.imove.html" class="tsd-kind-icon">IMove</a></li>
83
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/_shogi_.isettingtype.html" class="tsd-kind-icon">ISetting<wbr>Type</a></li>
84
- </ul>
85
- </section>
86
- </div>
87
- </section>
88
- </section>
89
- </div>
90
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
91
- <nav class="tsd-navigation primary">
92
- <ul>
93
- <li class="globals ">
94
- <a href="../globals.html"><em>Globals</em></a>
95
- </li>
96
- <li class=" tsd-kind-module">
97
- <a href="_color_.html">&quot;<wbr>Color&quot;</a>
98
- </li>
99
- <li class=" tsd-kind-module">
100
- <a href="_constants_.html">&quot;<wbr>Constants&quot;</a>
101
- </li>
102
- <li class=" tsd-kind-module">
103
- <a href="_imovedefinition_.html">&quot;IMove<wbr>Definition&quot;</a>
104
- </li>
105
- <li class=" tsd-kind-module">
106
- <a href="_piece_.html">&quot;<wbr>Piece&quot;</a>
107
- </li>
108
- <li class=" tsd-kind-module">
109
- <a href="_serialization_.html">&quot;<wbr>Serialization&quot;</a>
110
- </li>
111
- <li class="current tsd-kind-module">
112
- <a href="_shogi_.html">&quot;shogi&quot;</a>
113
- </li>
114
- </ul>
115
- </nav>
116
- <nav class="tsd-navigation secondary menu-sticky">
117
- <ul class="before-current">
118
- <li class=" tsd-kind-class tsd-parent-kind-module">
119
- <a href="../classes/_shogi_.shogi.html" class="tsd-kind-icon">Shogi</a>
120
- </li>
121
- <li class=" tsd-kind-interface tsd-parent-kind-module">
122
- <a href="../interfaces/_shogi_.imove.html" class="tsd-kind-icon">IMove</a>
123
- </li>
124
- <li class=" tsd-kind-interface tsd-parent-kind-module">
125
- <a href="../interfaces/_shogi_.isettingtype.html" class="tsd-kind-icon">ISetting<wbr>Type</a>
126
- </li>
127
- </ul>
128
- </nav>
129
- </div>
130
- </div>
131
- </div>
132
- <footer class="with-border-bottom">
133
- <div class="container">
134
- <h2>Legend</h2>
135
- <div class="tsd-legend-group">
136
- <ul class="tsd-legend">
137
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
138
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
139
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
140
- </ul>
141
- <ul class="tsd-legend">
142
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
143
- </ul>
144
- <ul class="tsd-legend">
145
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
146
- </ul>
147
- <ul class="tsd-legend">
148
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
149
- </ul>
150
- </div>
151
- </div>
152
- </footer>
153
- <div class="container tsd-generator">
154
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
155
- </div>
156
- <div class="overlay"></div>
157
- <script src="../assets/js/main.js"></script>
158
- </body>
159
- </html>
File without changes
File without changes
File without changes
File without changes