@wtasnorg/node-lib 0.0.9 → 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/dev_checklist.txt +9 -3
- package/docs/README.md +12 -0
- package/docs/docs.json +1523 -233
- 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 +35 -3
- 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 +44 -3
- 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/hello.d.ts +27 -2
- package/src/hello.js +29 -4
- package/src/hello.test.js +11 -0
- package/src/hello.test.ts +13 -0
- package/src/hello.ts +29 -4
- 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,
|
|
@@ -836,7 +914,8 @@
|
|
|
836
914
|
{
|
|
837
915
|
"fileName": "base64.ts",
|
|
838
916
|
"line": 18,
|
|
839
|
-
"character": 5
|
|
917
|
+
"character": 5,
|
|
918
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L18"
|
|
840
919
|
}
|
|
841
920
|
],
|
|
842
921
|
"type": {
|
|
@@ -849,7 +928,7 @@
|
|
|
849
928
|
"type": "query",
|
|
850
929
|
"queryType": {
|
|
851
930
|
"type": "reference",
|
|
852
|
-
"target":
|
|
931
|
+
"target": 26,
|
|
853
932
|
"name": "Base64Charset",
|
|
854
933
|
"package": "@wtasnorg/node-lib"
|
|
855
934
|
}
|
|
@@ -857,7 +936,188 @@
|
|
|
857
936
|
}
|
|
858
937
|
},
|
|
859
938
|
{
|
|
860
|
-
"id":
|
|
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
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"id": 26,
|
|
861
1121
|
"name": "Base64Charset",
|
|
862
1122
|
"variant": "declaration",
|
|
863
1123
|
"kind": 32,
|
|
@@ -908,7 +1168,8 @@
|
|
|
908
1168
|
{
|
|
909
1169
|
"fileName": "base64.ts",
|
|
910
1170
|
"line": 13,
|
|
911
|
-
"character": 6
|
|
1171
|
+
"character": 6,
|
|
1172
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L13"
|
|
912
1173
|
}
|
|
913
1174
|
],
|
|
914
1175
|
"type": {
|
|
@@ -939,27 +1200,98 @@
|
|
|
939
1200
|
"defaultValue": "..."
|
|
940
1201
|
},
|
|
941
1202
|
{
|
|
942
|
-
"id":
|
|
943
|
-
"name": "
|
|
1203
|
+
"id": 44,
|
|
1204
|
+
"name": "Base85Charset",
|
|
944
1205
|
"variant": "declaration",
|
|
945
|
-
"kind":
|
|
946
|
-
"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
|
+
},
|
|
947
1242
|
"sources": [
|
|
948
1243
|
{
|
|
949
|
-
"fileName": "
|
|
950
|
-
"line":
|
|
951
|
-
"character":
|
|
952
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1244
|
+
"fileName": "base85.ts",
|
|
1245
|
+
"line": 13,
|
|
1246
|
+
"character": 6,
|
|
1247
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L13"
|
|
953
1248
|
}
|
|
954
1249
|
],
|
|
955
|
-
"
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
|
|
962
|
-
|
|
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
|
+
}
|
|
1286
|
+
],
|
|
1287
|
+
"signatures": [
|
|
1288
|
+
{
|
|
1289
|
+
"id": 9,
|
|
1290
|
+
"name": "createFindDirectories",
|
|
1291
|
+
"variant": "signature",
|
|
1292
|
+
"kind": 4096,
|
|
1293
|
+
"flags": {},
|
|
1294
|
+
"comment": {
|
|
963
1295
|
"summary": [
|
|
964
1296
|
{
|
|
965
1297
|
"kind": "text",
|
|
@@ -972,19 +1304,19 @@
|
|
|
972
1304
|
"fileName": "find.ts",
|
|
973
1305
|
"line": 19,
|
|
974
1306
|
"character": 9,
|
|
975
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1307
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L19"
|
|
976
1308
|
}
|
|
977
1309
|
],
|
|
978
1310
|
"parameters": [
|
|
979
1311
|
{
|
|
980
|
-
"id":
|
|
1312
|
+
"id": 10,
|
|
981
1313
|
"name": "deps",
|
|
982
1314
|
"variant": "param",
|
|
983
1315
|
"kind": 32768,
|
|
984
1316
|
"flags": {},
|
|
985
1317
|
"type": {
|
|
986
1318
|
"type": "reference",
|
|
987
|
-
"target":
|
|
1319
|
+
"target": 67,
|
|
988
1320
|
"name": "FileSystemDependencies",
|
|
989
1321
|
"package": "@wtasnorg/node-lib"
|
|
990
1322
|
}
|
|
@@ -993,7 +1325,7 @@
|
|
|
993
1325
|
"type": {
|
|
994
1326
|
"type": "reflection",
|
|
995
1327
|
"declaration": {
|
|
996
|
-
"id":
|
|
1328
|
+
"id": 11,
|
|
997
1329
|
"name": "__type",
|
|
998
1330
|
"variant": "declaration",
|
|
999
1331
|
"kind": 65536,
|
|
@@ -1003,12 +1335,12 @@
|
|
|
1003
1335
|
"fileName": "find.ts",
|
|
1004
1336
|
"line": 23,
|
|
1005
1337
|
"character": 26,
|
|
1006
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1338
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L23"
|
|
1007
1339
|
}
|
|
1008
1340
|
],
|
|
1009
1341
|
"signatures": [
|
|
1010
1342
|
{
|
|
1011
|
-
"id":
|
|
1343
|
+
"id": 12,
|
|
1012
1344
|
"name": "__type",
|
|
1013
1345
|
"variant": "signature",
|
|
1014
1346
|
"kind": 4096,
|
|
@@ -1018,12 +1350,12 @@
|
|
|
1018
1350
|
"fileName": "find.ts",
|
|
1019
1351
|
"line": 23,
|
|
1020
1352
|
"character": 26,
|
|
1021
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1353
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L23"
|
|
1022
1354
|
}
|
|
1023
1355
|
],
|
|
1024
1356
|
"parameters": [
|
|
1025
1357
|
{
|
|
1026
|
-
"id":
|
|
1358
|
+
"id": 13,
|
|
1027
1359
|
"name": "root",
|
|
1028
1360
|
"variant": "param",
|
|
1029
1361
|
"kind": 32768,
|
|
@@ -1034,14 +1366,14 @@
|
|
|
1034
1366
|
}
|
|
1035
1367
|
},
|
|
1036
1368
|
{
|
|
1037
|
-
"id":
|
|
1369
|
+
"id": 14,
|
|
1038
1370
|
"name": "options",
|
|
1039
1371
|
"variant": "param",
|
|
1040
1372
|
"kind": 32768,
|
|
1041
1373
|
"flags": {},
|
|
1042
1374
|
"type": {
|
|
1043
1375
|
"type": "reference",
|
|
1044
|
-
"target":
|
|
1376
|
+
"target": 54,
|
|
1045
1377
|
"name": "FindDirectoriesOptions",
|
|
1046
1378
|
"package": "@wtasnorg/node-lib"
|
|
1047
1379
|
},
|
|
@@ -1075,7 +1407,7 @@
|
|
|
1075
1407
|
]
|
|
1076
1408
|
},
|
|
1077
1409
|
{
|
|
1078
|
-
"id":
|
|
1410
|
+
"id": 22,
|
|
1079
1411
|
"name": "decode",
|
|
1080
1412
|
"variant": "declaration",
|
|
1081
1413
|
"kind": 64,
|
|
@@ -1084,12 +1416,13 @@
|
|
|
1084
1416
|
{
|
|
1085
1417
|
"fileName": "base64.ts",
|
|
1086
1418
|
"line": 119,
|
|
1087
|
-
"character": 9
|
|
1419
|
+
"character": 9,
|
|
1420
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L119"
|
|
1088
1421
|
}
|
|
1089
1422
|
],
|
|
1090
1423
|
"signatures": [
|
|
1091
1424
|
{
|
|
1092
|
-
"id":
|
|
1425
|
+
"id": 23,
|
|
1093
1426
|
"name": "decode",
|
|
1094
1427
|
"variant": "signature",
|
|
1095
1428
|
"kind": 4096,
|
|
@@ -1135,12 +1468,13 @@
|
|
|
1135
1468
|
{
|
|
1136
1469
|
"fileName": "base64.ts",
|
|
1137
1470
|
"line": 119,
|
|
1138
|
-
"character": 9
|
|
1471
|
+
"character": 9,
|
|
1472
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base64.ts#L119"
|
|
1139
1473
|
}
|
|
1140
1474
|
],
|
|
1141
1475
|
"parameters": [
|
|
1142
1476
|
{
|
|
1143
|
-
"id":
|
|
1477
|
+
"id": 24,
|
|
1144
1478
|
"name": "input",
|
|
1145
1479
|
"variant": "param",
|
|
1146
1480
|
"kind": 32768,
|
|
@@ -1159,7 +1493,7 @@
|
|
|
1159
1493
|
}
|
|
1160
1494
|
},
|
|
1161
1495
|
{
|
|
1162
|
-
"id":
|
|
1496
|
+
"id": 25,
|
|
1163
1497
|
"name": "charset",
|
|
1164
1498
|
"variant": "param",
|
|
1165
1499
|
"kind": 32768,
|
|
@@ -1193,7 +1527,746 @@
|
|
|
1193
1527
|
}
|
|
1194
1528
|
]
|
|
1195
1529
|
},
|
|
1196
|
-
"defaultValue": "\"standard\""
|
|
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\""
|
|
2152
|
+
}
|
|
2153
|
+
],
|
|
2154
|
+
"type": {
|
|
2155
|
+
"type": "intrinsic",
|
|
2156
|
+
"name": "string"
|
|
2157
|
+
}
|
|
2158
|
+
}
|
|
2159
|
+
]
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"id": 27,
|
|
2163
|
+
"name": "encode58",
|
|
2164
|
+
"variant": "declaration",
|
|
2165
|
+
"kind": 64,
|
|
2166
|
+
"flags": {},
|
|
2167
|
+
"sources": [
|
|
2168
|
+
{
|
|
2169
|
+
"fileName": "base58.ts",
|
|
2170
|
+
"line": 72,
|
|
2171
|
+
"character": 9,
|
|
2172
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L72"
|
|
2173
|
+
}
|
|
2174
|
+
],
|
|
2175
|
+
"signatures": [
|
|
2176
|
+
{
|
|
2177
|
+
"id": 28,
|
|
2178
|
+
"name": "encode58",
|
|
2179
|
+
"variant": "signature",
|
|
2180
|
+
"kind": 4096,
|
|
2181
|
+
"flags": {},
|
|
2182
|
+
"comment": {
|
|
2183
|
+
"summary": [
|
|
2184
|
+
{
|
|
2185
|
+
"kind": "text",
|
|
2186
|
+
"text": "Encode a string to Base58."
|
|
2187
|
+
}
|
|
2188
|
+
],
|
|
2189
|
+
"blockTags": [
|
|
2190
|
+
{
|
|
2191
|
+
"tag": "@example",
|
|
2192
|
+
"content": [
|
|
2193
|
+
{
|
|
2194
|
+
"kind": "code",
|
|
2195
|
+
"text": "```typescript\nimport { encode58 } from \"./base58.js\";\n\nencode58(\"Hello World\");\n// => \"JxF12TrwUP45BMd\"\n\nencode58(\"Hello World\", \"flickr\");\n// => \"jXf12sRWto45bmD\"\n```"
|
|
2196
|
+
}
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"tag": "@returns",
|
|
2201
|
+
"content": [
|
|
2202
|
+
{
|
|
2203
|
+
"kind": "text",
|
|
2204
|
+
"text": "The Base58 encoded string."
|
|
2205
|
+
}
|
|
2206
|
+
]
|
|
2207
|
+
}
|
|
2208
|
+
]
|
|
2209
|
+
},
|
|
2210
|
+
"sources": [
|
|
2211
|
+
{
|
|
2212
|
+
"fileName": "base58.ts",
|
|
2213
|
+
"line": 72,
|
|
2214
|
+
"character": 9,
|
|
2215
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base58.ts#L72"
|
|
2216
|
+
}
|
|
2217
|
+
],
|
|
2218
|
+
"parameters": [
|
|
2219
|
+
{
|
|
2220
|
+
"id": 29,
|
|
2221
|
+
"name": "input",
|
|
2222
|
+
"variant": "param",
|
|
2223
|
+
"kind": 32768,
|
|
2224
|
+
"flags": {},
|
|
2225
|
+
"comment": {
|
|
2226
|
+
"summary": [
|
|
2227
|
+
{
|
|
2228
|
+
"kind": "text",
|
|
2229
|
+
"text": "The string to encode."
|
|
2230
|
+
}
|
|
2231
|
+
]
|
|
2232
|
+
},
|
|
2233
|
+
"type": {
|
|
2234
|
+
"type": "intrinsic",
|
|
2235
|
+
"name": "string"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"id": 30,
|
|
2240
|
+
"name": "charset",
|
|
2241
|
+
"variant": "param",
|
|
2242
|
+
"kind": 32768,
|
|
2243
|
+
"flags": {},
|
|
2244
|
+
"comment": {
|
|
2245
|
+
"summary": [
|
|
2246
|
+
{
|
|
2247
|
+
"kind": "text",
|
|
2248
|
+
"text": "The charset variant to use (default: \"bitcoin\")."
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
"type": {
|
|
2253
|
+
"type": "union",
|
|
2254
|
+
"types": [
|
|
2255
|
+
{
|
|
2256
|
+
"type": "literal",
|
|
2257
|
+
"value": "bitcoin"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"type": "literal",
|
|
2261
|
+
"value": "flickr"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"type": "literal",
|
|
2265
|
+
"value": "ripple"
|
|
2266
|
+
}
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
"defaultValue": "\"bitcoin\""
|
|
1197
2270
|
}
|
|
1198
2271
|
],
|
|
1199
2272
|
"type": {
|
|
@@ -1204,22 +2277,23 @@
|
|
|
1204
2277
|
]
|
|
1205
2278
|
},
|
|
1206
2279
|
{
|
|
1207
|
-
"id":
|
|
1208
|
-
"name": "
|
|
2280
|
+
"id": 36,
|
|
2281
|
+
"name": "encode85",
|
|
1209
2282
|
"variant": "declaration",
|
|
1210
2283
|
"kind": 64,
|
|
1211
2284
|
"flags": {},
|
|
1212
2285
|
"sources": [
|
|
1213
2286
|
{
|
|
1214
|
-
"fileName": "
|
|
1215
|
-
"line":
|
|
1216
|
-
"character": 9
|
|
2287
|
+
"fileName": "base85.ts",
|
|
2288
|
+
"line": 73,
|
|
2289
|
+
"character": 9,
|
|
2290
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L73"
|
|
1217
2291
|
}
|
|
1218
2292
|
],
|
|
1219
2293
|
"signatures": [
|
|
1220
2294
|
{
|
|
1221
|
-
"id":
|
|
1222
|
-
"name": "
|
|
2295
|
+
"id": 37,
|
|
2296
|
+
"name": "encode85",
|
|
1223
2297
|
"variant": "signature",
|
|
1224
2298
|
"kind": 4096,
|
|
1225
2299
|
"flags": {},
|
|
@@ -1227,7 +2301,7 @@
|
|
|
1227
2301
|
"summary": [
|
|
1228
2302
|
{
|
|
1229
2303
|
"kind": "text",
|
|
1230
|
-
"text": "Encode a string to
|
|
2304
|
+
"text": "Encode a string to Base85."
|
|
1231
2305
|
}
|
|
1232
2306
|
],
|
|
1233
2307
|
"blockTags": [
|
|
@@ -1236,7 +2310,7 @@
|
|
|
1236
2310
|
"content": [
|
|
1237
2311
|
{
|
|
1238
2312
|
"kind": "code",
|
|
1239
|
-
"text": "```typescript\nimport {
|
|
2313
|
+
"text": "```typescript\nimport { encode85 } from \"./base85.js\";\n\nencode85(\"Hello\");\n// => \"87cURDZ\"\n\nencode85(\"test\", \"z85\");\n// => \"wrx.P\"\n```"
|
|
1240
2314
|
}
|
|
1241
2315
|
]
|
|
1242
2316
|
},
|
|
@@ -1245,7 +2319,7 @@
|
|
|
1245
2319
|
"content": [
|
|
1246
2320
|
{
|
|
1247
2321
|
"kind": "text",
|
|
1248
|
-
"text": "The
|
|
2322
|
+
"text": "The Base85 encoded string."
|
|
1249
2323
|
}
|
|
1250
2324
|
]
|
|
1251
2325
|
}
|
|
@@ -1253,14 +2327,15 @@
|
|
|
1253
2327
|
},
|
|
1254
2328
|
"sources": [
|
|
1255
2329
|
{
|
|
1256
|
-
"fileName": "
|
|
1257
|
-
"line":
|
|
1258
|
-
"character": 9
|
|
2330
|
+
"fileName": "base85.ts",
|
|
2331
|
+
"line": 73,
|
|
2332
|
+
"character": 9,
|
|
2333
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/base85.ts#L73"
|
|
1259
2334
|
}
|
|
1260
2335
|
],
|
|
1261
2336
|
"parameters": [
|
|
1262
2337
|
{
|
|
1263
|
-
"id":
|
|
2338
|
+
"id": 38,
|
|
1264
2339
|
"name": "input",
|
|
1265
2340
|
"variant": "param",
|
|
1266
2341
|
"kind": 32768,
|
|
@@ -1279,7 +2354,7 @@
|
|
|
1279
2354
|
}
|
|
1280
2355
|
},
|
|
1281
2356
|
{
|
|
1282
|
-
"id":
|
|
2357
|
+
"id": 39,
|
|
1283
2358
|
"name": "charset",
|
|
1284
2359
|
"variant": "param",
|
|
1285
2360
|
"kind": 32768,
|
|
@@ -1288,7 +2363,7 @@
|
|
|
1288
2363
|
"summary": [
|
|
1289
2364
|
{
|
|
1290
2365
|
"kind": "text",
|
|
1291
|
-
"text": "The charset variant to use (default: \"
|
|
2366
|
+
"text": "The charset variant to use (default: \"ascii85\")."
|
|
1292
2367
|
}
|
|
1293
2368
|
]
|
|
1294
2369
|
},
|
|
@@ -1297,23 +2372,19 @@
|
|
|
1297
2372
|
"types": [
|
|
1298
2373
|
{
|
|
1299
2374
|
"type": "literal",
|
|
1300
|
-
"value": "
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"type": "literal",
|
|
1304
|
-
"value": "urlsafe"
|
|
2375
|
+
"value": "ascii85"
|
|
1305
2376
|
},
|
|
1306
2377
|
{
|
|
1307
2378
|
"type": "literal",
|
|
1308
|
-
"value": "
|
|
2379
|
+
"value": "z85"
|
|
1309
2380
|
},
|
|
1310
2381
|
{
|
|
1311
2382
|
"type": "literal",
|
|
1312
|
-
"value": "
|
|
2383
|
+
"value": "rfc1924"
|
|
1313
2384
|
}
|
|
1314
2385
|
]
|
|
1315
2386
|
},
|
|
1316
|
-
"defaultValue": "\"
|
|
2387
|
+
"defaultValue": "\"ascii85\""
|
|
1317
2388
|
}
|
|
1318
2389
|
],
|
|
1319
2390
|
"type": {
|
|
@@ -1332,9 +2403,9 @@
|
|
|
1332
2403
|
"sources": [
|
|
1333
2404
|
{
|
|
1334
2405
|
"fileName": "hello.ts",
|
|
1335
|
-
"line":
|
|
2406
|
+
"line": 31,
|
|
1336
2407
|
"character": 15,
|
|
1337
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2408
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/hello.ts#L31"
|
|
1338
2409
|
}
|
|
1339
2410
|
],
|
|
1340
2411
|
"signatures": [
|
|
@@ -1354,10 +2425,32 @@
|
|
|
1354
2425
|
"blockTags": [
|
|
1355
2426
|
{
|
|
1356
2427
|
"tag": "@returns",
|
|
2428
|
+
"content": [
|
|
2429
|
+
{
|
|
2430
|
+
"kind": "code",
|
|
2431
|
+
"text": "`hello from @wtasnorg/node-lib`"
|
|
2432
|
+
}
|
|
2433
|
+
]
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"tag": "@example",
|
|
2437
|
+
"content": [
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "code",
|
|
2440
|
+
"text": "```ts\nimport { hello } from \"@wtasnorg/node-lib\";\n\nasync function main() {\n const message = await hello(console);\n console.log(\"Received message:\", message);\n}\n\nmain();\n```"
|
|
2441
|
+
}
|
|
2442
|
+
]
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"tag": "@example",
|
|
1357
2446
|
"content": [
|
|
1358
2447
|
{
|
|
1359
2448
|
"kind": "text",
|
|
1360
|
-
"text": "
|
|
2449
|
+
"text": "\n\n"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "code",
|
|
2453
|
+
"text": "```ts\nimport { hello } from \"@wtasnorg/node-lib\";\n\nasync function main() {\n const message = await hello();\n // Do something with the message\n}\n\nmain();\n```"
|
|
1361
2454
|
}
|
|
1362
2455
|
]
|
|
1363
2456
|
}
|
|
@@ -1366,9 +2459,39 @@
|
|
|
1366
2459
|
"sources": [
|
|
1367
2460
|
{
|
|
1368
2461
|
"fileName": "hello.ts",
|
|
1369
|
-
"line":
|
|
2462
|
+
"line": 31,
|
|
1370
2463
|
"character": 15,
|
|
1371
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2464
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/hello.ts#L31"
|
|
2465
|
+
}
|
|
2466
|
+
],
|
|
2467
|
+
"parameters": [
|
|
2468
|
+
{
|
|
2469
|
+
"id": 3,
|
|
2470
|
+
"name": "konsole",
|
|
2471
|
+
"variant": "param",
|
|
2472
|
+
"kind": 32768,
|
|
2473
|
+
"flags": {
|
|
2474
|
+
"isOptional": true
|
|
2475
|
+
},
|
|
2476
|
+
"comment": {
|
|
2477
|
+
"summary": [
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "text",
|
|
2480
|
+
"text": "optional console object to log the message"
|
|
2481
|
+
}
|
|
2482
|
+
]
|
|
2483
|
+
},
|
|
2484
|
+
"type": {
|
|
2485
|
+
"type": "reference",
|
|
2486
|
+
"target": {
|
|
2487
|
+
"packageName": "@types/node",
|
|
2488
|
+
"packagePath": "console.d.ts",
|
|
2489
|
+
"qualifiedName": "__global.Console"
|
|
2490
|
+
},
|
|
2491
|
+
"name": "Console",
|
|
2492
|
+
"package": "@types/node",
|
|
2493
|
+
"qualifiedName": "__global.Console"
|
|
2494
|
+
}
|
|
1372
2495
|
}
|
|
1373
2496
|
],
|
|
1374
2497
|
"type": {
|
|
@@ -1391,7 +2514,7 @@
|
|
|
1391
2514
|
]
|
|
1392
2515
|
},
|
|
1393
2516
|
{
|
|
1394
|
-
"id":
|
|
2517
|
+
"id": 15,
|
|
1395
2518
|
"name": "parseUserAgent",
|
|
1396
2519
|
"variant": "declaration",
|
|
1397
2520
|
"kind": 64,
|
|
@@ -1401,12 +2524,12 @@
|
|
|
1401
2524
|
"fileName": "user-agent.ts",
|
|
1402
2525
|
"line": 48,
|
|
1403
2526
|
"character": 16,
|
|
1404
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2527
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L48"
|
|
1405
2528
|
}
|
|
1406
2529
|
],
|
|
1407
2530
|
"signatures": [
|
|
1408
2531
|
{
|
|
1409
|
-
"id":
|
|
2532
|
+
"id": 16,
|
|
1410
2533
|
"name": "parseUserAgent",
|
|
1411
2534
|
"variant": "signature",
|
|
1412
2535
|
"kind": 4096,
|
|
@@ -1457,12 +2580,12 @@
|
|
|
1457
2580
|
"fileName": "user-agent.ts",
|
|
1458
2581
|
"line": 48,
|
|
1459
2582
|
"character": 16,
|
|
1460
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2583
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/user-agent.ts#L48"
|
|
1461
2584
|
}
|
|
1462
2585
|
],
|
|
1463
2586
|
"parameters": [
|
|
1464
2587
|
{
|
|
1465
|
-
"id":
|
|
2588
|
+
"id": 17,
|
|
1466
2589
|
"name": "ua",
|
|
1467
2590
|
"variant": "param",
|
|
1468
2591
|
"kind": 32768,
|
|
@@ -1483,7 +2606,7 @@
|
|
|
1483
2606
|
],
|
|
1484
2607
|
"type": {
|
|
1485
2608
|
"type": "reference",
|
|
1486
|
-
"target":
|
|
2609
|
+
"target": 86,
|
|
1487
2610
|
"name": "UserAgentInfo",
|
|
1488
2611
|
"package": "@wtasnorg/node-lib"
|
|
1489
2612
|
}
|
|
@@ -1491,7 +2614,7 @@
|
|
|
1491
2614
|
]
|
|
1492
2615
|
},
|
|
1493
2616
|
{
|
|
1494
|
-
"id":
|
|
2617
|
+
"id": 4,
|
|
1495
2618
|
"name": "pojo",
|
|
1496
2619
|
"variant": "declaration",
|
|
1497
2620
|
"kind": 64,
|
|
@@ -1501,12 +2624,12 @@
|
|
|
1501
2624
|
"fileName": "pojo.ts",
|
|
1502
2625
|
"line": 10,
|
|
1503
2626
|
"character": 9,
|
|
1504
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2627
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/pojo.ts#L10"
|
|
1505
2628
|
}
|
|
1506
2629
|
],
|
|
1507
2630
|
"signatures": [
|
|
1508
2631
|
{
|
|
1509
|
-
"id":
|
|
2632
|
+
"id": 5,
|
|
1510
2633
|
"name": "pojo",
|
|
1511
2634
|
"variant": "signature",
|
|
1512
2635
|
"kind": 4096,
|
|
@@ -1535,12 +2658,12 @@
|
|
|
1535
2658
|
"fileName": "pojo.ts",
|
|
1536
2659
|
"line": 10,
|
|
1537
2660
|
"character": 9,
|
|
1538
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2661
|
+
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/pojo.ts#L10"
|
|
1539
2662
|
}
|
|
1540
2663
|
],
|
|
1541
2664
|
"typeParameters": [
|
|
1542
2665
|
{
|
|
1543
|
-
"id":
|
|
2666
|
+
"id": 6,
|
|
1544
2667
|
"name": "T",
|
|
1545
2668
|
"variant": "typeParam",
|
|
1546
2669
|
"kind": 131072,
|
|
@@ -1553,7 +2676,7 @@
|
|
|
1553
2676
|
],
|
|
1554
2677
|
"parameters": [
|
|
1555
2678
|
{
|
|
1556
|
-
"id":
|
|
2679
|
+
"id": 7,
|
|
1557
2680
|
"name": "instance",
|
|
1558
2681
|
"variant": "param",
|
|
1559
2682
|
"kind": 32768,
|
|
@@ -1568,7 +2691,7 @@
|
|
|
1568
2691
|
},
|
|
1569
2692
|
"type": {
|
|
1570
2693
|
"type": "reference",
|
|
1571
|
-
"target":
|
|
2694
|
+
"target": 6,
|
|
1572
2695
|
"name": "T",
|
|
1573
2696
|
"package": "@wtasnorg/node-lib",
|
|
1574
2697
|
"refersToTypeParameter": true
|
|
@@ -1603,32 +2726,44 @@
|
|
|
1603
2726
|
{
|
|
1604
2727
|
"title": "Interfaces",
|
|
1605
2728
|
"children": [
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
2729
|
+
67,
|
|
2730
|
+
54,
|
|
2731
|
+
86
|
|
1609
2732
|
]
|
|
1610
2733
|
},
|
|
1611
2734
|
{
|
|
1612
2735
|
"title": "Type Aliases",
|
|
1613
2736
|
"children": [
|
|
1614
|
-
|
|
2737
|
+
95,
|
|
2738
|
+
93,
|
|
2739
|
+
92,
|
|
2740
|
+
94
|
|
1615
2741
|
]
|
|
1616
2742
|
},
|
|
1617
2743
|
{
|
|
1618
2744
|
"title": "Variables",
|
|
1619
2745
|
"children": [
|
|
1620
|
-
|
|
2746
|
+
53,
|
|
2747
|
+
35,
|
|
2748
|
+
26,
|
|
2749
|
+
44
|
|
1621
2750
|
]
|
|
1622
2751
|
},
|
|
1623
2752
|
{
|
|
1624
2753
|
"title": "Functions",
|
|
1625
2754
|
"children": [
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
2755
|
+
8,
|
|
2756
|
+
22,
|
|
2757
|
+
49,
|
|
2758
|
+
31,
|
|
2759
|
+
40,
|
|
2760
|
+
18,
|
|
2761
|
+
45,
|
|
2762
|
+
27,
|
|
2763
|
+
36,
|
|
1629
2764
|
1,
|
|
1630
|
-
|
|
1631
|
-
|
|
2765
|
+
15,
|
|
2766
|
+
4
|
|
1632
2767
|
]
|
|
1633
2768
|
}
|
|
1634
2769
|
],
|
|
@@ -1651,8 +2786,8 @@
|
|
|
1651
2786
|
},
|
|
1652
2787
|
"3": {
|
|
1653
2788
|
"packageName": "@wtasnorg/node-lib",
|
|
1654
|
-
"packagePath": "src/
|
|
1655
|
-
"qualifiedName": "
|
|
2789
|
+
"packagePath": "src/hello.ts",
|
|
2790
|
+
"qualifiedName": "konsole"
|
|
1656
2791
|
},
|
|
1657
2792
|
"4": {
|
|
1658
2793
|
"packageName": "@wtasnorg/node-lib",
|
|
@@ -1662,17 +2797,17 @@
|
|
|
1662
2797
|
"5": {
|
|
1663
2798
|
"packageName": "@wtasnorg/node-lib",
|
|
1664
2799
|
"packagePath": "src/pojo.ts",
|
|
1665
|
-
"qualifiedName": "
|
|
2800
|
+
"qualifiedName": "pojo"
|
|
1666
2801
|
},
|
|
1667
2802
|
"6": {
|
|
1668
2803
|
"packageName": "@wtasnorg/node-lib",
|
|
1669
2804
|
"packagePath": "src/pojo.ts",
|
|
1670
|
-
"qualifiedName": "
|
|
2805
|
+
"qualifiedName": "T"
|
|
1671
2806
|
},
|
|
1672
2807
|
"7": {
|
|
1673
2808
|
"packageName": "@wtasnorg/node-lib",
|
|
1674
|
-
"packagePath": "src/
|
|
1675
|
-
"qualifiedName": "
|
|
2809
|
+
"packagePath": "src/pojo.ts",
|
|
2810
|
+
"qualifiedName": "instance"
|
|
1676
2811
|
},
|
|
1677
2812
|
"8": {
|
|
1678
2813
|
"packageName": "@wtasnorg/node-lib",
|
|
@@ -1682,12 +2817,12 @@
|
|
|
1682
2817
|
"9": {
|
|
1683
2818
|
"packageName": "@wtasnorg/node-lib",
|
|
1684
2819
|
"packagePath": "src/find.ts",
|
|
1685
|
-
"qualifiedName": "
|
|
2820
|
+
"qualifiedName": "createFindDirectories"
|
|
1686
2821
|
},
|
|
1687
2822
|
"10": {
|
|
1688
2823
|
"packageName": "@wtasnorg/node-lib",
|
|
1689
2824
|
"packagePath": "src/find.ts",
|
|
1690
|
-
"qualifiedName": "
|
|
2825
|
+
"qualifiedName": "deps"
|
|
1691
2826
|
},
|
|
1692
2827
|
"11": {
|
|
1693
2828
|
"packageName": "@wtasnorg/node-lib",
|
|
@@ -1697,17 +2832,17 @@
|
|
|
1697
2832
|
"12": {
|
|
1698
2833
|
"packageName": "@wtasnorg/node-lib",
|
|
1699
2834
|
"packagePath": "src/find.ts",
|
|
1700
|
-
"qualifiedName": "
|
|
2835
|
+
"qualifiedName": "findDirectories"
|
|
1701
2836
|
},
|
|
1702
2837
|
"13": {
|
|
1703
2838
|
"packageName": "@wtasnorg/node-lib",
|
|
1704
2839
|
"packagePath": "src/find.ts",
|
|
1705
|
-
"qualifiedName": "
|
|
2840
|
+
"qualifiedName": "root"
|
|
1706
2841
|
},
|
|
1707
2842
|
"14": {
|
|
1708
2843
|
"packageName": "@wtasnorg/node-lib",
|
|
1709
|
-
"packagePath": "src/
|
|
1710
|
-
"qualifiedName": "
|
|
2844
|
+
"packagePath": "src/find.ts",
|
|
2845
|
+
"qualifiedName": "options"
|
|
1711
2846
|
},
|
|
1712
2847
|
"15": {
|
|
1713
2848
|
"packageName": "@wtasnorg/node-lib",
|
|
@@ -1717,12 +2852,12 @@
|
|
|
1717
2852
|
"16": {
|
|
1718
2853
|
"packageName": "@wtasnorg/node-lib",
|
|
1719
2854
|
"packagePath": "src/user-agent.ts",
|
|
1720
|
-
"qualifiedName": "
|
|
2855
|
+
"qualifiedName": "parseUserAgent"
|
|
1721
2856
|
},
|
|
1722
2857
|
"17": {
|
|
1723
2858
|
"packageName": "@wtasnorg/node-lib",
|
|
1724
|
-
"packagePath": "src/
|
|
1725
|
-
"qualifiedName": "
|
|
2859
|
+
"packagePath": "src/user-agent.ts",
|
|
2860
|
+
"qualifiedName": "ua"
|
|
1726
2861
|
},
|
|
1727
2862
|
"18": {
|
|
1728
2863
|
"packageName": "@wtasnorg/node-lib",
|
|
@@ -1732,17 +2867,17 @@
|
|
|
1732
2867
|
"19": {
|
|
1733
2868
|
"packageName": "@wtasnorg/node-lib",
|
|
1734
2869
|
"packagePath": "src/base64.ts",
|
|
1735
|
-
"qualifiedName": "
|
|
2870
|
+
"qualifiedName": "encode"
|
|
1736
2871
|
},
|
|
1737
2872
|
"20": {
|
|
1738
2873
|
"packageName": "@wtasnorg/node-lib",
|
|
1739
2874
|
"packagePath": "src/base64.ts",
|
|
1740
|
-
"qualifiedName": "
|
|
2875
|
+
"qualifiedName": "input"
|
|
1741
2876
|
},
|
|
1742
2877
|
"21": {
|
|
1743
2878
|
"packageName": "@wtasnorg/node-lib",
|
|
1744
2879
|
"packagePath": "src/base64.ts",
|
|
1745
|
-
"qualifiedName": "
|
|
2880
|
+
"qualifiedName": "charset"
|
|
1746
2881
|
},
|
|
1747
2882
|
"22": {
|
|
1748
2883
|
"packageName": "@wtasnorg/node-lib",
|
|
@@ -1752,212 +2887,367 @@
|
|
|
1752
2887
|
"23": {
|
|
1753
2888
|
"packageName": "@wtasnorg/node-lib",
|
|
1754
2889
|
"packagePath": "src/base64.ts",
|
|
1755
|
-
"qualifiedName": "
|
|
2890
|
+
"qualifiedName": "decode"
|
|
1756
2891
|
},
|
|
1757
2892
|
"24": {
|
|
1758
2893
|
"packageName": "@wtasnorg/node-lib",
|
|
1759
2894
|
"packagePath": "src/base64.ts",
|
|
1760
|
-
"qualifiedName": "
|
|
2895
|
+
"qualifiedName": "input"
|
|
1761
2896
|
},
|
|
1762
2897
|
"25": {
|
|
1763
2898
|
"packageName": "@wtasnorg/node-lib",
|
|
1764
2899
|
"packagePath": "src/base64.ts",
|
|
1765
|
-
"qualifiedName": "
|
|
2900
|
+
"qualifiedName": "charset"
|
|
1766
2901
|
},
|
|
1767
2902
|
"26": {
|
|
2903
|
+
"packageName": "@wtasnorg/node-lib",
|
|
2904
|
+
"packagePath": "src/base64.ts",
|
|
2905
|
+
"qualifiedName": "Base64Charset"
|
|
2906
|
+
},
|
|
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": {
|
|
1768
3043
|
"packageName": "@wtasnorg/node-lib",
|
|
1769
3044
|
"packagePath": "src/find.ts",
|
|
1770
3045
|
"qualifiedName": "FindDirectoriesOptions"
|
|
1771
3046
|
},
|
|
1772
|
-
"
|
|
3047
|
+
"55": {
|
|
1773
3048
|
"packageName": "@wtasnorg/node-lib",
|
|
1774
3049
|
"packagePath": "src/find.ts",
|
|
1775
3050
|
"qualifiedName": "FindDirectoriesOptions.maxDepth"
|
|
1776
3051
|
},
|
|
1777
|
-
"
|
|
3052
|
+
"56": {
|
|
1778
3053
|
"packageName": "@wtasnorg/node-lib",
|
|
1779
3054
|
"packagePath": "src/find.ts",
|
|
1780
3055
|
"qualifiedName": "FindDirectoriesOptions.followSymlinks"
|
|
1781
3056
|
},
|
|
1782
|
-
"
|
|
3057
|
+
"57": {
|
|
1783
3058
|
"packageName": "@wtasnorg/node-lib",
|
|
1784
3059
|
"packagePath": "src/find.ts",
|
|
1785
3060
|
"qualifiedName": "FindDirectoriesOptions.allowlist"
|
|
1786
3061
|
},
|
|
1787
|
-
"
|
|
3062
|
+
"58": {
|
|
1788
3063
|
"packageName": "@wtasnorg/node-lib",
|
|
1789
3064
|
"packagePath": "src/find.ts",
|
|
1790
3065
|
"qualifiedName": "__type"
|
|
1791
3066
|
},
|
|
1792
|
-
"
|
|
3067
|
+
"59": {
|
|
1793
3068
|
"packageName": "@wtasnorg/node-lib",
|
|
1794
3069
|
"packagePath": "src/find.ts",
|
|
1795
3070
|
"qualifiedName": "__type"
|
|
1796
3071
|
},
|
|
1797
|
-
"
|
|
3072
|
+
"60": {
|
|
1798
3073
|
"packageName": "@wtasnorg/node-lib",
|
|
1799
3074
|
"packagePath": "src/find.ts",
|
|
1800
3075
|
"qualifiedName": "_absPath"
|
|
1801
3076
|
},
|
|
1802
|
-
"
|
|
3077
|
+
"61": {
|
|
1803
3078
|
"packageName": "@wtasnorg/node-lib",
|
|
1804
3079
|
"packagePath": "src/find.ts",
|
|
1805
3080
|
"qualifiedName": "_name"
|
|
1806
3081
|
},
|
|
1807
|
-
"
|
|
3082
|
+
"62": {
|
|
1808
3083
|
"packageName": "@wtasnorg/node-lib",
|
|
1809
3084
|
"packagePath": "src/find.ts",
|
|
1810
3085
|
"qualifiedName": "FindDirectoriesOptions.blocklist"
|
|
1811
3086
|
},
|
|
1812
|
-
"
|
|
3087
|
+
"63": {
|
|
1813
3088
|
"packageName": "@wtasnorg/node-lib",
|
|
1814
3089
|
"packagePath": "src/find.ts",
|
|
1815
3090
|
"qualifiedName": "__type"
|
|
1816
3091
|
},
|
|
1817
|
-
"
|
|
3092
|
+
"64": {
|
|
1818
3093
|
"packageName": "@wtasnorg/node-lib",
|
|
1819
3094
|
"packagePath": "src/find.ts",
|
|
1820
3095
|
"qualifiedName": "__type"
|
|
1821
3096
|
},
|
|
1822
|
-
"
|
|
3097
|
+
"65": {
|
|
1823
3098
|
"packageName": "@wtasnorg/node-lib",
|
|
1824
3099
|
"packagePath": "src/find.ts",
|
|
1825
3100
|
"qualifiedName": "_absPath"
|
|
1826
3101
|
},
|
|
1827
|
-
"
|
|
3102
|
+
"66": {
|
|
1828
3103
|
"packageName": "@wtasnorg/node-lib",
|
|
1829
3104
|
"packagePath": "src/find.ts",
|
|
1830
3105
|
"qualifiedName": "_name"
|
|
1831
3106
|
},
|
|
1832
|
-
"
|
|
3107
|
+
"67": {
|
|
1833
3108
|
"packageName": "@wtasnorg/node-lib",
|
|
1834
3109
|
"packagePath": "src/find.ts",
|
|
1835
3110
|
"qualifiedName": "FileSystemDependencies"
|
|
1836
3111
|
},
|
|
1837
|
-
"
|
|
3112
|
+
"68": {
|
|
1838
3113
|
"packageName": "@wtasnorg/node-lib",
|
|
1839
3114
|
"packagePath": "src/find.ts",
|
|
1840
3115
|
"qualifiedName": "FileSystemDependencies.readdir"
|
|
1841
3116
|
},
|
|
1842
|
-
"
|
|
3117
|
+
"69": {
|
|
1843
3118
|
"packageName": "@wtasnorg/node-lib",
|
|
1844
3119
|
"packagePath": "src/find.ts",
|
|
1845
3120
|
"qualifiedName": "__type"
|
|
1846
3121
|
},
|
|
1847
|
-
"
|
|
3122
|
+
"70": {
|
|
1848
3123
|
"packageName": "@wtasnorg/node-lib",
|
|
1849
3124
|
"packagePath": "src/find.ts",
|
|
1850
3125
|
"qualifiedName": "__type"
|
|
1851
3126
|
},
|
|
1852
|
-
"
|
|
3127
|
+
"71": {
|
|
1853
3128
|
"packageName": "@wtasnorg/node-lib",
|
|
1854
3129
|
"packagePath": "src/find.ts",
|
|
1855
3130
|
"qualifiedName": "_path"
|
|
1856
3131
|
},
|
|
1857
|
-
"
|
|
3132
|
+
"72": {
|
|
1858
3133
|
"packageName": "@wtasnorg/node-lib",
|
|
1859
3134
|
"packagePath": "src/find.ts",
|
|
1860
3135
|
"qualifiedName": "_opts"
|
|
1861
3136
|
},
|
|
1862
|
-
"
|
|
3137
|
+
"73": {
|
|
1863
3138
|
"packageName": "@wtasnorg/node-lib",
|
|
1864
3139
|
"packagePath": "src/find.ts",
|
|
1865
3140
|
"qualifiedName": "__type"
|
|
1866
3141
|
},
|
|
1867
|
-
"
|
|
3142
|
+
"74": {
|
|
1868
3143
|
"packageName": "@wtasnorg/node-lib",
|
|
1869
3144
|
"packagePath": "src/find.ts",
|
|
1870
3145
|
"qualifiedName": "__type.withFileTypes"
|
|
1871
3146
|
},
|
|
1872
|
-
"
|
|
3147
|
+
"75": {
|
|
1873
3148
|
"packageName": "@wtasnorg/node-lib",
|
|
1874
3149
|
"packagePath": "src/find.ts",
|
|
1875
3150
|
"qualifiedName": "__type"
|
|
1876
3151
|
},
|
|
1877
|
-
"
|
|
3152
|
+
"76": {
|
|
1878
3153
|
"packageName": "@wtasnorg/node-lib",
|
|
1879
3154
|
"packagePath": "src/find.ts",
|
|
1880
3155
|
"qualifiedName": "__type.name"
|
|
1881
3156
|
},
|
|
1882
|
-
"
|
|
3157
|
+
"77": {
|
|
1883
3158
|
"packageName": "@wtasnorg/node-lib",
|
|
1884
3159
|
"packagePath": "src/find.ts",
|
|
1885
3160
|
"qualifiedName": "__type.isDirectory"
|
|
1886
3161
|
},
|
|
1887
|
-
"
|
|
3162
|
+
"78": {
|
|
1888
3163
|
"packageName": "@wtasnorg/node-lib",
|
|
1889
3164
|
"packagePath": "src/find.ts",
|
|
1890
3165
|
"qualifiedName": "__type.isDirectory"
|
|
1891
3166
|
},
|
|
1892
|
-
"
|
|
3167
|
+
"79": {
|
|
1893
3168
|
"packageName": "@wtasnorg/node-lib",
|
|
1894
3169
|
"packagePath": "src/find.ts",
|
|
1895
3170
|
"qualifiedName": "FileSystemDependencies.stat"
|
|
1896
3171
|
},
|
|
1897
|
-
"
|
|
3172
|
+
"80": {
|
|
1898
3173
|
"packageName": "@wtasnorg/node-lib",
|
|
1899
3174
|
"packagePath": "src/find.ts",
|
|
1900
3175
|
"qualifiedName": "__type"
|
|
1901
3176
|
},
|
|
1902
|
-
"
|
|
3177
|
+
"81": {
|
|
1903
3178
|
"packageName": "@wtasnorg/node-lib",
|
|
1904
3179
|
"packagePath": "src/find.ts",
|
|
1905
3180
|
"qualifiedName": "__type"
|
|
1906
3181
|
},
|
|
1907
|
-
"
|
|
3182
|
+
"82": {
|
|
1908
3183
|
"packageName": "@wtasnorg/node-lib",
|
|
1909
3184
|
"packagePath": "src/find.ts",
|
|
1910
3185
|
"qualifiedName": "_path"
|
|
1911
3186
|
},
|
|
1912
|
-
"
|
|
3187
|
+
"83": {
|
|
1913
3188
|
"packageName": "@wtasnorg/node-lib",
|
|
1914
3189
|
"packagePath": "src/find.ts",
|
|
1915
3190
|
"qualifiedName": "__type"
|
|
1916
3191
|
},
|
|
1917
|
-
"
|
|
3192
|
+
"84": {
|
|
1918
3193
|
"packageName": "@wtasnorg/node-lib",
|
|
1919
3194
|
"packagePath": "src/find.ts",
|
|
1920
3195
|
"qualifiedName": "__type.isDirectory"
|
|
1921
3196
|
},
|
|
1922
|
-
"
|
|
3197
|
+
"85": {
|
|
1923
3198
|
"packageName": "@wtasnorg/node-lib",
|
|
1924
3199
|
"packagePath": "src/find.ts",
|
|
1925
3200
|
"qualifiedName": "__type.isDirectory"
|
|
1926
3201
|
},
|
|
1927
|
-
"
|
|
3202
|
+
"86": {
|
|
1928
3203
|
"packageName": "@wtasnorg/node-lib",
|
|
1929
3204
|
"packagePath": "src/user-agent.ts",
|
|
1930
3205
|
"qualifiedName": "UserAgentInfo"
|
|
1931
3206
|
},
|
|
1932
|
-
"
|
|
3207
|
+
"87": {
|
|
1933
3208
|
"packageName": "@wtasnorg/node-lib",
|
|
1934
3209
|
"packagePath": "src/user-agent.ts",
|
|
1935
3210
|
"qualifiedName": "UserAgentInfo.browser"
|
|
1936
3211
|
},
|
|
1937
|
-
"
|
|
3212
|
+
"88": {
|
|
1938
3213
|
"packageName": "@wtasnorg/node-lib",
|
|
1939
3214
|
"packagePath": "src/user-agent.ts",
|
|
1940
3215
|
"qualifiedName": "UserAgentInfo.version"
|
|
1941
3216
|
},
|
|
1942
|
-
"
|
|
3217
|
+
"89": {
|
|
1943
3218
|
"packageName": "@wtasnorg/node-lib",
|
|
1944
3219
|
"packagePath": "src/user-agent.ts",
|
|
1945
3220
|
"qualifiedName": "UserAgentInfo.os"
|
|
1946
3221
|
},
|
|
1947
|
-
"
|
|
3222
|
+
"90": {
|
|
1948
3223
|
"packageName": "@wtasnorg/node-lib",
|
|
1949
3224
|
"packagePath": "src/user-agent.ts",
|
|
1950
3225
|
"qualifiedName": "UserAgentInfo.device"
|
|
1951
3226
|
},
|
|
1952
|
-
"
|
|
3227
|
+
"91": {
|
|
1953
3228
|
"packageName": "@wtasnorg/node-lib",
|
|
1954
3229
|
"packagePath": "src/user-agent.ts",
|
|
1955
3230
|
"qualifiedName": "UserAgentInfo.engine"
|
|
1956
3231
|
},
|
|
1957
|
-
"
|
|
3232
|
+
"92": {
|
|
1958
3233
|
"packageName": "@wtasnorg/node-lib",
|
|
1959
3234
|
"packagePath": "src/base64.ts",
|
|
1960
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"
|
|
1961
3251
|
}
|
|
1962
3252
|
},
|
|
1963
3253
|
"files": {
|