@wtasnorg/node-lib 0.0.11 → 0.0.12
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/docs/README.md +5 -0
- package/docs/docs.json +1022 -514
- package/docs/functions/countOnes.md +31 -0
- package/docs/functions/countZeroes.md +32 -0
- package/docs/functions/countZeroesWithWidth.md +37 -0
- package/docs/functions/createFindDirectories.md +3 -3
- package/docs/functions/decode.md +3 -3
- package/docs/functions/decode32.md +3 -3
- package/docs/functions/decode58.md +3 -3
- package/docs/functions/decode85.md +3 -3
- package/docs/functions/encode.md +3 -3
- package/docs/functions/encode32.md +3 -3
- package/docs/functions/encode58.md +3 -3
- package/docs/functions/encode85.md +3 -3
- package/docs/functions/hello.md +1 -1
- package/docs/functions/parseUserAgent.md +1 -1
- package/docs/functions/pojo.md +1 -1
- package/docs/functions/popcount32.md +27 -0
- package/docs/functions/popcount64.md +31 -0
- 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 +1 -1
- package/docs/type-aliases/Base58CharsetType.md +1 -1
- package/docs/type-aliases/Base64CharsetType.md +1 -1
- package/docs/type-aliases/Base85CharsetType.md +1 -1
- package/docs/variables/Base32Charset.md +1 -1
- package/docs/variables/Base58Charset.md +1 -1
- package/docs/variables/Base64Charset.md +1 -1
- package/docs/variables/Base85Charset.md +1 -1
- package/package.json +12 -8
- package/readme.txt +24 -10
- package/src/bits.d.ts +43 -0
- package/src/bits.js +117 -0
- package/src/bits.test.d.ts +2 -0
- package/src/bits.test.js +62 -0
- package/src/bits.test.ts +77 -0
- package/src/bits.ts +135 -0
- package/src/index.d.ts +2 -1
- package/src/index.js +2 -1
- package/src/index.ts +7 -1
- package/.github/workflows/npm-publish.yml +0 -36
- package/.github/workflows/npm-test-on-pr.yml +0 -30
package/docs/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"flags": {},
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 83,
|
|
11
11
|
"name": "FileSystemDependencies",
|
|
12
12
|
"variant": "declaration",
|
|
13
13
|
"kind": 256,
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 84,
|
|
18
18
|
"name": "readdir",
|
|
19
19
|
"variant": "declaration",
|
|
20
20
|
"kind": 1024,
|
|
@@ -24,43 +24,27 @@
|
|
|
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/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L4"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"type": {
|
|
31
31
|
"type": "reflection",
|
|
32
32
|
"declaration": {
|
|
33
|
-
"id":
|
|
33
|
+
"id": 85,
|
|
34
34
|
"name": "__type",
|
|
35
35
|
"variant": "declaration",
|
|
36
36
|
"kind": 65536,
|
|
37
37
|
"flags": {},
|
|
38
|
-
"sources": [
|
|
39
|
-
{
|
|
40
|
-
"fileName": "find.ts",
|
|
41
|
-
"line": 4,
|
|
42
|
-
"character": 13,
|
|
43
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
38
|
"signatures": [
|
|
47
39
|
{
|
|
48
|
-
"id":
|
|
40
|
+
"id": 86,
|
|
49
41
|
"name": "__type",
|
|
50
42
|
"variant": "signature",
|
|
51
43
|
"kind": 4096,
|
|
52
44
|
"flags": {},
|
|
53
|
-
"sources": [
|
|
54
|
-
{
|
|
55
|
-
"fileName": "find.ts",
|
|
56
|
-
"line": 4,
|
|
57
|
-
"character": 13,
|
|
58
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
45
|
"parameters": [
|
|
62
46
|
{
|
|
63
|
-
"id":
|
|
47
|
+
"id": 87,
|
|
64
48
|
"name": "_path",
|
|
65
49
|
"variant": "param",
|
|
66
50
|
"kind": 32768,
|
|
@@ -71,7 +55,7 @@
|
|
|
71
55
|
}
|
|
72
56
|
},
|
|
73
57
|
{
|
|
74
|
-
"id":
|
|
58
|
+
"id": 88,
|
|
75
59
|
"name": "_opts",
|
|
76
60
|
"variant": "param",
|
|
77
61
|
"kind": 32768,
|
|
@@ -79,14 +63,14 @@
|
|
|
79
63
|
"type": {
|
|
80
64
|
"type": "reflection",
|
|
81
65
|
"declaration": {
|
|
82
|
-
"id":
|
|
66
|
+
"id": 89,
|
|
83
67
|
"name": "__type",
|
|
84
68
|
"variant": "declaration",
|
|
85
69
|
"kind": 65536,
|
|
86
70
|
"flags": {},
|
|
87
71
|
"children": [
|
|
88
72
|
{
|
|
89
|
-
"id":
|
|
73
|
+
"id": 90,
|
|
90
74
|
"name": "withFileTypes",
|
|
91
75
|
"variant": "declaration",
|
|
92
76
|
"kind": 1024,
|
|
@@ -96,7 +80,7 @@
|
|
|
96
80
|
"fileName": "find.ts",
|
|
97
81
|
"line": 4,
|
|
98
82
|
"character": 38,
|
|
99
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
83
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L4"
|
|
100
84
|
}
|
|
101
85
|
],
|
|
102
86
|
"type": {
|
|
@@ -109,17 +93,9 @@
|
|
|
109
93
|
{
|
|
110
94
|
"title": "Properties",
|
|
111
95
|
"children": [
|
|
112
|
-
|
|
96
|
+
90
|
|
113
97
|
]
|
|
114
98
|
}
|
|
115
|
-
],
|
|
116
|
-
"sources": [
|
|
117
|
-
{
|
|
118
|
-
"fileName": "find.ts",
|
|
119
|
-
"line": 4,
|
|
120
|
-
"character": 36,
|
|
121
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
122
|
-
}
|
|
123
99
|
]
|
|
124
100
|
}
|
|
125
101
|
}
|
|
@@ -138,14 +114,14 @@
|
|
|
138
114
|
"elementType": {
|
|
139
115
|
"type": "reflection",
|
|
140
116
|
"declaration": {
|
|
141
|
-
"id":
|
|
117
|
+
"id": 91,
|
|
142
118
|
"name": "__type",
|
|
143
119
|
"variant": "declaration",
|
|
144
120
|
"kind": 65536,
|
|
145
121
|
"flags": {},
|
|
146
122
|
"children": [
|
|
147
123
|
{
|
|
148
|
-
"id":
|
|
124
|
+
"id": 92,
|
|
149
125
|
"name": "name",
|
|
150
126
|
"variant": "declaration",
|
|
151
127
|
"kind": 1024,
|
|
@@ -155,7 +131,7 @@
|
|
|
155
131
|
"fileName": "find.ts",
|
|
156
132
|
"line": 4,
|
|
157
133
|
"character": 74,
|
|
158
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
134
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L4"
|
|
159
135
|
}
|
|
160
136
|
],
|
|
161
137
|
"type": {
|
|
@@ -164,7 +140,7 @@
|
|
|
164
140
|
}
|
|
165
141
|
},
|
|
166
142
|
{
|
|
167
|
-
"id":
|
|
143
|
+
"id": 93,
|
|
168
144
|
"name": "isDirectory",
|
|
169
145
|
"variant": "declaration",
|
|
170
146
|
"kind": 2048,
|
|
@@ -174,12 +150,12 @@
|
|
|
174
150
|
"fileName": "find.ts",
|
|
175
151
|
"line": 4,
|
|
176
152
|
"character": 88,
|
|
177
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
153
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L4"
|
|
178
154
|
}
|
|
179
155
|
],
|
|
180
156
|
"signatures": [
|
|
181
157
|
{
|
|
182
|
-
"id":
|
|
158
|
+
"id": 94,
|
|
183
159
|
"name": "isDirectory",
|
|
184
160
|
"variant": "signature",
|
|
185
161
|
"kind": 4096,
|
|
@@ -189,7 +165,7 @@
|
|
|
189
165
|
"fileName": "find.ts",
|
|
190
166
|
"line": 4,
|
|
191
167
|
"character": 88,
|
|
192
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
168
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L4"
|
|
193
169
|
}
|
|
194
170
|
],
|
|
195
171
|
"type": {
|
|
@@ -204,23 +180,15 @@
|
|
|
204
180
|
{
|
|
205
181
|
"title": "Properties",
|
|
206
182
|
"children": [
|
|
207
|
-
|
|
183
|
+
92
|
|
208
184
|
]
|
|
209
185
|
},
|
|
210
186
|
{
|
|
211
187
|
"title": "Methods",
|
|
212
188
|
"children": [
|
|
213
|
-
|
|
189
|
+
93
|
|
214
190
|
]
|
|
215
191
|
}
|
|
216
|
-
],
|
|
217
|
-
"sources": [
|
|
218
|
-
{
|
|
219
|
-
"fileName": "find.ts",
|
|
220
|
-
"line": 4,
|
|
221
|
-
"character": 72,
|
|
222
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L4"
|
|
223
|
-
}
|
|
224
192
|
]
|
|
225
193
|
}
|
|
226
194
|
}
|
|
@@ -235,7 +203,7 @@
|
|
|
235
203
|
}
|
|
236
204
|
},
|
|
237
205
|
{
|
|
238
|
-
"id":
|
|
206
|
+
"id": 95,
|
|
239
207
|
"name": "stat",
|
|
240
208
|
"variant": "declaration",
|
|
241
209
|
"kind": 1024,
|
|
@@ -245,43 +213,27 @@
|
|
|
245
213
|
"fileName": "find.ts",
|
|
246
214
|
"line": 5,
|
|
247
215
|
"character": 4,
|
|
248
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
216
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L5"
|
|
249
217
|
}
|
|
250
218
|
],
|
|
251
219
|
"type": {
|
|
252
220
|
"type": "reflection",
|
|
253
221
|
"declaration": {
|
|
254
|
-
"id":
|
|
222
|
+
"id": 96,
|
|
255
223
|
"name": "__type",
|
|
256
224
|
"variant": "declaration",
|
|
257
225
|
"kind": 65536,
|
|
258
226
|
"flags": {},
|
|
259
|
-
"sources": [
|
|
260
|
-
{
|
|
261
|
-
"fileName": "find.ts",
|
|
262
|
-
"line": 5,
|
|
263
|
-
"character": 10,
|
|
264
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
265
|
-
}
|
|
266
|
-
],
|
|
267
227
|
"signatures": [
|
|
268
228
|
{
|
|
269
|
-
"id":
|
|
229
|
+
"id": 97,
|
|
270
230
|
"name": "__type",
|
|
271
231
|
"variant": "signature",
|
|
272
232
|
"kind": 4096,
|
|
273
233
|
"flags": {},
|
|
274
|
-
"sources": [
|
|
275
|
-
{
|
|
276
|
-
"fileName": "find.ts",
|
|
277
|
-
"line": 5,
|
|
278
|
-
"character": 10,
|
|
279
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
280
|
-
}
|
|
281
|
-
],
|
|
282
234
|
"parameters": [
|
|
283
235
|
{
|
|
284
|
-
"id":
|
|
236
|
+
"id": 98,
|
|
285
237
|
"name": "_path",
|
|
286
238
|
"variant": "param",
|
|
287
239
|
"kind": 32768,
|
|
@@ -303,14 +255,14 @@
|
|
|
303
255
|
{
|
|
304
256
|
"type": "reflection",
|
|
305
257
|
"declaration": {
|
|
306
|
-
"id":
|
|
258
|
+
"id": 99,
|
|
307
259
|
"name": "__type",
|
|
308
260
|
"variant": "declaration",
|
|
309
261
|
"kind": 65536,
|
|
310
262
|
"flags": {},
|
|
311
263
|
"children": [
|
|
312
264
|
{
|
|
313
|
-
"id":
|
|
265
|
+
"id": 100,
|
|
314
266
|
"name": "isDirectory",
|
|
315
267
|
"variant": "declaration",
|
|
316
268
|
"kind": 2048,
|
|
@@ -320,12 +272,12 @@
|
|
|
320
272
|
"fileName": "find.ts",
|
|
321
273
|
"line": 5,
|
|
322
274
|
"character": 39,
|
|
323
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
275
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L5"
|
|
324
276
|
}
|
|
325
277
|
],
|
|
326
278
|
"signatures": [
|
|
327
279
|
{
|
|
328
|
-
"id":
|
|
280
|
+
"id": 101,
|
|
329
281
|
"name": "isDirectory",
|
|
330
282
|
"variant": "signature",
|
|
331
283
|
"kind": 4096,
|
|
@@ -335,7 +287,7 @@
|
|
|
335
287
|
"fileName": "find.ts",
|
|
336
288
|
"line": 5,
|
|
337
289
|
"character": 39,
|
|
338
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
290
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L5"
|
|
339
291
|
}
|
|
340
292
|
],
|
|
341
293
|
"type": {
|
|
@@ -350,17 +302,9 @@
|
|
|
350
302
|
{
|
|
351
303
|
"title": "Methods",
|
|
352
304
|
"children": [
|
|
353
|
-
|
|
305
|
+
100
|
|
354
306
|
]
|
|
355
307
|
}
|
|
356
|
-
],
|
|
357
|
-
"sources": [
|
|
358
|
-
{
|
|
359
|
-
"fileName": "find.ts",
|
|
360
|
-
"line": 5,
|
|
361
|
-
"character": 37,
|
|
362
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L5"
|
|
363
|
-
}
|
|
364
308
|
]
|
|
365
309
|
}
|
|
366
310
|
}
|
|
@@ -378,8 +322,8 @@
|
|
|
378
322
|
{
|
|
379
323
|
"title": "Properties",
|
|
380
324
|
"children": [
|
|
381
|
-
|
|
382
|
-
|
|
325
|
+
84,
|
|
326
|
+
95
|
|
383
327
|
]
|
|
384
328
|
}
|
|
385
329
|
],
|
|
@@ -388,19 +332,19 @@
|
|
|
388
332
|
"fileName": "find.ts",
|
|
389
333
|
"line": 3,
|
|
390
334
|
"character": 10,
|
|
391
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
335
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L3"
|
|
392
336
|
}
|
|
393
337
|
]
|
|
394
338
|
},
|
|
395
339
|
{
|
|
396
|
-
"id":
|
|
340
|
+
"id": 70,
|
|
397
341
|
"name": "FindDirectoriesOptions",
|
|
398
342
|
"variant": "declaration",
|
|
399
343
|
"kind": 256,
|
|
400
344
|
"flags": {},
|
|
401
345
|
"children": [
|
|
402
346
|
{
|
|
403
|
-
"id":
|
|
347
|
+
"id": 73,
|
|
404
348
|
"name": "allowlist",
|
|
405
349
|
"variant": "declaration",
|
|
406
350
|
"kind": 1024,
|
|
@@ -412,7 +356,7 @@
|
|
|
412
356
|
"fileName": "find.ts",
|
|
413
357
|
"line": 11,
|
|
414
358
|
"character": 4,
|
|
415
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
359
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L11"
|
|
416
360
|
}
|
|
417
361
|
],
|
|
418
362
|
"type": {
|
|
@@ -428,37 +372,21 @@
|
|
|
428
372
|
{
|
|
429
373
|
"type": "reflection",
|
|
430
374
|
"declaration": {
|
|
431
|
-
"id":
|
|
375
|
+
"id": 74,
|
|
432
376
|
"name": "__type",
|
|
433
377
|
"variant": "declaration",
|
|
434
378
|
"kind": 65536,
|
|
435
379
|
"flags": {},
|
|
436
|
-
"sources": [
|
|
437
|
-
{
|
|
438
|
-
"fileName": "find.ts",
|
|
439
|
-
"line": 11,
|
|
440
|
-
"character": 28,
|
|
441
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L11"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
380
|
"signatures": [
|
|
445
381
|
{
|
|
446
|
-
"id":
|
|
382
|
+
"id": 75,
|
|
447
383
|
"name": "__type",
|
|
448
384
|
"variant": "signature",
|
|
449
385
|
"kind": 4096,
|
|
450
386
|
"flags": {},
|
|
451
|
-
"sources": [
|
|
452
|
-
{
|
|
453
|
-
"fileName": "find.ts",
|
|
454
|
-
"line": 11,
|
|
455
|
-
"character": 28,
|
|
456
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L11"
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
387
|
"parameters": [
|
|
460
388
|
{
|
|
461
|
-
"id":
|
|
389
|
+
"id": 76,
|
|
462
390
|
"name": "_absPath",
|
|
463
391
|
"variant": "param",
|
|
464
392
|
"kind": 32768,
|
|
@@ -469,7 +397,7 @@
|
|
|
469
397
|
}
|
|
470
398
|
},
|
|
471
399
|
{
|
|
472
|
-
"id":
|
|
400
|
+
"id": 77,
|
|
473
401
|
"name": "_name",
|
|
474
402
|
"variant": "param",
|
|
475
403
|
"kind": 32768,
|
|
@@ -492,7 +420,7 @@
|
|
|
492
420
|
}
|
|
493
421
|
},
|
|
494
422
|
{
|
|
495
|
-
"id":
|
|
423
|
+
"id": 78,
|
|
496
424
|
"name": "blocklist",
|
|
497
425
|
"variant": "declaration",
|
|
498
426
|
"kind": 1024,
|
|
@@ -504,7 +432,7 @@
|
|
|
504
432
|
"fileName": "find.ts",
|
|
505
433
|
"line": 12,
|
|
506
434
|
"character": 4,
|
|
507
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
435
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L12"
|
|
508
436
|
}
|
|
509
437
|
],
|
|
510
438
|
"type": {
|
|
@@ -520,37 +448,21 @@
|
|
|
520
448
|
{
|
|
521
449
|
"type": "reflection",
|
|
522
450
|
"declaration": {
|
|
523
|
-
"id":
|
|
451
|
+
"id": 79,
|
|
524
452
|
"name": "__type",
|
|
525
453
|
"variant": "declaration",
|
|
526
454
|
"kind": 65536,
|
|
527
455
|
"flags": {},
|
|
528
|
-
"sources": [
|
|
529
|
-
{
|
|
530
|
-
"fileName": "find.ts",
|
|
531
|
-
"line": 12,
|
|
532
|
-
"character": 28,
|
|
533
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L12"
|
|
534
|
-
}
|
|
535
|
-
],
|
|
536
456
|
"signatures": [
|
|
537
457
|
{
|
|
538
|
-
"id":
|
|
458
|
+
"id": 80,
|
|
539
459
|
"name": "__type",
|
|
540
460
|
"variant": "signature",
|
|
541
461
|
"kind": 4096,
|
|
542
462
|
"flags": {},
|
|
543
|
-
"sources": [
|
|
544
|
-
{
|
|
545
|
-
"fileName": "find.ts",
|
|
546
|
-
"line": 12,
|
|
547
|
-
"character": 28,
|
|
548
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L12"
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
463
|
"parameters": [
|
|
552
464
|
{
|
|
553
|
-
"id":
|
|
465
|
+
"id": 81,
|
|
554
466
|
"name": "_absPath",
|
|
555
467
|
"variant": "param",
|
|
556
468
|
"kind": 32768,
|
|
@@ -561,7 +473,7 @@
|
|
|
561
473
|
}
|
|
562
474
|
},
|
|
563
475
|
{
|
|
564
|
-
"id":
|
|
476
|
+
"id": 82,
|
|
565
477
|
"name": "_name",
|
|
566
478
|
"variant": "param",
|
|
567
479
|
"kind": 32768,
|
|
@@ -584,7 +496,7 @@
|
|
|
584
496
|
}
|
|
585
497
|
},
|
|
586
498
|
{
|
|
587
|
-
"id":
|
|
499
|
+
"id": 72,
|
|
588
500
|
"name": "followSymlinks",
|
|
589
501
|
"variant": "declaration",
|
|
590
502
|
"kind": 1024,
|
|
@@ -596,7 +508,7 @@
|
|
|
596
508
|
"fileName": "find.ts",
|
|
597
509
|
"line": 10,
|
|
598
510
|
"character": 4,
|
|
599
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
511
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L10"
|
|
600
512
|
}
|
|
601
513
|
],
|
|
602
514
|
"type": {
|
|
@@ -605,7 +517,7 @@
|
|
|
605
517
|
}
|
|
606
518
|
},
|
|
607
519
|
{
|
|
608
|
-
"id":
|
|
520
|
+
"id": 71,
|
|
609
521
|
"name": "maxDepth",
|
|
610
522
|
"variant": "declaration",
|
|
611
523
|
"kind": 1024,
|
|
@@ -617,7 +529,7 @@
|
|
|
617
529
|
"fileName": "find.ts",
|
|
618
530
|
"line": 9,
|
|
619
531
|
"character": 4,
|
|
620
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
532
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L9"
|
|
621
533
|
}
|
|
622
534
|
],
|
|
623
535
|
"type": {
|
|
@@ -630,10 +542,10 @@
|
|
|
630
542
|
{
|
|
631
543
|
"title": "Properties",
|
|
632
544
|
"children": [
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
545
|
+
73,
|
|
546
|
+
78,
|
|
547
|
+
72,
|
|
548
|
+
71
|
|
637
549
|
]
|
|
638
550
|
}
|
|
639
551
|
],
|
|
@@ -642,12 +554,12 @@
|
|
|
642
554
|
"fileName": "find.ts",
|
|
643
555
|
"line": 8,
|
|
644
556
|
"character": 10,
|
|
645
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
557
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L8"
|
|
646
558
|
}
|
|
647
559
|
]
|
|
648
560
|
},
|
|
649
561
|
{
|
|
650
|
-
"id":
|
|
562
|
+
"id": 102,
|
|
651
563
|
"name": "UserAgentInfo",
|
|
652
564
|
"variant": "declaration",
|
|
653
565
|
"kind": 256,
|
|
@@ -662,7 +574,7 @@
|
|
|
662
574
|
},
|
|
663
575
|
"children": [
|
|
664
576
|
{
|
|
665
|
-
"id":
|
|
577
|
+
"id": 103,
|
|
666
578
|
"name": "browser",
|
|
667
579
|
"variant": "declaration",
|
|
668
580
|
"kind": 1024,
|
|
@@ -680,7 +592,7 @@
|
|
|
680
592
|
"fileName": "user-agent.ts",
|
|
681
593
|
"line": 8,
|
|
682
594
|
"character": 4,
|
|
683
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
595
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L8"
|
|
684
596
|
}
|
|
685
597
|
],
|
|
686
598
|
"type": {
|
|
@@ -689,7 +601,7 @@
|
|
|
689
601
|
}
|
|
690
602
|
},
|
|
691
603
|
{
|
|
692
|
-
"id":
|
|
604
|
+
"id": 106,
|
|
693
605
|
"name": "device",
|
|
694
606
|
"variant": "declaration",
|
|
695
607
|
"kind": 1024,
|
|
@@ -707,7 +619,7 @@
|
|
|
707
619
|
"fileName": "user-agent.ts",
|
|
708
620
|
"line": 20,
|
|
709
621
|
"character": 4,
|
|
710
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
622
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L20"
|
|
711
623
|
}
|
|
712
624
|
],
|
|
713
625
|
"type": {
|
|
@@ -716,7 +628,7 @@
|
|
|
716
628
|
}
|
|
717
629
|
},
|
|
718
630
|
{
|
|
719
|
-
"id":
|
|
631
|
+
"id": 107,
|
|
720
632
|
"name": "engine",
|
|
721
633
|
"variant": "declaration",
|
|
722
634
|
"kind": 1024,
|
|
@@ -734,7 +646,7 @@
|
|
|
734
646
|
"fileName": "user-agent.ts",
|
|
735
647
|
"line": 24,
|
|
736
648
|
"character": 4,
|
|
737
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
649
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L24"
|
|
738
650
|
}
|
|
739
651
|
],
|
|
740
652
|
"type": {
|
|
@@ -743,7 +655,7 @@
|
|
|
743
655
|
}
|
|
744
656
|
},
|
|
745
657
|
{
|
|
746
|
-
"id":
|
|
658
|
+
"id": 105,
|
|
747
659
|
"name": "os",
|
|
748
660
|
"variant": "declaration",
|
|
749
661
|
"kind": 1024,
|
|
@@ -761,7 +673,7 @@
|
|
|
761
673
|
"fileName": "user-agent.ts",
|
|
762
674
|
"line": 16,
|
|
763
675
|
"character": 4,
|
|
764
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
676
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L16"
|
|
765
677
|
}
|
|
766
678
|
],
|
|
767
679
|
"type": {
|
|
@@ -770,7 +682,7 @@
|
|
|
770
682
|
}
|
|
771
683
|
},
|
|
772
684
|
{
|
|
773
|
-
"id":
|
|
685
|
+
"id": 104,
|
|
774
686
|
"name": "version",
|
|
775
687
|
"variant": "declaration",
|
|
776
688
|
"kind": 1024,
|
|
@@ -788,7 +700,7 @@
|
|
|
788
700
|
"fileName": "user-agent.ts",
|
|
789
701
|
"line": 12,
|
|
790
702
|
"character": 4,
|
|
791
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
703
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L12"
|
|
792
704
|
}
|
|
793
705
|
],
|
|
794
706
|
"type": {
|
|
@@ -801,11 +713,11 @@
|
|
|
801
713
|
{
|
|
802
714
|
"title": "Properties",
|
|
803
715
|
"children": [
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
716
|
+
103,
|
|
717
|
+
106,
|
|
718
|
+
107,
|
|
719
|
+
105,
|
|
720
|
+
104
|
|
809
721
|
]
|
|
810
722
|
}
|
|
811
723
|
],
|
|
@@ -814,12 +726,12 @@
|
|
|
814
726
|
"fileName": "user-agent.ts",
|
|
815
727
|
"line": 4,
|
|
816
728
|
"character": 17,
|
|
817
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
729
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L4"
|
|
818
730
|
}
|
|
819
731
|
]
|
|
820
732
|
},
|
|
821
733
|
{
|
|
822
|
-
"id":
|
|
734
|
+
"id": 111,
|
|
823
735
|
"name": "Base32CharsetType",
|
|
824
736
|
"variant": "declaration",
|
|
825
737
|
"kind": 2097152,
|
|
@@ -837,7 +749,7 @@
|
|
|
837
749
|
"fileName": "base32.ts",
|
|
838
750
|
"line": 18,
|
|
839
751
|
"character": 5,
|
|
840
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
752
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base32.ts#L18"
|
|
841
753
|
}
|
|
842
754
|
],
|
|
843
755
|
"type": {
|
|
@@ -858,7 +770,7 @@
|
|
|
858
770
|
}
|
|
859
771
|
},
|
|
860
772
|
{
|
|
861
|
-
"id":
|
|
773
|
+
"id": 109,
|
|
862
774
|
"name": "Base58CharsetType",
|
|
863
775
|
"variant": "declaration",
|
|
864
776
|
"kind": 2097152,
|
|
@@ -876,7 +788,7 @@
|
|
|
876
788
|
"fileName": "base58.ts",
|
|
877
789
|
"line": 18,
|
|
878
790
|
"character": 5,
|
|
879
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
791
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base58.ts#L18"
|
|
880
792
|
}
|
|
881
793
|
],
|
|
882
794
|
"type": {
|
|
@@ -897,7 +809,7 @@
|
|
|
897
809
|
}
|
|
898
810
|
},
|
|
899
811
|
{
|
|
900
|
-
"id":
|
|
812
|
+
"id": 108,
|
|
901
813
|
"name": "Base64CharsetType",
|
|
902
814
|
"variant": "declaration",
|
|
903
815
|
"kind": 2097152,
|
|
@@ -915,7 +827,7 @@
|
|
|
915
827
|
"fileName": "base64.ts",
|
|
916
828
|
"line": 18,
|
|
917
829
|
"character": 5,
|
|
918
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
830
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base64.ts#L18"
|
|
919
831
|
}
|
|
920
832
|
],
|
|
921
833
|
"type": {
|
|
@@ -936,7 +848,7 @@
|
|
|
936
848
|
}
|
|
937
849
|
},
|
|
938
850
|
{
|
|
939
|
-
"id":
|
|
851
|
+
"id": 110,
|
|
940
852
|
"name": "Base85CharsetType",
|
|
941
853
|
"variant": "declaration",
|
|
942
854
|
"kind": 2097152,
|
|
@@ -954,7 +866,7 @@
|
|
|
954
866
|
"fileName": "base85.ts",
|
|
955
867
|
"line": 18,
|
|
956
868
|
"character": 5,
|
|
957
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
869
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base85.ts#L18"
|
|
958
870
|
}
|
|
959
871
|
],
|
|
960
872
|
"type": {
|
|
@@ -1019,7 +931,7 @@
|
|
|
1019
931
|
"fileName": "base32.ts",
|
|
1020
932
|
"line": 13,
|
|
1021
933
|
"character": 6,
|
|
1022
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
934
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base32.ts#L13"
|
|
1023
935
|
}
|
|
1024
936
|
],
|
|
1025
937
|
"type": {
|
|
@@ -1090,7 +1002,7 @@
|
|
|
1090
1002
|
"fileName": "base58.ts",
|
|
1091
1003
|
"line": 13,
|
|
1092
1004
|
"character": 6,
|
|
1093
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1005
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base58.ts#L13"
|
|
1094
1006
|
}
|
|
1095
1007
|
],
|
|
1096
1008
|
"type": {
|
|
@@ -1169,7 +1081,7 @@
|
|
|
1169
1081
|
"fileName": "base64.ts",
|
|
1170
1082
|
"line": 13,
|
|
1171
1083
|
"character": 6,
|
|
1172
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1084
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base64.ts#L13"
|
|
1173
1085
|
}
|
|
1174
1086
|
],
|
|
1175
1087
|
"type": {
|
|
@@ -1244,7 +1156,7 @@
|
|
|
1244
1156
|
"fileName": "base85.ts",
|
|
1245
1157
|
"line": 13,
|
|
1246
1158
|
"character": 6,
|
|
1247
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1159
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base85.ts#L13"
|
|
1248
1160
|
}
|
|
1249
1161
|
],
|
|
1250
1162
|
"type": {
|
|
@@ -1271,23 +1183,23 @@
|
|
|
1271
1183
|
"defaultValue": "..."
|
|
1272
1184
|
},
|
|
1273
1185
|
{
|
|
1274
|
-
"id":
|
|
1275
|
-
"name": "
|
|
1186
|
+
"id": 60,
|
|
1187
|
+
"name": "countOnes",
|
|
1276
1188
|
"variant": "declaration",
|
|
1277
1189
|
"kind": 64,
|
|
1278
1190
|
"flags": {},
|
|
1279
1191
|
"sources": [
|
|
1280
1192
|
{
|
|
1281
|
-
"fileName": "
|
|
1282
|
-
"line":
|
|
1193
|
+
"fileName": "bits.ts",
|
|
1194
|
+
"line": 81,
|
|
1283
1195
|
"character": 9,
|
|
1284
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1196
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L81"
|
|
1285
1197
|
}
|
|
1286
1198
|
],
|
|
1287
1199
|
"signatures": [
|
|
1288
1200
|
{
|
|
1289
|
-
"id":
|
|
1290
|
-
"name": "
|
|
1201
|
+
"id": 61,
|
|
1202
|
+
"name": "countOnes",
|
|
1291
1203
|
"variant": "signature",
|
|
1292
1204
|
"kind": 4096,
|
|
1293
1205
|
"flags": {},
|
|
@@ -1295,135 +1207,101 @@
|
|
|
1295
1207
|
"summary": [
|
|
1296
1208
|
{
|
|
1297
1209
|
"kind": "text",
|
|
1298
|
-
"text": "
|
|
1210
|
+
"text": "Count set bits in a non-negative integer."
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
1213
|
+
"blockTags": [
|
|
1214
|
+
{
|
|
1215
|
+
"tag": "@returns",
|
|
1216
|
+
"content": [
|
|
1217
|
+
{
|
|
1218
|
+
"kind": "text",
|
|
1219
|
+
"text": "Number of set bits."
|
|
1220
|
+
}
|
|
1221
|
+
]
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"tag": "@throws",
|
|
1225
|
+
"content": [
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "text",
|
|
1228
|
+
"text": "If "
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"kind": "code",
|
|
1232
|
+
"text": "`value`"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "text",
|
|
1236
|
+
"text": " is negative or an unsafe integer."
|
|
1237
|
+
}
|
|
1238
|
+
]
|
|
1299
1239
|
}
|
|
1300
1240
|
]
|
|
1301
1241
|
},
|
|
1302
1242
|
"sources": [
|
|
1303
1243
|
{
|
|
1304
|
-
"fileName": "
|
|
1305
|
-
"line":
|
|
1244
|
+
"fileName": "bits.ts",
|
|
1245
|
+
"line": 81,
|
|
1306
1246
|
"character": 9,
|
|
1307
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1247
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L81"
|
|
1308
1248
|
}
|
|
1309
1249
|
],
|
|
1310
1250
|
"parameters": [
|
|
1311
1251
|
{
|
|
1312
|
-
"id":
|
|
1313
|
-
"name": "
|
|
1252
|
+
"id": 62,
|
|
1253
|
+
"name": "value",
|
|
1314
1254
|
"variant": "param",
|
|
1315
1255
|
"kind": 32768,
|
|
1316
1256
|
"flags": {},
|
|
1257
|
+
"comment": {
|
|
1258
|
+
"summary": [
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "text",
|
|
1261
|
+
"text": "Input value."
|
|
1262
|
+
}
|
|
1263
|
+
]
|
|
1264
|
+
},
|
|
1317
1265
|
"type": {
|
|
1318
|
-
"type": "
|
|
1319
|
-
"
|
|
1320
|
-
|
|
1321
|
-
|
|
1266
|
+
"type": "union",
|
|
1267
|
+
"types": [
|
|
1268
|
+
{
|
|
1269
|
+
"type": "intrinsic",
|
|
1270
|
+
"name": "number"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"type": "intrinsic",
|
|
1274
|
+
"name": "bigint"
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1322
1277
|
}
|
|
1323
1278
|
}
|
|
1324
1279
|
],
|
|
1325
1280
|
"type": {
|
|
1326
|
-
"type": "
|
|
1327
|
-
"
|
|
1328
|
-
"id": 11,
|
|
1329
|
-
"name": "__type",
|
|
1330
|
-
"variant": "declaration",
|
|
1331
|
-
"kind": 65536,
|
|
1332
|
-
"flags": {},
|
|
1333
|
-
"sources": [
|
|
1334
|
-
{
|
|
1335
|
-
"fileName": "find.ts",
|
|
1336
|
-
"line": 23,
|
|
1337
|
-
"character": 26,
|
|
1338
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L23"
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"signatures": [
|
|
1342
|
-
{
|
|
1343
|
-
"id": 12,
|
|
1344
|
-
"name": "__type",
|
|
1345
|
-
"variant": "signature",
|
|
1346
|
-
"kind": 4096,
|
|
1347
|
-
"flags": {},
|
|
1348
|
-
"sources": [
|
|
1349
|
-
{
|
|
1350
|
-
"fileName": "find.ts",
|
|
1351
|
-
"line": 23,
|
|
1352
|
-
"character": 26,
|
|
1353
|
-
"url": "https://github.com/wtasg/node-lib/blob/ed0a2138895c2801b9318149a6c6b3580f396289/src/find.ts#L23"
|
|
1354
|
-
}
|
|
1355
|
-
],
|
|
1356
|
-
"parameters": [
|
|
1357
|
-
{
|
|
1358
|
-
"id": 13,
|
|
1359
|
-
"name": "root",
|
|
1360
|
-
"variant": "param",
|
|
1361
|
-
"kind": 32768,
|
|
1362
|
-
"flags": {},
|
|
1363
|
-
"type": {
|
|
1364
|
-
"type": "intrinsic",
|
|
1365
|
-
"name": "string"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"id": 14,
|
|
1370
|
-
"name": "options",
|
|
1371
|
-
"variant": "param",
|
|
1372
|
-
"kind": 32768,
|
|
1373
|
-
"flags": {},
|
|
1374
|
-
"type": {
|
|
1375
|
-
"type": "reference",
|
|
1376
|
-
"target": 54,
|
|
1377
|
-
"name": "FindDirectoriesOptions",
|
|
1378
|
-
"package": "@wtasnorg/node-lib"
|
|
1379
|
-
},
|
|
1380
|
-
"defaultValue": "{}"
|
|
1381
|
-
}
|
|
1382
|
-
],
|
|
1383
|
-
"type": {
|
|
1384
|
-
"type": "reference",
|
|
1385
|
-
"target": {
|
|
1386
|
-
"packageName": "typescript",
|
|
1387
|
-
"packagePath": "lib/lib.es5.d.ts",
|
|
1388
|
-
"qualifiedName": "Promise"
|
|
1389
|
-
},
|
|
1390
|
-
"typeArguments": [
|
|
1391
|
-
{
|
|
1392
|
-
"type": "array",
|
|
1393
|
-
"elementType": {
|
|
1394
|
-
"type": "intrinsic",
|
|
1395
|
-
"name": "string"
|
|
1396
|
-
}
|
|
1397
|
-
}
|
|
1398
|
-
],
|
|
1399
|
-
"name": "Promise",
|
|
1400
|
-
"package": "typescript"
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
]
|
|
1404
|
-
}
|
|
1281
|
+
"type": "intrinsic",
|
|
1282
|
+
"name": "number"
|
|
1405
1283
|
}
|
|
1406
1284
|
}
|
|
1407
1285
|
]
|
|
1408
1286
|
},
|
|
1409
1287
|
{
|
|
1410
|
-
"id":
|
|
1411
|
-
"name": "
|
|
1288
|
+
"id": 67,
|
|
1289
|
+
"name": "countZeroes",
|
|
1412
1290
|
"variant": "declaration",
|
|
1413
1291
|
"kind": 64,
|
|
1414
1292
|
"flags": {},
|
|
1415
1293
|
"sources": [
|
|
1416
1294
|
{
|
|
1417
|
-
"fileName": "
|
|
1418
|
-
"line":
|
|
1295
|
+
"fileName": "bits.ts",
|
|
1296
|
+
"line": 118,
|
|
1419
1297
|
"character": 9,
|
|
1420
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1298
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L118"
|
|
1421
1299
|
}
|
|
1422
1300
|
],
|
|
1423
1301
|
"signatures": [
|
|
1424
1302
|
{
|
|
1425
|
-
"id":
|
|
1426
|
-
"name": "
|
|
1303
|
+
"id": 68,
|
|
1304
|
+
"name": "countZeroes",
|
|
1427
1305
|
"variant": "signature",
|
|
1428
1306
|
"kind": 4096,
|
|
1429
1307
|
"flags": {},
|
|
@@ -1431,25 +1309,16 @@
|
|
|
1431
1309
|
"summary": [
|
|
1432
1310
|
{
|
|
1433
1311
|
"kind": "text",
|
|
1434
|
-
"text": "
|
|
1312
|
+
"text": "Count zero bits from LSB up to and including the highest set bit.\nFor zero input, returns 0."
|
|
1435
1313
|
}
|
|
1436
1314
|
],
|
|
1437
1315
|
"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
1316
|
{
|
|
1448
1317
|
"tag": "@returns",
|
|
1449
1318
|
"content": [
|
|
1450
1319
|
{
|
|
1451
1320
|
"kind": "text",
|
|
1452
|
-
"text": "
|
|
1321
|
+
"text": "Zero count up to the left-most set bit."
|
|
1453
1322
|
}
|
|
1454
1323
|
]
|
|
1455
1324
|
},
|
|
@@ -1458,7 +1327,15 @@
|
|
|
1458
1327
|
"content": [
|
|
1459
1328
|
{
|
|
1460
1329
|
"kind": "text",
|
|
1461
|
-
"text": "
|
|
1330
|
+
"text": "If "
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "code",
|
|
1334
|
+
"text": "`value`"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"kind": "text",
|
|
1338
|
+
"text": " is negative or an unsafe integer."
|
|
1462
1339
|
}
|
|
1463
1340
|
]
|
|
1464
1341
|
}
|
|
@@ -1466,35 +1343,16 @@
|
|
|
1466
1343
|
},
|
|
1467
1344
|
"sources": [
|
|
1468
1345
|
{
|
|
1469
|
-
"fileName": "
|
|
1470
|
-
"line":
|
|
1346
|
+
"fileName": "bits.ts",
|
|
1347
|
+
"line": 118,
|
|
1471
1348
|
"character": 9,
|
|
1472
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1349
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L118"
|
|
1473
1350
|
}
|
|
1474
1351
|
],
|
|
1475
1352
|
"parameters": [
|
|
1476
1353
|
{
|
|
1477
|
-
"id":
|
|
1478
|
-
"name": "
|
|
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",
|
|
1354
|
+
"id": 69,
|
|
1355
|
+
"name": "value",
|
|
1498
1356
|
"variant": "param",
|
|
1499
1357
|
"kind": 32768,
|
|
1500
1358
|
"flags": {},
|
|
@@ -1502,7 +1360,7 @@
|
|
|
1502
1360
|
"summary": [
|
|
1503
1361
|
{
|
|
1504
1362
|
"kind": "text",
|
|
1505
|
-
"text": "
|
|
1363
|
+
"text": "Input value."
|
|
1506
1364
|
}
|
|
1507
1365
|
]
|
|
1508
1366
|
},
|
|
@@ -1510,51 +1368,42 @@
|
|
|
1510
1368
|
"type": "union",
|
|
1511
1369
|
"types": [
|
|
1512
1370
|
{
|
|
1513
|
-
"type": "
|
|
1514
|
-
"
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"type": "literal",
|
|
1518
|
-
"value": "urlsafe"
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"type": "literal",
|
|
1522
|
-
"value": "imap"
|
|
1371
|
+
"type": "intrinsic",
|
|
1372
|
+
"name": "number"
|
|
1523
1373
|
},
|
|
1524
1374
|
{
|
|
1525
|
-
"type": "
|
|
1526
|
-
"
|
|
1375
|
+
"type": "intrinsic",
|
|
1376
|
+
"name": "bigint"
|
|
1527
1377
|
}
|
|
1528
1378
|
]
|
|
1529
|
-
}
|
|
1530
|
-
"defaultValue": "\"standard\""
|
|
1379
|
+
}
|
|
1531
1380
|
}
|
|
1532
1381
|
],
|
|
1533
1382
|
"type": {
|
|
1534
1383
|
"type": "intrinsic",
|
|
1535
|
-
"name": "
|
|
1384
|
+
"name": "number"
|
|
1536
1385
|
}
|
|
1537
1386
|
}
|
|
1538
1387
|
]
|
|
1539
1388
|
},
|
|
1540
1389
|
{
|
|
1541
|
-
"id":
|
|
1542
|
-
"name": "
|
|
1390
|
+
"id": 63,
|
|
1391
|
+
"name": "countZeroesWithWidth",
|
|
1543
1392
|
"variant": "declaration",
|
|
1544
1393
|
"kind": 64,
|
|
1545
1394
|
"flags": {},
|
|
1546
1395
|
"sources": [
|
|
1547
1396
|
{
|
|
1548
|
-
"fileName": "
|
|
1549
|
-
"line":
|
|
1397
|
+
"fileName": "bits.ts",
|
|
1398
|
+
"line": 94,
|
|
1550
1399
|
"character": 9,
|
|
1551
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1400
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L94"
|
|
1552
1401
|
}
|
|
1553
1402
|
],
|
|
1554
1403
|
"signatures": [
|
|
1555
1404
|
{
|
|
1556
|
-
"id":
|
|
1557
|
-
"name": "
|
|
1405
|
+
"id": 64,
|
|
1406
|
+
"name": "countZeroesWithWidth",
|
|
1558
1407
|
"variant": "signature",
|
|
1559
1408
|
"kind": 4096,
|
|
1560
1409
|
"flags": {},
|
|
@@ -1562,25 +1411,24 @@
|
|
|
1562
1411
|
"summary": [
|
|
1563
1412
|
{
|
|
1564
1413
|
"kind": "text",
|
|
1565
|
-
"text": "
|
|
1414
|
+
"text": "Count zero bits within a fixed width, considering only low-order "
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"kind": "code",
|
|
1418
|
+
"text": "`width`"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"kind": "text",
|
|
1422
|
+
"text": " bits."
|
|
1566
1423
|
}
|
|
1567
1424
|
],
|
|
1568
1425
|
"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
1426
|
{
|
|
1579
1427
|
"tag": "@returns",
|
|
1580
1428
|
"content": [
|
|
1581
1429
|
{
|
|
1582
1430
|
"kind": "text",
|
|
1583
|
-
"text": "
|
|
1431
|
+
"text": "Number of zero bits in the selected width."
|
|
1584
1432
|
}
|
|
1585
1433
|
]
|
|
1586
1434
|
},
|
|
@@ -1589,18 +1437,407 @@
|
|
|
1589
1437
|
"content": [
|
|
1590
1438
|
{
|
|
1591
1439
|
"kind": "text",
|
|
1592
|
-
"text": "
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1440
|
+
"text": "If "
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "code",
|
|
1444
|
+
"text": "`value`"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "text",
|
|
1448
|
+
"text": " is negative/unsafe or "
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "code",
|
|
1452
|
+
"text": "`width`"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "text",
|
|
1456
|
+
"text": " is negative/unsafe."
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
}
|
|
1460
|
+
]
|
|
1461
|
+
},
|
|
1462
|
+
"sources": [
|
|
1463
|
+
{
|
|
1464
|
+
"fileName": "bits.ts",
|
|
1465
|
+
"line": 94,
|
|
1466
|
+
"character": 9,
|
|
1467
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L94"
|
|
1468
|
+
}
|
|
1469
|
+
],
|
|
1470
|
+
"parameters": [
|
|
1471
|
+
{
|
|
1472
|
+
"id": 65,
|
|
1473
|
+
"name": "value",
|
|
1474
|
+
"variant": "param",
|
|
1475
|
+
"kind": 32768,
|
|
1476
|
+
"flags": {},
|
|
1477
|
+
"comment": {
|
|
1478
|
+
"summary": [
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "text",
|
|
1481
|
+
"text": "Input value."
|
|
1482
|
+
}
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
"type": {
|
|
1486
|
+
"type": "union",
|
|
1487
|
+
"types": [
|
|
1488
|
+
{
|
|
1489
|
+
"type": "intrinsic",
|
|
1490
|
+
"name": "number"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"type": "intrinsic",
|
|
1494
|
+
"name": "bigint"
|
|
1495
|
+
}
|
|
1496
|
+
]
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": 66,
|
|
1501
|
+
"name": "width",
|
|
1502
|
+
"variant": "param",
|
|
1503
|
+
"kind": 32768,
|
|
1504
|
+
"flags": {},
|
|
1505
|
+
"comment": {
|
|
1506
|
+
"summary": [
|
|
1507
|
+
{
|
|
1508
|
+
"kind": "text",
|
|
1509
|
+
"text": "Bit width to inspect."
|
|
1510
|
+
}
|
|
1511
|
+
]
|
|
1512
|
+
},
|
|
1513
|
+
"type": {
|
|
1514
|
+
"type": "intrinsic",
|
|
1515
|
+
"name": "number"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"type": {
|
|
1520
|
+
"type": "intrinsic",
|
|
1521
|
+
"name": "number"
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"id": 8,
|
|
1528
|
+
"name": "createFindDirectories",
|
|
1529
|
+
"variant": "declaration",
|
|
1530
|
+
"kind": 64,
|
|
1531
|
+
"flags": {},
|
|
1532
|
+
"sources": [
|
|
1533
|
+
{
|
|
1534
|
+
"fileName": "find.ts",
|
|
1535
|
+
"line": 19,
|
|
1536
|
+
"character": 9,
|
|
1537
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L19"
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"signatures": [
|
|
1541
|
+
{
|
|
1542
|
+
"id": 9,
|
|
1543
|
+
"name": "createFindDirectories",
|
|
1544
|
+
"variant": "signature",
|
|
1545
|
+
"kind": 4096,
|
|
1546
|
+
"flags": {},
|
|
1547
|
+
"comment": {
|
|
1548
|
+
"summary": [
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "text",
|
|
1551
|
+
"text": "Factory that produces an async findDirectories function with\ninjected filesystem dependencies for full testability."
|
|
1552
|
+
}
|
|
1553
|
+
]
|
|
1554
|
+
},
|
|
1555
|
+
"sources": [
|
|
1556
|
+
{
|
|
1557
|
+
"fileName": "find.ts",
|
|
1558
|
+
"line": 19,
|
|
1559
|
+
"character": 9,
|
|
1560
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/find.ts#L19"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"parameters": [
|
|
1564
|
+
{
|
|
1565
|
+
"id": 10,
|
|
1566
|
+
"name": "deps",
|
|
1567
|
+
"variant": "param",
|
|
1568
|
+
"kind": 32768,
|
|
1569
|
+
"flags": {},
|
|
1570
|
+
"type": {
|
|
1571
|
+
"type": "reference",
|
|
1572
|
+
"target": 83,
|
|
1573
|
+
"name": "FileSystemDependencies",
|
|
1574
|
+
"package": "@wtasnorg/node-lib"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
],
|
|
1578
|
+
"type": {
|
|
1579
|
+
"type": "reflection",
|
|
1580
|
+
"declaration": {
|
|
1581
|
+
"id": 11,
|
|
1582
|
+
"name": "__type",
|
|
1583
|
+
"variant": "declaration",
|
|
1584
|
+
"kind": 65536,
|
|
1585
|
+
"flags": {},
|
|
1586
|
+
"signatures": [
|
|
1587
|
+
{
|
|
1588
|
+
"id": 12,
|
|
1589
|
+
"name": "__type",
|
|
1590
|
+
"variant": "signature",
|
|
1591
|
+
"kind": 4096,
|
|
1592
|
+
"flags": {},
|
|
1593
|
+
"parameters": [
|
|
1594
|
+
{
|
|
1595
|
+
"id": 13,
|
|
1596
|
+
"name": "root",
|
|
1597
|
+
"variant": "param",
|
|
1598
|
+
"kind": 32768,
|
|
1599
|
+
"flags": {},
|
|
1600
|
+
"type": {
|
|
1601
|
+
"type": "intrinsic",
|
|
1602
|
+
"name": "string"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"id": 14,
|
|
1607
|
+
"name": "options",
|
|
1608
|
+
"variant": "param",
|
|
1609
|
+
"kind": 32768,
|
|
1610
|
+
"flags": {},
|
|
1611
|
+
"type": {
|
|
1612
|
+
"type": "reference",
|
|
1613
|
+
"target": 70,
|
|
1614
|
+
"name": "FindDirectoriesOptions",
|
|
1615
|
+
"package": "@wtasnorg/node-lib"
|
|
1616
|
+
},
|
|
1617
|
+
"defaultValue": "{}"
|
|
1618
|
+
}
|
|
1619
|
+
],
|
|
1620
|
+
"type": {
|
|
1621
|
+
"type": "reference",
|
|
1622
|
+
"target": {
|
|
1623
|
+
"packageName": "typescript",
|
|
1624
|
+
"packagePath": "lib/lib.es5.d.ts",
|
|
1625
|
+
"qualifiedName": "Promise"
|
|
1626
|
+
},
|
|
1627
|
+
"typeArguments": [
|
|
1628
|
+
{
|
|
1629
|
+
"type": "array",
|
|
1630
|
+
"elementType": {
|
|
1631
|
+
"type": "intrinsic",
|
|
1632
|
+
"name": "string"
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"name": "Promise",
|
|
1637
|
+
"package": "typescript"
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
]
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"id": 22,
|
|
1648
|
+
"name": "decode",
|
|
1649
|
+
"variant": "declaration",
|
|
1650
|
+
"kind": 64,
|
|
1651
|
+
"flags": {},
|
|
1652
|
+
"sources": [
|
|
1653
|
+
{
|
|
1654
|
+
"fileName": "base64.ts",
|
|
1655
|
+
"line": 119,
|
|
1656
|
+
"character": 9,
|
|
1657
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base64.ts#L119"
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"signatures": [
|
|
1661
|
+
{
|
|
1662
|
+
"id": 23,
|
|
1663
|
+
"name": "decode",
|
|
1664
|
+
"variant": "signature",
|
|
1665
|
+
"kind": 4096,
|
|
1666
|
+
"flags": {},
|
|
1667
|
+
"comment": {
|
|
1668
|
+
"summary": [
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "text",
|
|
1671
|
+
"text": "Decode a Base64 string."
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"blockTags": [
|
|
1675
|
+
{
|
|
1676
|
+
"tag": "@example",
|
|
1677
|
+
"content": [
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "code",
|
|
1680
|
+
"text": "```typescript\nimport { decode } from \"./base64.js\";\n\ndecode(\"SGVsbG8sIFdvcmxkIQ==\");\n// => \"Hello, World!\"\n\ndecode(\"SGVsbG8sIFdvcmxkIQ==\", \"standard\");\n// => \"Hello, World!\"\n```"
|
|
1681
|
+
}
|
|
1682
|
+
]
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"tag": "@returns",
|
|
1686
|
+
"content": [
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "text",
|
|
1689
|
+
"text": "The decoded string."
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"tag": "@throws",
|
|
1695
|
+
"content": [
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "text",
|
|
1698
|
+
"text": "Error if the input contains invalid characters."
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
}
|
|
1702
|
+
]
|
|
1703
|
+
},
|
|
1704
|
+
"sources": [
|
|
1705
|
+
{
|
|
1706
|
+
"fileName": "base64.ts",
|
|
1707
|
+
"line": 119,
|
|
1708
|
+
"character": 9,
|
|
1709
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base64.ts#L119"
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"parameters": [
|
|
1713
|
+
{
|
|
1714
|
+
"id": 24,
|
|
1715
|
+
"name": "input",
|
|
1716
|
+
"variant": "param",
|
|
1717
|
+
"kind": 32768,
|
|
1718
|
+
"flags": {},
|
|
1719
|
+
"comment": {
|
|
1720
|
+
"summary": [
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "text",
|
|
1723
|
+
"text": "The Base64 encoded string."
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1727
|
+
"type": {
|
|
1728
|
+
"type": "intrinsic",
|
|
1729
|
+
"name": "string"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"id": 25,
|
|
1734
|
+
"name": "charset",
|
|
1735
|
+
"variant": "param",
|
|
1736
|
+
"kind": 32768,
|
|
1737
|
+
"flags": {},
|
|
1738
|
+
"comment": {
|
|
1739
|
+
"summary": [
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "text",
|
|
1742
|
+
"text": "The charset variant to use (default: \"standard\")."
|
|
1743
|
+
}
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
"type": {
|
|
1747
|
+
"type": "union",
|
|
1748
|
+
"types": [
|
|
1749
|
+
{
|
|
1750
|
+
"type": "literal",
|
|
1751
|
+
"value": "standard"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"type": "literal",
|
|
1755
|
+
"value": "urlsafe"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"type": "literal",
|
|
1759
|
+
"value": "imap"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"type": "literal",
|
|
1763
|
+
"value": "radix64"
|
|
1764
|
+
}
|
|
1765
|
+
]
|
|
1766
|
+
},
|
|
1767
|
+
"defaultValue": "\"standard\""
|
|
1768
|
+
}
|
|
1769
|
+
],
|
|
1770
|
+
"type": {
|
|
1771
|
+
"type": "intrinsic",
|
|
1772
|
+
"name": "string"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"id": 49,
|
|
1779
|
+
"name": "decode32",
|
|
1780
|
+
"variant": "declaration",
|
|
1781
|
+
"kind": 64,
|
|
1782
|
+
"flags": {},
|
|
1783
|
+
"sources": [
|
|
1784
|
+
{
|
|
1785
|
+
"fileName": "base32.ts",
|
|
1786
|
+
"line": 136,
|
|
1787
|
+
"character": 9,
|
|
1788
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base32.ts#L136"
|
|
1789
|
+
}
|
|
1790
|
+
],
|
|
1791
|
+
"signatures": [
|
|
1792
|
+
{
|
|
1793
|
+
"id": 50,
|
|
1794
|
+
"name": "decode32",
|
|
1795
|
+
"variant": "signature",
|
|
1796
|
+
"kind": 4096,
|
|
1797
|
+
"flags": {},
|
|
1798
|
+
"comment": {
|
|
1799
|
+
"summary": [
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "text",
|
|
1802
|
+
"text": "Decode a Base32 string."
|
|
1803
|
+
}
|
|
1804
|
+
],
|
|
1805
|
+
"blockTags": [
|
|
1806
|
+
{
|
|
1807
|
+
"tag": "@example",
|
|
1808
|
+
"content": [
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "code",
|
|
1811
|
+
"text": "```typescript\nimport { decode32 } from \"./base32.js\";\n\ndecode32(\"JBSWY3DP\");\n// => \"Hello\"\n\ndecode32(\"EHMP6SS=\", \"hex\");\n// => \"test\"\n```"
|
|
1812
|
+
}
|
|
1813
|
+
]
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"tag": "@returns",
|
|
1817
|
+
"content": [
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "text",
|
|
1820
|
+
"text": "The decoded string."
|
|
1821
|
+
}
|
|
1822
|
+
]
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"tag": "@throws",
|
|
1826
|
+
"content": [
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "text",
|
|
1829
|
+
"text": "Error if the input contains invalid characters."
|
|
1830
|
+
}
|
|
1831
|
+
]
|
|
1832
|
+
}
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
"sources": [
|
|
1599
1836
|
{
|
|
1600
1837
|
"fileName": "base32.ts",
|
|
1601
1838
|
"line": 136,
|
|
1602
1839
|
"character": 9,
|
|
1603
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1840
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base32.ts#L136"
|
|
1604
1841
|
}
|
|
1605
1842
|
],
|
|
1606
1843
|
"parameters": [
|
|
@@ -1675,7 +1912,7 @@
|
|
|
1675
1912
|
"fileName": "base58.ts",
|
|
1676
1913
|
"line": 132,
|
|
1677
1914
|
"character": 9,
|
|
1678
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1915
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base58.ts#L132"
|
|
1679
1916
|
}
|
|
1680
1917
|
],
|
|
1681
1918
|
"signatures": [
|
|
@@ -1727,7 +1964,7 @@
|
|
|
1727
1964
|
"fileName": "base58.ts",
|
|
1728
1965
|
"line": 132,
|
|
1729
1966
|
"character": 9,
|
|
1730
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1967
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base58.ts#L132"
|
|
1731
1968
|
}
|
|
1732
1969
|
],
|
|
1733
1970
|
"parameters": [
|
|
@@ -1802,7 +2039,7 @@
|
|
|
1802
2039
|
"fileName": "base85.ts",
|
|
1803
2040
|
"line": 135,
|
|
1804
2041
|
"character": 9,
|
|
1805
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2042
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base85.ts#L135"
|
|
1806
2043
|
}
|
|
1807
2044
|
],
|
|
1808
2045
|
"signatures": [
|
|
@@ -1854,7 +2091,7 @@
|
|
|
1854
2091
|
"fileName": "base85.ts",
|
|
1855
2092
|
"line": 135,
|
|
1856
2093
|
"character": 9,
|
|
1857
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2094
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base85.ts#L135"
|
|
1858
2095
|
}
|
|
1859
2096
|
],
|
|
1860
2097
|
"parameters": [
|
|
@@ -1929,7 +2166,7 @@
|
|
|
1929
2166
|
"fileName": "base64.ts",
|
|
1930
2167
|
"line": 79,
|
|
1931
2168
|
"character": 9,
|
|
1932
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2169
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base64.ts#L79"
|
|
1933
2170
|
}
|
|
1934
2171
|
],
|
|
1935
2172
|
"signatures": [
|
|
@@ -1972,7 +2209,7 @@
|
|
|
1972
2209
|
"fileName": "base64.ts",
|
|
1973
2210
|
"line": 79,
|
|
1974
2211
|
"character": 9,
|
|
1975
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2212
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base64.ts#L79"
|
|
1976
2213
|
}
|
|
1977
2214
|
],
|
|
1978
2215
|
"parameters": [
|
|
@@ -2051,7 +2288,7 @@
|
|
|
2051
2288
|
"fileName": "base32.ts",
|
|
2052
2289
|
"line": 81,
|
|
2053
2290
|
"character": 9,
|
|
2054
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2291
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base32.ts#L81"
|
|
2055
2292
|
}
|
|
2056
2293
|
],
|
|
2057
2294
|
"signatures": [
|
|
@@ -2094,7 +2331,7 @@
|
|
|
2094
2331
|
"fileName": "base32.ts",
|
|
2095
2332
|
"line": 81,
|
|
2096
2333
|
"character": 9,
|
|
2097
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2334
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base32.ts#L81"
|
|
2098
2335
|
}
|
|
2099
2336
|
],
|
|
2100
2337
|
"parameters": [
|
|
@@ -2169,7 +2406,7 @@
|
|
|
2169
2406
|
"fileName": "base58.ts",
|
|
2170
2407
|
"line": 72,
|
|
2171
2408
|
"character": 9,
|
|
2172
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2409
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base58.ts#L72"
|
|
2173
2410
|
}
|
|
2174
2411
|
],
|
|
2175
2412
|
"signatures": [
|
|
@@ -2212,7 +2449,7 @@
|
|
|
2212
2449
|
"fileName": "base58.ts",
|
|
2213
2450
|
"line": 72,
|
|
2214
2451
|
"character": 9,
|
|
2215
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2452
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base58.ts#L72"
|
|
2216
2453
|
}
|
|
2217
2454
|
],
|
|
2218
2455
|
"parameters": [
|
|
@@ -2287,7 +2524,7 @@
|
|
|
2287
2524
|
"fileName": "base85.ts",
|
|
2288
2525
|
"line": 73,
|
|
2289
2526
|
"character": 9,
|
|
2290
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2527
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base85.ts#L73"
|
|
2291
2528
|
}
|
|
2292
2529
|
],
|
|
2293
2530
|
"signatures": [
|
|
@@ -2330,7 +2567,7 @@
|
|
|
2330
2567
|
"fileName": "base85.ts",
|
|
2331
2568
|
"line": 73,
|
|
2332
2569
|
"character": 9,
|
|
2333
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2570
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/base85.ts#L73"
|
|
2334
2571
|
}
|
|
2335
2572
|
],
|
|
2336
2573
|
"parameters": [
|
|
@@ -2405,7 +2642,7 @@
|
|
|
2405
2642
|
"fileName": "hello.ts",
|
|
2406
2643
|
"line": 31,
|
|
2407
2644
|
"character": 15,
|
|
2408
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2645
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/hello.ts#L31"
|
|
2409
2646
|
}
|
|
2410
2647
|
],
|
|
2411
2648
|
"signatures": [
|
|
@@ -2461,7 +2698,7 @@
|
|
|
2461
2698
|
"fileName": "hello.ts",
|
|
2462
2699
|
"line": 31,
|
|
2463
2700
|
"character": 15,
|
|
2464
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2701
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/hello.ts#L31"
|
|
2465
2702
|
}
|
|
2466
2703
|
],
|
|
2467
2704
|
"parameters": [
|
|
@@ -2499,38 +2736,246 @@
|
|
|
2499
2736
|
"target": {
|
|
2500
2737
|
"packageName": "typescript",
|
|
2501
2738
|
"packagePath": "lib/lib.es5.d.ts",
|
|
2502
|
-
"qualifiedName": "Promise"
|
|
2739
|
+
"qualifiedName": "Promise"
|
|
2740
|
+
},
|
|
2741
|
+
"typeArguments": [
|
|
2742
|
+
{
|
|
2743
|
+
"type": "intrinsic",
|
|
2744
|
+
"name": "string"
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"name": "Promise",
|
|
2748
|
+
"package": "typescript"
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
]
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"id": 15,
|
|
2755
|
+
"name": "parseUserAgent",
|
|
2756
|
+
"variant": "declaration",
|
|
2757
|
+
"kind": 64,
|
|
2758
|
+
"flags": {},
|
|
2759
|
+
"sources": [
|
|
2760
|
+
{
|
|
2761
|
+
"fileName": "user-agent.ts",
|
|
2762
|
+
"line": 48,
|
|
2763
|
+
"character": 16,
|
|
2764
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L48"
|
|
2765
|
+
}
|
|
2766
|
+
],
|
|
2767
|
+
"signatures": [
|
|
2768
|
+
{
|
|
2769
|
+
"id": 16,
|
|
2770
|
+
"name": "parseUserAgent",
|
|
2771
|
+
"variant": "signature",
|
|
2772
|
+
"kind": 4096,
|
|
2773
|
+
"flags": {},
|
|
2774
|
+
"comment": {
|
|
2775
|
+
"summary": [
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "text",
|
|
2778
|
+
"text": "Parses a user-agent string into a UserAgentInfo object."
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"blockTags": [
|
|
2782
|
+
{
|
|
2783
|
+
"tag": "@returns",
|
|
2784
|
+
"content": [
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "text",
|
|
2787
|
+
"text": "An object containing the extracted information."
|
|
2788
|
+
}
|
|
2789
|
+
]
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"tag": "@example",
|
|
2793
|
+
"content": [
|
|
2794
|
+
{
|
|
2795
|
+
"kind": "code",
|
|
2796
|
+
"text": "```typescript\n// Success Example (Chrome on Windows)\nconst ua = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";\nconst info = parseUserAgent(ua);\n// { browser: \"Chrome\", version: \"120.0.0.0\", os: \"Windows\", device: \"Desktop\", engine: \"Blink\" }\n```"
|
|
2797
|
+
}
|
|
2798
|
+
]
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"tag": "@example",
|
|
2802
|
+
"content": [
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "text",
|
|
2805
|
+
"text": "\n\n"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "code",
|
|
2809
|
+
"text": "```typescript\n// Error/Fallback Example (Empty string)\nconst info = parseUserAgent(\"\");\n// { browser: \"Other\", version: \"0\", os: \"Other\", device: \"Desktop\", engine: \"Other\" }\n```"
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2812
|
+
}
|
|
2813
|
+
]
|
|
2814
|
+
},
|
|
2815
|
+
"sources": [
|
|
2816
|
+
{
|
|
2817
|
+
"fileName": "user-agent.ts",
|
|
2818
|
+
"line": 48,
|
|
2819
|
+
"character": 16,
|
|
2820
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/user-agent.ts#L48"
|
|
2821
|
+
}
|
|
2822
|
+
],
|
|
2823
|
+
"parameters": [
|
|
2824
|
+
{
|
|
2825
|
+
"id": 17,
|
|
2826
|
+
"name": "ua",
|
|
2827
|
+
"variant": "param",
|
|
2828
|
+
"kind": 32768,
|
|
2829
|
+
"flags": {},
|
|
2830
|
+
"comment": {
|
|
2831
|
+
"summary": [
|
|
2832
|
+
{
|
|
2833
|
+
"kind": "text",
|
|
2834
|
+
"text": "The user-agent string to parse."
|
|
2835
|
+
}
|
|
2836
|
+
]
|
|
2837
|
+
},
|
|
2838
|
+
"type": {
|
|
2839
|
+
"type": "intrinsic",
|
|
2840
|
+
"name": "string"
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"type": {
|
|
2845
|
+
"type": "reference",
|
|
2846
|
+
"target": 102,
|
|
2847
|
+
"name": "UserAgentInfo",
|
|
2848
|
+
"package": "@wtasnorg/node-lib"
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
]
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"id": 4,
|
|
2855
|
+
"name": "pojo",
|
|
2856
|
+
"variant": "declaration",
|
|
2857
|
+
"kind": 64,
|
|
2858
|
+
"flags": {},
|
|
2859
|
+
"sources": [
|
|
2860
|
+
{
|
|
2861
|
+
"fileName": "pojo.ts",
|
|
2862
|
+
"line": 10,
|
|
2863
|
+
"character": 9,
|
|
2864
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/pojo.ts#L10"
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
"signatures": [
|
|
2868
|
+
{
|
|
2869
|
+
"id": 5,
|
|
2870
|
+
"name": "pojo",
|
|
2871
|
+
"variant": "signature",
|
|
2872
|
+
"kind": 4096,
|
|
2873
|
+
"flags": {},
|
|
2874
|
+
"comment": {
|
|
2875
|
+
"summary": [
|
|
2876
|
+
{
|
|
2877
|
+
"kind": "text",
|
|
2878
|
+
"text": "Convert a class instance into a plain JavaScript object.\nCopies only the instance's own enumerable data properties\nand excludes methods or prototype values."
|
|
2879
|
+
}
|
|
2880
|
+
],
|
|
2881
|
+
"blockTags": [
|
|
2882
|
+
{
|
|
2883
|
+
"tag": "@returns",
|
|
2884
|
+
"content": [
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "text",
|
|
2887
|
+
"text": "A plain JavaScript object containing only data fields."
|
|
2888
|
+
}
|
|
2889
|
+
]
|
|
2890
|
+
}
|
|
2891
|
+
]
|
|
2892
|
+
},
|
|
2893
|
+
"sources": [
|
|
2894
|
+
{
|
|
2895
|
+
"fileName": "pojo.ts",
|
|
2896
|
+
"line": 10,
|
|
2897
|
+
"character": 9,
|
|
2898
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/pojo.ts#L10"
|
|
2899
|
+
}
|
|
2900
|
+
],
|
|
2901
|
+
"typeParameters": [
|
|
2902
|
+
{
|
|
2903
|
+
"id": 6,
|
|
2904
|
+
"name": "T",
|
|
2905
|
+
"variant": "typeParam",
|
|
2906
|
+
"kind": 131072,
|
|
2907
|
+
"flags": {},
|
|
2908
|
+
"type": {
|
|
2909
|
+
"type": "intrinsic",
|
|
2910
|
+
"name": "object"
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"parameters": [
|
|
2915
|
+
{
|
|
2916
|
+
"id": 7,
|
|
2917
|
+
"name": "instance",
|
|
2918
|
+
"variant": "param",
|
|
2919
|
+
"kind": 32768,
|
|
2920
|
+
"flags": {},
|
|
2921
|
+
"comment": {
|
|
2922
|
+
"summary": [
|
|
2923
|
+
{
|
|
2924
|
+
"kind": "text",
|
|
2925
|
+
"text": "A class instance to convert."
|
|
2926
|
+
}
|
|
2927
|
+
]
|
|
2928
|
+
},
|
|
2929
|
+
"type": {
|
|
2930
|
+
"type": "reference",
|
|
2931
|
+
"target": 6,
|
|
2932
|
+
"name": "T",
|
|
2933
|
+
"package": "@wtasnorg/node-lib",
|
|
2934
|
+
"refersToTypeParameter": true
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
],
|
|
2938
|
+
"type": {
|
|
2939
|
+
"type": "reference",
|
|
2940
|
+
"target": {
|
|
2941
|
+
"packageName": "typescript",
|
|
2942
|
+
"packagePath": "lib/lib.es5.d.ts",
|
|
2943
|
+
"qualifiedName": "Record"
|
|
2503
2944
|
},
|
|
2504
2945
|
"typeArguments": [
|
|
2505
2946
|
{
|
|
2506
2947
|
"type": "intrinsic",
|
|
2507
2948
|
"name": "string"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"type": "intrinsic",
|
|
2952
|
+
"name": "unknown"
|
|
2508
2953
|
}
|
|
2509
2954
|
],
|
|
2510
|
-
"name": "
|
|
2955
|
+
"name": "Record",
|
|
2511
2956
|
"package": "typescript"
|
|
2512
2957
|
}
|
|
2513
2958
|
}
|
|
2514
2959
|
]
|
|
2515
2960
|
},
|
|
2516
2961
|
{
|
|
2517
|
-
"id":
|
|
2518
|
-
"name": "
|
|
2962
|
+
"id": 54,
|
|
2963
|
+
"name": "popcount32",
|
|
2519
2964
|
"variant": "declaration",
|
|
2520
2965
|
"kind": 64,
|
|
2521
2966
|
"flags": {},
|
|
2522
2967
|
"sources": [
|
|
2523
2968
|
{
|
|
2524
|
-
"fileName": "
|
|
2525
|
-
"line":
|
|
2526
|
-
"character":
|
|
2527
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2969
|
+
"fileName": "bits.ts",
|
|
2970
|
+
"line": 52,
|
|
2971
|
+
"character": 9,
|
|
2972
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L52"
|
|
2528
2973
|
}
|
|
2529
2974
|
],
|
|
2530
2975
|
"signatures": [
|
|
2531
2976
|
{
|
|
2532
|
-
"id":
|
|
2533
|
-
"name": "
|
|
2977
|
+
"id": 55,
|
|
2978
|
+
"name": "popcount32",
|
|
2534
2979
|
"variant": "signature",
|
|
2535
2980
|
"kind": 4096,
|
|
2536
2981
|
"flags": {},
|
|
@@ -2538,7 +2983,7 @@
|
|
|
2538
2983
|
"summary": [
|
|
2539
2984
|
{
|
|
2540
2985
|
"kind": "text",
|
|
2541
|
-
"text": "
|
|
2986
|
+
"text": "Count set bits in an unsigned 32-bit representation of a number."
|
|
2542
2987
|
}
|
|
2543
2988
|
],
|
|
2544
2989
|
"blockTags": [
|
|
@@ -2547,29 +2992,7 @@
|
|
|
2547
2992
|
"content": [
|
|
2548
2993
|
{
|
|
2549
2994
|
"kind": "text",
|
|
2550
|
-
"text": "
|
|
2551
|
-
}
|
|
2552
|
-
]
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"tag": "@example",
|
|
2556
|
-
"content": [
|
|
2557
|
-
{
|
|
2558
|
-
"kind": "code",
|
|
2559
|
-
"text": "```typescript\n// Success Example (Chrome on Windows)\nconst ua = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";\nconst info = parseUserAgent(ua);\n// { browser: \"Chrome\", version: \"120.0.0.0\", os: \"Windows\", device: \"Desktop\", engine: \"Blink\" }\n```"
|
|
2560
|
-
}
|
|
2561
|
-
]
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"tag": "@example",
|
|
2565
|
-
"content": [
|
|
2566
|
-
{
|
|
2567
|
-
"kind": "text",
|
|
2568
|
-
"text": "\n\n"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"kind": "code",
|
|
2572
|
-
"text": "```typescript\n// Error/Fallback Example (Empty string)\nconst info = parseUserAgent(\"\");\n// { browser: \"Other\", version: \"0\", os: \"Other\", device: \"Desktop\", engine: \"Other\" }\n```"
|
|
2995
|
+
"text": "Number of set bits (0-32)."
|
|
2573
2996
|
}
|
|
2574
2997
|
]
|
|
2575
2998
|
}
|
|
@@ -2577,16 +3000,16 @@
|
|
|
2577
3000
|
},
|
|
2578
3001
|
"sources": [
|
|
2579
3002
|
{
|
|
2580
|
-
"fileName": "
|
|
2581
|
-
"line":
|
|
2582
|
-
"character":
|
|
2583
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
3003
|
+
"fileName": "bits.ts",
|
|
3004
|
+
"line": 52,
|
|
3005
|
+
"character": 9,
|
|
3006
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L52"
|
|
2584
3007
|
}
|
|
2585
3008
|
],
|
|
2586
3009
|
"parameters": [
|
|
2587
3010
|
{
|
|
2588
|
-
"id":
|
|
2589
|
-
"name": "
|
|
3011
|
+
"id": 56,
|
|
3012
|
+
"name": "value",
|
|
2590
3013
|
"variant": "param",
|
|
2591
3014
|
"kind": 32768,
|
|
2592
3015
|
"flags": {},
|
|
@@ -2594,43 +3017,41 @@
|
|
|
2594
3017
|
"summary": [
|
|
2595
3018
|
{
|
|
2596
3019
|
"kind": "text",
|
|
2597
|
-
"text": "
|
|
3020
|
+
"text": "Number interpreted as uint32."
|
|
2598
3021
|
}
|
|
2599
3022
|
]
|
|
2600
3023
|
},
|
|
2601
3024
|
"type": {
|
|
2602
3025
|
"type": "intrinsic",
|
|
2603
|
-
"name": "
|
|
3026
|
+
"name": "number"
|
|
2604
3027
|
}
|
|
2605
3028
|
}
|
|
2606
3029
|
],
|
|
2607
3030
|
"type": {
|
|
2608
|
-
"type": "
|
|
2609
|
-
"
|
|
2610
|
-
"name": "UserAgentInfo",
|
|
2611
|
-
"package": "@wtasnorg/node-lib"
|
|
3031
|
+
"type": "intrinsic",
|
|
3032
|
+
"name": "number"
|
|
2612
3033
|
}
|
|
2613
3034
|
}
|
|
2614
3035
|
]
|
|
2615
3036
|
},
|
|
2616
3037
|
{
|
|
2617
|
-
"id":
|
|
2618
|
-
"name": "
|
|
3038
|
+
"id": 57,
|
|
3039
|
+
"name": "popcount64",
|
|
2619
3040
|
"variant": "declaration",
|
|
2620
3041
|
"kind": 64,
|
|
2621
3042
|
"flags": {},
|
|
2622
3043
|
"sources": [
|
|
2623
3044
|
{
|
|
2624
|
-
"fileName": "
|
|
2625
|
-
"line":
|
|
3045
|
+
"fileName": "bits.ts",
|
|
3046
|
+
"line": 69,
|
|
2626
3047
|
"character": 9,
|
|
2627
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
3048
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L69"
|
|
2628
3049
|
}
|
|
2629
3050
|
],
|
|
2630
3051
|
"signatures": [
|
|
2631
3052
|
{
|
|
2632
|
-
"id":
|
|
2633
|
-
"name": "
|
|
3053
|
+
"id": 58,
|
|
3054
|
+
"name": "popcount64",
|
|
2634
3055
|
"variant": "signature",
|
|
2635
3056
|
"kind": 4096,
|
|
2636
3057
|
"flags": {},
|
|
@@ -2638,7 +3059,7 @@
|
|
|
2638
3059
|
"summary": [
|
|
2639
3060
|
{
|
|
2640
3061
|
"kind": "text",
|
|
2641
|
-
"text": "
|
|
3062
|
+
"text": "Count set bits in the low 64 bits of a number or bigint."
|
|
2642
3063
|
}
|
|
2643
3064
|
],
|
|
2644
3065
|
"blockTags": [
|
|
@@ -2647,7 +3068,24 @@
|
|
|
2647
3068
|
"content": [
|
|
2648
3069
|
{
|
|
2649
3070
|
"kind": "text",
|
|
2650
|
-
"text": "
|
|
3071
|
+
"text": "Number of set bits (0-64)."
|
|
3072
|
+
}
|
|
3073
|
+
]
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"tag": "@throws",
|
|
3077
|
+
"content": [
|
|
3078
|
+
{
|
|
3079
|
+
"kind": "text",
|
|
3080
|
+
"text": "If "
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"kind": "code",
|
|
3084
|
+
"text": "`value`"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "text",
|
|
3088
|
+
"text": " is negative or an unsafe integer."
|
|
2651
3089
|
}
|
|
2652
3090
|
]
|
|
2653
3091
|
}
|
|
@@ -2655,29 +3093,16 @@
|
|
|
2655
3093
|
},
|
|
2656
3094
|
"sources": [
|
|
2657
3095
|
{
|
|
2658
|
-
"fileName": "
|
|
2659
|
-
"line":
|
|
3096
|
+
"fileName": "bits.ts",
|
|
3097
|
+
"line": 69,
|
|
2660
3098
|
"character": 9,
|
|
2661
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
2662
|
-
}
|
|
2663
|
-
],
|
|
2664
|
-
"typeParameters": [
|
|
2665
|
-
{
|
|
2666
|
-
"id": 6,
|
|
2667
|
-
"name": "T",
|
|
2668
|
-
"variant": "typeParam",
|
|
2669
|
-
"kind": 131072,
|
|
2670
|
-
"flags": {},
|
|
2671
|
-
"type": {
|
|
2672
|
-
"type": "intrinsic",
|
|
2673
|
-
"name": "object"
|
|
2674
|
-
}
|
|
3099
|
+
"url": "https://github.com/wtasg/node-lib/blob/e8728afafd1c71a23332e0e226c750c68ec8ae80/src/bits.ts#L69"
|
|
2675
3100
|
}
|
|
2676
3101
|
],
|
|
2677
3102
|
"parameters": [
|
|
2678
3103
|
{
|
|
2679
|
-
"id":
|
|
2680
|
-
"name": "
|
|
3104
|
+
"id": 59,
|
|
3105
|
+
"name": "value",
|
|
2681
3106
|
"variant": "param",
|
|
2682
3107
|
"kind": 32768,
|
|
2683
3108
|
"flags": {},
|
|
@@ -2685,38 +3110,36 @@
|
|
|
2685
3110
|
"summary": [
|
|
2686
3111
|
{
|
|
2687
3112
|
"kind": "text",
|
|
2688
|
-
"text": "
|
|
3113
|
+
"text": "Input value. For "
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "code",
|
|
3117
|
+
"text": "`number`"
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "text",
|
|
3121
|
+
"text": ", it must be a non-negative safe integer."
|
|
2689
3122
|
}
|
|
2690
3123
|
]
|
|
2691
3124
|
},
|
|
2692
3125
|
"type": {
|
|
2693
|
-
"type": "
|
|
2694
|
-
"
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
3126
|
+
"type": "union",
|
|
3127
|
+
"types": [
|
|
3128
|
+
{
|
|
3129
|
+
"type": "intrinsic",
|
|
3130
|
+
"name": "number"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"type": "intrinsic",
|
|
3134
|
+
"name": "bigint"
|
|
3135
|
+
}
|
|
3136
|
+
]
|
|
2698
3137
|
}
|
|
2699
3138
|
}
|
|
2700
3139
|
],
|
|
2701
3140
|
"type": {
|
|
2702
|
-
"type": "
|
|
2703
|
-
"
|
|
2704
|
-
"packageName": "typescript",
|
|
2705
|
-
"packagePath": "lib/lib.es5.d.ts",
|
|
2706
|
-
"qualifiedName": "Record"
|
|
2707
|
-
},
|
|
2708
|
-
"typeArguments": [
|
|
2709
|
-
{
|
|
2710
|
-
"type": "intrinsic",
|
|
2711
|
-
"name": "string"
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"type": "intrinsic",
|
|
2715
|
-
"name": "unknown"
|
|
2716
|
-
}
|
|
2717
|
-
],
|
|
2718
|
-
"name": "Record",
|
|
2719
|
-
"package": "typescript"
|
|
3141
|
+
"type": "intrinsic",
|
|
3142
|
+
"name": "number"
|
|
2720
3143
|
}
|
|
2721
3144
|
}
|
|
2722
3145
|
]
|
|
@@ -2726,18 +3149,18 @@
|
|
|
2726
3149
|
{
|
|
2727
3150
|
"title": "Interfaces",
|
|
2728
3151
|
"children": [
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
3152
|
+
83,
|
|
3153
|
+
70,
|
|
3154
|
+
102
|
|
2732
3155
|
]
|
|
2733
3156
|
},
|
|
2734
3157
|
{
|
|
2735
3158
|
"title": "Type Aliases",
|
|
2736
3159
|
"children": [
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
3160
|
+
111,
|
|
3161
|
+
109,
|
|
3162
|
+
108,
|
|
3163
|
+
110
|
|
2741
3164
|
]
|
|
2742
3165
|
},
|
|
2743
3166
|
{
|
|
@@ -2752,6 +3175,9 @@
|
|
|
2752
3175
|
{
|
|
2753
3176
|
"title": "Functions",
|
|
2754
3177
|
"children": [
|
|
3178
|
+
60,
|
|
3179
|
+
67,
|
|
3180
|
+
63,
|
|
2755
3181
|
8,
|
|
2756
3182
|
22,
|
|
2757
3183
|
49,
|
|
@@ -2763,7 +3189,9 @@
|
|
|
2763
3189
|
36,
|
|
2764
3190
|
1,
|
|
2765
3191
|
15,
|
|
2766
|
-
4
|
|
3192
|
+
4,
|
|
3193
|
+
54,
|
|
3194
|
+
57
|
|
2767
3195
|
]
|
|
2768
3196
|
}
|
|
2769
3197
|
],
|
|
@@ -3040,211 +3468,291 @@
|
|
|
3040
3468
|
"qualifiedName": "Base32Charset"
|
|
3041
3469
|
},
|
|
3042
3470
|
"54": {
|
|
3471
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3472
|
+
"packagePath": "src/bits.ts",
|
|
3473
|
+
"qualifiedName": "popcount32"
|
|
3474
|
+
},
|
|
3475
|
+
"55": {
|
|
3476
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3477
|
+
"packagePath": "src/bits.ts",
|
|
3478
|
+
"qualifiedName": "popcount32"
|
|
3479
|
+
},
|
|
3480
|
+
"56": {
|
|
3481
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3482
|
+
"packagePath": "src/bits.ts",
|
|
3483
|
+
"qualifiedName": "value"
|
|
3484
|
+
},
|
|
3485
|
+
"57": {
|
|
3486
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3487
|
+
"packagePath": "src/bits.ts",
|
|
3488
|
+
"qualifiedName": "popcount64"
|
|
3489
|
+
},
|
|
3490
|
+
"58": {
|
|
3491
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3492
|
+
"packagePath": "src/bits.ts",
|
|
3493
|
+
"qualifiedName": "popcount64"
|
|
3494
|
+
},
|
|
3495
|
+
"59": {
|
|
3496
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3497
|
+
"packagePath": "src/bits.ts",
|
|
3498
|
+
"qualifiedName": "value"
|
|
3499
|
+
},
|
|
3500
|
+
"60": {
|
|
3501
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3502
|
+
"packagePath": "src/bits.ts",
|
|
3503
|
+
"qualifiedName": "countOnes"
|
|
3504
|
+
},
|
|
3505
|
+
"61": {
|
|
3506
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3507
|
+
"packagePath": "src/bits.ts",
|
|
3508
|
+
"qualifiedName": "countOnes"
|
|
3509
|
+
},
|
|
3510
|
+
"62": {
|
|
3511
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3512
|
+
"packagePath": "src/bits.ts",
|
|
3513
|
+
"qualifiedName": "value"
|
|
3514
|
+
},
|
|
3515
|
+
"63": {
|
|
3516
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3517
|
+
"packagePath": "src/bits.ts",
|
|
3518
|
+
"qualifiedName": "countZeroesWithWidth"
|
|
3519
|
+
},
|
|
3520
|
+
"64": {
|
|
3521
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3522
|
+
"packagePath": "src/bits.ts",
|
|
3523
|
+
"qualifiedName": "countZeroesWithWidth"
|
|
3524
|
+
},
|
|
3525
|
+
"65": {
|
|
3526
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3527
|
+
"packagePath": "src/bits.ts",
|
|
3528
|
+
"qualifiedName": "value"
|
|
3529
|
+
},
|
|
3530
|
+
"66": {
|
|
3531
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3532
|
+
"packagePath": "src/bits.ts",
|
|
3533
|
+
"qualifiedName": "width"
|
|
3534
|
+
},
|
|
3535
|
+
"67": {
|
|
3536
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3537
|
+
"packagePath": "src/bits.ts",
|
|
3538
|
+
"qualifiedName": "countZeroes"
|
|
3539
|
+
},
|
|
3540
|
+
"68": {
|
|
3541
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3542
|
+
"packagePath": "src/bits.ts",
|
|
3543
|
+
"qualifiedName": "countZeroes"
|
|
3544
|
+
},
|
|
3545
|
+
"69": {
|
|
3546
|
+
"packageName": "@wtasnorg/node-lib",
|
|
3547
|
+
"packagePath": "src/bits.ts",
|
|
3548
|
+
"qualifiedName": "value"
|
|
3549
|
+
},
|
|
3550
|
+
"70": {
|
|
3043
3551
|
"packageName": "@wtasnorg/node-lib",
|
|
3044
3552
|
"packagePath": "src/find.ts",
|
|
3045
3553
|
"qualifiedName": "FindDirectoriesOptions"
|
|
3046
3554
|
},
|
|
3047
|
-
"
|
|
3555
|
+
"71": {
|
|
3048
3556
|
"packageName": "@wtasnorg/node-lib",
|
|
3049
3557
|
"packagePath": "src/find.ts",
|
|
3050
3558
|
"qualifiedName": "FindDirectoriesOptions.maxDepth"
|
|
3051
3559
|
},
|
|
3052
|
-
"
|
|
3560
|
+
"72": {
|
|
3053
3561
|
"packageName": "@wtasnorg/node-lib",
|
|
3054
3562
|
"packagePath": "src/find.ts",
|
|
3055
3563
|
"qualifiedName": "FindDirectoriesOptions.followSymlinks"
|
|
3056
3564
|
},
|
|
3057
|
-
"
|
|
3565
|
+
"73": {
|
|
3058
3566
|
"packageName": "@wtasnorg/node-lib",
|
|
3059
3567
|
"packagePath": "src/find.ts",
|
|
3060
3568
|
"qualifiedName": "FindDirectoriesOptions.allowlist"
|
|
3061
3569
|
},
|
|
3062
|
-
"
|
|
3570
|
+
"74": {
|
|
3063
3571
|
"packageName": "@wtasnorg/node-lib",
|
|
3064
3572
|
"packagePath": "src/find.ts",
|
|
3065
3573
|
"qualifiedName": "__type"
|
|
3066
3574
|
},
|
|
3067
|
-
"
|
|
3575
|
+
"75": {
|
|
3068
3576
|
"packageName": "@wtasnorg/node-lib",
|
|
3069
3577
|
"packagePath": "src/find.ts",
|
|
3070
3578
|
"qualifiedName": "__type"
|
|
3071
3579
|
},
|
|
3072
|
-
"
|
|
3580
|
+
"76": {
|
|
3073
3581
|
"packageName": "@wtasnorg/node-lib",
|
|
3074
3582
|
"packagePath": "src/find.ts",
|
|
3075
3583
|
"qualifiedName": "_absPath"
|
|
3076
3584
|
},
|
|
3077
|
-
"
|
|
3585
|
+
"77": {
|
|
3078
3586
|
"packageName": "@wtasnorg/node-lib",
|
|
3079
3587
|
"packagePath": "src/find.ts",
|
|
3080
3588
|
"qualifiedName": "_name"
|
|
3081
3589
|
},
|
|
3082
|
-
"
|
|
3590
|
+
"78": {
|
|
3083
3591
|
"packageName": "@wtasnorg/node-lib",
|
|
3084
3592
|
"packagePath": "src/find.ts",
|
|
3085
3593
|
"qualifiedName": "FindDirectoriesOptions.blocklist"
|
|
3086
3594
|
},
|
|
3087
|
-
"
|
|
3595
|
+
"79": {
|
|
3088
3596
|
"packageName": "@wtasnorg/node-lib",
|
|
3089
3597
|
"packagePath": "src/find.ts",
|
|
3090
3598
|
"qualifiedName": "__type"
|
|
3091
3599
|
},
|
|
3092
|
-
"
|
|
3600
|
+
"80": {
|
|
3093
3601
|
"packageName": "@wtasnorg/node-lib",
|
|
3094
3602
|
"packagePath": "src/find.ts",
|
|
3095
3603
|
"qualifiedName": "__type"
|
|
3096
3604
|
},
|
|
3097
|
-
"
|
|
3605
|
+
"81": {
|
|
3098
3606
|
"packageName": "@wtasnorg/node-lib",
|
|
3099
3607
|
"packagePath": "src/find.ts",
|
|
3100
3608
|
"qualifiedName": "_absPath"
|
|
3101
3609
|
},
|
|
3102
|
-
"
|
|
3610
|
+
"82": {
|
|
3103
3611
|
"packageName": "@wtasnorg/node-lib",
|
|
3104
3612
|
"packagePath": "src/find.ts",
|
|
3105
3613
|
"qualifiedName": "_name"
|
|
3106
3614
|
},
|
|
3107
|
-
"
|
|
3615
|
+
"83": {
|
|
3108
3616
|
"packageName": "@wtasnorg/node-lib",
|
|
3109
3617
|
"packagePath": "src/find.ts",
|
|
3110
3618
|
"qualifiedName": "FileSystemDependencies"
|
|
3111
3619
|
},
|
|
3112
|
-
"
|
|
3620
|
+
"84": {
|
|
3113
3621
|
"packageName": "@wtasnorg/node-lib",
|
|
3114
3622
|
"packagePath": "src/find.ts",
|
|
3115
3623
|
"qualifiedName": "FileSystemDependencies.readdir"
|
|
3116
3624
|
},
|
|
3117
|
-
"
|
|
3625
|
+
"85": {
|
|
3118
3626
|
"packageName": "@wtasnorg/node-lib",
|
|
3119
3627
|
"packagePath": "src/find.ts",
|
|
3120
3628
|
"qualifiedName": "__type"
|
|
3121
3629
|
},
|
|
3122
|
-
"
|
|
3630
|
+
"86": {
|
|
3123
3631
|
"packageName": "@wtasnorg/node-lib",
|
|
3124
3632
|
"packagePath": "src/find.ts",
|
|
3125
3633
|
"qualifiedName": "__type"
|
|
3126
3634
|
},
|
|
3127
|
-
"
|
|
3635
|
+
"87": {
|
|
3128
3636
|
"packageName": "@wtasnorg/node-lib",
|
|
3129
3637
|
"packagePath": "src/find.ts",
|
|
3130
3638
|
"qualifiedName": "_path"
|
|
3131
3639
|
},
|
|
3132
|
-
"
|
|
3640
|
+
"88": {
|
|
3133
3641
|
"packageName": "@wtasnorg/node-lib",
|
|
3134
3642
|
"packagePath": "src/find.ts",
|
|
3135
3643
|
"qualifiedName": "_opts"
|
|
3136
3644
|
},
|
|
3137
|
-
"
|
|
3645
|
+
"89": {
|
|
3138
3646
|
"packageName": "@wtasnorg/node-lib",
|
|
3139
3647
|
"packagePath": "src/find.ts",
|
|
3140
3648
|
"qualifiedName": "__type"
|
|
3141
3649
|
},
|
|
3142
|
-
"
|
|
3650
|
+
"90": {
|
|
3143
3651
|
"packageName": "@wtasnorg/node-lib",
|
|
3144
3652
|
"packagePath": "src/find.ts",
|
|
3145
3653
|
"qualifiedName": "__type.withFileTypes"
|
|
3146
3654
|
},
|
|
3147
|
-
"
|
|
3655
|
+
"91": {
|
|
3148
3656
|
"packageName": "@wtasnorg/node-lib",
|
|
3149
3657
|
"packagePath": "src/find.ts",
|
|
3150
3658
|
"qualifiedName": "__type"
|
|
3151
3659
|
},
|
|
3152
|
-
"
|
|
3660
|
+
"92": {
|
|
3153
3661
|
"packageName": "@wtasnorg/node-lib",
|
|
3154
3662
|
"packagePath": "src/find.ts",
|
|
3155
3663
|
"qualifiedName": "__type.name"
|
|
3156
3664
|
},
|
|
3157
|
-
"
|
|
3665
|
+
"93": {
|
|
3158
3666
|
"packageName": "@wtasnorg/node-lib",
|
|
3159
3667
|
"packagePath": "src/find.ts",
|
|
3160
3668
|
"qualifiedName": "__type.isDirectory"
|
|
3161
3669
|
},
|
|
3162
|
-
"
|
|
3670
|
+
"94": {
|
|
3163
3671
|
"packageName": "@wtasnorg/node-lib",
|
|
3164
3672
|
"packagePath": "src/find.ts",
|
|
3165
3673
|
"qualifiedName": "__type.isDirectory"
|
|
3166
3674
|
},
|
|
3167
|
-
"
|
|
3675
|
+
"95": {
|
|
3168
3676
|
"packageName": "@wtasnorg/node-lib",
|
|
3169
3677
|
"packagePath": "src/find.ts",
|
|
3170
3678
|
"qualifiedName": "FileSystemDependencies.stat"
|
|
3171
3679
|
},
|
|
3172
|
-
"
|
|
3680
|
+
"96": {
|
|
3173
3681
|
"packageName": "@wtasnorg/node-lib",
|
|
3174
3682
|
"packagePath": "src/find.ts",
|
|
3175
3683
|
"qualifiedName": "__type"
|
|
3176
3684
|
},
|
|
3177
|
-
"
|
|
3685
|
+
"97": {
|
|
3178
3686
|
"packageName": "@wtasnorg/node-lib",
|
|
3179
3687
|
"packagePath": "src/find.ts",
|
|
3180
3688
|
"qualifiedName": "__type"
|
|
3181
3689
|
},
|
|
3182
|
-
"
|
|
3690
|
+
"98": {
|
|
3183
3691
|
"packageName": "@wtasnorg/node-lib",
|
|
3184
3692
|
"packagePath": "src/find.ts",
|
|
3185
3693
|
"qualifiedName": "_path"
|
|
3186
3694
|
},
|
|
3187
|
-
"
|
|
3695
|
+
"99": {
|
|
3188
3696
|
"packageName": "@wtasnorg/node-lib",
|
|
3189
3697
|
"packagePath": "src/find.ts",
|
|
3190
3698
|
"qualifiedName": "__type"
|
|
3191
3699
|
},
|
|
3192
|
-
"
|
|
3700
|
+
"100": {
|
|
3193
3701
|
"packageName": "@wtasnorg/node-lib",
|
|
3194
3702
|
"packagePath": "src/find.ts",
|
|
3195
3703
|
"qualifiedName": "__type.isDirectory"
|
|
3196
3704
|
},
|
|
3197
|
-
"
|
|
3705
|
+
"101": {
|
|
3198
3706
|
"packageName": "@wtasnorg/node-lib",
|
|
3199
3707
|
"packagePath": "src/find.ts",
|
|
3200
3708
|
"qualifiedName": "__type.isDirectory"
|
|
3201
3709
|
},
|
|
3202
|
-
"
|
|
3710
|
+
"102": {
|
|
3203
3711
|
"packageName": "@wtasnorg/node-lib",
|
|
3204
3712
|
"packagePath": "src/user-agent.ts",
|
|
3205
3713
|
"qualifiedName": "UserAgentInfo"
|
|
3206
3714
|
},
|
|
3207
|
-
"
|
|
3715
|
+
"103": {
|
|
3208
3716
|
"packageName": "@wtasnorg/node-lib",
|
|
3209
3717
|
"packagePath": "src/user-agent.ts",
|
|
3210
3718
|
"qualifiedName": "UserAgentInfo.browser"
|
|
3211
3719
|
},
|
|
3212
|
-
"
|
|
3720
|
+
"104": {
|
|
3213
3721
|
"packageName": "@wtasnorg/node-lib",
|
|
3214
3722
|
"packagePath": "src/user-agent.ts",
|
|
3215
3723
|
"qualifiedName": "UserAgentInfo.version"
|
|
3216
3724
|
},
|
|
3217
|
-
"
|
|
3725
|
+
"105": {
|
|
3218
3726
|
"packageName": "@wtasnorg/node-lib",
|
|
3219
3727
|
"packagePath": "src/user-agent.ts",
|
|
3220
3728
|
"qualifiedName": "UserAgentInfo.os"
|
|
3221
3729
|
},
|
|
3222
|
-
"
|
|
3730
|
+
"106": {
|
|
3223
3731
|
"packageName": "@wtasnorg/node-lib",
|
|
3224
3732
|
"packagePath": "src/user-agent.ts",
|
|
3225
3733
|
"qualifiedName": "UserAgentInfo.device"
|
|
3226
3734
|
},
|
|
3227
|
-
"
|
|
3735
|
+
"107": {
|
|
3228
3736
|
"packageName": "@wtasnorg/node-lib",
|
|
3229
3737
|
"packagePath": "src/user-agent.ts",
|
|
3230
3738
|
"qualifiedName": "UserAgentInfo.engine"
|
|
3231
3739
|
},
|
|
3232
|
-
"
|
|
3740
|
+
"108": {
|
|
3233
3741
|
"packageName": "@wtasnorg/node-lib",
|
|
3234
3742
|
"packagePath": "src/base64.ts",
|
|
3235
3743
|
"qualifiedName": "Base64CharsetType"
|
|
3236
3744
|
},
|
|
3237
|
-
"
|
|
3745
|
+
"109": {
|
|
3238
3746
|
"packageName": "@wtasnorg/node-lib",
|
|
3239
3747
|
"packagePath": "src/base58.ts",
|
|
3240
3748
|
"qualifiedName": "Base58CharsetType"
|
|
3241
3749
|
},
|
|
3242
|
-
"
|
|
3750
|
+
"110": {
|
|
3243
3751
|
"packageName": "@wtasnorg/node-lib",
|
|
3244
3752
|
"packagePath": "src/base85.ts",
|
|
3245
3753
|
"qualifiedName": "Base85CharsetType"
|
|
3246
3754
|
},
|
|
3247
|
-
"
|
|
3755
|
+
"111": {
|
|
3248
3756
|
"packageName": "@wtasnorg/node-lib",
|
|
3249
3757
|
"packagePath": "src/base32.ts",
|
|
3250
3758
|
"qualifiedName": "Base32CharsetType"
|