@wtasnorg/node-lib 0.0.10 → 0.0.11
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.txt +14 -0
- package/docs/README.md +12 -0
- package/docs/docs.json +1438 -211
- package/docs/functions/createFindDirectories.md +1 -1
- package/docs/functions/decode.md +1 -1
- package/docs/functions/decode32.md +49 -0
- package/docs/functions/decode58.md +49 -0
- package/docs/functions/decode85.md +49 -0
- package/docs/functions/encode.md +1 -1
- package/docs/functions/encode32.md +45 -0
- package/docs/functions/encode58.md +45 -0
- package/docs/functions/encode85.md +45 -0
- package/docs/functions/hello.md +1 -1
- package/docs/functions/parseUserAgent.md +1 -1
- package/docs/functions/pojo.md +1 -1
- package/docs/interfaces/FileSystemDependencies.md +3 -3
- package/docs/interfaces/FindDirectoriesOptions.md +5 -5
- package/docs/interfaces/UserAgentInfo.md +6 -6
- package/docs/type-aliases/Base32CharsetType.md +13 -0
- package/docs/type-aliases/Base58CharsetType.md +13 -0
- package/docs/type-aliases/Base64CharsetType.md +1 -1
- package/docs/type-aliases/Base85CharsetType.md +13 -0
- package/docs/variables/Base32Charset.md +16 -0
- package/docs/variables/Base58Charset.md +16 -0
- package/docs/variables/Base64Charset.md +1 -1
- package/docs/variables/Base85Charset.md +16 -0
- package/package.json +41 -1
- package/readme.txt +12 -0
- package/src/base32.d.ts +58 -0
- package/src/base32.js +143 -0
- package/src/base32.test.d.ts +2 -0
- package/src/base32.test.js +121 -0
- package/src/base32.test.ts +144 -0
- package/src/base32.ts +169 -0
- package/src/base58.d.ts +58 -0
- package/src/base58.js +155 -0
- package/src/base58.test.d.ts +2 -0
- package/src/base58.test.js +108 -0
- package/src/base58.test.ts +128 -0
- package/src/base58.ts +177 -0
- package/src/base85.d.ts +58 -0
- package/src/base85.js +173 -0
- package/src/base85.test.d.ts +2 -0
- package/src/base85.test.js +107 -0
- package/src/base85.test.ts +125 -0
- package/src/base85.ts +199 -0
- package/src/index.d.ts +8 -2
- package/src/index.js +4 -1
- package/src/index.ts +20 -2
package/docs/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"flags": {},
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 67,
|
|
11
11
|
"name": "FileSystemDependencies",
|
|
12
12
|
"variant": "declaration",
|
|
13
13
|
"kind": 256,
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 68,
|
|
18
18
|
"name": "readdir",
|
|
19
19
|
"variant": "declaration",
|
|
20
20
|
"kind": 1024,
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"fileName": "find.ts",
|
|
25
25
|
"line": 4,
|
|
26
26
|
"character": 4,
|
|
27
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
27
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"type": {
|
|
31
31
|
"type": "reflection",
|
|
32
32
|
"declaration": {
|
|
33
|
-
"id":
|
|
33
|
+
"id": 69,
|
|
34
34
|
"name": "__type",
|
|
35
35
|
"variant": "declaration",
|
|
36
36
|
"kind": 65536,
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"fileName": "find.ts",
|
|
41
41
|
"line": 4,
|
|
42
42
|
"character": 13,
|
|
43
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
43
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"signatures": [
|
|
47
47
|
{
|
|
48
|
-
"id":
|
|
48
|
+
"id": 70,
|
|
49
49
|
"name": "__type",
|
|
50
50
|
"variant": "signature",
|
|
51
51
|
"kind": 4096,
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"fileName": "find.ts",
|
|
56
56
|
"line": 4,
|
|
57
57
|
"character": 13,
|
|
58
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
58
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
59
59
|
}
|
|
60
60
|
],
|
|
61
61
|
"parameters": [
|
|
62
62
|
{
|
|
63
|
-
"id":
|
|
63
|
+
"id": 71,
|
|
64
64
|
"name": "_path",
|
|
65
65
|
"variant": "param",
|
|
66
66
|
"kind": 32768,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"id":
|
|
74
|
+
"id": 72,
|
|
75
75
|
"name": "_opts",
|
|
76
76
|
"variant": "param",
|
|
77
77
|
"kind": 32768,
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"type": {
|
|
80
80
|
"type": "reflection",
|
|
81
81
|
"declaration": {
|
|
82
|
-
"id":
|
|
82
|
+
"id": 73,
|
|
83
83
|
"name": "__type",
|
|
84
84
|
"variant": "declaration",
|
|
85
85
|
"kind": 65536,
|
|
86
86
|
"flags": {},
|
|
87
87
|
"children": [
|
|
88
88
|
{
|
|
89
|
-
"id":
|
|
89
|
+
"id": 74,
|
|
90
90
|
"name": "withFileTypes",
|
|
91
91
|
"variant": "declaration",
|
|
92
92
|
"kind": 1024,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"fileName": "find.ts",
|
|
97
97
|
"line": 4,
|
|
98
98
|
"character": 38,
|
|
99
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
99
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
102
102
|
"type": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
{
|
|
110
110
|
"title": "Properties",
|
|
111
111
|
"children": [
|
|
112
|
-
|
|
112
|
+
74
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"fileName": "find.ts",
|
|
119
119
|
"line": 4,
|
|
120
120
|
"character": 36,
|
|
121
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
121
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
122
122
|
}
|
|
123
123
|
]
|
|
124
124
|
}
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
"elementType": {
|
|
139
139
|
"type": "reflection",
|
|
140
140
|
"declaration": {
|
|
141
|
-
"id":
|
|
141
|
+
"id": 75,
|
|
142
142
|
"name": "__type",
|
|
143
143
|
"variant": "declaration",
|
|
144
144
|
"kind": 65536,
|
|
145
145
|
"flags": {},
|
|
146
146
|
"children": [
|
|
147
147
|
{
|
|
148
|
-
"id":
|
|
148
|
+
"id": 76,
|
|
149
149
|
"name": "name",
|
|
150
150
|
"variant": "declaration",
|
|
151
151
|
"kind": 1024,
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"fileName": "find.ts",
|
|
156
156
|
"line": 4,
|
|
157
157
|
"character": 74,
|
|
158
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
158
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
159
159
|
}
|
|
160
160
|
],
|
|
161
161
|
"type": {
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
"id":
|
|
167
|
+
"id": 77,
|
|
168
168
|
"name": "isDirectory",
|
|
169
169
|
"variant": "declaration",
|
|
170
170
|
"kind": 2048,
|
|
@@ -174,12 +174,12 @@
|
|
|
174
174
|
"fileName": "find.ts",
|
|
175
175
|
"line": 4,
|
|
176
176
|
"character": 88,
|
|
177
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
177
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
180
180
|
"signatures": [
|
|
181
181
|
{
|
|
182
|
-
"id":
|
|
182
|
+
"id": 78,
|
|
183
183
|
"name": "isDirectory",
|
|
184
184
|
"variant": "signature",
|
|
185
185
|
"kind": 4096,
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"fileName": "find.ts",
|
|
190
190
|
"line": 4,
|
|
191
191
|
"character": 88,
|
|
192
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
192
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
193
193
|
}
|
|
194
194
|
],
|
|
195
195
|
"type": {
|
|
@@ -204,13 +204,13 @@
|
|
|
204
204
|
{
|
|
205
205
|
"title": "Properties",
|
|
206
206
|
"children": [
|
|
207
|
-
|
|
207
|
+
76
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"title": "Methods",
|
|
212
212
|
"children": [
|
|
213
|
-
|
|
213
|
+
77
|
|
214
214
|
]
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"fileName": "find.ts",
|
|
220
220
|
"line": 4,
|
|
221
221
|
"character": 72,
|
|
222
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
222
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
223
223
|
}
|
|
224
224
|
]
|
|
225
225
|
}
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 79,
|
|
239
239
|
"name": "stat",
|
|
240
240
|
"variant": "declaration",
|
|
241
241
|
"kind": 1024,
|
|
@@ -245,13 +245,13 @@
|
|
|
245
245
|
"fileName": "find.ts",
|
|
246
246
|
"line": 5,
|
|
247
247
|
"character": 4,
|
|
248
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
248
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
251
|
"type": {
|
|
252
252
|
"type": "reflection",
|
|
253
253
|
"declaration": {
|
|
254
|
-
"id":
|
|
254
|
+
"id": 80,
|
|
255
255
|
"name": "__type",
|
|
256
256
|
"variant": "declaration",
|
|
257
257
|
"kind": 65536,
|
|
@@ -261,12 +261,12 @@
|
|
|
261
261
|
"fileName": "find.ts",
|
|
262
262
|
"line": 5,
|
|
263
263
|
"character": 10,
|
|
264
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
264
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
267
|
"signatures": [
|
|
268
268
|
{
|
|
269
|
-
"id":
|
|
269
|
+
"id": 81,
|
|
270
270
|
"name": "__type",
|
|
271
271
|
"variant": "signature",
|
|
272
272
|
"kind": 4096,
|
|
@@ -276,12 +276,12 @@
|
|
|
276
276
|
"fileName": "find.ts",
|
|
277
277
|
"line": 5,
|
|
278
278
|
"character": 10,
|
|
279
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
279
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
280
280
|
}
|
|
281
281
|
],
|
|
282
282
|
"parameters": [
|
|
283
283
|
{
|
|
284
|
-
"id":
|
|
284
|
+
"id": 82,
|
|
285
285
|
"name": "_path",
|
|
286
286
|
"variant": "param",
|
|
287
287
|
"kind": 32768,
|
|
@@ -303,14 +303,14 @@
|
|
|
303
303
|
{
|
|
304
304
|
"type": "reflection",
|
|
305
305
|
"declaration": {
|
|
306
|
-
"id":
|
|
306
|
+
"id": 83,
|
|
307
307
|
"name": "__type",
|
|
308
308
|
"variant": "declaration",
|
|
309
309
|
"kind": 65536,
|
|
310
310
|
"flags": {},
|
|
311
311
|
"children": [
|
|
312
312
|
{
|
|
313
|
-
"id":
|
|
313
|
+
"id": 84,
|
|
314
314
|
"name": "isDirectory",
|
|
315
315
|
"variant": "declaration",
|
|
316
316
|
"kind": 2048,
|
|
@@ -320,12 +320,12 @@
|
|
|
320
320
|
"fileName": "find.ts",
|
|
321
321
|
"line": 5,
|
|
322
322
|
"character": 39,
|
|
323
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
323
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
324
324
|
}
|
|
325
325
|
],
|
|
326
326
|
"signatures": [
|
|
327
327
|
{
|
|
328
|
-
"id":
|
|
328
|
+
"id": 85,
|
|
329
329
|
"name": "isDirectory",
|
|
330
330
|
"variant": "signature",
|
|
331
331
|
"kind": 4096,
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"fileName": "find.ts",
|
|
336
336
|
"line": 5,
|
|
337
337
|
"character": 39,
|
|
338
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
338
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
341
341
|
"type": {
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
{
|
|
351
351
|
"title": "Methods",
|
|
352
352
|
"children": [
|
|
353
|
-
|
|
353
|
+
84
|
|
354
354
|
]
|
|
355
355
|
}
|
|
356
356
|
],
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"fileName": "find.ts",
|
|
360
360
|
"line": 5,
|
|
361
361
|
"character": 37,
|
|
362
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
362
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
363
363
|
}
|
|
364
364
|
]
|
|
365
365
|
}
|
|
@@ -378,8 +378,8 @@
|
|
|
378
378
|
{
|
|
379
379
|
"title": "Properties",
|
|
380
380
|
"children": [
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
68,
|
|
382
|
+
79
|
|
383
383
|
]
|
|
384
384
|
}
|
|
385
385
|
],
|
|
@@ -388,19 +388,19 @@
|
|
|
388
388
|
"fileName": "find.ts",
|
|
389
389
|
"line": 3,
|
|
390
390
|
"character": 10,
|
|
391
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
391
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L3"
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"id":
|
|
396
|
+
"id": 54,
|
|
397
397
|
"name": "FindDirectoriesOptions",
|
|
398
398
|
"variant": "declaration",
|
|
399
399
|
"kind": 256,
|
|
400
400
|
"flags": {},
|
|
401
401
|
"children": [
|
|
402
402
|
{
|
|
403
|
-
"id":
|
|
403
|
+
"id": 57,
|
|
404
404
|
"name": "allowlist",
|
|
405
405
|
"variant": "declaration",
|
|
406
406
|
"kind": 1024,
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"fileName": "find.ts",
|
|
413
413
|
"line": 11,
|
|
414
414
|
"character": 4,
|
|
415
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
415
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L11"
|
|
416
416
|
}
|
|
417
417
|
],
|
|
418
418
|
"type": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
{
|
|
429
429
|
"type": "reflection",
|
|
430
430
|
"declaration": {
|
|
431
|
-
"id":
|
|
431
|
+
"id": 58,
|
|
432
432
|
"name": "__type",
|
|
433
433
|
"variant": "declaration",
|
|
434
434
|
"kind": 65536,
|
|
@@ -438,12 +438,12 @@
|
|
|
438
438
|
"fileName": "find.ts",
|
|
439
439
|
"line": 11,
|
|
440
440
|
"character": 28,
|
|
441
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
441
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L11"
|
|
442
442
|
}
|
|
443
443
|
],
|
|
444
444
|
"signatures": [
|
|
445
445
|
{
|
|
446
|
-
"id":
|
|
446
|
+
"id": 59,
|
|
447
447
|
"name": "__type",
|
|
448
448
|
"variant": "signature",
|
|
449
449
|
"kind": 4096,
|
|
@@ -453,12 +453,12 @@
|
|
|
453
453
|
"fileName": "find.ts",
|
|
454
454
|
"line": 11,
|
|
455
455
|
"character": 28,
|
|
456
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
456
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L11"
|
|
457
457
|
}
|
|
458
458
|
],
|
|
459
459
|
"parameters": [
|
|
460
460
|
{
|
|
461
|
-
"id":
|
|
461
|
+
"id": 60,
|
|
462
462
|
"name": "_absPath",
|
|
463
463
|
"variant": "param",
|
|
464
464
|
"kind": 32768,
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
"id":
|
|
472
|
+
"id": 61,
|
|
473
473
|
"name": "_name",
|
|
474
474
|
"variant": "param",
|
|
475
475
|
"kind": 32768,
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
"id":
|
|
495
|
+
"id": 62,
|
|
496
496
|
"name": "blocklist",
|
|
497
497
|
"variant": "declaration",
|
|
498
498
|
"kind": 1024,
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"fileName": "find.ts",
|
|
505
505
|
"line": 12,
|
|
506
506
|
"character": 4,
|
|
507
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
507
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L12"
|
|
508
508
|
}
|
|
509
509
|
],
|
|
510
510
|
"type": {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
{
|
|
521
521
|
"type": "reflection",
|
|
522
522
|
"declaration": {
|
|
523
|
-
"id":
|
|
523
|
+
"id": 63,
|
|
524
524
|
"name": "__type",
|
|
525
525
|
"variant": "declaration",
|
|
526
526
|
"kind": 65536,
|
|
@@ -530,12 +530,12 @@
|
|
|
530
530
|
"fileName": "find.ts",
|
|
531
531
|
"line": 12,
|
|
532
532
|
"character": 28,
|
|
533
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
533
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L12"
|
|
534
534
|
}
|
|
535
535
|
],
|
|
536
536
|
"signatures": [
|
|
537
537
|
{
|
|
538
|
-
"id":
|
|
538
|
+
"id": 64,
|
|
539
539
|
"name": "__type",
|
|
540
540
|
"variant": "signature",
|
|
541
541
|
"kind": 4096,
|
|
@@ -545,12 +545,12 @@
|
|
|
545
545
|
"fileName": "find.ts",
|
|
546
546
|
"line": 12,
|
|
547
547
|
"character": 28,
|
|
548
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
548
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L12"
|
|
549
549
|
}
|
|
550
550
|
],
|
|
551
551
|
"parameters": [
|
|
552
552
|
{
|
|
553
|
-
"id":
|
|
553
|
+
"id": 65,
|
|
554
554
|
"name": "_absPath",
|
|
555
555
|
"variant": "param",
|
|
556
556
|
"kind": 32768,
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
},
|
|
563
563
|
{
|
|
564
|
-
"id":
|
|
564
|
+
"id": 66,
|
|
565
565
|
"name": "_name",
|
|
566
566
|
"variant": "param",
|
|
567
567
|
"kind": 32768,
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
|
-
"id":
|
|
587
|
+
"id": 56,
|
|
588
588
|
"name": "followSymlinks",
|
|
589
589
|
"variant": "declaration",
|
|
590
590
|
"kind": 1024,
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"fileName": "find.ts",
|
|
597
597
|
"line": 10,
|
|
598
598
|
"character": 4,
|
|
599
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
599
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L10"
|
|
600
600
|
}
|
|
601
601
|
],
|
|
602
602
|
"type": {
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
"id":
|
|
608
|
+
"id": 55,
|
|
609
609
|
"name": "maxDepth",
|
|
610
610
|
"variant": "declaration",
|
|
611
611
|
"kind": 1024,
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"fileName": "find.ts",
|
|
618
618
|
"line": 9,
|
|
619
619
|
"character": 4,
|
|
620
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
620
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L9"
|
|
621
621
|
}
|
|
622
622
|
],
|
|
623
623
|
"type": {
|
|
@@ -630,10 +630,10 @@
|
|
|
630
630
|
{
|
|
631
631
|
"title": "Properties",
|
|
632
632
|
"children": [
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
633
|
+
57,
|
|
634
|
+
62,
|
|
635
|
+
56,
|
|
636
|
+
55
|
|
637
637
|
]
|
|
638
638
|
}
|
|
639
639
|
],
|
|
@@ -642,12 +642,12 @@
|
|
|
642
642
|
"fileName": "find.ts",
|
|
643
643
|
"line": 8,
|
|
644
644
|
"character": 10,
|
|
645
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
645
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L8"
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
|
-
"id":
|
|
650
|
+
"id": 86,
|
|
651
651
|
"name": "UserAgentInfo",
|
|
652
652
|
"variant": "declaration",
|
|
653
653
|
"kind": 256,
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
},
|
|
663
663
|
"children": [
|
|
664
664
|
{
|
|
665
|
-
"id":
|
|
665
|
+
"id": 87,
|
|
666
666
|
"name": "browser",
|
|
667
667
|
"variant": "declaration",
|
|
668
668
|
"kind": 1024,
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"fileName": "user-agent.ts",
|
|
681
681
|
"line": 8,
|
|
682
682
|
"character": 4,
|
|
683
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
683
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L8"
|
|
684
684
|
}
|
|
685
685
|
],
|
|
686
686
|
"type": {
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
}
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
|
-
"id":
|
|
692
|
+
"id": 90,
|
|
693
693
|
"name": "device",
|
|
694
694
|
"variant": "declaration",
|
|
695
695
|
"kind": 1024,
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
"fileName": "user-agent.ts",
|
|
708
708
|
"line": 20,
|
|
709
709
|
"character": 4,
|
|
710
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
710
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L20"
|
|
711
711
|
}
|
|
712
712
|
],
|
|
713
713
|
"type": {
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
|
-
"id":
|
|
719
|
+
"id": 91,
|
|
720
720
|
"name": "engine",
|
|
721
721
|
"variant": "declaration",
|
|
722
722
|
"kind": 1024,
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
"fileName": "user-agent.ts",
|
|
735
735
|
"line": 24,
|
|
736
736
|
"character": 4,
|
|
737
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
737
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L24"
|
|
738
738
|
}
|
|
739
739
|
],
|
|
740
740
|
"type": {
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
}
|
|
744
744
|
},
|
|
745
745
|
{
|
|
746
|
-
"id":
|
|
746
|
+
"id": 89,
|
|
747
747
|
"name": "os",
|
|
748
748
|
"variant": "declaration",
|
|
749
749
|
"kind": 1024,
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"fileName": "user-agent.ts",
|
|
762
762
|
"line": 16,
|
|
763
763
|
"character": 4,
|
|
764
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
764
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L16"
|
|
765
765
|
}
|
|
766
766
|
],
|
|
767
767
|
"type": {
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
|
-
"id":
|
|
773
|
+
"id": 88,
|
|
774
774
|
"name": "version",
|
|
775
775
|
"variant": "declaration",
|
|
776
776
|
"kind": 1024,
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
"fileName": "user-agent.ts",
|
|
789
789
|
"line": 12,
|
|
790
790
|
"character": 4,
|
|
791
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
791
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L12"
|
|
792
792
|
}
|
|
793
793
|
],
|
|
794
794
|
"type": {
|
|
@@ -801,11 +801,11 @@
|
|
|
801
801
|
{
|
|
802
802
|
"title": "Properties",
|
|
803
803
|
"children": [
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
804
|
+
87,
|
|
805
|
+
90,
|
|
806
|
+
91,
|
|
807
|
+
89,
|
|
808
|
+
88
|
|
809
809
|
]
|
|
810
810
|
}
|
|
811
811
|
],
|
|
@@ -814,12 +814,90 @@
|
|
|
814
814
|
"fileName": "user-agent.ts",
|
|
815
815
|
"line": 4,
|
|
816
816
|
"character": 17,
|
|
817
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
817
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L4"
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
821
|
{
|
|
822
|
-
"id":
|
|
822
|
+
"id": 95,
|
|
823
|
+
"name": "Base32CharsetType",
|
|
824
|
+
"variant": "declaration",
|
|
825
|
+
"kind": 2097152,
|
|
826
|
+
"flags": {},
|
|
827
|
+
"comment": {
|
|
828
|
+
"summary": [
|
|
829
|
+
{
|
|
830
|
+
"kind": "text",
|
|
831
|
+
"text": "Base32 charset type."
|
|
832
|
+
}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
"sources": [
|
|
836
|
+
{
|
|
837
|
+
"fileName": "base32.ts",
|
|
838
|
+
"line": 18,
|
|
839
|
+
"character": 5,
|
|
840
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base32.ts#L18"
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"type": {
|
|
844
|
+
"type": "indexedAccess",
|
|
845
|
+
"indexType": {
|
|
846
|
+
"type": "intrinsic",
|
|
847
|
+
"name": "number"
|
|
848
|
+
},
|
|
849
|
+
"objectType": {
|
|
850
|
+
"type": "query",
|
|
851
|
+
"queryType": {
|
|
852
|
+
"type": "reference",
|
|
853
|
+
"target": 53,
|
|
854
|
+
"name": "Base32Charset",
|
|
855
|
+
"package": "@wtasnorg/node-lib"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": 93,
|
|
862
|
+
"name": "Base58CharsetType",
|
|
863
|
+
"variant": "declaration",
|
|
864
|
+
"kind": 2097152,
|
|
865
|
+
"flags": {},
|
|
866
|
+
"comment": {
|
|
867
|
+
"summary": [
|
|
868
|
+
{
|
|
869
|
+
"kind": "text",
|
|
870
|
+
"text": "Base58 charset type."
|
|
871
|
+
}
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
"sources": [
|
|
875
|
+
{
|
|
876
|
+
"fileName": "base58.ts",
|
|
877
|
+
"line": 18,
|
|
878
|
+
"character": 5,
|
|
879
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L18"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"type": {
|
|
883
|
+
"type": "indexedAccess",
|
|
884
|
+
"indexType": {
|
|
885
|
+
"type": "intrinsic",
|
|
886
|
+
"name": "number"
|
|
887
|
+
},
|
|
888
|
+
"objectType": {
|
|
889
|
+
"type": "query",
|
|
890
|
+
"queryType": {
|
|
891
|
+
"type": "reference",
|
|
892
|
+
"target": 35,
|
|
893
|
+
"name": "Base58Charset",
|
|
894
|
+
"package": "@wtasnorg/node-lib"
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": 92,
|
|
823
901
|
"name": "Base64CharsetType",
|
|
824
902
|
"variant": "declaration",
|
|
825
903
|
"kind": 2097152,
|
|
@@ -837,7 +915,7 @@
|
|
|
837
915
|
"fileName": "base64.ts",
|
|
838
916
|
"line": 18,
|
|
839
917
|
"character": 5,
|
|
840
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
918
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L18"
|
|
841
919
|
}
|
|
842
920
|
],
|
|
843
921
|
"type": {
|
|
@@ -857,6 +935,187 @@
|
|
|
857
935
|
}
|
|
858
936
|
}
|
|
859
937
|
},
|
|
938
|
+
{
|
|
939
|
+
"id": 94,
|
|
940
|
+
"name": "Base85CharsetType",
|
|
941
|
+
"variant": "declaration",
|
|
942
|
+
"kind": 2097152,
|
|
943
|
+
"flags": {},
|
|
944
|
+
"comment": {
|
|
945
|
+
"summary": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "text",
|
|
948
|
+
"text": "Base85 charset type."
|
|
949
|
+
}
|
|
950
|
+
]
|
|
951
|
+
},
|
|
952
|
+
"sources": [
|
|
953
|
+
{
|
|
954
|
+
"fileName": "base85.ts",
|
|
955
|
+
"line": 18,
|
|
956
|
+
"character": 5,
|
|
957
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L18"
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"type": {
|
|
961
|
+
"type": "indexedAccess",
|
|
962
|
+
"indexType": {
|
|
963
|
+
"type": "intrinsic",
|
|
964
|
+
"name": "number"
|
|
965
|
+
},
|
|
966
|
+
"objectType": {
|
|
967
|
+
"type": "query",
|
|
968
|
+
"queryType": {
|
|
969
|
+
"type": "reference",
|
|
970
|
+
"target": 44,
|
|
971
|
+
"name": "Base85Charset",
|
|
972
|
+
"package": "@wtasnorg/node-lib"
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"id": 53,
|
|
979
|
+
"name": "Base32Charset",
|
|
980
|
+
"variant": "declaration",
|
|
981
|
+
"kind": 32,
|
|
982
|
+
"flags": {
|
|
983
|
+
"isConst": true
|
|
984
|
+
},
|
|
985
|
+
"comment": {
|
|
986
|
+
"summary": [
|
|
987
|
+
{
|
|
988
|
+
"kind": "text",
|
|
989
|
+
"text": "Available Base32 charset variants.\n- "
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"kind": "code",
|
|
993
|
+
"text": "`rfc4648`"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "text",
|
|
997
|
+
"text": ": Standard RFC 4648 alphabet (A-Z, 2-7)\n- "
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "code",
|
|
1001
|
+
"text": "`hex`"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"kind": "text",
|
|
1005
|
+
"text": ": Extended hex alphabet (0-9, A-V)\n- "
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "code",
|
|
1009
|
+
"text": "`crockford`"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"kind": "text",
|
|
1013
|
+
"text": ": Douglas Crockford's alphabet (excludes I, L, O, U)"
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
"sources": [
|
|
1018
|
+
{
|
|
1019
|
+
"fileName": "base32.ts",
|
|
1020
|
+
"line": 13,
|
|
1021
|
+
"character": 6,
|
|
1022
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base32.ts#L13"
|
|
1023
|
+
}
|
|
1024
|
+
],
|
|
1025
|
+
"type": {
|
|
1026
|
+
"type": "typeOperator",
|
|
1027
|
+
"operator": "readonly",
|
|
1028
|
+
"target": {
|
|
1029
|
+
"type": "tuple",
|
|
1030
|
+
"elements": [
|
|
1031
|
+
{
|
|
1032
|
+
"type": "literal",
|
|
1033
|
+
"value": "rfc4648"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"type": "literal",
|
|
1037
|
+
"value": "hex"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"type": "literal",
|
|
1041
|
+
"value": "crockford"
|
|
1042
|
+
}
|
|
1043
|
+
]
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"defaultValue": "..."
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"id": 35,
|
|
1050
|
+
"name": "Base58Charset",
|
|
1051
|
+
"variant": "declaration",
|
|
1052
|
+
"kind": 32,
|
|
1053
|
+
"flags": {
|
|
1054
|
+
"isConst": true
|
|
1055
|
+
},
|
|
1056
|
+
"comment": {
|
|
1057
|
+
"summary": [
|
|
1058
|
+
{
|
|
1059
|
+
"kind": "text",
|
|
1060
|
+
"text": "Available Base58 charset variants.\n- "
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "code",
|
|
1064
|
+
"text": "`bitcoin`"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "text",
|
|
1068
|
+
"text": ": Bitcoin/IPFS alphabet (default)\n- "
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "code",
|
|
1072
|
+
"text": "`flickr`"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"kind": "text",
|
|
1076
|
+
"text": ": Flickr short URLs (swaps case)\n- "
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "code",
|
|
1080
|
+
"text": "`ripple`"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "text",
|
|
1084
|
+
"text": ": Ripple addresses"
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
"sources": [
|
|
1089
|
+
{
|
|
1090
|
+
"fileName": "base58.ts",
|
|
1091
|
+
"line": 13,
|
|
1092
|
+
"character": 6,
|
|
1093
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L13"
|
|
1094
|
+
}
|
|
1095
|
+
],
|
|
1096
|
+
"type": {
|
|
1097
|
+
"type": "typeOperator",
|
|
1098
|
+
"operator": "readonly",
|
|
1099
|
+
"target": {
|
|
1100
|
+
"type": "tuple",
|
|
1101
|
+
"elements": [
|
|
1102
|
+
{
|
|
1103
|
+
"type": "literal",
|
|
1104
|
+
"value": "bitcoin"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"type": "literal",
|
|
1108
|
+
"value": "flickr"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"type": "literal",
|
|
1112
|
+
"value": "ripple"
|
|
1113
|
+
}
|
|
1114
|
+
]
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"defaultValue": "..."
|
|
1118
|
+
},
|
|
860
1119
|
{
|
|
861
1120
|
"id": 26,
|
|
862
1121
|
"name": "Base64Charset",
|
|
@@ -910,7 +1169,7 @@
|
|
|
910
1169
|
"fileName": "base64.ts",
|
|
911
1170
|
"line": 13,
|
|
912
1171
|
"character": 6,
|
|
913
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1172
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L13"
|
|
914
1173
|
}
|
|
915
1174
|
],
|
|
916
1175
|
"type": {
|
|
@@ -941,18 +1200,89 @@
|
|
|
941
1200
|
"defaultValue": "..."
|
|
942
1201
|
},
|
|
943
1202
|
{
|
|
944
|
-
"id":
|
|
945
|
-
"name": "
|
|
1203
|
+
"id": 44,
|
|
1204
|
+
"name": "Base85Charset",
|
|
946
1205
|
"variant": "declaration",
|
|
947
|
-
"kind":
|
|
948
|
-
"flags": {
|
|
1206
|
+
"kind": 32,
|
|
1207
|
+
"flags": {
|
|
1208
|
+
"isConst": true
|
|
1209
|
+
},
|
|
1210
|
+
"comment": {
|
|
1211
|
+
"summary": [
|
|
1212
|
+
{
|
|
1213
|
+
"kind": "text",
|
|
1214
|
+
"text": "Available Base85 charset variants.\n- "
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"kind": "code",
|
|
1218
|
+
"text": "`ascii85`"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"kind": "text",
|
|
1222
|
+
"text": ": Adobe Ascii85 (btoa format)\n- "
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "code",
|
|
1226
|
+
"text": "`z85`"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"kind": "text",
|
|
1230
|
+
"text": ": ZeroMQ Base85 (no quotes or backslash)\n- "
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"kind": "code",
|
|
1234
|
+
"text": "`rfc1924`"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"kind": "text",
|
|
1238
|
+
"text": ": RFC 1924 IPv6 encoding"
|
|
1239
|
+
}
|
|
1240
|
+
]
|
|
1241
|
+
},
|
|
949
1242
|
"sources": [
|
|
950
1243
|
{
|
|
951
|
-
"fileName": "
|
|
952
|
-
"line":
|
|
953
|
-
"character":
|
|
954
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
955
|
-
}
|
|
1244
|
+
"fileName": "base85.ts",
|
|
1245
|
+
"line": 13,
|
|
1246
|
+
"character": 6,
|
|
1247
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L13"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"type": {
|
|
1251
|
+
"type": "typeOperator",
|
|
1252
|
+
"operator": "readonly",
|
|
1253
|
+
"target": {
|
|
1254
|
+
"type": "tuple",
|
|
1255
|
+
"elements": [
|
|
1256
|
+
{
|
|
1257
|
+
"type": "literal",
|
|
1258
|
+
"value": "ascii85"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"type": "literal",
|
|
1262
|
+
"value": "z85"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"type": "literal",
|
|
1266
|
+
"value": "rfc1924"
|
|
1267
|
+
}
|
|
1268
|
+
]
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"defaultValue": "..."
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"id": 8,
|
|
1275
|
+
"name": "createFindDirectories",
|
|
1276
|
+
"variant": "declaration",
|
|
1277
|
+
"kind": 64,
|
|
1278
|
+
"flags": {},
|
|
1279
|
+
"sources": [
|
|
1280
|
+
{
|
|
1281
|
+
"fileName": "find.ts",
|
|
1282
|
+
"line": 19,
|
|
1283
|
+
"character": 9,
|
|
1284
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L19"
|
|
1285
|
+
}
|
|
956
1286
|
],
|
|
957
1287
|
"signatures": [
|
|
958
1288
|
{
|
|
@@ -974,7 +1304,7 @@
|
|
|
974
1304
|
"fileName": "find.ts",
|
|
975
1305
|
"line": 19,
|
|
976
1306
|
"character": 9,
|
|
977
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1307
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L19"
|
|
978
1308
|
}
|
|
979
1309
|
],
|
|
980
1310
|
"parameters": [
|
|
@@ -986,7 +1316,7 @@
|
|
|
986
1316
|
"flags": {},
|
|
987
1317
|
"type": {
|
|
988
1318
|
"type": "reference",
|
|
989
|
-
"target":
|
|
1319
|
+
"target": 67,
|
|
990
1320
|
"name": "FileSystemDependencies",
|
|
991
1321
|
"package": "@wtasnorg/node-lib"
|
|
992
1322
|
}
|
|
@@ -1005,7 +1335,7 @@
|
|
|
1005
1335
|
"fileName": "find.ts",
|
|
1006
1336
|
"line": 23,
|
|
1007
1337
|
"character": 26,
|
|
1008
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1338
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L23"
|
|
1009
1339
|
}
|
|
1010
1340
|
],
|
|
1011
1341
|
"signatures": [
|
|
@@ -1020,7 +1350,7 @@
|
|
|
1020
1350
|
"fileName": "find.ts",
|
|
1021
1351
|
"line": 23,
|
|
1022
1352
|
"character": 26,
|
|
1023
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1353
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L23"
|
|
1024
1354
|
}
|
|
1025
1355
|
],
|
|
1026
1356
|
"parameters": [
|
|
@@ -1043,7 +1373,7 @@
|
|
|
1043
1373
|
"flags": {},
|
|
1044
1374
|
"type": {
|
|
1045
1375
|
"type": "reference",
|
|
1046
|
-
"target":
|
|
1376
|
+
"target": 54,
|
|
1047
1377
|
"name": "FindDirectoriesOptions",
|
|
1048
1378
|
"package": "@wtasnorg/node-lib"
|
|
1049
1379
|
},
|
|
@@ -1069,31 +1399,783 @@
|
|
|
1069
1399
|
"name": "Promise",
|
|
1070
1400
|
"package": "typescript"
|
|
1071
1401
|
}
|
|
1072
|
-
}
|
|
1073
|
-
]
|
|
1402
|
+
}
|
|
1403
|
+
]
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"id": 22,
|
|
1411
|
+
"name": "decode",
|
|
1412
|
+
"variant": "declaration",
|
|
1413
|
+
"kind": 64,
|
|
1414
|
+
"flags": {},
|
|
1415
|
+
"sources": [
|
|
1416
|
+
{
|
|
1417
|
+
"fileName": "base64.ts",
|
|
1418
|
+
"line": 119,
|
|
1419
|
+
"character": 9,
|
|
1420
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L119"
|
|
1421
|
+
}
|
|
1422
|
+
],
|
|
1423
|
+
"signatures": [
|
|
1424
|
+
{
|
|
1425
|
+
"id": 23,
|
|
1426
|
+
"name": "decode",
|
|
1427
|
+
"variant": "signature",
|
|
1428
|
+
"kind": 4096,
|
|
1429
|
+
"flags": {},
|
|
1430
|
+
"comment": {
|
|
1431
|
+
"summary": [
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "text",
|
|
1434
|
+
"text": "Decode a Base64 string."
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1437
|
+
"blockTags": [
|
|
1438
|
+
{
|
|
1439
|
+
"tag": "@example",
|
|
1440
|
+
"content": [
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "code",
|
|
1443
|
+
"text": "```typescript\nimport { decode } from \"./base64.js\";\n\ndecode(\"SGVsbG8sIFdvcmxkIQ==\");\n// => \"Hello, World!\"\n\ndecode(\"SGVsbG8sIFdvcmxkIQ==\", \"standard\");\n// => \"Hello, World!\"\n```"
|
|
1444
|
+
}
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"tag": "@returns",
|
|
1449
|
+
"content": [
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "text",
|
|
1452
|
+
"text": "The decoded string."
|
|
1453
|
+
}
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"tag": "@throws",
|
|
1458
|
+
"content": [
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "text",
|
|
1461
|
+
"text": "Error if the input contains invalid characters."
|
|
1462
|
+
}
|
|
1463
|
+
]
|
|
1464
|
+
}
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
"sources": [
|
|
1468
|
+
{
|
|
1469
|
+
"fileName": "base64.ts",
|
|
1470
|
+
"line": 119,
|
|
1471
|
+
"character": 9,
|
|
1472
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L119"
|
|
1473
|
+
}
|
|
1474
|
+
],
|
|
1475
|
+
"parameters": [
|
|
1476
|
+
{
|
|
1477
|
+
"id": 24,
|
|
1478
|
+
"name": "input",
|
|
1479
|
+
"variant": "param",
|
|
1480
|
+
"kind": 32768,
|
|
1481
|
+
"flags": {},
|
|
1482
|
+
"comment": {
|
|
1483
|
+
"summary": [
|
|
1484
|
+
{
|
|
1485
|
+
"kind": "text",
|
|
1486
|
+
"text": "The Base64 encoded string."
|
|
1487
|
+
}
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
"type": {
|
|
1491
|
+
"type": "intrinsic",
|
|
1492
|
+
"name": "string"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"id": 25,
|
|
1497
|
+
"name": "charset",
|
|
1498
|
+
"variant": "param",
|
|
1499
|
+
"kind": 32768,
|
|
1500
|
+
"flags": {},
|
|
1501
|
+
"comment": {
|
|
1502
|
+
"summary": [
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "text",
|
|
1505
|
+
"text": "The charset variant to use (default: \"standard\")."
|
|
1506
|
+
}
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
"type": {
|
|
1510
|
+
"type": "union",
|
|
1511
|
+
"types": [
|
|
1512
|
+
{
|
|
1513
|
+
"type": "literal",
|
|
1514
|
+
"value": "standard"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"type": "literal",
|
|
1518
|
+
"value": "urlsafe"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "literal",
|
|
1522
|
+
"value": "imap"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"type": "literal",
|
|
1526
|
+
"value": "radix64"
|
|
1527
|
+
}
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1530
|
+
"defaultValue": "\"standard\""
|
|
1531
|
+
}
|
|
1532
|
+
],
|
|
1533
|
+
"type": {
|
|
1534
|
+
"type": "intrinsic",
|
|
1535
|
+
"name": "string"
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
]
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"id": 49,
|
|
1542
|
+
"name": "decode32",
|
|
1543
|
+
"variant": "declaration",
|
|
1544
|
+
"kind": 64,
|
|
1545
|
+
"flags": {},
|
|
1546
|
+
"sources": [
|
|
1547
|
+
{
|
|
1548
|
+
"fileName": "base32.ts",
|
|
1549
|
+
"line": 136,
|
|
1550
|
+
"character": 9,
|
|
1551
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base32.ts#L136"
|
|
1552
|
+
}
|
|
1553
|
+
],
|
|
1554
|
+
"signatures": [
|
|
1555
|
+
{
|
|
1556
|
+
"id": 50,
|
|
1557
|
+
"name": "decode32",
|
|
1558
|
+
"variant": "signature",
|
|
1559
|
+
"kind": 4096,
|
|
1560
|
+
"flags": {},
|
|
1561
|
+
"comment": {
|
|
1562
|
+
"summary": [
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "text",
|
|
1565
|
+
"text": "Decode a Base32 string."
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"blockTags": [
|
|
1569
|
+
{
|
|
1570
|
+
"tag": "@example",
|
|
1571
|
+
"content": [
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "code",
|
|
1574
|
+
"text": "```typescript\nimport { decode32 } from \"./base32.js\";\n\ndecode32(\"JBSWY3DP\");\n// => \"Hello\"\n\ndecode32(\"EHMP6SS=\", \"hex\");\n// => \"test\"\n```"
|
|
1575
|
+
}
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"tag": "@returns",
|
|
1580
|
+
"content": [
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "text",
|
|
1583
|
+
"text": "The decoded string."
|
|
1584
|
+
}
|
|
1585
|
+
]
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"tag": "@throws",
|
|
1589
|
+
"content": [
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "text",
|
|
1592
|
+
"text": "Error if the input contains invalid characters."
|
|
1593
|
+
}
|
|
1594
|
+
]
|
|
1595
|
+
}
|
|
1596
|
+
]
|
|
1597
|
+
},
|
|
1598
|
+
"sources": [
|
|
1599
|
+
{
|
|
1600
|
+
"fileName": "base32.ts",
|
|
1601
|
+
"line": 136,
|
|
1602
|
+
"character": 9,
|
|
1603
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base32.ts#L136"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"parameters": [
|
|
1607
|
+
{
|
|
1608
|
+
"id": 51,
|
|
1609
|
+
"name": "input",
|
|
1610
|
+
"variant": "param",
|
|
1611
|
+
"kind": 32768,
|
|
1612
|
+
"flags": {},
|
|
1613
|
+
"comment": {
|
|
1614
|
+
"summary": [
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "text",
|
|
1617
|
+
"text": "The Base32 encoded string."
|
|
1618
|
+
}
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
"type": {
|
|
1622
|
+
"type": "intrinsic",
|
|
1623
|
+
"name": "string"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"id": 52,
|
|
1628
|
+
"name": "charset",
|
|
1629
|
+
"variant": "param",
|
|
1630
|
+
"kind": 32768,
|
|
1631
|
+
"flags": {},
|
|
1632
|
+
"comment": {
|
|
1633
|
+
"summary": [
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "text",
|
|
1636
|
+
"text": "The charset variant to use (default: \"rfc4648\")."
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
},
|
|
1640
|
+
"type": {
|
|
1641
|
+
"type": "union",
|
|
1642
|
+
"types": [
|
|
1643
|
+
{
|
|
1644
|
+
"type": "literal",
|
|
1645
|
+
"value": "rfc4648"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"type": "literal",
|
|
1649
|
+
"value": "hex"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"type": "literal",
|
|
1653
|
+
"value": "crockford"
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1657
|
+
"defaultValue": "\"rfc4648\""
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"type": {
|
|
1661
|
+
"type": "intrinsic",
|
|
1662
|
+
"name": "string"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
]
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"id": 31,
|
|
1669
|
+
"name": "decode58",
|
|
1670
|
+
"variant": "declaration",
|
|
1671
|
+
"kind": 64,
|
|
1672
|
+
"flags": {},
|
|
1673
|
+
"sources": [
|
|
1674
|
+
{
|
|
1675
|
+
"fileName": "base58.ts",
|
|
1676
|
+
"line": 132,
|
|
1677
|
+
"character": 9,
|
|
1678
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L132"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"signatures": [
|
|
1682
|
+
{
|
|
1683
|
+
"id": 32,
|
|
1684
|
+
"name": "decode58",
|
|
1685
|
+
"variant": "signature",
|
|
1686
|
+
"kind": 4096,
|
|
1687
|
+
"flags": {},
|
|
1688
|
+
"comment": {
|
|
1689
|
+
"summary": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "text",
|
|
1692
|
+
"text": "Decode a Base58 string."
|
|
1693
|
+
}
|
|
1694
|
+
],
|
|
1695
|
+
"blockTags": [
|
|
1696
|
+
{
|
|
1697
|
+
"tag": "@example",
|
|
1698
|
+
"content": [
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "code",
|
|
1701
|
+
"text": "```typescript\nimport { decode58 } from \"./base58.js\";\n\ndecode58(\"JxF12TrwUP45BMd\");\n// => \"Hello World\"\n\ndecode58(\"jXf12sRWto45bmD\", \"flickr\");\n// => \"Hello World\"\n```"
|
|
1702
|
+
}
|
|
1703
|
+
]
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"tag": "@returns",
|
|
1707
|
+
"content": [
|
|
1708
|
+
{
|
|
1709
|
+
"kind": "text",
|
|
1710
|
+
"text": "The decoded string."
|
|
1711
|
+
}
|
|
1712
|
+
]
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"tag": "@throws",
|
|
1716
|
+
"content": [
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "text",
|
|
1719
|
+
"text": "Error if the input contains invalid characters."
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
}
|
|
1723
|
+
]
|
|
1724
|
+
},
|
|
1725
|
+
"sources": [
|
|
1726
|
+
{
|
|
1727
|
+
"fileName": "base58.ts",
|
|
1728
|
+
"line": 132,
|
|
1729
|
+
"character": 9,
|
|
1730
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L132"
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"parameters": [
|
|
1734
|
+
{
|
|
1735
|
+
"id": 33,
|
|
1736
|
+
"name": "input",
|
|
1737
|
+
"variant": "param",
|
|
1738
|
+
"kind": 32768,
|
|
1739
|
+
"flags": {},
|
|
1740
|
+
"comment": {
|
|
1741
|
+
"summary": [
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "text",
|
|
1744
|
+
"text": "The Base58 encoded string."
|
|
1745
|
+
}
|
|
1746
|
+
]
|
|
1747
|
+
},
|
|
1748
|
+
"type": {
|
|
1749
|
+
"type": "intrinsic",
|
|
1750
|
+
"name": "string"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"id": 34,
|
|
1755
|
+
"name": "charset",
|
|
1756
|
+
"variant": "param",
|
|
1757
|
+
"kind": 32768,
|
|
1758
|
+
"flags": {},
|
|
1759
|
+
"comment": {
|
|
1760
|
+
"summary": [
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "text",
|
|
1763
|
+
"text": "The charset variant to use (default: \"bitcoin\")."
|
|
1764
|
+
}
|
|
1765
|
+
]
|
|
1766
|
+
},
|
|
1767
|
+
"type": {
|
|
1768
|
+
"type": "union",
|
|
1769
|
+
"types": [
|
|
1770
|
+
{
|
|
1771
|
+
"type": "literal",
|
|
1772
|
+
"value": "bitcoin"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"type": "literal",
|
|
1776
|
+
"value": "flickr"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"type": "literal",
|
|
1780
|
+
"value": "ripple"
|
|
1781
|
+
}
|
|
1782
|
+
]
|
|
1783
|
+
},
|
|
1784
|
+
"defaultValue": "\"bitcoin\""
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"type": {
|
|
1788
|
+
"type": "intrinsic",
|
|
1789
|
+
"name": "string"
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"id": 40,
|
|
1796
|
+
"name": "decode85",
|
|
1797
|
+
"variant": "declaration",
|
|
1798
|
+
"kind": 64,
|
|
1799
|
+
"flags": {},
|
|
1800
|
+
"sources": [
|
|
1801
|
+
{
|
|
1802
|
+
"fileName": "base85.ts",
|
|
1803
|
+
"line": 135,
|
|
1804
|
+
"character": 9,
|
|
1805
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L135"
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"signatures": [
|
|
1809
|
+
{
|
|
1810
|
+
"id": 41,
|
|
1811
|
+
"name": "decode85",
|
|
1812
|
+
"variant": "signature",
|
|
1813
|
+
"kind": 4096,
|
|
1814
|
+
"flags": {},
|
|
1815
|
+
"comment": {
|
|
1816
|
+
"summary": [
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "text",
|
|
1819
|
+
"text": "Decode a Base85 string."
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"blockTags": [
|
|
1823
|
+
{
|
|
1824
|
+
"tag": "@example",
|
|
1825
|
+
"content": [
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "code",
|
|
1828
|
+
"text": "```typescript\nimport { decode85 } from \"./base85.js\";\n\ndecode85(\"87cURDZ\");\n// => \"Hello\"\n\ndecode85(\"wrx.P\", \"z85\");\n// => \"test\"\n```"
|
|
1829
|
+
}
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"tag": "@returns",
|
|
1834
|
+
"content": [
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "text",
|
|
1837
|
+
"text": "The decoded string."
|
|
1838
|
+
}
|
|
1839
|
+
]
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"tag": "@throws",
|
|
1843
|
+
"content": [
|
|
1844
|
+
{
|
|
1845
|
+
"kind": "text",
|
|
1846
|
+
"text": "Error if the input contains invalid characters."
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1852
|
+
"sources": [
|
|
1853
|
+
{
|
|
1854
|
+
"fileName": "base85.ts",
|
|
1855
|
+
"line": 135,
|
|
1856
|
+
"character": 9,
|
|
1857
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L135"
|
|
1858
|
+
}
|
|
1859
|
+
],
|
|
1860
|
+
"parameters": [
|
|
1861
|
+
{
|
|
1862
|
+
"id": 42,
|
|
1863
|
+
"name": "input",
|
|
1864
|
+
"variant": "param",
|
|
1865
|
+
"kind": 32768,
|
|
1866
|
+
"flags": {},
|
|
1867
|
+
"comment": {
|
|
1868
|
+
"summary": [
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "text",
|
|
1871
|
+
"text": "The Base85 encoded string."
|
|
1872
|
+
}
|
|
1873
|
+
]
|
|
1874
|
+
},
|
|
1875
|
+
"type": {
|
|
1876
|
+
"type": "intrinsic",
|
|
1877
|
+
"name": "string"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"id": 43,
|
|
1882
|
+
"name": "charset",
|
|
1883
|
+
"variant": "param",
|
|
1884
|
+
"kind": 32768,
|
|
1885
|
+
"flags": {},
|
|
1886
|
+
"comment": {
|
|
1887
|
+
"summary": [
|
|
1888
|
+
{
|
|
1889
|
+
"kind": "text",
|
|
1890
|
+
"text": "The charset variant to use (default: \"ascii85\")."
|
|
1891
|
+
}
|
|
1892
|
+
]
|
|
1893
|
+
},
|
|
1894
|
+
"type": {
|
|
1895
|
+
"type": "union",
|
|
1896
|
+
"types": [
|
|
1897
|
+
{
|
|
1898
|
+
"type": "literal",
|
|
1899
|
+
"value": "ascii85"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"type": "literal",
|
|
1903
|
+
"value": "z85"
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"type": "literal",
|
|
1907
|
+
"value": "rfc1924"
|
|
1908
|
+
}
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1911
|
+
"defaultValue": "\"ascii85\""
|
|
1912
|
+
}
|
|
1913
|
+
],
|
|
1914
|
+
"type": {
|
|
1915
|
+
"type": "intrinsic",
|
|
1916
|
+
"name": "string"
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"id": 18,
|
|
1923
|
+
"name": "encode",
|
|
1924
|
+
"variant": "declaration",
|
|
1925
|
+
"kind": 64,
|
|
1926
|
+
"flags": {},
|
|
1927
|
+
"sources": [
|
|
1928
|
+
{
|
|
1929
|
+
"fileName": "base64.ts",
|
|
1930
|
+
"line": 79,
|
|
1931
|
+
"character": 9,
|
|
1932
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L79"
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"signatures": [
|
|
1936
|
+
{
|
|
1937
|
+
"id": 19,
|
|
1938
|
+
"name": "encode",
|
|
1939
|
+
"variant": "signature",
|
|
1940
|
+
"kind": 4096,
|
|
1941
|
+
"flags": {},
|
|
1942
|
+
"comment": {
|
|
1943
|
+
"summary": [
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "text",
|
|
1946
|
+
"text": "Encode a string to Base64."
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"blockTags": [
|
|
1950
|
+
{
|
|
1951
|
+
"tag": "@example",
|
|
1952
|
+
"content": [
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "code",
|
|
1955
|
+
"text": "```typescript\nimport { encode } from \"./base64.js\";\n\nencode(\"Hello, World!\");\n// => \"SGVsbG8sIFdvcmxkIQ==\"\n\nencode(\"Hello, World!\", \"urlsafe\");\n// => \"SGVsbG8sIFdvcmxkIQ==\"\n```"
|
|
1956
|
+
}
|
|
1957
|
+
]
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"tag": "@returns",
|
|
1961
|
+
"content": [
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "text",
|
|
1964
|
+
"text": "The Base64 encoded string."
|
|
1965
|
+
}
|
|
1966
|
+
]
|
|
1967
|
+
}
|
|
1968
|
+
]
|
|
1969
|
+
},
|
|
1970
|
+
"sources": [
|
|
1971
|
+
{
|
|
1972
|
+
"fileName": "base64.ts",
|
|
1973
|
+
"line": 79,
|
|
1974
|
+
"character": 9,
|
|
1975
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L79"
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"parameters": [
|
|
1979
|
+
{
|
|
1980
|
+
"id": 20,
|
|
1981
|
+
"name": "input",
|
|
1982
|
+
"variant": "param",
|
|
1983
|
+
"kind": 32768,
|
|
1984
|
+
"flags": {},
|
|
1985
|
+
"comment": {
|
|
1986
|
+
"summary": [
|
|
1987
|
+
{
|
|
1988
|
+
"kind": "text",
|
|
1989
|
+
"text": "The string to encode."
|
|
1990
|
+
}
|
|
1991
|
+
]
|
|
1992
|
+
},
|
|
1993
|
+
"type": {
|
|
1994
|
+
"type": "intrinsic",
|
|
1995
|
+
"name": "string"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"id": 21,
|
|
2000
|
+
"name": "charset",
|
|
2001
|
+
"variant": "param",
|
|
2002
|
+
"kind": 32768,
|
|
2003
|
+
"flags": {},
|
|
2004
|
+
"comment": {
|
|
2005
|
+
"summary": [
|
|
2006
|
+
{
|
|
2007
|
+
"kind": "text",
|
|
2008
|
+
"text": "The charset variant to use (default: \"standard\")."
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
"type": {
|
|
2013
|
+
"type": "union",
|
|
2014
|
+
"types": [
|
|
2015
|
+
{
|
|
2016
|
+
"type": "literal",
|
|
2017
|
+
"value": "standard"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"type": "literal",
|
|
2021
|
+
"value": "urlsafe"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "literal",
|
|
2025
|
+
"value": "imap"
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"type": "literal",
|
|
2029
|
+
"value": "radix64"
|
|
2030
|
+
}
|
|
2031
|
+
]
|
|
2032
|
+
},
|
|
2033
|
+
"defaultValue": "\"standard\""
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"type": {
|
|
2037
|
+
"type": "intrinsic",
|
|
2038
|
+
"name": "string"
|
|
2039
|
+
}
|
|
2040
|
+
}
|
|
2041
|
+
]
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"id": 45,
|
|
2045
|
+
"name": "encode32",
|
|
2046
|
+
"variant": "declaration",
|
|
2047
|
+
"kind": 64,
|
|
2048
|
+
"flags": {},
|
|
2049
|
+
"sources": [
|
|
2050
|
+
{
|
|
2051
|
+
"fileName": "base32.ts",
|
|
2052
|
+
"line": 81,
|
|
2053
|
+
"character": 9,
|
|
2054
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base32.ts#L81"
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"signatures": [
|
|
2058
|
+
{
|
|
2059
|
+
"id": 46,
|
|
2060
|
+
"name": "encode32",
|
|
2061
|
+
"variant": "signature",
|
|
2062
|
+
"kind": 4096,
|
|
2063
|
+
"flags": {},
|
|
2064
|
+
"comment": {
|
|
2065
|
+
"summary": [
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "text",
|
|
2068
|
+
"text": "Encode a string to Base32."
|
|
2069
|
+
}
|
|
2070
|
+
],
|
|
2071
|
+
"blockTags": [
|
|
2072
|
+
{
|
|
2073
|
+
"tag": "@example",
|
|
2074
|
+
"content": [
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "code",
|
|
2077
|
+
"text": "```typescript\nimport { encode32 } from \"./base32.js\";\n\nencode32(\"Hello\");\n// => \"JBSWY3DP\"\n\nencode32(\"test\", \"hex\");\n// => \"EHMP6SS=\"\n```"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"tag": "@returns",
|
|
2083
|
+
"content": [
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "text",
|
|
2086
|
+
"text": "The Base32 encoded string."
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
}
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2092
|
+
"sources": [
|
|
2093
|
+
{
|
|
2094
|
+
"fileName": "base32.ts",
|
|
2095
|
+
"line": 81,
|
|
2096
|
+
"character": 9,
|
|
2097
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base32.ts#L81"
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"parameters": [
|
|
2101
|
+
{
|
|
2102
|
+
"id": 47,
|
|
2103
|
+
"name": "input",
|
|
2104
|
+
"variant": "param",
|
|
2105
|
+
"kind": 32768,
|
|
2106
|
+
"flags": {},
|
|
2107
|
+
"comment": {
|
|
2108
|
+
"summary": [
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "text",
|
|
2111
|
+
"text": "The string to encode."
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2115
|
+
"type": {
|
|
2116
|
+
"type": "intrinsic",
|
|
2117
|
+
"name": "string"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"id": 48,
|
|
2122
|
+
"name": "charset",
|
|
2123
|
+
"variant": "param",
|
|
2124
|
+
"kind": 32768,
|
|
2125
|
+
"flags": {},
|
|
2126
|
+
"comment": {
|
|
2127
|
+
"summary": [
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "text",
|
|
2130
|
+
"text": "The charset variant to use (default: \"rfc4648\")."
|
|
2131
|
+
}
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
"type": {
|
|
2135
|
+
"type": "union",
|
|
2136
|
+
"types": [
|
|
2137
|
+
{
|
|
2138
|
+
"type": "literal",
|
|
2139
|
+
"value": "rfc4648"
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"type": "literal",
|
|
2143
|
+
"value": "hex"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"type": "literal",
|
|
2147
|
+
"value": "crockford"
|
|
2148
|
+
}
|
|
2149
|
+
]
|
|
2150
|
+
},
|
|
2151
|
+
"defaultValue": "\"rfc4648\""
|
|
1074
2152
|
}
|
|
2153
|
+
],
|
|
2154
|
+
"type": {
|
|
2155
|
+
"type": "intrinsic",
|
|
2156
|
+
"name": "string"
|
|
1075
2157
|
}
|
|
1076
2158
|
}
|
|
1077
2159
|
]
|
|
1078
2160
|
},
|
|
1079
2161
|
{
|
|
1080
|
-
"id":
|
|
1081
|
-
"name": "
|
|
2162
|
+
"id": 27,
|
|
2163
|
+
"name": "encode58",
|
|
1082
2164
|
"variant": "declaration",
|
|
1083
2165
|
"kind": 64,
|
|
1084
2166
|
"flags": {},
|
|
1085
2167
|
"sources": [
|
|
1086
2168
|
{
|
|
1087
|
-
"fileName": "
|
|
1088
|
-
"line":
|
|
2169
|
+
"fileName": "base58.ts",
|
|
2170
|
+
"line": 72,
|
|
1089
2171
|
"character": 9,
|
|
1090
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2172
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L72"
|
|
1091
2173
|
}
|
|
1092
2174
|
],
|
|
1093
2175
|
"signatures": [
|
|
1094
2176
|
{
|
|
1095
|
-
"id":
|
|
1096
|
-
"name": "
|
|
2177
|
+
"id": 28,
|
|
2178
|
+
"name": "encode58",
|
|
1097
2179
|
"variant": "signature",
|
|
1098
2180
|
"kind": 4096,
|
|
1099
2181
|
"flags": {},
|
|
@@ -1101,7 +2183,7 @@
|
|
|
1101
2183
|
"summary": [
|
|
1102
2184
|
{
|
|
1103
2185
|
"kind": "text",
|
|
1104
|
-
"text": "
|
|
2186
|
+
"text": "Encode a string to Base58."
|
|
1105
2187
|
}
|
|
1106
2188
|
],
|
|
1107
2189
|
"blockTags": [
|
|
@@ -1110,7 +2192,7 @@
|
|
|
1110
2192
|
"content": [
|
|
1111
2193
|
{
|
|
1112
2194
|
"kind": "code",
|
|
1113
|
-
"text": "```typescript\nimport {
|
|
2195
|
+
"text": "```typescript\nimport { encode58 } from \"./base58.js\";\n\nencode58(\"Hello World\");\n// => \"JxF12TrwUP45BMd\"\n\nencode58(\"Hello World\", \"flickr\");\n// => \"jXf12sRWto45bmD\"\n```"
|
|
1114
2196
|
}
|
|
1115
2197
|
]
|
|
1116
2198
|
},
|
|
@@ -1119,16 +2201,7 @@
|
|
|
1119
2201
|
"content": [
|
|
1120
2202
|
{
|
|
1121
2203
|
"kind": "text",
|
|
1122
|
-
"text": "The
|
|
1123
|
-
}
|
|
1124
|
-
]
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"tag": "@throws",
|
|
1128
|
-
"content": [
|
|
1129
|
-
{
|
|
1130
|
-
"kind": "text",
|
|
1131
|
-
"text": "Error if the input contains invalid characters."
|
|
2204
|
+
"text": "The Base58 encoded string."
|
|
1132
2205
|
}
|
|
1133
2206
|
]
|
|
1134
2207
|
}
|
|
@@ -1136,15 +2209,15 @@
|
|
|
1136
2209
|
},
|
|
1137
2210
|
"sources": [
|
|
1138
2211
|
{
|
|
1139
|
-
"fileName": "
|
|
1140
|
-
"line":
|
|
2212
|
+
"fileName": "base58.ts",
|
|
2213
|
+
"line": 72,
|
|
1141
2214
|
"character": 9,
|
|
1142
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2215
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L72"
|
|
1143
2216
|
}
|
|
1144
2217
|
],
|
|
1145
2218
|
"parameters": [
|
|
1146
2219
|
{
|
|
1147
|
-
"id":
|
|
2220
|
+
"id": 29,
|
|
1148
2221
|
"name": "input",
|
|
1149
2222
|
"variant": "param",
|
|
1150
2223
|
"kind": 32768,
|
|
@@ -1153,7 +2226,7 @@
|
|
|
1153
2226
|
"summary": [
|
|
1154
2227
|
{
|
|
1155
2228
|
"kind": "text",
|
|
1156
|
-
"text": "The
|
|
2229
|
+
"text": "The string to encode."
|
|
1157
2230
|
}
|
|
1158
2231
|
]
|
|
1159
2232
|
},
|
|
@@ -1163,7 +2236,7 @@
|
|
|
1163
2236
|
}
|
|
1164
2237
|
},
|
|
1165
2238
|
{
|
|
1166
|
-
"id":
|
|
2239
|
+
"id": 30,
|
|
1167
2240
|
"name": "charset",
|
|
1168
2241
|
"variant": "param",
|
|
1169
2242
|
"kind": 32768,
|
|
@@ -1172,7 +2245,7 @@
|
|
|
1172
2245
|
"summary": [
|
|
1173
2246
|
{
|
|
1174
2247
|
"kind": "text",
|
|
1175
|
-
"text": "The charset variant to use (default: \"
|
|
2248
|
+
"text": "The charset variant to use (default: \"bitcoin\")."
|
|
1176
2249
|
}
|
|
1177
2250
|
]
|
|
1178
2251
|
},
|
|
@@ -1181,23 +2254,19 @@
|
|
|
1181
2254
|
"types": [
|
|
1182
2255
|
{
|
|
1183
2256
|
"type": "literal",
|
|
1184
|
-
"value": "
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"type": "literal",
|
|
1188
|
-
"value": "urlsafe"
|
|
2257
|
+
"value": "bitcoin"
|
|
1189
2258
|
},
|
|
1190
2259
|
{
|
|
1191
2260
|
"type": "literal",
|
|
1192
|
-
"value": "
|
|
2261
|
+
"value": "flickr"
|
|
1193
2262
|
},
|
|
1194
2263
|
{
|
|
1195
2264
|
"type": "literal",
|
|
1196
|
-
"value": "
|
|
2265
|
+
"value": "ripple"
|
|
1197
2266
|
}
|
|
1198
2267
|
]
|
|
1199
2268
|
},
|
|
1200
|
-
"defaultValue": "\"
|
|
2269
|
+
"defaultValue": "\"bitcoin\""
|
|
1201
2270
|
}
|
|
1202
2271
|
],
|
|
1203
2272
|
"type": {
|
|
@@ -1208,23 +2277,23 @@
|
|
|
1208
2277
|
]
|
|
1209
2278
|
},
|
|
1210
2279
|
{
|
|
1211
|
-
"id":
|
|
1212
|
-
"name": "
|
|
2280
|
+
"id": 36,
|
|
2281
|
+
"name": "encode85",
|
|
1213
2282
|
"variant": "declaration",
|
|
1214
2283
|
"kind": 64,
|
|
1215
2284
|
"flags": {},
|
|
1216
2285
|
"sources": [
|
|
1217
2286
|
{
|
|
1218
|
-
"fileName": "
|
|
1219
|
-
"line":
|
|
2287
|
+
"fileName": "base85.ts",
|
|
2288
|
+
"line": 73,
|
|
1220
2289
|
"character": 9,
|
|
1221
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2290
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L73"
|
|
1222
2291
|
}
|
|
1223
2292
|
],
|
|
1224
2293
|
"signatures": [
|
|
1225
2294
|
{
|
|
1226
|
-
"id":
|
|
1227
|
-
"name": "
|
|
2295
|
+
"id": 37,
|
|
2296
|
+
"name": "encode85",
|
|
1228
2297
|
"variant": "signature",
|
|
1229
2298
|
"kind": 4096,
|
|
1230
2299
|
"flags": {},
|
|
@@ -1232,7 +2301,7 @@
|
|
|
1232
2301
|
"summary": [
|
|
1233
2302
|
{
|
|
1234
2303
|
"kind": "text",
|
|
1235
|
-
"text": "Encode a string to
|
|
2304
|
+
"text": "Encode a string to Base85."
|
|
1236
2305
|
}
|
|
1237
2306
|
],
|
|
1238
2307
|
"blockTags": [
|
|
@@ -1241,7 +2310,7 @@
|
|
|
1241
2310
|
"content": [
|
|
1242
2311
|
{
|
|
1243
2312
|
"kind": "code",
|
|
1244
|
-
"text": "```typescript\nimport {
|
|
2313
|
+
"text": "```typescript\nimport { encode85 } from \"./base85.js\";\n\nencode85(\"Hello\");\n// => \"87cURDZ\"\n\nencode85(\"test\", \"z85\");\n// => \"wrx.P\"\n```"
|
|
1245
2314
|
}
|
|
1246
2315
|
]
|
|
1247
2316
|
},
|
|
@@ -1250,7 +2319,7 @@
|
|
|
1250
2319
|
"content": [
|
|
1251
2320
|
{
|
|
1252
2321
|
"kind": "text",
|
|
1253
|
-
"text": "The
|
|
2322
|
+
"text": "The Base85 encoded string."
|
|
1254
2323
|
}
|
|
1255
2324
|
]
|
|
1256
2325
|
}
|
|
@@ -1258,15 +2327,15 @@
|
|
|
1258
2327
|
},
|
|
1259
2328
|
"sources": [
|
|
1260
2329
|
{
|
|
1261
|
-
"fileName": "
|
|
1262
|
-
"line":
|
|
2330
|
+
"fileName": "base85.ts",
|
|
2331
|
+
"line": 73,
|
|
1263
2332
|
"character": 9,
|
|
1264
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2333
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L73"
|
|
1265
2334
|
}
|
|
1266
2335
|
],
|
|
1267
2336
|
"parameters": [
|
|
1268
2337
|
{
|
|
1269
|
-
"id":
|
|
2338
|
+
"id": 38,
|
|
1270
2339
|
"name": "input",
|
|
1271
2340
|
"variant": "param",
|
|
1272
2341
|
"kind": 32768,
|
|
@@ -1285,7 +2354,7 @@
|
|
|
1285
2354
|
}
|
|
1286
2355
|
},
|
|
1287
2356
|
{
|
|
1288
|
-
"id":
|
|
2357
|
+
"id": 39,
|
|
1289
2358
|
"name": "charset",
|
|
1290
2359
|
"variant": "param",
|
|
1291
2360
|
"kind": 32768,
|
|
@@ -1294,7 +2363,7 @@
|
|
|
1294
2363
|
"summary": [
|
|
1295
2364
|
{
|
|
1296
2365
|
"kind": "text",
|
|
1297
|
-
"text": "The charset variant to use (default: \"
|
|
2366
|
+
"text": "The charset variant to use (default: \"ascii85\")."
|
|
1298
2367
|
}
|
|
1299
2368
|
]
|
|
1300
2369
|
},
|
|
@@ -1303,23 +2372,19 @@
|
|
|
1303
2372
|
"types": [
|
|
1304
2373
|
{
|
|
1305
2374
|
"type": "literal",
|
|
1306
|
-
"value": "
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"type": "literal",
|
|
1310
|
-
"value": "urlsafe"
|
|
2375
|
+
"value": "ascii85"
|
|
1311
2376
|
},
|
|
1312
2377
|
{
|
|
1313
2378
|
"type": "literal",
|
|
1314
|
-
"value": "
|
|
2379
|
+
"value": "z85"
|
|
1315
2380
|
},
|
|
1316
2381
|
{
|
|
1317
2382
|
"type": "literal",
|
|
1318
|
-
"value": "
|
|
2383
|
+
"value": "rfc1924"
|
|
1319
2384
|
}
|
|
1320
2385
|
]
|
|
1321
2386
|
},
|
|
1322
|
-
"defaultValue": "\"
|
|
2387
|
+
"defaultValue": "\"ascii85\""
|
|
1323
2388
|
}
|
|
1324
2389
|
],
|
|
1325
2390
|
"type": {
|
|
@@ -1340,7 +2405,7 @@
|
|
|
1340
2405
|
"fileName": "hello.ts",
|
|
1341
2406
|
"line": 31,
|
|
1342
2407
|
"character": 15,
|
|
1343
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2408
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/hello.ts#L31"
|
|
1344
2409
|
}
|
|
1345
2410
|
],
|
|
1346
2411
|
"signatures": [
|
|
@@ -1396,7 +2461,7 @@
|
|
|
1396
2461
|
"fileName": "hello.ts",
|
|
1397
2462
|
"line": 31,
|
|
1398
2463
|
"character": 15,
|
|
1399
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2464
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/hello.ts#L31"
|
|
1400
2465
|
}
|
|
1401
2466
|
],
|
|
1402
2467
|
"parameters": [
|
|
@@ -1459,7 +2524,7 @@
|
|
|
1459
2524
|
"fileName": "user-agent.ts",
|
|
1460
2525
|
"line": 48,
|
|
1461
2526
|
"character": 16,
|
|
1462
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2527
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L48"
|
|
1463
2528
|
}
|
|
1464
2529
|
],
|
|
1465
2530
|
"signatures": [
|
|
@@ -1515,7 +2580,7 @@
|
|
|
1515
2580
|
"fileName": "user-agent.ts",
|
|
1516
2581
|
"line": 48,
|
|
1517
2582
|
"character": 16,
|
|
1518
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2583
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L48"
|
|
1519
2584
|
}
|
|
1520
2585
|
],
|
|
1521
2586
|
"parameters": [
|
|
@@ -1541,7 +2606,7 @@
|
|
|
1541
2606
|
],
|
|
1542
2607
|
"type": {
|
|
1543
2608
|
"type": "reference",
|
|
1544
|
-
"target":
|
|
2609
|
+
"target": 86,
|
|
1545
2610
|
"name": "UserAgentInfo",
|
|
1546
2611
|
"package": "@wtasnorg/node-lib"
|
|
1547
2612
|
}
|
|
@@ -1559,7 +2624,7 @@
|
|
|
1559
2624
|
"fileName": "pojo.ts",
|
|
1560
2625
|
"line": 10,
|
|
1561
2626
|
"character": 9,
|
|
1562
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2627
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/pojo.ts#L10"
|
|
1563
2628
|
}
|
|
1564
2629
|
],
|
|
1565
2630
|
"signatures": [
|
|
@@ -1593,7 +2658,7 @@
|
|
|
1593
2658
|
"fileName": "pojo.ts",
|
|
1594
2659
|
"line": 10,
|
|
1595
2660
|
"character": 9,
|
|
1596
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2661
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/pojo.ts#L10"
|
|
1597
2662
|
}
|
|
1598
2663
|
],
|
|
1599
2664
|
"typeParameters": [
|
|
@@ -1661,21 +2726,27 @@
|
|
|
1661
2726
|
{
|
|
1662
2727
|
"title": "Interfaces",
|
|
1663
2728
|
"children": [
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
2729
|
+
67,
|
|
2730
|
+
54,
|
|
2731
|
+
86
|
|
1667
2732
|
]
|
|
1668
2733
|
},
|
|
1669
2734
|
{
|
|
1670
2735
|
"title": "Type Aliases",
|
|
1671
2736
|
"children": [
|
|
1672
|
-
|
|
2737
|
+
95,
|
|
2738
|
+
93,
|
|
2739
|
+
92,
|
|
2740
|
+
94
|
|
1673
2741
|
]
|
|
1674
2742
|
},
|
|
1675
2743
|
{
|
|
1676
2744
|
"title": "Variables",
|
|
1677
2745
|
"children": [
|
|
1678
|
-
|
|
2746
|
+
53,
|
|
2747
|
+
35,
|
|
2748
|
+
26,
|
|
2749
|
+
44
|
|
1679
2750
|
]
|
|
1680
2751
|
},
|
|
1681
2752
|
{
|
|
@@ -1683,7 +2754,13 @@
|
|
|
1683
2754
|
"children": [
|
|
1684
2755
|
8,
|
|
1685
2756
|
22,
|
|
2757
|
+
49,
|
|
2758
|
+
31,
|
|
2759
|
+
40,
|
|
1686
2760
|
18,
|
|
2761
|
+
45,
|
|
2762
|
+
27,
|
|
2763
|
+
36,
|
|
1687
2764
|
1,
|
|
1688
2765
|
15,
|
|
1689
2766
|
4
|
|
@@ -1828,199 +2905,349 @@
|
|
|
1828
2905
|
"qualifiedName": "Base64Charset"
|
|
1829
2906
|
},
|
|
1830
2907
|
"27": {
|
|
2908
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2909
|
+
"packagePath": "src/base58.ts",
|
|
2910
|
+
"qualifiedName": "encode58"
|
|
2911
|
+
},
|
|
2912
|
+
"28": {
|
|
2913
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2914
|
+
"packagePath": "src/base58.ts",
|
|
2915
|
+
"qualifiedName": "encode58"
|
|
2916
|
+
},
|
|
2917
|
+
"29": {
|
|
2918
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2919
|
+
"packagePath": "src/base58.ts",
|
|
2920
|
+
"qualifiedName": "input"
|
|
2921
|
+
},
|
|
2922
|
+
"30": {
|
|
2923
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2924
|
+
"packagePath": "src/base58.ts",
|
|
2925
|
+
"qualifiedName": "charset"
|
|
2926
|
+
},
|
|
2927
|
+
"31": {
|
|
2928
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2929
|
+
"packagePath": "src/base58.ts",
|
|
2930
|
+
"qualifiedName": "decode58"
|
|
2931
|
+
},
|
|
2932
|
+
"32": {
|
|
2933
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2934
|
+
"packagePath": "src/base58.ts",
|
|
2935
|
+
"qualifiedName": "decode58"
|
|
2936
|
+
},
|
|
2937
|
+
"33": {
|
|
2938
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2939
|
+
"packagePath": "src/base58.ts",
|
|
2940
|
+
"qualifiedName": "input"
|
|
2941
|
+
},
|
|
2942
|
+
"34": {
|
|
2943
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2944
|
+
"packagePath": "src/base58.ts",
|
|
2945
|
+
"qualifiedName": "charset"
|
|
2946
|
+
},
|
|
2947
|
+
"35": {
|
|
2948
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2949
|
+
"packagePath": "src/base58.ts",
|
|
2950
|
+
"qualifiedName": "Base58Charset"
|
|
2951
|
+
},
|
|
2952
|
+
"36": {
|
|
2953
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2954
|
+
"packagePath": "src/base85.ts",
|
|
2955
|
+
"qualifiedName": "encode85"
|
|
2956
|
+
},
|
|
2957
|
+
"37": {
|
|
2958
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2959
|
+
"packagePath": "src/base85.ts",
|
|
2960
|
+
"qualifiedName": "encode85"
|
|
2961
|
+
},
|
|
2962
|
+
"38": {
|
|
2963
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2964
|
+
"packagePath": "src/base85.ts",
|
|
2965
|
+
"qualifiedName": "input"
|
|
2966
|
+
},
|
|
2967
|
+
"39": {
|
|
2968
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2969
|
+
"packagePath": "src/base85.ts",
|
|
2970
|
+
"qualifiedName": "charset"
|
|
2971
|
+
},
|
|
2972
|
+
"40": {
|
|
2973
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2974
|
+
"packagePath": "src/base85.ts",
|
|
2975
|
+
"qualifiedName": "decode85"
|
|
2976
|
+
},
|
|
2977
|
+
"41": {
|
|
2978
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2979
|
+
"packagePath": "src/base85.ts",
|
|
2980
|
+
"qualifiedName": "decode85"
|
|
2981
|
+
},
|
|
2982
|
+
"42": {
|
|
2983
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2984
|
+
"packagePath": "src/base85.ts",
|
|
2985
|
+
"qualifiedName": "input"
|
|
2986
|
+
},
|
|
2987
|
+
"43": {
|
|
2988
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2989
|
+
"packagePath": "src/base85.ts",
|
|
2990
|
+
"qualifiedName": "charset"
|
|
2991
|
+
},
|
|
2992
|
+
"44": {
|
|
2993
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2994
|
+
"packagePath": "src/base85.ts",
|
|
2995
|
+
"qualifiedName": "Base85Charset"
|
|
2996
|
+
},
|
|
2997
|
+
"45": {
|
|
2998
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2999
|
+
"packagePath": "src/base32.ts",
|
|
3000
|
+
"qualifiedName": "encode32"
|
|
3001
|
+
},
|
|
3002
|
+
"46": {
|
|
3003
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3004
|
+
"packagePath": "src/base32.ts",
|
|
3005
|
+
"qualifiedName": "encode32"
|
|
3006
|
+
},
|
|
3007
|
+
"47": {
|
|
3008
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3009
|
+
"packagePath": "src/base32.ts",
|
|
3010
|
+
"qualifiedName": "input"
|
|
3011
|
+
},
|
|
3012
|
+
"48": {
|
|
3013
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3014
|
+
"packagePath": "src/base32.ts",
|
|
3015
|
+
"qualifiedName": "charset"
|
|
3016
|
+
},
|
|
3017
|
+
"49": {
|
|
3018
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3019
|
+
"packagePath": "src/base32.ts",
|
|
3020
|
+
"qualifiedName": "decode32"
|
|
3021
|
+
},
|
|
3022
|
+
"50": {
|
|
3023
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3024
|
+
"packagePath": "src/base32.ts",
|
|
3025
|
+
"qualifiedName": "decode32"
|
|
3026
|
+
},
|
|
3027
|
+
"51": {
|
|
3028
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3029
|
+
"packagePath": "src/base32.ts",
|
|
3030
|
+
"qualifiedName": "input"
|
|
3031
|
+
},
|
|
3032
|
+
"52": {
|
|
3033
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3034
|
+
"packagePath": "src/base32.ts",
|
|
3035
|
+
"qualifiedName": "charset"
|
|
3036
|
+
},
|
|
3037
|
+
"53": {
|
|
3038
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3039
|
+
"packagePath": "src/base32.ts",
|
|
3040
|
+
"qualifiedName": "Base32Charset"
|
|
3041
|
+
},
|
|
3042
|
+
"54": {
|
|
1831
3043
|
"packageName": "@wtasnorg/node-lib",
|
|
1832
3044
|
"packagePath": "src/find.ts",
|
|
1833
3045
|
"qualifiedName": "FindDirectoriesOptions"
|
|
1834
3046
|
},
|
|
1835
|
-
"
|
|
3047
|
+
"55": {
|
|
1836
3048
|
"packageName": "@wtasnorg/node-lib",
|
|
1837
3049
|
"packagePath": "src/find.ts",
|
|
1838
3050
|
"qualifiedName": "FindDirectoriesOptions.maxDepth"
|
|
1839
3051
|
},
|
|
1840
|
-
"
|
|
3052
|
+
"56": {
|
|
1841
3053
|
"packageName": "@wtasnorg/node-lib",
|
|
1842
3054
|
"packagePath": "src/find.ts",
|
|
1843
3055
|
"qualifiedName": "FindDirectoriesOptions.followSymlinks"
|
|
1844
3056
|
},
|
|
1845
|
-
"
|
|
3057
|
+
"57": {
|
|
1846
3058
|
"packageName": "@wtasnorg/node-lib",
|
|
1847
3059
|
"packagePath": "src/find.ts",
|
|
1848
3060
|
"qualifiedName": "FindDirectoriesOptions.allowlist"
|
|
1849
3061
|
},
|
|
1850
|
-
"
|
|
3062
|
+
"58": {
|
|
1851
3063
|
"packageName": "@wtasnorg/node-lib",
|
|
1852
3064
|
"packagePath": "src/find.ts",
|
|
1853
3065
|
"qualifiedName": "__type"
|
|
1854
3066
|
},
|
|
1855
|
-
"
|
|
3067
|
+
"59": {
|
|
1856
3068
|
"packageName": "@wtasnorg/node-lib",
|
|
1857
3069
|
"packagePath": "src/find.ts",
|
|
1858
3070
|
"qualifiedName": "__type"
|
|
1859
3071
|
},
|
|
1860
|
-
"
|
|
3072
|
+
"60": {
|
|
1861
3073
|
"packageName": "@wtasnorg/node-lib",
|
|
1862
3074
|
"packagePath": "src/find.ts",
|
|
1863
3075
|
"qualifiedName": "_absPath"
|
|
1864
3076
|
},
|
|
1865
|
-
"
|
|
3077
|
+
"61": {
|
|
1866
3078
|
"packageName": "@wtasnorg/node-lib",
|
|
1867
3079
|
"packagePath": "src/find.ts",
|
|
1868
3080
|
"qualifiedName": "_name"
|
|
1869
3081
|
},
|
|
1870
|
-
"
|
|
3082
|
+
"62": {
|
|
1871
3083
|
"packageName": "@wtasnorg/node-lib",
|
|
1872
3084
|
"packagePath": "src/find.ts",
|
|
1873
3085
|
"qualifiedName": "FindDirectoriesOptions.blocklist"
|
|
1874
3086
|
},
|
|
1875
|
-
"
|
|
3087
|
+
"63": {
|
|
1876
3088
|
"packageName": "@wtasnorg/node-lib",
|
|
1877
3089
|
"packagePath": "src/find.ts",
|
|
1878
3090
|
"qualifiedName": "__type"
|
|
1879
3091
|
},
|
|
1880
|
-
"
|
|
3092
|
+
"64": {
|
|
1881
3093
|
"packageName": "@wtasnorg/node-lib",
|
|
1882
3094
|
"packagePath": "src/find.ts",
|
|
1883
3095
|
"qualifiedName": "__type"
|
|
1884
3096
|
},
|
|
1885
|
-
"
|
|
3097
|
+
"65": {
|
|
1886
3098
|
"packageName": "@wtasnorg/node-lib",
|
|
1887
3099
|
"packagePath": "src/find.ts",
|
|
1888
3100
|
"qualifiedName": "_absPath"
|
|
1889
3101
|
},
|
|
1890
|
-
"
|
|
3102
|
+
"66": {
|
|
1891
3103
|
"packageName": "@wtasnorg/node-lib",
|
|
1892
3104
|
"packagePath": "src/find.ts",
|
|
1893
3105
|
"qualifiedName": "_name"
|
|
1894
3106
|
},
|
|
1895
|
-
"
|
|
3107
|
+
"67": {
|
|
1896
3108
|
"packageName": "@wtasnorg/node-lib",
|
|
1897
3109
|
"packagePath": "src/find.ts",
|
|
1898
3110
|
"qualifiedName": "FileSystemDependencies"
|
|
1899
3111
|
},
|
|
1900
|
-
"
|
|
3112
|
+
"68": {
|
|
1901
3113
|
"packageName": "@wtasnorg/node-lib",
|
|
1902
3114
|
"packagePath": "src/find.ts",
|
|
1903
3115
|
"qualifiedName": "FileSystemDependencies.readdir"
|
|
1904
3116
|
},
|
|
1905
|
-
"
|
|
3117
|
+
"69": {
|
|
1906
3118
|
"packageName": "@wtasnorg/node-lib",
|
|
1907
3119
|
"packagePath": "src/find.ts",
|
|
1908
3120
|
"qualifiedName": "__type"
|
|
1909
3121
|
},
|
|
1910
|
-
"
|
|
3122
|
+
"70": {
|
|
1911
3123
|
"packageName": "@wtasnorg/node-lib",
|
|
1912
3124
|
"packagePath": "src/find.ts",
|
|
1913
3125
|
"qualifiedName": "__type"
|
|
1914
3126
|
},
|
|
1915
|
-
"
|
|
3127
|
+
"71": {
|
|
1916
3128
|
"packageName": "@wtasnorg/node-lib",
|
|
1917
3129
|
"packagePath": "src/find.ts",
|
|
1918
3130
|
"qualifiedName": "_path"
|
|
1919
3131
|
},
|
|
1920
|
-
"
|
|
3132
|
+
"72": {
|
|
1921
3133
|
"packageName": "@wtasnorg/node-lib",
|
|
1922
3134
|
"packagePath": "src/find.ts",
|
|
1923
3135
|
"qualifiedName": "_opts"
|
|
1924
3136
|
},
|
|
1925
|
-
"
|
|
3137
|
+
"73": {
|
|
1926
3138
|
"packageName": "@wtasnorg/node-lib",
|
|
1927
3139
|
"packagePath": "src/find.ts",
|
|
1928
3140
|
"qualifiedName": "__type"
|
|
1929
3141
|
},
|
|
1930
|
-
"
|
|
3142
|
+
"74": {
|
|
1931
3143
|
"packageName": "@wtasnorg/node-lib",
|
|
1932
3144
|
"packagePath": "src/find.ts",
|
|
1933
3145
|
"qualifiedName": "__type.withFileTypes"
|
|
1934
3146
|
},
|
|
1935
|
-
"
|
|
3147
|
+
"75": {
|
|
1936
3148
|
"packageName": "@wtasnorg/node-lib",
|
|
1937
3149
|
"packagePath": "src/find.ts",
|
|
1938
3150
|
"qualifiedName": "__type"
|
|
1939
3151
|
},
|
|
1940
|
-
"
|
|
3152
|
+
"76": {
|
|
1941
3153
|
"packageName": "@wtasnorg/node-lib",
|
|
1942
3154
|
"packagePath": "src/find.ts",
|
|
1943
3155
|
"qualifiedName": "__type.name"
|
|
1944
3156
|
},
|
|
1945
|
-
"
|
|
3157
|
+
"77": {
|
|
1946
3158
|
"packageName": "@wtasnorg/node-lib",
|
|
1947
3159
|
"packagePath": "src/find.ts",
|
|
1948
3160
|
"qualifiedName": "__type.isDirectory"
|
|
1949
3161
|
},
|
|
1950
|
-
"
|
|
3162
|
+
"78": {
|
|
1951
3163
|
"packageName": "@wtasnorg/node-lib",
|
|
1952
3164
|
"packagePath": "src/find.ts",
|
|
1953
3165
|
"qualifiedName": "__type.isDirectory"
|
|
1954
3166
|
},
|
|
1955
|
-
"
|
|
3167
|
+
"79": {
|
|
1956
3168
|
"packageName": "@wtasnorg/node-lib",
|
|
1957
3169
|
"packagePath": "src/find.ts",
|
|
1958
3170
|
"qualifiedName": "FileSystemDependencies.stat"
|
|
1959
3171
|
},
|
|
1960
|
-
"
|
|
3172
|
+
"80": {
|
|
1961
3173
|
"packageName": "@wtasnorg/node-lib",
|
|
1962
3174
|
"packagePath": "src/find.ts",
|
|
1963
3175
|
"qualifiedName": "__type"
|
|
1964
3176
|
},
|
|
1965
|
-
"
|
|
3177
|
+
"81": {
|
|
1966
3178
|
"packageName": "@wtasnorg/node-lib",
|
|
1967
3179
|
"packagePath": "src/find.ts",
|
|
1968
3180
|
"qualifiedName": "__type"
|
|
1969
3181
|
},
|
|
1970
|
-
"
|
|
3182
|
+
"82": {
|
|
1971
3183
|
"packageName": "@wtasnorg/node-lib",
|
|
1972
3184
|
"packagePath": "src/find.ts",
|
|
1973
3185
|
"qualifiedName": "_path"
|
|
1974
3186
|
},
|
|
1975
|
-
"
|
|
3187
|
+
"83": {
|
|
1976
3188
|
"packageName": "@wtasnorg/node-lib",
|
|
1977
3189
|
"packagePath": "src/find.ts",
|
|
1978
3190
|
"qualifiedName": "__type"
|
|
1979
3191
|
},
|
|
1980
|
-
"
|
|
3192
|
+
"84": {
|
|
1981
3193
|
"packageName": "@wtasnorg/node-lib",
|
|
1982
3194
|
"packagePath": "src/find.ts",
|
|
1983
3195
|
"qualifiedName": "__type.isDirectory"
|
|
1984
3196
|
},
|
|
1985
|
-
"
|
|
3197
|
+
"85": {
|
|
1986
3198
|
"packageName": "@wtasnorg/node-lib",
|
|
1987
3199
|
"packagePath": "src/find.ts",
|
|
1988
3200
|
"qualifiedName": "__type.isDirectory"
|
|
1989
3201
|
},
|
|
1990
|
-
"
|
|
3202
|
+
"86": {
|
|
1991
3203
|
"packageName": "@wtasnorg/node-lib",
|
|
1992
3204
|
"packagePath": "src/user-agent.ts",
|
|
1993
3205
|
"qualifiedName": "UserAgentInfo"
|
|
1994
3206
|
},
|
|
1995
|
-
"
|
|
3207
|
+
"87": {
|
|
1996
3208
|
"packageName": "@wtasnorg/node-lib",
|
|
1997
3209
|
"packagePath": "src/user-agent.ts",
|
|
1998
3210
|
"qualifiedName": "UserAgentInfo.browser"
|
|
1999
3211
|
},
|
|
2000
|
-
"
|
|
3212
|
+
"88": {
|
|
2001
3213
|
"packageName": "@wtasnorg/node-lib",
|
|
2002
3214
|
"packagePath": "src/user-agent.ts",
|
|
2003
3215
|
"qualifiedName": "UserAgentInfo.version"
|
|
2004
3216
|
},
|
|
2005
|
-
"
|
|
3217
|
+
"89": {
|
|
2006
3218
|
"packageName": "@wtasnorg/node-lib",
|
|
2007
3219
|
"packagePath": "src/user-agent.ts",
|
|
2008
3220
|
"qualifiedName": "UserAgentInfo.os"
|
|
2009
3221
|
},
|
|
2010
|
-
"
|
|
3222
|
+
"90": {
|
|
2011
3223
|
"packageName": "@wtasnorg/node-lib",
|
|
2012
3224
|
"packagePath": "src/user-agent.ts",
|
|
2013
3225
|
"qualifiedName": "UserAgentInfo.device"
|
|
2014
3226
|
},
|
|
2015
|
-
"
|
|
3227
|
+
"91": {
|
|
2016
3228
|
"packageName": "@wtasnorg/node-lib",
|
|
2017
3229
|
"packagePath": "src/user-agent.ts",
|
|
2018
3230
|
"qualifiedName": "UserAgentInfo.engine"
|
|
2019
3231
|
},
|
|
2020
|
-
"
|
|
3232
|
+
"92": {
|
|
2021
3233
|
"packageName": "@wtasnorg/node-lib",
|
|
2022
3234
|
"packagePath": "src/base64.ts",
|
|
2023
3235
|
"qualifiedName": "Base64CharsetType"
|
|
3236
|
+
},
|
|
3237
|
+
"93": {
|
|
3238
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3239
|
+
"packagePath": "src/base58.ts",
|
|
3240
|
+
"qualifiedName": "Base58CharsetType"
|
|
3241
|
+
},
|
|
3242
|
+
"94": {
|
|
3243
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3244
|
+
"packagePath": "src/base85.ts",
|
|
3245
|
+
"qualifiedName": "Base85CharsetType"
|
|
3246
|
+
},
|
|
3247
|
+
"95": {
|
|
3248
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3249
|
+
"packagePath": "src/base32.ts",
|
|
3250
|
+
"qualifiedName": "Base32CharsetType"
|
|
2024
3251
|
}
|
|
2025
3252
|
},
|
|
2026
3253
|
"files": {
|