@tsonic/nodejs 10.0.39 → 10.0.40
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/bindings.json +10 -0
- package/index.d.ts +3 -0
- package/node-aliases.d.ts +61 -0
- package/package.json +20 -4
- package/tsonic.bindings.json +10 -3
- package/tsonic.surface.json +6 -2
- package/index/bindings.json +0 -30374
- package/index/internal/index.d.ts +0 -3184
- package/nodejs.Http/bindings.json +0 -1743
- package/nodejs.Http/internal/index.d.ts +0 -198
|
@@ -1,3184 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: nodejs
|
|
3
|
-
// Assembly: nodejs
|
|
4
|
-
|
|
5
|
-
// Primitive type aliases from @tsonic/core
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
-
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
-
|
|
11
|
-
// Import types from other namespaces
|
|
12
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
-
import type { Dictionary_2, IAsyncEnumerable_1, ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
14
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
15
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
16
|
-
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
17
|
-
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
18
|
-
import type { SslProtocols } from "@tsonic/dotnet/System.Security.Authentication/internal/index.js";
|
|
19
|
-
import type { X509Certificate2, X509Certificate2Collection } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
20
|
-
import type { Regex } from "@tsonic/dotnet/System.Text.RegularExpressions/internal/index.js";
|
|
21
|
-
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
22
|
-
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
23
|
-
import type { Action, Action_1, Action_2, Action_3, AsyncCallback, Boolean as ClrBoolean, Byte, DateTime, Delegate, Double, Exception, Func_1, IAsyncResult, ICloneable, IDisposable, Int16, Int32, Int64, IntPtr, MulticastDelegate, Nullable_1, Object as ClrObject, SByte, Single, String as ClrString, UInt16, UInt32, UInt64, ValueTuple_2, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
24
|
-
|
|
25
|
-
export type DebugLogFunction = (message: string, ...args: unknown[]) => void;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export interface AddressInfo$instance {
|
|
29
|
-
readonly __tsonic_type_nodejs_AddressInfo: never;
|
|
30
|
-
|
|
31
|
-
address: string;
|
|
32
|
-
family: string;
|
|
33
|
-
port: int;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export const AddressInfo: {
|
|
38
|
-
new(): AddressInfo;
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export type AddressInfo = AddressInfo$instance;
|
|
43
|
-
|
|
44
|
-
export interface AnyAaaaRecord$instance extends RecordWithTtl {
|
|
45
|
-
readonly __tsonic_type_nodejs_AnyAaaaRecord: never;
|
|
46
|
-
|
|
47
|
-
readonly type: string;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export const AnyAaaaRecord: {
|
|
52
|
-
new(): AnyAaaaRecord;
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export type AnyAaaaRecord = AnyAaaaRecord$instance;
|
|
57
|
-
|
|
58
|
-
export interface AnyARecord$instance extends RecordWithTtl {
|
|
59
|
-
readonly __tsonic_type_nodejs_AnyARecord: never;
|
|
60
|
-
|
|
61
|
-
readonly type: string;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export const AnyARecord: {
|
|
66
|
-
new(): AnyARecord;
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export type AnyARecord = AnyARecord$instance;
|
|
71
|
-
|
|
72
|
-
export interface AnyCaaRecord$instance extends CaaRecord {
|
|
73
|
-
readonly __tsonic_type_nodejs_AnyCaaRecord: never;
|
|
74
|
-
|
|
75
|
-
readonly type: string;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export const AnyCaaRecord: {
|
|
80
|
-
new(): AnyCaaRecord;
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export type AnyCaaRecord = AnyCaaRecord$instance;
|
|
85
|
-
|
|
86
|
-
export interface AnyCnameRecord$instance {
|
|
87
|
-
readonly __tsonic_type_nodejs_AnyCnameRecord: never;
|
|
88
|
-
|
|
89
|
-
readonly type: string;
|
|
90
|
-
value: string;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export const AnyCnameRecord: {
|
|
95
|
-
new(): AnyCnameRecord;
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export type AnyCnameRecord = AnyCnameRecord$instance;
|
|
100
|
-
|
|
101
|
-
export interface AnyMxRecord$instance extends MxRecord {
|
|
102
|
-
readonly __tsonic_type_nodejs_AnyMxRecord: never;
|
|
103
|
-
|
|
104
|
-
readonly type: string;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export const AnyMxRecord: {
|
|
109
|
-
new(): AnyMxRecord;
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
export type AnyMxRecord = AnyMxRecord$instance;
|
|
114
|
-
|
|
115
|
-
export interface AnyNaptrRecord$instance extends NaptrRecord {
|
|
116
|
-
readonly __tsonic_type_nodejs_AnyNaptrRecord: never;
|
|
117
|
-
|
|
118
|
-
readonly type: string;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
export const AnyNaptrRecord: {
|
|
123
|
-
new(): AnyNaptrRecord;
|
|
124
|
-
};
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
export type AnyNaptrRecord = AnyNaptrRecord$instance;
|
|
128
|
-
|
|
129
|
-
export interface AnyNsRecord$instance {
|
|
130
|
-
readonly __tsonic_type_nodejs_AnyNsRecord: never;
|
|
131
|
-
|
|
132
|
-
readonly type: string;
|
|
133
|
-
value: string;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
export const AnyNsRecord: {
|
|
138
|
-
new(): AnyNsRecord;
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
export type AnyNsRecord = AnyNsRecord$instance;
|
|
143
|
-
|
|
144
|
-
export interface AnyPtrRecord$instance {
|
|
145
|
-
readonly __tsonic_type_nodejs_AnyPtrRecord: never;
|
|
146
|
-
|
|
147
|
-
readonly type: string;
|
|
148
|
-
value: string;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
export const AnyPtrRecord: {
|
|
153
|
-
new(): AnyPtrRecord;
|
|
154
|
-
};
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
export type AnyPtrRecord = AnyPtrRecord$instance;
|
|
158
|
-
|
|
159
|
-
export interface AnyRecord$instance {
|
|
160
|
-
readonly __tsonic_type_nodejs_AnyRecord: never;
|
|
161
|
-
|
|
162
|
-
type: string;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
export const AnyRecord: (abstract new() => AnyRecord) & {
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
export type AnyRecord = AnyRecord$instance;
|
|
171
|
-
|
|
172
|
-
export interface AnySoaRecord$instance extends SoaRecord {
|
|
173
|
-
readonly __tsonic_type_nodejs_AnySoaRecord: never;
|
|
174
|
-
|
|
175
|
-
readonly type: string;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
export const AnySoaRecord: {
|
|
180
|
-
new(): AnySoaRecord;
|
|
181
|
-
};
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
export type AnySoaRecord = AnySoaRecord$instance;
|
|
185
|
-
|
|
186
|
-
export interface AnySrvRecord$instance extends SrvRecord {
|
|
187
|
-
readonly __tsonic_type_nodejs_AnySrvRecord: never;
|
|
188
|
-
|
|
189
|
-
readonly type: string;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
export const AnySrvRecord: {
|
|
194
|
-
new(): AnySrvRecord;
|
|
195
|
-
};
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
export type AnySrvRecord = AnySrvRecord$instance;
|
|
199
|
-
|
|
200
|
-
export interface AnyTlsaRecord$instance extends TlsaRecord {
|
|
201
|
-
readonly __tsonic_type_nodejs_AnyTlsaRecord: never;
|
|
202
|
-
|
|
203
|
-
readonly type: string;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
export const AnyTlsaRecord: {
|
|
208
|
-
new(): AnyTlsaRecord;
|
|
209
|
-
};
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
export type AnyTlsaRecord = AnyTlsaRecord$instance;
|
|
213
|
-
|
|
214
|
-
export interface AnyTxtRecord$instance {
|
|
215
|
-
readonly __tsonic_type_nodejs_AnyTxtRecord: never;
|
|
216
|
-
|
|
217
|
-
entries: string[];
|
|
218
|
-
readonly type: string;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
export const AnyTxtRecord: {
|
|
223
|
-
new(): AnyTxtRecord;
|
|
224
|
-
};
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
export type AnyTxtRecord = AnyTxtRecord$instance;
|
|
228
|
-
|
|
229
|
-
export interface AssertionError$instance extends Exception {
|
|
230
|
-
readonly __tsonic_type_nodejs_AssertionError: never;
|
|
231
|
-
|
|
232
|
-
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
233
|
-
|
|
234
|
-
get actual(): unknown | undefined;
|
|
235
|
-
set actual(value: unknown | undefined);
|
|
236
|
-
readonly code: string;
|
|
237
|
-
get expected(): unknown | undefined;
|
|
238
|
-
set expected(value: unknown | undefined);
|
|
239
|
-
generatedMessage: boolean;
|
|
240
|
-
operator: string;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
export const AssertionError: {
|
|
245
|
-
new(message: string, actual: unknown, expected: unknown, operator: string): AssertionError;
|
|
246
|
-
};
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
export type AssertionError = AssertionError$instance;
|
|
250
|
-
|
|
251
|
-
export interface BindOptions$instance {
|
|
252
|
-
readonly __tsonic_type_nodejs_BindOptions: never;
|
|
253
|
-
|
|
254
|
-
get address(): string | undefined;
|
|
255
|
-
set address(value: string | undefined);
|
|
256
|
-
exclusive: boolean;
|
|
257
|
-
get fd(): Nullable_1<System_Internal.Int32>;
|
|
258
|
-
set fd(value: Nullable_1<System_Internal.Int32> | int);
|
|
259
|
-
get port(): Nullable_1<System_Internal.Int32>;
|
|
260
|
-
set port(value: Nullable_1<System_Internal.Int32> | int);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
export const BindOptions: {
|
|
265
|
-
new(): BindOptions;
|
|
266
|
-
};
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
export type BindOptions = BindOptions$instance;
|
|
270
|
-
|
|
271
|
-
export interface BlockList$instance {
|
|
272
|
-
readonly __tsonic_type_nodejs_BlockList: never;
|
|
273
|
-
|
|
274
|
-
addAddress(address: string, type?: string): void;
|
|
275
|
-
addRange(start: string, end: string, type?: string): void;
|
|
276
|
-
addSubnet(network: string, prefix: int, type?: string): void;
|
|
277
|
-
check(address: string, type?: string): boolean;
|
|
278
|
-
getRules(): string[];
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
export const BlockList: {
|
|
283
|
-
new(): BlockList;
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
export type BlockList = BlockList$instance;
|
|
288
|
-
|
|
289
|
-
export interface BrotliOptions$instance {
|
|
290
|
-
readonly __tsonic_type_nodejs_BrotliOptions: never;
|
|
291
|
-
|
|
292
|
-
get chunkSize(): Nullable_1<System_Internal.Int32>;
|
|
293
|
-
set chunkSize(value: Nullable_1<System_Internal.Int32> | int);
|
|
294
|
-
get maxOutputLength(): Nullable_1<System_Internal.Int32>;
|
|
295
|
-
set maxOutputLength(value: Nullable_1<System_Internal.Int32> | int);
|
|
296
|
-
get quality(): Nullable_1<System_Internal.Int32>;
|
|
297
|
-
set quality(value: Nullable_1<System_Internal.Int32> | int);
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
export const BrotliOptions: {
|
|
302
|
-
new(): BrotliOptions;
|
|
303
|
-
};
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export type BrotliOptions = BrotliOptions$instance;
|
|
307
|
-
|
|
308
|
-
export interface Buffer$instance {
|
|
309
|
-
readonly __tsonic_type_nodejs_Buffer: never;
|
|
310
|
-
|
|
311
|
-
readonly length: int;
|
|
312
|
-
compare(target: Buffer, targetStart?: Nullable_1<System_Internal.Int32>, targetEnd?: Nullable_1<System_Internal.Int32>, sourceStart?: Nullable_1<System_Internal.Int32>, sourceEnd?: Nullable_1<System_Internal.Int32>): int;
|
|
313
|
-
copy(target: Buffer, targetStart?: int, sourceStart?: Nullable_1<System_Internal.Int32>, sourceEnd?: Nullable_1<System_Internal.Int32>): int;
|
|
314
|
-
equals(otherBuffer: Buffer): boolean;
|
|
315
|
-
fill(value: unknown, offset?: int, end?: Nullable_1<System_Internal.Int32>, encoding?: string): Buffer;
|
|
316
|
-
includes(value: unknown, byteOffset?: int, encoding?: string): boolean;
|
|
317
|
-
indexOf(value: unknown, byteOffset?: int, encoding?: string): int;
|
|
318
|
-
lastIndexOf(value: unknown, byteOffset?: Nullable_1<System_Internal.Int32>, encoding?: string): int;
|
|
319
|
-
readBigInt64BE(offset?: int): long;
|
|
320
|
-
readBigInt64LE(offset?: int): long;
|
|
321
|
-
readBigUint64BE(offset?: int): ulong;
|
|
322
|
-
readBigUInt64BE(offset?: int): ulong;
|
|
323
|
-
readBigUint64LE(offset?: int): ulong;
|
|
324
|
-
readBigUInt64LE(offset?: int): ulong;
|
|
325
|
-
readDoubleBE(offset?: int): double;
|
|
326
|
-
readDoubleLE(offset?: int): double;
|
|
327
|
-
readFloatBE(offset?: int): float;
|
|
328
|
-
readFloatLE(offset?: int): float;
|
|
329
|
-
readInt16BE(offset?: int): short;
|
|
330
|
-
readInt16LE(offset?: int): short;
|
|
331
|
-
readInt32BE(offset?: int): int;
|
|
332
|
-
readInt32LE(offset?: int): int;
|
|
333
|
-
readInt8(offset?: int): sbyte;
|
|
334
|
-
readIntBE(offset: int, byteLength: int): long;
|
|
335
|
-
readIntLE(offset: int, byteLength: int): long;
|
|
336
|
-
readUint16BE(offset?: int): ushort;
|
|
337
|
-
readUInt16BE(offset?: int): ushort;
|
|
338
|
-
readUint16LE(offset?: int): ushort;
|
|
339
|
-
readUInt16LE(offset?: int): ushort;
|
|
340
|
-
readUint32BE(offset?: int): uint;
|
|
341
|
-
readUInt32BE(offset?: int): uint;
|
|
342
|
-
readUint32LE(offset?: int): uint;
|
|
343
|
-
readUInt32LE(offset?: int): uint;
|
|
344
|
-
readUint8(offset?: int): byte;
|
|
345
|
-
readUInt8(offset?: int): byte;
|
|
346
|
-
readUintBE(offset: int, byteLength: int): ulong;
|
|
347
|
-
readUIntBE(offset: int, byteLength: int): ulong;
|
|
348
|
-
readUintLE(offset: int, byteLength: int): ulong;
|
|
349
|
-
readUIntLE(offset: int, byteLength: int): ulong;
|
|
350
|
-
reverse(): Buffer;
|
|
351
|
-
slice(start?: Nullable_1<System_Internal.Int32>, end?: Nullable_1<System_Internal.Int32>): Buffer;
|
|
352
|
-
subarray(start?: Nullable_1<System_Internal.Int32>, end?: Nullable_1<System_Internal.Int32>): Buffer;
|
|
353
|
-
swap16(): Buffer;
|
|
354
|
-
swap32(): Buffer;
|
|
355
|
-
swap64(): Buffer;
|
|
356
|
-
toJSON(): unknown;
|
|
357
|
-
toString(encoding?: string, start?: int, end?: Nullable_1<System_Internal.Int32>): string;
|
|
358
|
-
write(str: string, offset?: int, length?: Nullable_1<System_Internal.Int32>, encoding?: string): int;
|
|
359
|
-
writeBigInt64BE(value: long, offset?: int): int;
|
|
360
|
-
writeBigInt64LE(value: long, offset?: int): int;
|
|
361
|
-
writeBigUint64BE(value: ulong, offset?: int): int;
|
|
362
|
-
writeBigUInt64BE(value: ulong, offset?: int): int;
|
|
363
|
-
writeBigUint64LE(value: ulong, offset?: int): int;
|
|
364
|
-
writeBigUInt64LE(value: ulong, offset?: int): int;
|
|
365
|
-
writeDoubleBE(value: double, offset?: int): int;
|
|
366
|
-
writeDoubleLE(value: double, offset?: int): int;
|
|
367
|
-
writeFloatBE(value: float, offset?: int): int;
|
|
368
|
-
writeFloatLE(value: float, offset?: int): int;
|
|
369
|
-
writeInt16BE(value: short, offset?: int): int;
|
|
370
|
-
writeInt16LE(value: short, offset?: int): int;
|
|
371
|
-
writeInt32BE(value: int, offset?: int): int;
|
|
372
|
-
writeInt32LE(value: int, offset?: int): int;
|
|
373
|
-
writeInt8(value: sbyte, offset?: int): int;
|
|
374
|
-
writeIntBE(value: long, offset: int, byteLength: int): int;
|
|
375
|
-
writeIntLE(value: long, offset: int, byteLength: int): int;
|
|
376
|
-
writeUint16BE(value: ushort, offset?: int): int;
|
|
377
|
-
writeUInt16BE(value: ushort, offset?: int): int;
|
|
378
|
-
writeUint16LE(value: ushort, offset?: int): int;
|
|
379
|
-
writeUInt16LE(value: ushort, offset?: int): int;
|
|
380
|
-
writeUint32BE(value: uint, offset?: int): int;
|
|
381
|
-
writeUInt32BE(value: uint, offset?: int): int;
|
|
382
|
-
writeUint32LE(value: uint, offset?: int): int;
|
|
383
|
-
writeUInt32LE(value: uint, offset?: int): int;
|
|
384
|
-
writeUint8(value: byte, offset?: int): int;
|
|
385
|
-
writeUInt8(value: byte, offset?: int): int;
|
|
386
|
-
writeUintBE(value: ulong, offset: int, byteLength: int): int;
|
|
387
|
-
writeUIntBE(value: ulong, offset: int, byteLength: int): int;
|
|
388
|
-
writeUintLE(value: ulong, offset: int, byteLength: int): int;
|
|
389
|
-
writeUIntLE(value: ulong, offset: int, byteLength: int): int;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
export const Buffer: {
|
|
394
|
-
poolSize: int;
|
|
395
|
-
alloc(size: int, fill?: unknown, encoding?: string): Buffer;
|
|
396
|
-
allocUnsafe(size: int): Buffer;
|
|
397
|
-
allocUnsafeSlow(size: int): Buffer;
|
|
398
|
-
byteLength(str: string, encoding?: string): int;
|
|
399
|
-
compare(buf1: Buffer, buf2: Buffer): int;
|
|
400
|
-
concat(list: Buffer[], totalLength?: Nullable_1<System_Internal.Int32>): Buffer;
|
|
401
|
-
from(buffer: Buffer): Buffer;
|
|
402
|
-
from(array: byte[]): Buffer;
|
|
403
|
-
from(array: int[]): Buffer;
|
|
404
|
-
from(str: string, encoding?: string): Buffer;
|
|
405
|
-
isBuffer(obj: unknown): boolean;
|
|
406
|
-
isEncoding(encoding: string): boolean;
|
|
407
|
-
of(...items: int[]): Buffer;
|
|
408
|
-
};
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
export type Buffer = Buffer$instance & { [index: number]: byte; };
|
|
412
|
-
|
|
413
|
-
export interface BufferConstants$instance {
|
|
414
|
-
readonly __tsonic_type_nodejs_BufferConstants: never;
|
|
415
|
-
|
|
416
|
-
readonly MAX_LENGTH: int;
|
|
417
|
-
readonly MAX_STRING_LENGTH: int;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
export const BufferConstants: {
|
|
422
|
-
new(): BufferConstants;
|
|
423
|
-
};
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
export type BufferConstants = BufferConstants$instance;
|
|
427
|
-
|
|
428
|
-
export interface CaaRecord$instance {
|
|
429
|
-
readonly __tsonic_type_nodejs_CaaRecord: never;
|
|
430
|
-
|
|
431
|
-
get contactemail(): string | undefined;
|
|
432
|
-
set contactemail(value: string | undefined);
|
|
433
|
-
get contactphone(): string | undefined;
|
|
434
|
-
set contactphone(value: string | undefined);
|
|
435
|
-
critical: int;
|
|
436
|
-
get iodef(): string | undefined;
|
|
437
|
-
set iodef(value: string | undefined);
|
|
438
|
-
get issue(): string | undefined;
|
|
439
|
-
set issue(value: string | undefined);
|
|
440
|
-
get issuewild(): string | undefined;
|
|
441
|
-
set issuewild(value: string | undefined);
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
export const CaaRecord: {
|
|
446
|
-
new(): CaaRecord;
|
|
447
|
-
};
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
export type CaaRecord = CaaRecord$instance;
|
|
451
|
-
|
|
452
|
-
export interface ChildProcess$instance extends EventEmitter {
|
|
453
|
-
readonly __tsonic_type_nodejs_ChildProcess: never;
|
|
454
|
-
|
|
455
|
-
connected: boolean;
|
|
456
|
-
get exitCode(): Nullable_1<System_Internal.Int32>;
|
|
457
|
-
set exitCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
458
|
-
readonly killed: boolean;
|
|
459
|
-
readonly pid: int;
|
|
460
|
-
referenced: boolean;
|
|
461
|
-
get signalCode(): string | undefined;
|
|
462
|
-
set signalCode(value: string | undefined);
|
|
463
|
-
spawnargs: string[];
|
|
464
|
-
spawnfile: string;
|
|
465
|
-
get stderr(): Readable | undefined;
|
|
466
|
-
set stderr(value: Readable | undefined);
|
|
467
|
-
get stdin(): Writable | undefined;
|
|
468
|
-
set stdin(value: Writable | undefined);
|
|
469
|
-
get stdout(): Readable | undefined;
|
|
470
|
-
set stdout(value: Readable | undefined);
|
|
471
|
-
disconnect(): void;
|
|
472
|
-
kill(signal?: string): boolean;
|
|
473
|
-
ref(): void;
|
|
474
|
-
send(message: unknown, sendHandle?: unknown, options?: unknown, callback?: Action_1<Exception>): boolean;
|
|
475
|
-
unref(): void;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
export const ChildProcess: {
|
|
480
|
-
};
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
export type ChildProcess = ChildProcess$instance;
|
|
484
|
-
|
|
485
|
-
export interface Cipher$instance extends Transform {
|
|
486
|
-
readonly __tsonic_type_nodejs_Cipher: never;
|
|
487
|
-
|
|
488
|
-
Dispose(): void;
|
|
489
|
-
final(outputEncoding?: string): string;
|
|
490
|
-
final(): byte[];
|
|
491
|
-
Finalize(): void;
|
|
492
|
-
getAuthTag(): byte[];
|
|
493
|
-
setAAD(buffer: byte[]): void;
|
|
494
|
-
setAuthTag(tagLength: int): void;
|
|
495
|
-
update(data: string, inputEncoding?: string, outputEncoding?: string): string;
|
|
496
|
-
update(data: byte[], outputEncoding?: string): string;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
export const Cipher: {
|
|
501
|
-
};
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
export type Cipher = Cipher$instance;
|
|
505
|
-
|
|
506
|
-
export interface CipherNameAndProtocol$instance {
|
|
507
|
-
readonly __tsonic_type_nodejs_CipherNameAndProtocol: never;
|
|
508
|
-
|
|
509
|
-
name: string;
|
|
510
|
-
standardName: string;
|
|
511
|
-
version: string;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export const CipherNameAndProtocol: {
|
|
516
|
-
new(): CipherNameAndProtocol;
|
|
517
|
-
};
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
export type CipherNameAndProtocol = CipherNameAndProtocol$instance;
|
|
521
|
-
|
|
522
|
-
export interface CommonConnectionOptions$instance {
|
|
523
|
-
readonly __tsonic_type_nodejs_CommonConnectionOptions: never;
|
|
524
|
-
|
|
525
|
-
get ALPNProtocols(): string[] | undefined;
|
|
526
|
-
set ALPNProtocols(value: string[] | undefined);
|
|
527
|
-
get enableTrace(): Nullable_1<System_Internal.Boolean>;
|
|
528
|
-
set enableTrace(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
529
|
-
get rejectUnauthorized(): Nullable_1<System_Internal.Boolean>;
|
|
530
|
-
set rejectUnauthorized(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
531
|
-
get requestCert(): Nullable_1<System_Internal.Boolean>;
|
|
532
|
-
set requestCert(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
533
|
-
get secureContext(): SecureContext | undefined;
|
|
534
|
-
set secureContext(value: SecureContext | undefined);
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
export const CommonConnectionOptions: {
|
|
539
|
-
new(): CommonConnectionOptions;
|
|
540
|
-
};
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
export type CommonConnectionOptions = CommonConnectionOptions$instance;
|
|
544
|
-
|
|
545
|
-
export interface ConnectionOptions$instance extends CommonConnectionOptions {
|
|
546
|
-
readonly __tsonic_type_nodejs_ConnectionOptions: never;
|
|
547
|
-
|
|
548
|
-
get ca(): unknown | undefined;
|
|
549
|
-
set ca(value: unknown | undefined);
|
|
550
|
-
get cert(): unknown | undefined;
|
|
551
|
-
set cert(value: unknown | undefined);
|
|
552
|
-
get host(): string | undefined;
|
|
553
|
-
set host(value: string | undefined);
|
|
554
|
-
get key(): unknown | undefined;
|
|
555
|
-
set key(value: unknown | undefined);
|
|
556
|
-
get passphrase(): string | undefined;
|
|
557
|
-
set passphrase(value: string | undefined);
|
|
558
|
-
get port(): Nullable_1<System_Internal.Int32>;
|
|
559
|
-
set port(value: Nullable_1<System_Internal.Int32> | int);
|
|
560
|
-
get servername(): string | undefined;
|
|
561
|
-
set servername(value: string | undefined);
|
|
562
|
-
get timeout(): Nullable_1<System_Internal.Int32>;
|
|
563
|
-
set timeout(value: Nullable_1<System_Internal.Int32> | int);
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
export const ConnectionOptions: {
|
|
568
|
-
new(): ConnectionOptions;
|
|
569
|
-
};
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
export type ConnectionOptions = ConnectionOptions$instance;
|
|
573
|
-
|
|
574
|
-
export interface ConsoleConstructor$instance {
|
|
575
|
-
readonly __tsonic_type_nodejs_ConsoleConstructor: never;
|
|
576
|
-
|
|
577
|
-
assert(value: boolean, message?: string, ...optionalParams: unknown[]): void;
|
|
578
|
-
clear(): void;
|
|
579
|
-
count(label?: string): void;
|
|
580
|
-
countReset(label?: string): void;
|
|
581
|
-
debug(message?: unknown, ...optionalParams: unknown[]): void;
|
|
582
|
-
dir(obj: unknown, ...options: unknown[]): void;
|
|
583
|
-
dirxml(...data: unknown[]): void;
|
|
584
|
-
error(message?: unknown, ...optionalParams: unknown[]): void;
|
|
585
|
-
group(...label: unknown[]): void;
|
|
586
|
-
groupCollapsed(...label: unknown[]): void;
|
|
587
|
-
groupEnd(): void;
|
|
588
|
-
info(message?: unknown, ...optionalParams: unknown[]): void;
|
|
589
|
-
log(message?: unknown, ...optionalParams: unknown[]): void;
|
|
590
|
-
profile(label?: string): void;
|
|
591
|
-
profileEnd(label?: string): void;
|
|
592
|
-
table(tabularData: unknown, properties?: string[]): void;
|
|
593
|
-
time(label?: string): void;
|
|
594
|
-
timeEnd(label?: string): void;
|
|
595
|
-
timeLog(label?: string, ...data: unknown[]): void;
|
|
596
|
-
timeStamp(label?: string): void;
|
|
597
|
-
trace(message?: unknown, ...optionalParams: unknown[]): void;
|
|
598
|
-
warn(message?: unknown, ...optionalParams: unknown[]): void;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
export const ConsoleConstructor: {
|
|
603
|
-
new(stdout: unknown, stderr: unknown, ignoreErrors: boolean, colorMode: unknown, inspectOptions: Nullable_1<System_Internal.Int32>, groupIndentation: boolean): ConsoleConstructor;
|
|
604
|
-
};
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
export type ConsoleConstructor = ConsoleConstructor$instance;
|
|
608
|
-
|
|
609
|
-
export interface CpuInfo$instance {
|
|
610
|
-
readonly __tsonic_type_nodejs_CpuInfo: never;
|
|
611
|
-
|
|
612
|
-
model: string;
|
|
613
|
-
speed: int;
|
|
614
|
-
times: CpuTimes;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
export const CpuInfo: {
|
|
619
|
-
new(): CpuInfo;
|
|
620
|
-
};
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
export type CpuInfo = CpuInfo$instance;
|
|
624
|
-
|
|
625
|
-
export interface CpuTimes$instance {
|
|
626
|
-
readonly __tsonic_type_nodejs_CpuTimes: never;
|
|
627
|
-
|
|
628
|
-
idle: long;
|
|
629
|
-
irq: long;
|
|
630
|
-
nice: long;
|
|
631
|
-
sys: long;
|
|
632
|
-
user: long;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
export const CpuTimes: {
|
|
637
|
-
new(): CpuTimes;
|
|
638
|
-
};
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
export type CpuTimes = CpuTimes$instance;
|
|
642
|
-
|
|
643
|
-
export interface CursorPosition$instance {
|
|
644
|
-
readonly __tsonic_type_nodejs_CursorPosition: never;
|
|
645
|
-
|
|
646
|
-
cols: int;
|
|
647
|
-
rows: int;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
export const CursorPosition: {
|
|
652
|
-
new(): CursorPosition;
|
|
653
|
-
};
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
export type CursorPosition = CursorPosition$instance;
|
|
657
|
-
|
|
658
|
-
export interface Decipher$instance extends Transform {
|
|
659
|
-
readonly __tsonic_type_nodejs_Decipher: never;
|
|
660
|
-
|
|
661
|
-
Dispose(): void;
|
|
662
|
-
final(outputEncoding?: string): string;
|
|
663
|
-
final(): byte[];
|
|
664
|
-
Finalize(): void;
|
|
665
|
-
setAAD(buffer: byte[]): void;
|
|
666
|
-
setAuthTag(buffer: byte[]): void;
|
|
667
|
-
update(data: string, inputEncoding?: string, outputEncoding?: string): string;
|
|
668
|
-
update(data: byte[], outputEncoding?: string): string;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
export const Decipher: {
|
|
673
|
-
};
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
export type Decipher = Decipher$instance;
|
|
677
|
-
|
|
678
|
-
export interface DetailedPeerCertificate$instance extends PeerCertificate {
|
|
679
|
-
readonly __tsonic_type_nodejs_DetailedPeerCertificate: never;
|
|
680
|
-
|
|
681
|
-
get issuerCertificate(): DetailedPeerCertificate | undefined;
|
|
682
|
-
set issuerCertificate(value: DetailedPeerCertificate | undefined);
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
export const DetailedPeerCertificate: {
|
|
687
|
-
new(): DetailedPeerCertificate;
|
|
688
|
-
};
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
export type DetailedPeerCertificate = DetailedPeerCertificate$instance;
|
|
692
|
-
|
|
693
|
-
export interface DgramSocket$instance extends EventEmitter {
|
|
694
|
-
readonly __tsonic_type_nodejs_DgramSocket: never;
|
|
695
|
-
|
|
696
|
-
addMembership(multicastAddress: string, multicastInterface?: string): void;
|
|
697
|
-
address(): AddressInfo;
|
|
698
|
-
addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
|
|
699
|
-
bind(port?: int, address?: string, callback?: Action): DgramSocket;
|
|
700
|
-
bind(port: int, callback: Action): DgramSocket;
|
|
701
|
-
bind(callback: Action): DgramSocket;
|
|
702
|
-
bind(options: BindOptions, callback?: Action): DgramSocket;
|
|
703
|
-
close(callback?: Action): DgramSocket;
|
|
704
|
-
connect(port: int, address?: string, callback?: Action): void;
|
|
705
|
-
connect(port: int, callback: Action): void;
|
|
706
|
-
disconnect(): void;
|
|
707
|
-
dropMembership(multicastAddress: string): void;
|
|
708
|
-
dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
|
|
709
|
-
getRecvBufferSize(): int;
|
|
710
|
-
getSendBufferSize(): int;
|
|
711
|
-
getSendQueueCount(): int;
|
|
712
|
-
getSendQueueSize(): int;
|
|
713
|
-
ref(): DgramSocket;
|
|
714
|
-
remoteAddress(): AddressInfo;
|
|
715
|
-
send(msg: byte[], port?: Nullable_1<System_Internal.Int32>, address?: string, callback?: Action_2<Exception, System_Internal.Int32>): void;
|
|
716
|
-
send(msg: string, port?: Nullable_1<System_Internal.Int32>, address?: string, callback?: Action_2<Exception, System_Internal.Int32>): void;
|
|
717
|
-
send(msg: byte[], port: int, callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
718
|
-
send(msg: string, port: int, callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
719
|
-
send(msg: byte[], callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
720
|
-
send(msg: string, callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
721
|
-
send(msg: byte[], offset: int, length: int, port?: Nullable_1<System_Internal.Int32>, address?: string, callback?: Action_2<Exception, System_Internal.Int32>): void;
|
|
722
|
-
send(msg: byte[], offset: int, length: int, port: int, callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
723
|
-
send(msg: byte[], offset: int, length: int, callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
724
|
-
setBroadcast(flag: boolean): void;
|
|
725
|
-
setMulticastInterface(multicastInterface: string): void;
|
|
726
|
-
setMulticastLoopback(flag: boolean): boolean;
|
|
727
|
-
setMulticastTTL(ttl: int): int;
|
|
728
|
-
setRecvBufferSize(size: int): void;
|
|
729
|
-
setSendBufferSize(size: int): void;
|
|
730
|
-
setTTL(ttl: int): int;
|
|
731
|
-
unref(): DgramSocket;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
export const DgramSocket: {
|
|
736
|
-
};
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
export type DgramSocket = DgramSocket$instance;
|
|
740
|
-
|
|
741
|
-
export interface DiffieHellman$instance {
|
|
742
|
-
readonly __tsonic_type_nodejs_DiffieHellman: never;
|
|
743
|
-
|
|
744
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
745
|
-
|
|
746
|
-
computeSecret(otherPublicKey: string, inputEncoding?: string, outputEncoding?: string): string;
|
|
747
|
-
computeSecret(otherPublicKey: byte[], outputEncoding?: string): string;
|
|
748
|
-
computeSecret(otherPublicKey: byte[]): byte[];
|
|
749
|
-
Dispose(): void;
|
|
750
|
-
Dispose(disposing: boolean): void;
|
|
751
|
-
generateKeys(encoding?: string): string;
|
|
752
|
-
generateKeys(): byte[];
|
|
753
|
-
getGenerator(encoding?: string): string;
|
|
754
|
-
getGenerator(): byte[];
|
|
755
|
-
getPrime(encoding?: string): string;
|
|
756
|
-
getPrime(): byte[];
|
|
757
|
-
getPrivateKey(encoding?: string): string;
|
|
758
|
-
getPrivateKey(): byte[];
|
|
759
|
-
getPublicKey(encoding?: string): string;
|
|
760
|
-
getPublicKey(): byte[];
|
|
761
|
-
getVerifyError(): int;
|
|
762
|
-
setPrivateKey(privateKey: string, encoding?: string): void;
|
|
763
|
-
setPrivateKey(privateKey: byte[]): void;
|
|
764
|
-
setPublicKey(publicKey: string, encoding?: string): void;
|
|
765
|
-
setPublicKey(publicKey: byte[]): void;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export const DiffieHellman: {
|
|
770
|
-
};
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
export type DiffieHellman = DiffieHellman$instance;
|
|
774
|
-
|
|
775
|
-
export interface DnsPromises$instance {
|
|
776
|
-
readonly __tsonic_type_nodejs_DnsPromises: never;
|
|
777
|
-
|
|
778
|
-
getDefaultResultOrder(): string;
|
|
779
|
-
getServers(): string[];
|
|
780
|
-
lookup(hostname: string, options?: LookupOptions): Task_1<LookupAddress>;
|
|
781
|
-
lookupAll(hostname: string, options?: LookupOptions): Task_1<LookupAddress[]>;
|
|
782
|
-
lookupService(address: string, port: int): Task_1<LookupServiceResult>;
|
|
783
|
-
resolve(hostname: string): Task_1<string[]>;
|
|
784
|
-
resolve(hostname: string, rrtype: string): Task_1<unknown>;
|
|
785
|
-
resolve4(hostname: string): Task_1<string[]>;
|
|
786
|
-
resolve4(hostname: string, options: ResolveOptions): Task_1<unknown>;
|
|
787
|
-
resolve6(hostname: string): Task_1<string[]>;
|
|
788
|
-
resolve6(hostname: string, options: ResolveOptions): Task_1<unknown>;
|
|
789
|
-
resolveAny(hostname: string): Task_1<unknown[]>;
|
|
790
|
-
resolveCaa(hostname: string): Task_1<CaaRecord[]>;
|
|
791
|
-
resolveCname(hostname: string): Task_1<string[]>;
|
|
792
|
-
resolveMx(hostname: string): Task_1<MxRecord[]>;
|
|
793
|
-
resolveNaptr(hostname: string): Task_1<NaptrRecord[]>;
|
|
794
|
-
resolveNs(hostname: string): Task_1<string[]>;
|
|
795
|
-
resolvePtr(hostname: string): Task_1<string[]>;
|
|
796
|
-
resolveSoa(hostname: string): Task_1<SoaRecord>;
|
|
797
|
-
resolveSrv(hostname: string): Task_1<SrvRecord[]>;
|
|
798
|
-
resolveTlsa(hostname: string): Task_1<TlsaRecord[]>;
|
|
799
|
-
resolveTxt(hostname: string): Task_1<string[][]>;
|
|
800
|
-
reverse(ip: string): Task_1<string[]>;
|
|
801
|
-
setDefaultResultOrder(order: string): void;
|
|
802
|
-
setServers(servers: string[]): void;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
export const DnsPromises: {
|
|
807
|
-
new(): DnsPromises;
|
|
808
|
-
};
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export type DnsPromises = DnsPromises$instance;
|
|
812
|
-
|
|
813
|
-
export interface DSAPrivateKeyObject$instance extends KeyObject {
|
|
814
|
-
readonly __tsonic_type_nodejs_DSAPrivateKeyObject: never;
|
|
815
|
-
|
|
816
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
817
|
-
|
|
818
|
-
readonly asymmetricKeyType: string | undefined;
|
|
819
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
820
|
-
readonly type: string;
|
|
821
|
-
Dispose(): void;
|
|
822
|
-
export(options?: unknown): unknown;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
export const DSAPrivateKeyObject: {
|
|
827
|
-
};
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
export type DSAPrivateKeyObject = DSAPrivateKeyObject$instance;
|
|
831
|
-
|
|
832
|
-
export interface DSAPublicKeyObject$instance extends KeyObject {
|
|
833
|
-
readonly __tsonic_type_nodejs_DSAPublicKeyObject: never;
|
|
834
|
-
|
|
835
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
836
|
-
|
|
837
|
-
readonly asymmetricKeyType: string | undefined;
|
|
838
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
839
|
-
readonly type: string;
|
|
840
|
-
Dispose(): void;
|
|
841
|
-
export(options?: unknown): unknown;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
export const DSAPublicKeyObject: {
|
|
846
|
-
};
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
export type DSAPublicKeyObject = DSAPublicKeyObject$instance;
|
|
850
|
-
|
|
851
|
-
export interface Duplex$instance extends Readable {
|
|
852
|
-
readonly __tsonic_type_nodejs_Duplex: never;
|
|
853
|
-
|
|
854
|
-
readonly writable: boolean;
|
|
855
|
-
readonly writableCorked: boolean;
|
|
856
|
-
readonly writableEnded: boolean;
|
|
857
|
-
readonly writableLength: int;
|
|
858
|
-
_write(chunk: unknown, encoding: string, callback: Action): void;
|
|
859
|
-
cork(): void;
|
|
860
|
-
destroy(error?: Exception): void;
|
|
861
|
-
end(chunk?: unknown, encoding?: string, callback?: Action): void;
|
|
862
|
-
uncork(): void;
|
|
863
|
-
write(chunk: unknown, encoding?: string, callback?: Action): boolean;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
export const Duplex: {
|
|
868
|
-
new(): Duplex;
|
|
869
|
-
};
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export type Duplex = Duplex$instance;
|
|
873
|
-
|
|
874
|
-
export interface ECDH$instance {
|
|
875
|
-
readonly __tsonic_type_nodejs_ECDH: never;
|
|
876
|
-
|
|
877
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
878
|
-
|
|
879
|
-
computeSecret(otherPublicKey: string, inputEncoding?: string, outputEncoding?: string): string;
|
|
880
|
-
computeSecret(otherPublicKey: byte[], outputEncoding?: string): string;
|
|
881
|
-
computeSecret(otherPublicKey: byte[]): byte[];
|
|
882
|
-
Dispose(): void;
|
|
883
|
-
Dispose(disposing: boolean): void;
|
|
884
|
-
generateKeys(encoding?: string, format?: string): string;
|
|
885
|
-
generateKeys(): byte[];
|
|
886
|
-
getPrivateKey(encoding?: string): string;
|
|
887
|
-
getPrivateKey(): byte[];
|
|
888
|
-
getPublicKey(encoding?: string, format?: string): string;
|
|
889
|
-
getPublicKey(): byte[];
|
|
890
|
-
setPrivateKey(privateKey: string, encoding?: string): void;
|
|
891
|
-
setPrivateKey(privateKey: byte[]): void;
|
|
892
|
-
setPublicKey(publicKey: string, encoding?: string): void;
|
|
893
|
-
setPublicKey(publicKey: byte[]): void;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
export const ECDH: {
|
|
898
|
-
};
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
export type ECDH = ECDH$instance;
|
|
902
|
-
|
|
903
|
-
export interface EdDSAPrivateKeyObject$instance extends KeyObject {
|
|
904
|
-
readonly __tsonic_type_nodejs_EdDSAPrivateKeyObject: never;
|
|
905
|
-
|
|
906
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
907
|
-
|
|
908
|
-
readonly asymmetricKeyType: string | undefined;
|
|
909
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
910
|
-
readonly type: string;
|
|
911
|
-
Dispose(): void;
|
|
912
|
-
export(options?: unknown): unknown;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
export const EdDSAPrivateKeyObject: {
|
|
917
|
-
};
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
export type EdDSAPrivateKeyObject = EdDSAPrivateKeyObject$instance;
|
|
921
|
-
|
|
922
|
-
export interface EdDSAPublicKeyObject$instance extends KeyObject {
|
|
923
|
-
readonly __tsonic_type_nodejs_EdDSAPublicKeyObject: never;
|
|
924
|
-
|
|
925
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
926
|
-
|
|
927
|
-
readonly asymmetricKeyType: string | undefined;
|
|
928
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
929
|
-
readonly type: string;
|
|
930
|
-
Dispose(): void;
|
|
931
|
-
export(options?: unknown): unknown;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
export const EdDSAPublicKeyObject: {
|
|
936
|
-
};
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
export type EdDSAPublicKeyObject = EdDSAPublicKeyObject$instance;
|
|
940
|
-
|
|
941
|
-
export interface EphemeralKeyInfo$instance {
|
|
942
|
-
readonly __tsonic_type_nodejs_EphemeralKeyInfo: never;
|
|
943
|
-
|
|
944
|
-
get name(): string | undefined;
|
|
945
|
-
set name(value: string | undefined);
|
|
946
|
-
size: int;
|
|
947
|
-
type: string;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
export const EphemeralKeyInfo: {
|
|
952
|
-
new(): EphemeralKeyInfo;
|
|
953
|
-
};
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
export type EphemeralKeyInfo = EphemeralKeyInfo$instance;
|
|
957
|
-
|
|
958
|
-
export interface EventEmitter$instance {
|
|
959
|
-
readonly __tsonic_type_nodejs_EventEmitter: never;
|
|
960
|
-
|
|
961
|
-
addListener(eventName: string, listener: Function): EventEmitter;
|
|
962
|
-
emit(eventName: string, ...args: unknown[]): boolean;
|
|
963
|
-
eventNames(): string[];
|
|
964
|
-
getMaxListeners(): int;
|
|
965
|
-
listenerCount(eventName: string): int;
|
|
966
|
-
listeners(eventName: string): Function[];
|
|
967
|
-
off(eventName: string, listener: Function): EventEmitter;
|
|
968
|
-
on(eventName: string, listener: Function): EventEmitter;
|
|
969
|
-
once(eventName: string, listener: Function): EventEmitter;
|
|
970
|
-
prependListener(eventName: string, listener: Function): EventEmitter;
|
|
971
|
-
prependOnceListener(eventName: string, listener: Function): EventEmitter;
|
|
972
|
-
rawListeners(eventName: string): Function[];
|
|
973
|
-
removeAllListeners(eventName?: string): EventEmitter;
|
|
974
|
-
removeListener(eventName: string, listener: Function): EventEmitter;
|
|
975
|
-
setMaxListeners(n: int): EventEmitter;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
export const EventEmitter: {
|
|
980
|
-
new(): EventEmitter;
|
|
981
|
-
defaultMaxListeners: int;
|
|
982
|
-
once(emitter: EventEmitter, eventName: string): Task_1<(unknown | undefined)[]>;
|
|
983
|
-
};
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export type EventEmitter = EventEmitter$instance;
|
|
987
|
-
|
|
988
|
-
export interface ExecOptions$instance {
|
|
989
|
-
readonly __tsonic_type_nodejs_ExecOptions: never;
|
|
990
|
-
|
|
991
|
-
get argv0(): string | undefined;
|
|
992
|
-
set argv0(value: string | undefined);
|
|
993
|
-
get cwd(): string | undefined;
|
|
994
|
-
set cwd(value: string | undefined);
|
|
995
|
-
detached: boolean;
|
|
996
|
-
get encoding(): string | undefined;
|
|
997
|
-
set encoding(value: string | undefined);
|
|
998
|
-
get env(): unknown | undefined;
|
|
999
|
-
set env(value: unknown | undefined);
|
|
1000
|
-
get gid(): Nullable_1<System_Internal.Int32>;
|
|
1001
|
-
set gid(value: Nullable_1<System_Internal.Int32> | int);
|
|
1002
|
-
get input(): string | undefined;
|
|
1003
|
-
set input(value: string | undefined);
|
|
1004
|
-
get killSignal(): string | undefined;
|
|
1005
|
-
set killSignal(value: string | undefined);
|
|
1006
|
-
maxBuffer: int;
|
|
1007
|
-
get shell(): string | undefined;
|
|
1008
|
-
set shell(value: string | undefined);
|
|
1009
|
-
get stdio(): string | undefined;
|
|
1010
|
-
set stdio(value: string | undefined);
|
|
1011
|
-
timeout: int;
|
|
1012
|
-
get uid(): Nullable_1<System_Internal.Int32>;
|
|
1013
|
-
set uid(value: Nullable_1<System_Internal.Int32> | int);
|
|
1014
|
-
windowsHide: boolean;
|
|
1015
|
-
windowsVerbatimArguments: boolean;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
export const ExecOptions: {
|
|
1020
|
-
new(): ExecOptions;
|
|
1021
|
-
};
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
export type ExecOptions = ExecOptions$instance;
|
|
1025
|
-
|
|
1026
|
-
export interface FsPromises$instance {
|
|
1027
|
-
readonly __tsonic_type_nodejs_FsPromises: never;
|
|
1028
|
-
|
|
1029
|
-
access(path: string, mode?: int): Task;
|
|
1030
|
-
appendFile(path: string, data: string, encoding?: string): Task;
|
|
1031
|
-
chmod(path: string, mode: int): Task;
|
|
1032
|
-
close(fd: int): Task;
|
|
1033
|
-
copyFile(src: string, dest: string, mode?: int): Task;
|
|
1034
|
-
cp(src: string, dest: string, recursive?: boolean): Task;
|
|
1035
|
-
fstat(fd: int): Task_1<Stats>;
|
|
1036
|
-
mkdir(path: string, recursive?: boolean): Task;
|
|
1037
|
-
mkdir(path: string, options: MkdirOptions): Task;
|
|
1038
|
-
mkdir(path: string, options: unknown): Task;
|
|
1039
|
-
open(path: string, flags: string, mode?: Nullable_1<System_Internal.Int32>): Task_1<System_Internal.Int32>;
|
|
1040
|
-
read(fd: int, buffer: byte[], offset: int, length: int, position: Nullable_1<System_Internal.Int32>): Task_1<System_Internal.Int32>;
|
|
1041
|
-
readdir(path: string, withFileTypes?: boolean): Task_1<string[]>;
|
|
1042
|
-
readFile(path: string, encoding?: string): Task_1<System_Internal.String>;
|
|
1043
|
-
readFileBytes(path: string): Task_1<byte[]>;
|
|
1044
|
-
readlink(path: string): Task_1<System_Internal.String>;
|
|
1045
|
-
realpath(path: string): Task_1<System_Internal.String>;
|
|
1046
|
-
rename(oldPath: string, newPath: string): Task;
|
|
1047
|
-
rm(path: string, recursive?: boolean): Task;
|
|
1048
|
-
rmdir(path: string, recursive?: boolean): Task;
|
|
1049
|
-
stat(path: string): Task_1<Stats>;
|
|
1050
|
-
symlink(target: string, path: string, type?: string): Task;
|
|
1051
|
-
truncate(path: string, len?: long): Task;
|
|
1052
|
-
unlink(path: string): Task;
|
|
1053
|
-
write(fd: int, buffer: byte[], offset: int, length: int, position: Nullable_1<System_Internal.Int32>): Task_1<System_Internal.Int32>;
|
|
1054
|
-
write(fd: int, data: string, position?: Nullable_1<System_Internal.Int32>, encoding?: string): Task_1<System_Internal.Int32>;
|
|
1055
|
-
writeFile(path: string, data: string, encoding?: string): Task;
|
|
1056
|
-
writeFileBytes(path: string, data: byte[]): Task;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
export const FsPromises: {
|
|
1061
|
-
new(): FsPromises;
|
|
1062
|
-
};
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
export type FsPromises = FsPromises$instance;
|
|
1066
|
-
|
|
1067
|
-
export interface Hash$instance extends Transform {
|
|
1068
|
-
readonly __tsonic_type_nodejs_Hash: never;
|
|
1069
|
-
|
|
1070
|
-
copy(): Hash;
|
|
1071
|
-
digest(encoding: string): string;
|
|
1072
|
-
digest(): byte[];
|
|
1073
|
-
digest(outputLength: int): byte[];
|
|
1074
|
-
Dispose(): void;
|
|
1075
|
-
Finalize(): void;
|
|
1076
|
-
update(data: string, inputEncoding?: string): Hash;
|
|
1077
|
-
update(data: byte[]): Hash;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
export const Hash: {
|
|
1082
|
-
};
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
export type Hash = Hash$instance;
|
|
1086
|
-
|
|
1087
|
-
export interface Hmac$instance extends Transform {
|
|
1088
|
-
readonly __tsonic_type_nodejs_Hmac: never;
|
|
1089
|
-
|
|
1090
|
-
digest(encoding?: string): string;
|
|
1091
|
-
digest(): byte[];
|
|
1092
|
-
Dispose(): void;
|
|
1093
|
-
Finalize(): void;
|
|
1094
|
-
update(data: string, inputEncoding?: string): Hmac;
|
|
1095
|
-
update(data: byte[]): Hmac;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
export const Hmac: {
|
|
1100
|
-
};
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
export type Hmac = Hmac$instance;
|
|
1104
|
-
|
|
1105
|
-
export interface Immediate$instance {
|
|
1106
|
-
readonly __tsonic_type_nodejs_Immediate: never;
|
|
1107
|
-
|
|
1108
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
1109
|
-
|
|
1110
|
-
Dispose(): void;
|
|
1111
|
-
hasRef(): boolean;
|
|
1112
|
-
ref(): Immediate;
|
|
1113
|
-
unref(): Immediate;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
export const Immediate: {
|
|
1118
|
-
};
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
export type Immediate = Immediate$instance;
|
|
1122
|
-
|
|
1123
|
-
export interface Interface$instance extends EventEmitter {
|
|
1124
|
-
readonly __tsonic_type_nodejs_Interface: never;
|
|
1125
|
-
|
|
1126
|
-
readonly cursor: int;
|
|
1127
|
-
readonly line: string;
|
|
1128
|
-
close(): void;
|
|
1129
|
-
getCursorPos(): CursorPosition;
|
|
1130
|
-
getPrompt(): string;
|
|
1131
|
-
pause(): Interface;
|
|
1132
|
-
prompt(preserveCursor?: boolean): void;
|
|
1133
|
-
question(query: string, callback: Action_1<System_Internal.String>): void;
|
|
1134
|
-
questionAsync(query: string): Task_1<System_Internal.String>;
|
|
1135
|
-
resume(): Interface;
|
|
1136
|
-
setPrompt(prompt: string): void;
|
|
1137
|
-
write(data: unknown, key?: unknown): void;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
export const Interface: {
|
|
1142
|
-
};
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
export type Interface = Interface$instance;
|
|
1146
|
-
|
|
1147
|
-
export interface InterfaceOptions$instance {
|
|
1148
|
-
readonly __tsonic_type_nodejs_InterfaceOptions: never;
|
|
1149
|
-
|
|
1150
|
-
get escapeCodeTimeout(): Nullable_1<System_Internal.Int32>;
|
|
1151
|
-
set escapeCodeTimeout(value: Nullable_1<System_Internal.Int32> | int);
|
|
1152
|
-
get history(): string[] | undefined;
|
|
1153
|
-
set history(value: string[] | undefined);
|
|
1154
|
-
get historySize(): Nullable_1<System_Internal.Int32>;
|
|
1155
|
-
set historySize(value: Nullable_1<System_Internal.Int32> | int);
|
|
1156
|
-
get input(): Readable | undefined;
|
|
1157
|
-
set input(value: Readable | undefined);
|
|
1158
|
-
get output(): Writable | undefined;
|
|
1159
|
-
set output(value: Writable | undefined);
|
|
1160
|
-
get prompt(): string | undefined;
|
|
1161
|
-
set prompt(value: string | undefined);
|
|
1162
|
-
get removeHistoryDuplicates(): Nullable_1<System_Internal.Boolean>;
|
|
1163
|
-
set removeHistoryDuplicates(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1164
|
-
get tabSize(): Nullable_1<System_Internal.Int32>;
|
|
1165
|
-
set tabSize(value: Nullable_1<System_Internal.Int32> | int);
|
|
1166
|
-
get terminal(): Nullable_1<System_Internal.Boolean>;
|
|
1167
|
-
set terminal(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
export const InterfaceOptions: {
|
|
1172
|
-
new(): InterfaceOptions;
|
|
1173
|
-
};
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
export type InterfaceOptions = InterfaceOptions$instance;
|
|
1177
|
-
|
|
1178
|
-
export interface IpcSocketConnectOpts$instance {
|
|
1179
|
-
readonly __tsonic_type_nodejs_IpcSocketConnectOpts: never;
|
|
1180
|
-
|
|
1181
|
-
path: string;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
export const IpcSocketConnectOpts: {
|
|
1186
|
-
new(): IpcSocketConnectOpts;
|
|
1187
|
-
};
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
export type IpcSocketConnectOpts = IpcSocketConnectOpts$instance;
|
|
1191
|
-
|
|
1192
|
-
export interface KeyObject$instance {
|
|
1193
|
-
readonly __tsonic_type_nodejs_KeyObject: never;
|
|
1194
|
-
|
|
1195
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
1196
|
-
|
|
1197
|
-
readonly asymmetricKeyType: string | undefined;
|
|
1198
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
1199
|
-
readonly type: string;
|
|
1200
|
-
Dispose(): void;
|
|
1201
|
-
export(options?: unknown): unknown;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
export const KeyObject: (abstract new() => KeyObject) & {
|
|
1206
|
-
};
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
export type KeyObject = KeyObject$instance;
|
|
1210
|
-
|
|
1211
|
-
export interface ListenOptions$instance {
|
|
1212
|
-
readonly __tsonic_type_nodejs_ListenOptions: never;
|
|
1213
|
-
|
|
1214
|
-
get backlog(): Nullable_1<System_Internal.Int32>;
|
|
1215
|
-
set backlog(value: Nullable_1<System_Internal.Int32> | int);
|
|
1216
|
-
get host(): string | undefined;
|
|
1217
|
-
set host(value: string | undefined);
|
|
1218
|
-
get ipv6Only(): Nullable_1<System_Internal.Boolean>;
|
|
1219
|
-
set ipv6Only(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1220
|
-
get path(): string | undefined;
|
|
1221
|
-
set path(value: string | undefined);
|
|
1222
|
-
get port(): Nullable_1<System_Internal.Int32>;
|
|
1223
|
-
set port(value: Nullable_1<System_Internal.Int32> | int);
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
export const ListenOptions: {
|
|
1228
|
-
new(): ListenOptions;
|
|
1229
|
-
};
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
export type ListenOptions = ListenOptions$instance;
|
|
1233
|
-
|
|
1234
|
-
export interface LookupAddress$instance {
|
|
1235
|
-
readonly __tsonic_type_nodejs_LookupAddress: never;
|
|
1236
|
-
|
|
1237
|
-
address: string;
|
|
1238
|
-
family: int;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
export const LookupAddress: {
|
|
1243
|
-
new(): LookupAddress;
|
|
1244
|
-
};
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
export type LookupAddress = LookupAddress$instance;
|
|
1248
|
-
|
|
1249
|
-
export interface LookupOptions$instance {
|
|
1250
|
-
readonly __tsonic_type_nodejs_LookupOptions: never;
|
|
1251
|
-
|
|
1252
|
-
get all(): Nullable_1<System_Internal.Boolean>;
|
|
1253
|
-
set all(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1254
|
-
get family(): unknown | undefined;
|
|
1255
|
-
set family(value: unknown | undefined);
|
|
1256
|
-
get hints(): Nullable_1<System_Internal.Int32>;
|
|
1257
|
-
set hints(value: Nullable_1<System_Internal.Int32> | int);
|
|
1258
|
-
get order(): string | undefined;
|
|
1259
|
-
set order(value: string | undefined);
|
|
1260
|
-
get verbatim(): Nullable_1<System_Internal.Boolean>;
|
|
1261
|
-
set verbatim(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
export const LookupOptions: {
|
|
1266
|
-
new(): LookupOptions;
|
|
1267
|
-
};
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
export type LookupOptions = LookupOptions$instance;
|
|
1271
|
-
|
|
1272
|
-
export interface LookupServiceResult$instance {
|
|
1273
|
-
readonly __tsonic_type_nodejs_LookupServiceResult: never;
|
|
1274
|
-
|
|
1275
|
-
hostname: string;
|
|
1276
|
-
service: string;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
export const LookupServiceResult: {
|
|
1281
|
-
new(): LookupServiceResult;
|
|
1282
|
-
};
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
export type LookupServiceResult = LookupServiceResult$instance;
|
|
1286
|
-
|
|
1287
|
-
export interface MarkOptions$instance {
|
|
1288
|
-
readonly __tsonic_type_nodejs_MarkOptions: never;
|
|
1289
|
-
|
|
1290
|
-
get detail(): unknown | undefined;
|
|
1291
|
-
set detail(value: unknown | undefined);
|
|
1292
|
-
get startTime(): Nullable_1<System_Internal.Double>;
|
|
1293
|
-
set startTime(value: Nullable_1<System_Internal.Double> | double);
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
export const MarkOptions: {
|
|
1298
|
-
new(): MarkOptions;
|
|
1299
|
-
};
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
export type MarkOptions = MarkOptions$instance;
|
|
1303
|
-
|
|
1304
|
-
export interface MeasureOptions$instance {
|
|
1305
|
-
readonly __tsonic_type_nodejs_MeasureOptions: never;
|
|
1306
|
-
|
|
1307
|
-
get detail(): unknown | undefined;
|
|
1308
|
-
set detail(value: unknown | undefined);
|
|
1309
|
-
get end(): Nullable_1<System_Internal.Double>;
|
|
1310
|
-
set end(value: Nullable_1<System_Internal.Double> | double);
|
|
1311
|
-
get endMark(): string | undefined;
|
|
1312
|
-
set endMark(value: string | undefined);
|
|
1313
|
-
get start(): Nullable_1<System_Internal.Double>;
|
|
1314
|
-
set start(value: Nullable_1<System_Internal.Double> | double);
|
|
1315
|
-
get startMark(): string | undefined;
|
|
1316
|
-
set startMark(value: string | undefined);
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
export const MeasureOptions: {
|
|
1321
|
-
new(): MeasureOptions;
|
|
1322
|
-
};
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
export type MeasureOptions = MeasureOptions$instance;
|
|
1326
|
-
|
|
1327
|
-
export interface MkdirOptions$instance {
|
|
1328
|
-
readonly __tsonic_type_nodejs_MkdirOptions: never;
|
|
1329
|
-
|
|
1330
|
-
get mode(): Nullable_1<System_Internal.Int32>;
|
|
1331
|
-
set mode(value: Nullable_1<System_Internal.Int32> | int);
|
|
1332
|
-
get recursive(): Nullable_1<System_Internal.Boolean>;
|
|
1333
|
-
set recursive(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
export const MkdirOptions: {
|
|
1338
|
-
new(): MkdirOptions;
|
|
1339
|
-
};
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
export type MkdirOptions = MkdirOptions$instance;
|
|
1343
|
-
|
|
1344
|
-
export interface MxRecord$instance {
|
|
1345
|
-
readonly __tsonic_type_nodejs_MxRecord: never;
|
|
1346
|
-
|
|
1347
|
-
exchange: string;
|
|
1348
|
-
priority: int;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
export const MxRecord: {
|
|
1353
|
-
new(): MxRecord;
|
|
1354
|
-
};
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
export type MxRecord = MxRecord$instance;
|
|
1358
|
-
|
|
1359
|
-
export interface NaptrRecord$instance {
|
|
1360
|
-
readonly __tsonic_type_nodejs_NaptrRecord: never;
|
|
1361
|
-
|
|
1362
|
-
flags: string;
|
|
1363
|
-
order: int;
|
|
1364
|
-
preference: int;
|
|
1365
|
-
regexp: string;
|
|
1366
|
-
replacement: string;
|
|
1367
|
-
service: string;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
export const NaptrRecord: {
|
|
1372
|
-
new(): NaptrRecord;
|
|
1373
|
-
};
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
export type NaptrRecord = NaptrRecord$instance;
|
|
1377
|
-
|
|
1378
|
-
export interface ParsedPath$instance {
|
|
1379
|
-
readonly __tsonic_type_nodejs_ParsedPath: never;
|
|
1380
|
-
|
|
1381
|
-
base: string;
|
|
1382
|
-
dir: string;
|
|
1383
|
-
ext: string;
|
|
1384
|
-
name: string;
|
|
1385
|
-
root: string;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
export const ParsedPath: {
|
|
1390
|
-
new(): ParsedPath;
|
|
1391
|
-
};
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
export type ParsedPath = ParsedPath$instance;
|
|
1395
|
-
|
|
1396
|
-
export interface PassThrough$instance extends Transform {
|
|
1397
|
-
readonly __tsonic_type_nodejs_PassThrough: never;
|
|
1398
|
-
|
|
1399
|
-
_transform(chunk: unknown, encoding: string, callback: Action_2<Exception, unknown>): void;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
export const PassThrough: {
|
|
1404
|
-
new(): PassThrough;
|
|
1405
|
-
};
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
export type PassThrough = PassThrough$instance;
|
|
1409
|
-
|
|
1410
|
-
export interface PathModule$instance {
|
|
1411
|
-
readonly __tsonic_type_nodejs_PathModule: never;
|
|
1412
|
-
|
|
1413
|
-
readonly delimiter: string;
|
|
1414
|
-
readonly posix: PathModule;
|
|
1415
|
-
readonly sep: string;
|
|
1416
|
-
readonly win32: PathModule;
|
|
1417
|
-
basename(path: string, suffix?: string): string;
|
|
1418
|
-
dirname(path: string): string;
|
|
1419
|
-
extname(path: string): string;
|
|
1420
|
-
format(pathObject: ParsedPath): string;
|
|
1421
|
-
isAbsolute(path: string): boolean;
|
|
1422
|
-
join(...paths: string[]): string;
|
|
1423
|
-
matchesGlob(path: string, pattern: string): boolean;
|
|
1424
|
-
normalize(path: string): string;
|
|
1425
|
-
parse(path: string): ParsedPath;
|
|
1426
|
-
relative(from: string, to: string): string;
|
|
1427
|
-
resolve(...paths: string[]): string;
|
|
1428
|
-
toNamespacedPath(path: string): string;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
export const PathModule: {
|
|
1433
|
-
readonly Instance: PathModule;
|
|
1434
|
-
};
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
export type PathModule = PathModule$instance;
|
|
1438
|
-
|
|
1439
|
-
export interface PeerCertificate$instance {
|
|
1440
|
-
readonly __tsonic_type_nodejs_PeerCertificate: never;
|
|
1441
|
-
|
|
1442
|
-
ca: boolean;
|
|
1443
|
-
get ext_key_usage(): string[] | undefined;
|
|
1444
|
-
set ext_key_usage(value: string[] | undefined);
|
|
1445
|
-
fingerprint: string;
|
|
1446
|
-
fingerprint256: string;
|
|
1447
|
-
fingerprint512: string;
|
|
1448
|
-
issuer: TLSCertificateInfo;
|
|
1449
|
-
get raw(): byte[] | undefined;
|
|
1450
|
-
set raw(value: byte[] | undefined);
|
|
1451
|
-
serialNumber: string;
|
|
1452
|
-
subject: TLSCertificateInfo;
|
|
1453
|
-
get subjectaltname(): string | undefined;
|
|
1454
|
-
set subjectaltname(value: string | undefined);
|
|
1455
|
-
valid_from: string;
|
|
1456
|
-
valid_to: string;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
export const PeerCertificate: {
|
|
1461
|
-
new(): PeerCertificate;
|
|
1462
|
-
};
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
export type PeerCertificate = PeerCertificate$instance;
|
|
1466
|
-
|
|
1467
|
-
export interface PerformanceEntry$instance {
|
|
1468
|
-
readonly __tsonic_type_nodejs_PerformanceEntry: never;
|
|
1469
|
-
|
|
1470
|
-
readonly duration: double;
|
|
1471
|
-
readonly entryType: string;
|
|
1472
|
-
readonly name: string;
|
|
1473
|
-
readonly startTime: double;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
export const PerformanceEntry: {
|
|
1478
|
-
};
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
export type PerformanceEntry = PerformanceEntry$instance;
|
|
1482
|
-
|
|
1483
|
-
export interface PerformanceMark$instance extends PerformanceEntry {
|
|
1484
|
-
readonly __tsonic_type_nodejs_PerformanceMark: never;
|
|
1485
|
-
|
|
1486
|
-
readonly detail: unknown | undefined;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
export const PerformanceMark: {
|
|
1491
|
-
new(name: string, startTime: double, detail: unknown): PerformanceMark;
|
|
1492
|
-
};
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
export type PerformanceMark = PerformanceMark$instance;
|
|
1496
|
-
|
|
1497
|
-
export interface PerformanceMeasure$instance extends PerformanceEntry {
|
|
1498
|
-
readonly __tsonic_type_nodejs_PerformanceMeasure: never;
|
|
1499
|
-
|
|
1500
|
-
readonly detail: unknown | undefined;
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
export const PerformanceMeasure: {
|
|
1505
|
-
new(name: string, startTime: double, duration: double, detail: unknown): PerformanceMeasure;
|
|
1506
|
-
};
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
export type PerformanceMeasure = PerformanceMeasure$instance;
|
|
1510
|
-
|
|
1511
|
-
export interface PerformanceObserver$instance {
|
|
1512
|
-
readonly __tsonic_type_nodejs_PerformanceObserver: never;
|
|
1513
|
-
|
|
1514
|
-
disconnect(): void;
|
|
1515
|
-
observe(options: PerformanceObserverOptions): void;
|
|
1516
|
-
takeRecords(): PerformanceObserverEntryList;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
export const PerformanceObserver: {
|
|
1521
|
-
new(callback: Action_2<PerformanceObserverEntryList, PerformanceObserver>): PerformanceObserver;
|
|
1522
|
-
supportedEntryTypes(): string[];
|
|
1523
|
-
};
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
export type PerformanceObserver = PerformanceObserver$instance;
|
|
1527
|
-
|
|
1528
|
-
export interface PerformanceObserverEntryList$instance {
|
|
1529
|
-
readonly __tsonic_type_nodejs_PerformanceObserverEntryList: never;
|
|
1530
|
-
|
|
1531
|
-
getEntries(): PerformanceEntry[];
|
|
1532
|
-
getEntriesByName(name: string, type?: string): PerformanceEntry[];
|
|
1533
|
-
getEntriesByType(type: string): PerformanceEntry[];
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
export const PerformanceObserverEntryList: {
|
|
1538
|
-
new(entries: PerformanceEntry[]): PerformanceObserverEntryList;
|
|
1539
|
-
};
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
export type PerformanceObserverEntryList = PerformanceObserverEntryList$instance;
|
|
1543
|
-
|
|
1544
|
-
export interface PerformanceObserverOptions$instance {
|
|
1545
|
-
readonly __tsonic_type_nodejs_PerformanceObserverOptions: never;
|
|
1546
|
-
|
|
1547
|
-
buffered: boolean;
|
|
1548
|
-
get entryTypes(): string[] | undefined;
|
|
1549
|
-
set entryTypes(value: string[] | undefined);
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
export const PerformanceObserverOptions: {
|
|
1554
|
-
new(): PerformanceObserverOptions;
|
|
1555
|
-
};
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
export type PerformanceObserverOptions = PerformanceObserverOptions$instance;
|
|
1559
|
-
|
|
1560
|
-
export interface PrivateKeyObject$instance extends KeyObject {
|
|
1561
|
-
readonly __tsonic_type_nodejs_PrivateKeyObject: never;
|
|
1562
|
-
|
|
1563
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
1564
|
-
|
|
1565
|
-
readonly asymmetricKeyType: string | undefined;
|
|
1566
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
1567
|
-
readonly type: string;
|
|
1568
|
-
Dispose(): void;
|
|
1569
|
-
export(options?: unknown): unknown;
|
|
1570
|
-
export(format: string, type?: string, cipher?: string, passphrase?: string): string;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
export const PrivateKeyObject: {
|
|
1575
|
-
};
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
export type PrivateKeyObject = PrivateKeyObject$instance;
|
|
1579
|
-
|
|
1580
|
-
export interface ProcessEnv$instance {
|
|
1581
|
-
readonly __tsonic_type_nodejs_ProcessEnv: never;
|
|
1582
|
-
|
|
1583
|
-
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1584
|
-
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
1585
|
-
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1586
|
-
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1587
|
-
|
|
1588
|
-
readonly Count: int;
|
|
1589
|
-
readonly IsReadOnly: boolean;
|
|
1590
|
-
readonly Keys: ICollection_1<System_Internal.String>;
|
|
1591
|
-
readonly Values: ICollection_1<string | undefined>;
|
|
1592
|
-
Add(key: string, value: string): void;
|
|
1593
|
-
Add(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): void;
|
|
1594
|
-
Clear(): void;
|
|
1595
|
-
Contains(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
|
|
1596
|
-
ContainsKey(key: string): boolean;
|
|
1597
|
-
CopyTo(array: KeyValuePair_2<System_Internal.String, System_Internal.String>[], arrayIndex: int): void;
|
|
1598
|
-
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
1599
|
-
Remove(key: string): boolean;
|
|
1600
|
-
Remove(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
|
|
1601
|
-
TryGetValue(key: string, value: string): boolean;
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
export const ProcessEnv: {
|
|
1606
|
-
new(): ProcessEnv;
|
|
1607
|
-
};
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
export type ProcessEnv = ProcessEnv$instance & { [key: string]: string | undefined; };
|
|
1611
|
-
|
|
1612
|
-
export interface ProcessVersions$instance {
|
|
1613
|
-
readonly __tsonic_type_nodejs_ProcessVersions: never;
|
|
1614
|
-
|
|
1615
|
-
dotnet: string;
|
|
1616
|
-
node: string;
|
|
1617
|
-
tsonic: string;
|
|
1618
|
-
v8: string;
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
export const ProcessVersions: {
|
|
1623
|
-
new(): ProcessVersions;
|
|
1624
|
-
};
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
export type ProcessVersions = ProcessVersions$instance;
|
|
1628
|
-
|
|
1629
|
-
export interface PublicKeyObject$instance extends KeyObject {
|
|
1630
|
-
readonly __tsonic_type_nodejs_PublicKeyObject: never;
|
|
1631
|
-
|
|
1632
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
1633
|
-
|
|
1634
|
-
readonly asymmetricKeyType: string | undefined;
|
|
1635
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
1636
|
-
readonly type: string;
|
|
1637
|
-
Dispose(): void;
|
|
1638
|
-
export(options?: unknown): unknown;
|
|
1639
|
-
export(format: string, type?: string): string;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
export const PublicKeyObject: {
|
|
1644
|
-
};
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
export type PublicKeyObject = PublicKeyObject$instance;
|
|
1648
|
-
|
|
1649
|
-
export interface Readable$instance extends Stream {
|
|
1650
|
-
readonly __tsonic_type_nodejs_Readable: never;
|
|
1651
|
-
|
|
1652
|
-
destroyed: boolean;
|
|
1653
|
-
readonly readable: boolean;
|
|
1654
|
-
readonly readableEnded: boolean;
|
|
1655
|
-
readonly readableFlowing: Nullable_1<System_Internal.Boolean>;
|
|
1656
|
-
readonly readableLength: int;
|
|
1657
|
-
_read(size: int): void;
|
|
1658
|
-
destroy(error?: Exception): void;
|
|
1659
|
-
isPaused(): boolean;
|
|
1660
|
-
pause(): Readable;
|
|
1661
|
-
push(chunk: unknown, encoding?: string): boolean;
|
|
1662
|
-
read(size?: Nullable_1<System_Internal.Int32>): unknown | undefined;
|
|
1663
|
-
resume(): Readable;
|
|
1664
|
-
setEncoding(encoding: string): Readable;
|
|
1665
|
-
unpipe(destination?: Stream): Readable;
|
|
1666
|
-
unshift(chunk: unknown): void;
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
export const Readable: {
|
|
1671
|
-
new(): Readable;
|
|
1672
|
-
};
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
export type Readable = Readable$instance;
|
|
1676
|
-
|
|
1677
|
-
export interface ReadlinePromises$instance {
|
|
1678
|
-
readonly __tsonic_type_nodejs_ReadlinePromises: never;
|
|
1679
|
-
|
|
1680
|
-
createInterface(options: InterfaceOptions): Interface;
|
|
1681
|
-
createInterface(input: Readable, output?: Writable): Interface;
|
|
1682
|
-
question(rl: Interface, query: string): Task_1<System_Internal.String>;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
export const ReadlinePromises: {
|
|
1687
|
-
new(): ReadlinePromises;
|
|
1688
|
-
};
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
export type ReadlinePromises = ReadlinePromises$instance;
|
|
1692
|
-
|
|
1693
|
-
export interface RecordWithTtl$instance {
|
|
1694
|
-
readonly __tsonic_type_nodejs_RecordWithTtl: never;
|
|
1695
|
-
|
|
1696
|
-
address: string;
|
|
1697
|
-
ttl: int;
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
export const RecordWithTtl: {
|
|
1702
|
-
new(): RecordWithTtl;
|
|
1703
|
-
};
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
export type RecordWithTtl = RecordWithTtl$instance;
|
|
1707
|
-
|
|
1708
|
-
export interface RemoteInfo$instance {
|
|
1709
|
-
readonly __tsonic_type_nodejs_RemoteInfo: never;
|
|
1710
|
-
|
|
1711
|
-
address: string;
|
|
1712
|
-
family: string;
|
|
1713
|
-
port: int;
|
|
1714
|
-
size: int;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
export const RemoteInfo: {
|
|
1719
|
-
new(): RemoteInfo;
|
|
1720
|
-
};
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
export type RemoteInfo = RemoteInfo$instance;
|
|
1724
|
-
|
|
1725
|
-
export interface ResolveOptions$instance {
|
|
1726
|
-
readonly __tsonic_type_nodejs_ResolveOptions: never;
|
|
1727
|
-
|
|
1728
|
-
ttl: boolean;
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
export const ResolveOptions: {
|
|
1733
|
-
new(): ResolveOptions;
|
|
1734
|
-
};
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
export type ResolveOptions = ResolveOptions$instance;
|
|
1738
|
-
|
|
1739
|
-
export interface Resolver$instance {
|
|
1740
|
-
readonly __tsonic_type_nodejs_Resolver: never;
|
|
1741
|
-
|
|
1742
|
-
cancel(): void;
|
|
1743
|
-
getServers(): string[];
|
|
1744
|
-
resolve(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
1745
|
-
resolve(hostname: string, rrtype: string, callback: Action_2<Exception, unknown>): void;
|
|
1746
|
-
resolve4(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
1747
|
-
resolve4(hostname: string, options: ResolveOptions, callback: Action_2<Exception, unknown>): void;
|
|
1748
|
-
resolve6(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
1749
|
-
resolve6(hostname: string, options: ResolveOptions, callback: Action_2<Exception, unknown>): void;
|
|
1750
|
-
resolveAny(hostname: string, callback: Action_2<Exception, unknown[]>): void;
|
|
1751
|
-
resolveCaa(hostname: string, callback: Action_2<Exception, CaaRecord[]>): void;
|
|
1752
|
-
resolveCname(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
1753
|
-
resolveMx(hostname: string, callback: Action_2<Exception, MxRecord[]>): void;
|
|
1754
|
-
resolveNaptr(hostname: string, callback: Action_2<Exception, NaptrRecord[]>): void;
|
|
1755
|
-
resolveNs(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
1756
|
-
resolvePtr(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
1757
|
-
resolveSoa(hostname: string, callback: Action_2<Exception, SoaRecord>): void;
|
|
1758
|
-
resolveSrv(hostname: string, callback: Action_2<Exception, SrvRecord[]>): void;
|
|
1759
|
-
resolveTlsa(hostname: string, callback: Action_2<Exception, TlsaRecord[]>): void;
|
|
1760
|
-
resolveTxt(hostname: string, callback: Action_2<Exception, string[][]>): void;
|
|
1761
|
-
reverse(ip: string, callback: Action_2<Exception, string[]>): void;
|
|
1762
|
-
setLocalAddress(ipv4?: string, ipv6?: string): void;
|
|
1763
|
-
setServers(servers: string[]): void;
|
|
1764
|
-
}
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
export const Resolver: {
|
|
1768
|
-
new(): Resolver;
|
|
1769
|
-
new(options: ResolverOptions): Resolver;
|
|
1770
|
-
};
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
export type Resolver = Resolver$instance;
|
|
1774
|
-
|
|
1775
|
-
export interface ResolverOptions$instance {
|
|
1776
|
-
readonly __tsonic_type_nodejs_ResolverOptions: never;
|
|
1777
|
-
|
|
1778
|
-
get maxTimeout(): Nullable_1<System_Internal.Int32>;
|
|
1779
|
-
set maxTimeout(value: Nullable_1<System_Internal.Int32> | int);
|
|
1780
|
-
get timeout(): Nullable_1<System_Internal.Int32>;
|
|
1781
|
-
set timeout(value: Nullable_1<System_Internal.Int32> | int);
|
|
1782
|
-
get tries(): Nullable_1<System_Internal.Int32>;
|
|
1783
|
-
set tries(value: Nullable_1<System_Internal.Int32> | int);
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
export const ResolverOptions: {
|
|
1788
|
-
new(): ResolverOptions;
|
|
1789
|
-
};
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
export type ResolverOptions = ResolverOptions$instance;
|
|
1793
|
-
|
|
1794
|
-
export interface SecretKeyObject$instance extends KeyObject {
|
|
1795
|
-
readonly __tsonic_type_nodejs_SecretKeyObject: never;
|
|
1796
|
-
|
|
1797
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
1798
|
-
|
|
1799
|
-
readonly asymmetricKeyType: string | undefined;
|
|
1800
|
-
readonly symmetricKeySize: Nullable_1<System_Internal.Int32>;
|
|
1801
|
-
readonly type: string;
|
|
1802
|
-
Dispose(): void;
|
|
1803
|
-
export(options?: unknown): unknown;
|
|
1804
|
-
export(): byte[];
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
export const SecretKeyObject: {
|
|
1809
|
-
};
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
export type SecretKeyObject = SecretKeyObject$instance;
|
|
1813
|
-
|
|
1814
|
-
export interface SecureContext$instance {
|
|
1815
|
-
readonly __tsonic_type_nodejs_SecureContext: never;
|
|
1816
|
-
|
|
1817
|
-
readonly CACertificates: X509Certificate2Collection | undefined;
|
|
1818
|
-
readonly Certificate: X509Certificate2 | undefined;
|
|
1819
|
-
get context(): unknown | undefined;
|
|
1820
|
-
set context(value: unknown | undefined);
|
|
1821
|
-
readonly Protocols: SslProtocols;
|
|
1822
|
-
LoadCACertificates(ca: unknown): void;
|
|
1823
|
-
LoadCertificate(cert: unknown, key: unknown, passphrase: string): void;
|
|
1824
|
-
SetProtocols(minVersion: string, maxVersion: string): void;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
export const SecureContext: {
|
|
1829
|
-
new(): SecureContext;
|
|
1830
|
-
};
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
export type SecureContext = SecureContext$instance;
|
|
1834
|
-
|
|
1835
|
-
export interface SecureContextOptions$instance {
|
|
1836
|
-
readonly __tsonic_type_nodejs_SecureContextOptions: never;
|
|
1837
|
-
|
|
1838
|
-
get ca(): unknown | undefined;
|
|
1839
|
-
set ca(value: unknown | undefined);
|
|
1840
|
-
get cert(): unknown | undefined;
|
|
1841
|
-
set cert(value: unknown | undefined);
|
|
1842
|
-
get ciphers(): string | undefined;
|
|
1843
|
-
set ciphers(value: string | undefined);
|
|
1844
|
-
get key(): unknown | undefined;
|
|
1845
|
-
set key(value: unknown | undefined);
|
|
1846
|
-
get maxVersion(): string | undefined;
|
|
1847
|
-
set maxVersion(value: string | undefined);
|
|
1848
|
-
get minVersion(): string | undefined;
|
|
1849
|
-
set minVersion(value: string | undefined);
|
|
1850
|
-
get passphrase(): string | undefined;
|
|
1851
|
-
set passphrase(value: string | undefined);
|
|
1852
|
-
get pfx(): unknown | undefined;
|
|
1853
|
-
set pfx(value: unknown | undefined);
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
export const SecureContextOptions: {
|
|
1858
|
-
new(): SecureContextOptions;
|
|
1859
|
-
};
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
export type SecureContextOptions = SecureContextOptions$instance;
|
|
1863
|
-
|
|
1864
|
-
export interface Server$instance extends EventEmitter {
|
|
1865
|
-
readonly __tsonic_type_nodejs_Server: never;
|
|
1866
|
-
|
|
1867
|
-
readonly listening: boolean;
|
|
1868
|
-
maxConnections: int;
|
|
1869
|
-
address(): unknown | undefined;
|
|
1870
|
-
close(callback?: Action_1<Exception>): Server;
|
|
1871
|
-
getConnections(callback: Action_2<Exception, System_Internal.Int32>): void;
|
|
1872
|
-
listen(port: int, hostname: string, backlog: int, listeningListener?: Action): Server;
|
|
1873
|
-
listen(port: int, hostname: string, listeningListener?: Action): Server;
|
|
1874
|
-
listen(port: int, backlog: int, listeningListener?: Action): Server;
|
|
1875
|
-
listen(port: int, listeningListener?: Action): Server;
|
|
1876
|
-
listen(options: ListenOptions, listeningListener?: Action): Server;
|
|
1877
|
-
ref(): Server;
|
|
1878
|
-
unref(): Server;
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
export const Server: {
|
|
1883
|
-
new(): Server;
|
|
1884
|
-
new(connectionListener: Action_1<Socket>): Server;
|
|
1885
|
-
new(options: ServerOpts, connectionListener: Action_1<Socket>): Server;
|
|
1886
|
-
};
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
export type Server = Server$instance;
|
|
1890
|
-
|
|
1891
|
-
export interface ServerOpts$instance {
|
|
1892
|
-
readonly __tsonic_type_nodejs_ServerOpts: never;
|
|
1893
|
-
|
|
1894
|
-
get allowHalfOpen(): Nullable_1<System_Internal.Boolean>;
|
|
1895
|
-
set allowHalfOpen(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1896
|
-
get pauseOnConnect(): Nullable_1<System_Internal.Boolean>;
|
|
1897
|
-
set pauseOnConnect(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
export const ServerOpts: {
|
|
1902
|
-
new(): ServerOpts;
|
|
1903
|
-
};
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
export type ServerOpts = ServerOpts$instance;
|
|
1907
|
-
|
|
1908
|
-
export interface Sign$instance extends Transform {
|
|
1909
|
-
readonly __tsonic_type_nodejs_Sign: never;
|
|
1910
|
-
|
|
1911
|
-
Dispose(): void;
|
|
1912
|
-
Finalize(): void;
|
|
1913
|
-
sign(privateKey: string, outputEncoding?: string): string;
|
|
1914
|
-
sign(privateKey: string): byte[];
|
|
1915
|
-
sign(privateKey: unknown, outputEncoding?: string): string;
|
|
1916
|
-
sign(privateKey: unknown): byte[];
|
|
1917
|
-
update(data: string, inputEncoding?: string): Sign;
|
|
1918
|
-
update(data: byte[]): Sign;
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
export const Sign: {
|
|
1923
|
-
};
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
export type Sign = Sign$instance;
|
|
1927
|
-
|
|
1928
|
-
export interface SoaRecord$instance {
|
|
1929
|
-
readonly __tsonic_type_nodejs_SoaRecord: never;
|
|
1930
|
-
|
|
1931
|
-
expire: int;
|
|
1932
|
-
hostmaster: string;
|
|
1933
|
-
minttl: int;
|
|
1934
|
-
nsname: string;
|
|
1935
|
-
refresh: int;
|
|
1936
|
-
retry: int;
|
|
1937
|
-
serial: int;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
export const SoaRecord: {
|
|
1942
|
-
new(): SoaRecord;
|
|
1943
|
-
};
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
export type SoaRecord = SoaRecord$instance;
|
|
1947
|
-
|
|
1948
|
-
export interface Socket$instance extends Stream {
|
|
1949
|
-
readonly __tsonic_type_nodejs_Socket: never;
|
|
1950
|
-
|
|
1951
|
-
bytesRead: long;
|
|
1952
|
-
bytesWritten: long;
|
|
1953
|
-
readonly connecting: boolean;
|
|
1954
|
-
readonly destroyed: boolean;
|
|
1955
|
-
get localAddress(): string | undefined;
|
|
1956
|
-
set localAddress(value: string | undefined);
|
|
1957
|
-
get localFamily(): string | undefined;
|
|
1958
|
-
set localFamily(value: string | undefined);
|
|
1959
|
-
get localPort(): Nullable_1<System_Internal.Int32>;
|
|
1960
|
-
set localPort(value: Nullable_1<System_Internal.Int32> | int);
|
|
1961
|
-
readonly readyState: string;
|
|
1962
|
-
get remoteAddress(): string | undefined;
|
|
1963
|
-
set remoteAddress(value: string | undefined);
|
|
1964
|
-
get remoteFamily(): string | undefined;
|
|
1965
|
-
set remoteFamily(value: string | undefined);
|
|
1966
|
-
get remotePort(): Nullable_1<System_Internal.Int32>;
|
|
1967
|
-
set remotePort(value: Nullable_1<System_Internal.Int32> | int);
|
|
1968
|
-
address(): unknown;
|
|
1969
|
-
connect(port: int, host?: string, connectionListener?: Action): Socket;
|
|
1970
|
-
connect(options: TcpSocketConnectOpts, connectionListener?: Action): Socket;
|
|
1971
|
-
connect(path: string, connectionListener?: Action): Socket;
|
|
1972
|
-
destroy(error?: Exception): Socket;
|
|
1973
|
-
destroy(error?: Exception): void;
|
|
1974
|
-
destroySoon(): void;
|
|
1975
|
-
end(callback?: Action): Socket;
|
|
1976
|
-
end(data: byte[], callback?: Action): Socket;
|
|
1977
|
-
end(data: string, encoding?: string, callback?: Action): Socket;
|
|
1978
|
-
pause(): Socket;
|
|
1979
|
-
ref(): Socket;
|
|
1980
|
-
resetAndDestroy(): Socket;
|
|
1981
|
-
resume(): Socket;
|
|
1982
|
-
setEncoding(encoding?: string): Socket;
|
|
1983
|
-
setKeepAlive(enable?: boolean, initialDelay?: int): Socket;
|
|
1984
|
-
setNoDelay(noDelay?: boolean): Socket;
|
|
1985
|
-
setTimeout(timeout: int, callback?: Action): Socket;
|
|
1986
|
-
unref(): Socket;
|
|
1987
|
-
write(data: byte[], callback?: Action_1<Exception>): boolean;
|
|
1988
|
-
write(data: string, encoding?: string, callback?: Action_1<Exception>): boolean;
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
export const Socket: {
|
|
1993
|
-
new(): Socket;
|
|
1994
|
-
new(options: SocketConstructorOpts): Socket;
|
|
1995
|
-
};
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
export type Socket = Socket$instance;
|
|
1999
|
-
|
|
2000
|
-
export interface SocketAddress$instance {
|
|
2001
|
-
readonly __tsonic_type_nodejs_SocketAddress: never;
|
|
2002
|
-
|
|
2003
|
-
address: string;
|
|
2004
|
-
family: string;
|
|
2005
|
-
get flowlabel(): Nullable_1<System_Internal.Int32>;
|
|
2006
|
-
set flowlabel(value: Nullable_1<System_Internal.Int32> | int);
|
|
2007
|
-
port: int;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
export const SocketAddress: {
|
|
2012
|
-
new(options: SocketAddressInitOptions): SocketAddress;
|
|
2013
|
-
};
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
export type SocketAddress = SocketAddress$instance;
|
|
2017
|
-
|
|
2018
|
-
export interface SocketAddressInitOptions$instance {
|
|
2019
|
-
readonly __tsonic_type_nodejs_SocketAddressInitOptions: never;
|
|
2020
|
-
|
|
2021
|
-
get address(): string | undefined;
|
|
2022
|
-
set address(value: string | undefined);
|
|
2023
|
-
get family(): string | undefined;
|
|
2024
|
-
set family(value: string | undefined);
|
|
2025
|
-
get flowlabel(): Nullable_1<System_Internal.Int32>;
|
|
2026
|
-
set flowlabel(value: Nullable_1<System_Internal.Int32> | int);
|
|
2027
|
-
get port(): Nullable_1<System_Internal.Int32>;
|
|
2028
|
-
set port(value: Nullable_1<System_Internal.Int32> | int);
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
export const SocketAddressInitOptions: {
|
|
2033
|
-
new(): SocketAddressInitOptions;
|
|
2034
|
-
};
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
export type SocketAddressInitOptions = SocketAddressInitOptions$instance;
|
|
2038
|
-
|
|
2039
|
-
export interface SocketConstructorOpts$instance {
|
|
2040
|
-
readonly __tsonic_type_nodejs_SocketConstructorOpts: never;
|
|
2041
|
-
|
|
2042
|
-
get allowHalfOpen(): Nullable_1<System_Internal.Boolean>;
|
|
2043
|
-
set allowHalfOpen(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2044
|
-
get fd(): Nullable_1<System_Internal.Int32>;
|
|
2045
|
-
set fd(value: Nullable_1<System_Internal.Int32> | int);
|
|
2046
|
-
get readable(): Nullable_1<System_Internal.Boolean>;
|
|
2047
|
-
set readable(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2048
|
-
get writable(): Nullable_1<System_Internal.Boolean>;
|
|
2049
|
-
set writable(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
export const SocketConstructorOpts: {
|
|
2054
|
-
new(): SocketConstructorOpts;
|
|
2055
|
-
};
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
export type SocketConstructorOpts = SocketConstructorOpts$instance;
|
|
2059
|
-
|
|
2060
|
-
export interface SocketOptions$instance {
|
|
2061
|
-
readonly __tsonic_type_nodejs_SocketOptions: never;
|
|
2062
|
-
|
|
2063
|
-
ipv6Only: boolean;
|
|
2064
|
-
get recvBufferSize(): Nullable_1<System_Internal.Int32>;
|
|
2065
|
-
set recvBufferSize(value: Nullable_1<System_Internal.Int32> | int);
|
|
2066
|
-
reuseAddr: boolean;
|
|
2067
|
-
reusePort: boolean;
|
|
2068
|
-
get sendBufferSize(): Nullable_1<System_Internal.Int32>;
|
|
2069
|
-
set sendBufferSize(value: Nullable_1<System_Internal.Int32> | int);
|
|
2070
|
-
type: string;
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
export const SocketOptions: {
|
|
2075
|
-
new(): SocketOptions;
|
|
2076
|
-
};
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
export type SocketOptions = SocketOptions$instance;
|
|
2080
|
-
|
|
2081
|
-
export interface SpawnSyncReturns_1$instance<T> {
|
|
2082
|
-
readonly __tsonic_type_nodejs_SpawnSyncReturns_1: never;
|
|
2083
|
-
|
|
2084
|
-
get error(): Exception | undefined;
|
|
2085
|
-
set error(value: Exception | undefined);
|
|
2086
|
-
output: (T | undefined)[];
|
|
2087
|
-
pid: int;
|
|
2088
|
-
get signal(): string | undefined;
|
|
2089
|
-
set signal(value: string | undefined);
|
|
2090
|
-
get status(): Nullable_1<System_Internal.Int32>;
|
|
2091
|
-
set status(value: Nullable_1<System_Internal.Int32> | int);
|
|
2092
|
-
stderr: T;
|
|
2093
|
-
stdout: T;
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
export const SpawnSyncReturns_1: {
|
|
2098
|
-
new<T>(): SpawnSyncReturns_1<T>;
|
|
2099
|
-
};
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
export type SpawnSyncReturns_1<T> = SpawnSyncReturns_1$instance<T>;
|
|
2103
|
-
|
|
2104
|
-
export interface SrvRecord$instance {
|
|
2105
|
-
readonly __tsonic_type_nodejs_SrvRecord: never;
|
|
2106
|
-
|
|
2107
|
-
name: string;
|
|
2108
|
-
port: int;
|
|
2109
|
-
priority: int;
|
|
2110
|
-
weight: int;
|
|
2111
|
-
}
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
export const SrvRecord: {
|
|
2115
|
-
new(): SrvRecord;
|
|
2116
|
-
};
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
export type SrvRecord = SrvRecord$instance;
|
|
2120
|
-
|
|
2121
|
-
export interface Stats$instance {
|
|
2122
|
-
readonly __tsonic_type_nodejs_Stats: never;
|
|
2123
|
-
|
|
2124
|
-
atime: DateTime;
|
|
2125
|
-
birthtime: DateTime;
|
|
2126
|
-
ctime: DateTime;
|
|
2127
|
-
isDirectory: boolean;
|
|
2128
|
-
isFile: boolean;
|
|
2129
|
-
mode: int;
|
|
2130
|
-
mtime: DateTime;
|
|
2131
|
-
size: long;
|
|
2132
|
-
IsBlockDevice(): boolean;
|
|
2133
|
-
IsCharacterDevice(): boolean;
|
|
2134
|
-
IsDirectory(): boolean;
|
|
2135
|
-
IsFIFO(): boolean;
|
|
2136
|
-
IsFile(): boolean;
|
|
2137
|
-
IsSocket(): boolean;
|
|
2138
|
-
IsSymbolicLink(): boolean;
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
export const Stats: {
|
|
2143
|
-
new(): Stats;
|
|
2144
|
-
};
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
export type Stats = Stats$instance;
|
|
2148
|
-
|
|
2149
|
-
export interface Stream$instance extends EventEmitter {
|
|
2150
|
-
readonly __tsonic_type_nodejs_Stream: never;
|
|
2151
|
-
|
|
2152
|
-
destroy(error?: Exception): void;
|
|
2153
|
-
pipe(destination: Stream, end?: boolean): Stream;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
export const Stream: {
|
|
2158
|
-
new(): Stream;
|
|
2159
|
-
};
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
export type Stream = Stream$instance;
|
|
2163
|
-
|
|
2164
|
-
export interface StreamPromises$instance {
|
|
2165
|
-
readonly __tsonic_type_nodejs_StreamPromises: never;
|
|
2166
|
-
|
|
2167
|
-
finished(streamValue: Stream): Task;
|
|
2168
|
-
pipeline(...streams: Stream[]): Task;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
export const StreamPromises: {
|
|
2173
|
-
new(): StreamPromises;
|
|
2174
|
-
};
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
export type StreamPromises = StreamPromises$instance;
|
|
2178
|
-
|
|
2179
|
-
export interface StringDecoder$instance {
|
|
2180
|
-
readonly __tsonic_type_nodejs_StringDecoder: never;
|
|
2181
|
-
|
|
2182
|
-
end(buffer?: byte[]): string;
|
|
2183
|
-
write(buffer: byte[]): string;
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
export const StringDecoder: {
|
|
2188
|
-
new(encoding: string): StringDecoder;
|
|
2189
|
-
};
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
export type StringDecoder = StringDecoder$instance;
|
|
2193
|
-
|
|
2194
|
-
export interface TcpSocketConnectOpts$instance {
|
|
2195
|
-
readonly __tsonic_type_nodejs_TcpSocketConnectOpts: never;
|
|
2196
|
-
|
|
2197
|
-
get family(): Nullable_1<System_Internal.Int32>;
|
|
2198
|
-
set family(value: Nullable_1<System_Internal.Int32> | int);
|
|
2199
|
-
get hints(): Nullable_1<System_Internal.Int32>;
|
|
2200
|
-
set hints(value: Nullable_1<System_Internal.Int32> | int);
|
|
2201
|
-
get host(): string | undefined;
|
|
2202
|
-
set host(value: string | undefined);
|
|
2203
|
-
get keepAlive(): Nullable_1<System_Internal.Boolean>;
|
|
2204
|
-
set keepAlive(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2205
|
-
get keepAliveInitialDelay(): Nullable_1<System_Internal.Int32>;
|
|
2206
|
-
set keepAliveInitialDelay(value: Nullable_1<System_Internal.Int32> | int);
|
|
2207
|
-
get localAddress(): string | undefined;
|
|
2208
|
-
set localAddress(value: string | undefined);
|
|
2209
|
-
get localPort(): Nullable_1<System_Internal.Int32>;
|
|
2210
|
-
set localPort(value: Nullable_1<System_Internal.Int32> | int);
|
|
2211
|
-
get noDelay(): Nullable_1<System_Internal.Boolean>;
|
|
2212
|
-
set noDelay(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2213
|
-
port: int;
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
export const TcpSocketConnectOpts: {
|
|
2218
|
-
new(): TcpSocketConnectOpts;
|
|
2219
|
-
};
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
export type TcpSocketConnectOpts = TcpSocketConnectOpts$instance;
|
|
2223
|
-
|
|
2224
|
-
export interface Timeout$instance {
|
|
2225
|
-
readonly __tsonic_type_nodejs_Timeout: never;
|
|
2226
|
-
|
|
2227
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
2228
|
-
|
|
2229
|
-
close(): void;
|
|
2230
|
-
Dispose(): void;
|
|
2231
|
-
hasRef(): boolean;
|
|
2232
|
-
ref(): Timeout;
|
|
2233
|
-
refresh(): Timeout;
|
|
2234
|
-
unref(): Timeout;
|
|
2235
|
-
}
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
export const Timeout: {
|
|
2239
|
-
};
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
export type Timeout = Timeout$instance;
|
|
2243
|
-
|
|
2244
|
-
export interface TimersPromises$instance {
|
|
2245
|
-
readonly __tsonic_type_nodejs_TimersPromises: never;
|
|
2246
|
-
|
|
2247
|
-
readonly scheduler: TimersScheduler;
|
|
2248
|
-
setImmediate(value?: unknown): Task_1<unknown | undefined>;
|
|
2249
|
-
setInterval(delay?: int, value?: unknown): IAsyncEnumerable_1<unknown | undefined>;
|
|
2250
|
-
setTimeout(delay?: int, value?: unknown): Task_1<unknown | undefined>;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
export const TimersPromises: {
|
|
2255
|
-
new(): TimersPromises;
|
|
2256
|
-
};
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
export type TimersPromises = TimersPromises$instance;
|
|
2260
|
-
|
|
2261
|
-
export interface TimersScheduler$instance {
|
|
2262
|
-
readonly __tsonic_type_nodejs_TimersScheduler: never;
|
|
2263
|
-
|
|
2264
|
-
wait(delay?: int): Task;
|
|
2265
|
-
yield(): Task;
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
export const TimersScheduler: {
|
|
2270
|
-
new(): TimersScheduler;
|
|
2271
|
-
};
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
export type TimersScheduler = TimersScheduler$instance;
|
|
2275
|
-
|
|
2276
|
-
export interface TlsaRecord$instance {
|
|
2277
|
-
readonly __tsonic_type_nodejs_TlsaRecord: never;
|
|
2278
|
-
|
|
2279
|
-
certUsage: int;
|
|
2280
|
-
data: byte[];
|
|
2281
|
-
match: int;
|
|
2282
|
-
selector: int;
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
export const TlsaRecord: {
|
|
2287
|
-
new(): TlsaRecord;
|
|
2288
|
-
};
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
export type TlsaRecord = TlsaRecord$instance;
|
|
2292
|
-
|
|
2293
|
-
export interface TLSCertificateInfo$instance {
|
|
2294
|
-
readonly __tsonic_type_nodejs_TLSCertificateInfo: never;
|
|
2295
|
-
|
|
2296
|
-
C: string;
|
|
2297
|
-
CN: string;
|
|
2298
|
-
L: string;
|
|
2299
|
-
O: string;
|
|
2300
|
-
OU: string;
|
|
2301
|
-
ST: string;
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
export const TLSCertificateInfo: {
|
|
2306
|
-
new(): TLSCertificateInfo;
|
|
2307
|
-
};
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
export type TLSCertificateInfo = TLSCertificateInfo$instance;
|
|
2311
|
-
|
|
2312
|
-
export interface TlsOptions$instance extends CommonConnectionOptions {
|
|
2313
|
-
readonly __tsonic_type_nodejs_TlsOptions: never;
|
|
2314
|
-
|
|
2315
|
-
get allowHalfOpen(): Nullable_1<System_Internal.Boolean>;
|
|
2316
|
-
set allowHalfOpen(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2317
|
-
get ca(): unknown | undefined;
|
|
2318
|
-
set ca(value: unknown | undefined);
|
|
2319
|
-
get cert(): unknown | undefined;
|
|
2320
|
-
set cert(value: unknown | undefined);
|
|
2321
|
-
get handshakeTimeout(): Nullable_1<System_Internal.Int32>;
|
|
2322
|
-
set handshakeTimeout(value: Nullable_1<System_Internal.Int32> | int);
|
|
2323
|
-
get key(): unknown | undefined;
|
|
2324
|
-
set key(value: unknown | undefined);
|
|
2325
|
-
get passphrase(): string | undefined;
|
|
2326
|
-
set passphrase(value: string | undefined);
|
|
2327
|
-
get pauseOnConnect(): Nullable_1<System_Internal.Boolean>;
|
|
2328
|
-
set pauseOnConnect(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2329
|
-
get sessionTimeout(): Nullable_1<System_Internal.Int32>;
|
|
2330
|
-
set sessionTimeout(value: Nullable_1<System_Internal.Int32> | int);
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
export const TlsOptions: {
|
|
2335
|
-
new(): TlsOptions;
|
|
2336
|
-
};
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
export type TlsOptions = TlsOptions$instance;
|
|
2340
|
-
|
|
2341
|
-
export interface TLSServer$instance extends Server {
|
|
2342
|
-
readonly __tsonic_type_nodejs_TLSServer: never;
|
|
2343
|
-
|
|
2344
|
-
addContext(hostname: string, context: unknown): void;
|
|
2345
|
-
getTicketKeys(): byte[];
|
|
2346
|
-
setSecureContext(options: SecureContextOptions): void;
|
|
2347
|
-
setTicketKeys(keys: byte[]): void;
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
export const TLSServer: {
|
|
2352
|
-
new(): TLSServer;
|
|
2353
|
-
new(secureConnectionListener: Action_1<TLSSocket>): TLSServer;
|
|
2354
|
-
new(options: TlsOptions, secureConnectionListener: Action_1<TLSSocket>): TLSServer;
|
|
2355
|
-
};
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
export type TLSServer = TLSServer$instance;
|
|
2359
|
-
|
|
2360
|
-
export interface TLSSocket$instance extends Socket {
|
|
2361
|
-
readonly __tsonic_type_nodejs_TLSSocket: never;
|
|
2362
|
-
|
|
2363
|
-
readonly alpnProtocol: string | undefined;
|
|
2364
|
-
readonly authorizationError: Exception | undefined;
|
|
2365
|
-
readonly authorized: boolean;
|
|
2366
|
-
readonly encrypted: boolean;
|
|
2367
|
-
disableRenegotiation(): void;
|
|
2368
|
-
enableTrace(): void;
|
|
2369
|
-
exportKeyingMaterial(length: int, label: string, context: byte[]): byte[];
|
|
2370
|
-
getCertificate(): PeerCertificate | undefined;
|
|
2371
|
-
getCipher(): CipherNameAndProtocol;
|
|
2372
|
-
getEphemeralKeyInfo(): EphemeralKeyInfo | undefined;
|
|
2373
|
-
getFinished(): byte[] | undefined;
|
|
2374
|
-
getPeerCertificate(detailed?: boolean): PeerCertificate | undefined;
|
|
2375
|
-
getPeerFinished(): byte[] | undefined;
|
|
2376
|
-
getPeerX509Certificate(): unknown | undefined;
|
|
2377
|
-
getProtocol(): string | undefined;
|
|
2378
|
-
getSession(): byte[] | undefined;
|
|
2379
|
-
getSharedSigalgs(): string[];
|
|
2380
|
-
getTLSTicket(): byte[] | undefined;
|
|
2381
|
-
getX509Certificate(): unknown | undefined;
|
|
2382
|
-
isSessionReused(): boolean;
|
|
2383
|
-
renegotiate(options: unknown, callback: Action_1<Exception>): boolean;
|
|
2384
|
-
setKeyCert(context: unknown): void;
|
|
2385
|
-
setMaxSendFragment(size: int): boolean;
|
|
2386
|
-
write(data: byte[], callback?: Action_1<Exception>): boolean;
|
|
2387
|
-
write(data: string, encoding?: string, callback?: Action_1<Exception>): boolean;
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
export const TLSSocket: {
|
|
2392
|
-
new(socket: Socket, options: TLSSocketOptions): TLSSocket;
|
|
2393
|
-
};
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
export type TLSSocket = TLSSocket$instance;
|
|
2397
|
-
|
|
2398
|
-
export interface TLSSocketOptions$instance extends CommonConnectionOptions {
|
|
2399
|
-
readonly __tsonic_type_nodejs_TLSSocketOptions: never;
|
|
2400
|
-
|
|
2401
|
-
get ca(): unknown | undefined;
|
|
2402
|
-
set ca(value: unknown | undefined);
|
|
2403
|
-
get cert(): unknown | undefined;
|
|
2404
|
-
set cert(value: unknown | undefined);
|
|
2405
|
-
get isServer(): Nullable_1<System_Internal.Boolean>;
|
|
2406
|
-
set isServer(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
2407
|
-
get key(): unknown | undefined;
|
|
2408
|
-
set key(value: unknown | undefined);
|
|
2409
|
-
get passphrase(): string | undefined;
|
|
2410
|
-
set passphrase(value: string | undefined);
|
|
2411
|
-
get server(): Server | undefined;
|
|
2412
|
-
set server(value: Server | undefined);
|
|
2413
|
-
get servername(): string | undefined;
|
|
2414
|
-
set servername(value: string | undefined);
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
export const TLSSocketOptions: {
|
|
2419
|
-
new(): TLSSocketOptions;
|
|
2420
|
-
};
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
export type TLSSocketOptions = TLSSocketOptions$instance;
|
|
2424
|
-
|
|
2425
|
-
export interface Transform$instance extends Duplex {
|
|
2426
|
-
readonly __tsonic_type_nodejs_Transform: never;
|
|
2427
|
-
|
|
2428
|
-
_flush(callback: Action_1<Exception>): void;
|
|
2429
|
-
_transform(chunk: unknown, encoding: string, callback: Action_2<Exception, unknown>): void;
|
|
2430
|
-
_write(chunk: unknown, encoding: string, callback: Action): void;
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
export const Transform: {
|
|
2435
|
-
new(): Transform;
|
|
2436
|
-
};
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
export type Transform = Transform$instance;
|
|
2440
|
-
|
|
2441
|
-
export interface URL$instance {
|
|
2442
|
-
readonly __tsonic_type_nodejs_URL: never;
|
|
2443
|
-
|
|
2444
|
-
hash: string;
|
|
2445
|
-
host: string;
|
|
2446
|
-
hostname: string;
|
|
2447
|
-
href: string;
|
|
2448
|
-
readonly origin: string;
|
|
2449
|
-
password: string;
|
|
2450
|
-
pathname: string;
|
|
2451
|
-
port: string;
|
|
2452
|
-
protocol: string;
|
|
2453
|
-
search: string;
|
|
2454
|
-
readonly searchParams: URLSearchParams;
|
|
2455
|
-
username: string;
|
|
2456
|
-
toJSON(): string;
|
|
2457
|
-
ToString(): string;
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
export const URL: {
|
|
2462
|
-
new(input: string, base: string): URL;
|
|
2463
|
-
canParse(input: string, base?: string): boolean;
|
|
2464
|
-
parse(input: string, base?: string): URL | undefined;
|
|
2465
|
-
};
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
export type URL = URL$instance;
|
|
2469
|
-
|
|
2470
|
-
export interface URLPattern$instance {
|
|
2471
|
-
readonly __tsonic_type_nodejs_URLPattern: never;
|
|
2472
|
-
|
|
2473
|
-
exec(input: string): Dictionary_2<System_Internal.String, System_Internal.String> | undefined;
|
|
2474
|
-
test(input: string): boolean;
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
export const URLPattern: {
|
|
2479
|
-
new(pattern: string): URLPattern;
|
|
2480
|
-
};
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
export type URLPattern = URLPattern$instance;
|
|
2484
|
-
|
|
2485
|
-
export interface URLSearchParams$instance {
|
|
2486
|
-
readonly __tsonic_type_nodejs_URLSearchParams: never;
|
|
2487
|
-
|
|
2488
|
-
readonly size: int;
|
|
2489
|
-
append(name: string, value: string): void;
|
|
2490
|
-
delete(name: string, value?: string): void;
|
|
2491
|
-
entries(): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
2492
|
-
forEach(callback: Action_2<System_Internal.String, System_Internal.String>): void;
|
|
2493
|
-
get(name: string): string | undefined;
|
|
2494
|
-
getAll(name: string): string[];
|
|
2495
|
-
has(name: string, value?: string): boolean;
|
|
2496
|
-
keys(): IEnumerable_1<System_Internal.String>;
|
|
2497
|
-
set(name: string, value: string): void;
|
|
2498
|
-
sort(): void;
|
|
2499
|
-
ToString(): string;
|
|
2500
|
-
values(): IEnumerable_1<System_Internal.String>;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
export const URLSearchParams: {
|
|
2505
|
-
new(init: string): URLSearchParams;
|
|
2506
|
-
};
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
export type URLSearchParams = URLSearchParams$instance;
|
|
2510
|
-
|
|
2511
|
-
export interface UserInfo$instance {
|
|
2512
|
-
readonly __tsonic_type_nodejs_UserInfo: never;
|
|
2513
|
-
|
|
2514
|
-
gid: int;
|
|
2515
|
-
homedir: string;
|
|
2516
|
-
get shell(): string | undefined;
|
|
2517
|
-
set shell(value: string | undefined);
|
|
2518
|
-
uid: int;
|
|
2519
|
-
username: string;
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
export const UserInfo: {
|
|
2524
|
-
new(): UserInfo;
|
|
2525
|
-
};
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
export type UserInfo = UserInfo$instance;
|
|
2529
|
-
|
|
2530
|
-
export interface Verify$instance extends Transform {
|
|
2531
|
-
readonly __tsonic_type_nodejs_Verify: never;
|
|
2532
|
-
|
|
2533
|
-
Dispose(): void;
|
|
2534
|
-
Finalize(): void;
|
|
2535
|
-
update(data: string, inputEncoding?: string): Verify;
|
|
2536
|
-
update(data: byte[]): Verify;
|
|
2537
|
-
verify(publicKey: string, signature: string, signatureEncoding?: string): boolean;
|
|
2538
|
-
verify(publicKey: string, signature: byte[]): boolean;
|
|
2539
|
-
verify(publicKey: unknown, signature: string, signatureEncoding?: string): boolean;
|
|
2540
|
-
verify(publicKey: unknown, signature: byte[]): boolean;
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
export const Verify: {
|
|
2545
|
-
};
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
export type Verify = Verify$instance;
|
|
2549
|
-
|
|
2550
|
-
export interface Writable$instance extends Stream {
|
|
2551
|
-
readonly __tsonic_type_nodejs_Writable: never;
|
|
2552
|
-
|
|
2553
|
-
destroyed: boolean;
|
|
2554
|
-
readonly writable: boolean;
|
|
2555
|
-
readonly writableCorked: boolean;
|
|
2556
|
-
readonly writableEnded: boolean;
|
|
2557
|
-
readonly writableLength: int;
|
|
2558
|
-
_final(callback: Action): void;
|
|
2559
|
-
_write(chunk: unknown, encoding: string, callback: Action): void;
|
|
2560
|
-
cork(): void;
|
|
2561
|
-
destroy(error?: Exception): void;
|
|
2562
|
-
end(chunk?: unknown, encoding?: string, callback?: Action): void;
|
|
2563
|
-
uncork(): void;
|
|
2564
|
-
write(chunk: unknown, encoding?: string, callback?: Action): boolean;
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
export const Writable: {
|
|
2569
|
-
new(): Writable;
|
|
2570
|
-
};
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
export type Writable = Writable$instance;
|
|
2574
|
-
|
|
2575
|
-
export interface X509CertificateInfo$instance {
|
|
2576
|
-
readonly __tsonic_type_nodejs_X509CertificateInfo: never;
|
|
2577
|
-
|
|
2578
|
-
readonly fingerprint: string;
|
|
2579
|
-
readonly fingerprint256: string;
|
|
2580
|
-
readonly fingerprint512: string;
|
|
2581
|
-
readonly issuer: string;
|
|
2582
|
-
readonly publicKey: byte[];
|
|
2583
|
-
readonly raw: byte[];
|
|
2584
|
-
readonly serialNumber: string;
|
|
2585
|
-
readonly subject: string;
|
|
2586
|
-
readonly validFrom: DateTime;
|
|
2587
|
-
readonly validTo: DateTime;
|
|
2588
|
-
checkEmail(email: string): string | undefined;
|
|
2589
|
-
checkHost(hostname: string): string | undefined;
|
|
2590
|
-
checkIP(ip: string): string | undefined;
|
|
2591
|
-
checkIssued(otherCert: X509CertificateInfo): string | undefined;
|
|
2592
|
-
toPEM(): string;
|
|
2593
|
-
ToString(): string;
|
|
2594
|
-
verify(issuerCert: X509CertificateInfo): boolean;
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
export const X509CertificateInfo: {
|
|
2599
|
-
};
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
export type X509CertificateInfo = X509CertificateInfo$instance;
|
|
2603
|
-
|
|
2604
|
-
export interface ZlibOptions$instance {
|
|
2605
|
-
readonly __tsonic_type_nodejs_ZlibOptions: never;
|
|
2606
|
-
|
|
2607
|
-
get chunkSize(): Nullable_1<System_Internal.Int32>;
|
|
2608
|
-
set chunkSize(value: Nullable_1<System_Internal.Int32> | int);
|
|
2609
|
-
get level(): Nullable_1<System_Internal.Int32>;
|
|
2610
|
-
set level(value: Nullable_1<System_Internal.Int32> | int);
|
|
2611
|
-
get maxOutputLength(): Nullable_1<System_Internal.Int32>;
|
|
2612
|
-
set maxOutputLength(value: Nullable_1<System_Internal.Int32> | int);
|
|
2613
|
-
get memLevel(): Nullable_1<System_Internal.Int32>;
|
|
2614
|
-
set memLevel(value: Nullable_1<System_Internal.Int32> | int);
|
|
2615
|
-
get strategy(): Nullable_1<System_Internal.Int32>;
|
|
2616
|
-
set strategy(value: Nullable_1<System_Internal.Int32> | int);
|
|
2617
|
-
get windowBits(): Nullable_1<System_Internal.Int32>;
|
|
2618
|
-
set windowBits(value: Nullable_1<System_Internal.Int32> | int);
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
export const ZlibOptions: {
|
|
2623
|
-
new(): ZlibOptions;
|
|
2624
|
-
};
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
export type ZlibOptions = ZlibOptions$instance;
|
|
2628
|
-
|
|
2629
|
-
export abstract class assert$instance {
|
|
2630
|
-
static deepEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2631
|
-
static deepStrictEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2632
|
-
static doesNotMatch(string: string, regexp: Regex, message?: string): void;
|
|
2633
|
-
static doesNotReject(fn: Func_1<Task>, message?: string): Task;
|
|
2634
|
-
static doesNotThrow(fn: Action, message?: string): void;
|
|
2635
|
-
static equal(actual: unknown, expected: unknown, message?: string): void;
|
|
2636
|
-
static fail(message?: string): void;
|
|
2637
|
-
static ifError(value: unknown): void;
|
|
2638
|
-
static match(string: string, regexp: Regex, message?: string): void;
|
|
2639
|
-
static notDeepEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2640
|
-
static notDeepStrictEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2641
|
-
static notEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2642
|
-
static notStrictEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2643
|
-
static ok(value: boolean, message?: string): void;
|
|
2644
|
-
static rejects(fn: Func_1<Task>, message?: string): Task;
|
|
2645
|
-
static strict(actual: unknown, expected: unknown, message?: string): void;
|
|
2646
|
-
static strictEqual(actual: unknown, expected: unknown, message?: string): void;
|
|
2647
|
-
static throws(fn: Action, message?: string): void;
|
|
2648
|
-
}
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
export type assert = assert$instance;
|
|
2652
|
-
|
|
2653
|
-
export abstract class buffer$instance {
|
|
2654
|
-
static INSPECT_MAX_BYTES: int;
|
|
2655
|
-
static readonly constants: BufferConstants;
|
|
2656
|
-
static readonly kMaxLength: int;
|
|
2657
|
-
static readonly kStringMaxLength: int;
|
|
2658
|
-
static atob(data: string): string;
|
|
2659
|
-
static btoa(data: string): string;
|
|
2660
|
-
static isAscii(value: Buffer): boolean;
|
|
2661
|
-
static isAscii(value: byte[]): boolean;
|
|
2662
|
-
static isUtf8(value: Buffer): boolean;
|
|
2663
|
-
static isUtf8(value: byte[]): boolean;
|
|
2664
|
-
static resolveObjectURL(id: string): unknown | undefined;
|
|
2665
|
-
static SlowBuffer(size: int): Buffer;
|
|
2666
|
-
static transcode(source: Buffer, fromEncoding: string, toEncoding: string): Buffer;
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
export type buffer = buffer$instance;
|
|
2671
|
-
|
|
2672
|
-
export abstract class Certificate$instance {
|
|
2673
|
-
static exportChallenge(spkac: byte[]): byte[];
|
|
2674
|
-
static exportChallenge(spkac: string): byte[];
|
|
2675
|
-
static exportPublicKey(spkac: byte[]): byte[];
|
|
2676
|
-
static exportPublicKey(spkac: string): byte[];
|
|
2677
|
-
static verifySpkac(spkac: byte[]): boolean;
|
|
2678
|
-
static verifySpkac(spkac: string): boolean;
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
export type Certificate = Certificate$instance;
|
|
2683
|
-
|
|
2684
|
-
export abstract class child_process$instance {
|
|
2685
|
-
static exec(command: string, options: ExecOptions, callback: Action_3<Exception, System_Internal.String, System_Internal.String>): void;
|
|
2686
|
-
static exec(command: string, callback: Action_3<Exception, System_Internal.String, System_Internal.String>): void;
|
|
2687
|
-
static execFile(file: string, args: string[], options: ExecOptions, callback: Action_3<Exception, System_Internal.String, System_Internal.String>): void;
|
|
2688
|
-
static execFileSync(file: string, args?: string[], options?: ExecOptions): unknown;
|
|
2689
|
-
static execSync(command: string, options: ExecOptions): unknown;
|
|
2690
|
-
static execSync(command: string): byte[];
|
|
2691
|
-
static fork(modulePath: string, args?: string[], options?: ExecOptions): ChildProcess;
|
|
2692
|
-
static spawn(command: string, args?: string[], options?: ExecOptions): ChildProcess;
|
|
2693
|
-
static spawnSync(command: string, args?: string[], options?: ExecOptions): SpawnSyncReturns_1<byte[]>;
|
|
2694
|
-
static spawnSyncString(command: string, args?: string[], options?: ExecOptions): SpawnSyncReturns_1<System_Internal.String>;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
export type child_process = child_process$instance;
|
|
2699
|
-
|
|
2700
|
-
export abstract class console$instance {
|
|
2701
|
-
static readonly Console: ConsoleConstructor;
|
|
2702
|
-
static assert(value: boolean, message?: string, ...optionalParams: unknown[]): void;
|
|
2703
|
-
static clear(): void;
|
|
2704
|
-
static count(label?: string): void;
|
|
2705
|
-
static countReset(label?: string): void;
|
|
2706
|
-
static debug(message?: unknown, ...optionalParams: unknown[]): void;
|
|
2707
|
-
static dir(obj: unknown, ...options: unknown[]): void;
|
|
2708
|
-
static dirxml(...data: unknown[]): void;
|
|
2709
|
-
static error(message?: unknown, ...optionalParams: unknown[]): void;
|
|
2710
|
-
static group(...label: unknown[]): void;
|
|
2711
|
-
static groupCollapsed(...label: unknown[]): void;
|
|
2712
|
-
static groupEnd(): void;
|
|
2713
|
-
static info(message?: unknown, ...optionalParams: unknown[]): void;
|
|
2714
|
-
static log(message?: unknown, ...optionalParams: unknown[]): void;
|
|
2715
|
-
static profile(label?: string): void;
|
|
2716
|
-
static profileEnd(label?: string): void;
|
|
2717
|
-
static table(tabularData: unknown, properties?: string[]): void;
|
|
2718
|
-
static time(label?: string): void;
|
|
2719
|
-
static timeEnd(label?: string): void;
|
|
2720
|
-
static timeLog(label?: string, ...data: unknown[]): void;
|
|
2721
|
-
static timeStamp(label?: string): void;
|
|
2722
|
-
static trace(message?: unknown, ...optionalParams: unknown[]): void;
|
|
2723
|
-
static warn(message?: unknown, ...optionalParams: unknown[]): void;
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
export type console = console$instance;
|
|
2728
|
-
|
|
2729
|
-
export abstract class crypto$instance {
|
|
2730
|
-
static createCipheriv(algorithm: string, key: byte[], iv: byte[]): Cipher;
|
|
2731
|
-
static createCipheriv(algorithm: string, key: string, iv: string): Cipher;
|
|
2732
|
-
static createDecipheriv(algorithm: string, key: byte[], iv: byte[]): Decipher;
|
|
2733
|
-
static createDecipheriv(algorithm: string, key: string, iv: string): Decipher;
|
|
2734
|
-
static createDiffieHellman(prime: byte[], generator: byte[]): DiffieHellman;
|
|
2735
|
-
static createDiffieHellman(prime: byte[], generator?: int): DiffieHellman;
|
|
2736
|
-
static createDiffieHellman(primeLength: int, generator?: int): DiffieHellman;
|
|
2737
|
-
static createDiffieHellman(prime: string, primeEncoding: string, generator?: int): DiffieHellman;
|
|
2738
|
-
static createDiffieHellman(prime: string, primeEncoding: string, generator: string, generatorEncoding: string): DiffieHellman;
|
|
2739
|
-
static createECDH(curveName: string): ECDH;
|
|
2740
|
-
static createHash(algorithm: string): Hash;
|
|
2741
|
-
static createHmac(algorithm: string, key: byte[]): Hmac;
|
|
2742
|
-
static createHmac(algorithm: string, key: string): Hmac;
|
|
2743
|
-
static createPrivateKey(key: byte[]): KeyObject;
|
|
2744
|
-
static createPrivateKey(key: string): KeyObject;
|
|
2745
|
-
static createPublicKey(key: KeyObject): KeyObject;
|
|
2746
|
-
static createPublicKey(key: byte[]): KeyObject;
|
|
2747
|
-
static createPublicKey(key: string): KeyObject;
|
|
2748
|
-
static createSecretKey(key: byte[]): KeyObject;
|
|
2749
|
-
static createSecretKey(key: string, encoding?: string): KeyObject;
|
|
2750
|
-
static createSign(algorithm: string): Sign;
|
|
2751
|
-
static createVerify(algorithm: string): Verify;
|
|
2752
|
-
static generateKey(type: string, options: unknown, callback: Action_2<Exception, KeyObject>): void;
|
|
2753
|
-
static generateKey(type: string, options: unknown): KeyObject;
|
|
2754
|
-
static generateKeyPair(type: string, options: unknown, callback: Action_3<Exception, unknown, unknown>): void;
|
|
2755
|
-
static generateKeyPairSync(type: string, options?: unknown): ValueTuple_2<KeyObject, KeyObject>;
|
|
2756
|
-
static getCiphers(): string[];
|
|
2757
|
-
static getCurves(): string[];
|
|
2758
|
-
static getDefaultCipherList(): string;
|
|
2759
|
-
static getDiffieHellman(groupName: string): DiffieHellman;
|
|
2760
|
-
static getFips(): boolean;
|
|
2761
|
-
static getHashes(): string[];
|
|
2762
|
-
static hash(algorithm: string, data: byte[], outputEncoding?: string): byte[];
|
|
2763
|
-
static hkdf(digest: string, ikm: byte[], salt: byte[], info: byte[], keylen: int, callback: Action_2<Exception, byte[]>): void;
|
|
2764
|
-
static hkdfSync(digest: string, ikm: byte[], salt: byte[], info: byte[], keylen: int): byte[];
|
|
2765
|
-
static pbkdf2(password: string, salt: string, iterations: int, keylen: int, digest: string, callback: Action_2<Exception, byte[]>): void;
|
|
2766
|
-
static pbkdf2Sync(password: byte[], salt: byte[], iterations: int, keylen: int, digest: string): byte[];
|
|
2767
|
-
static pbkdf2Sync(password: string, salt: string, iterations: int, keylen: int, digest: string): byte[];
|
|
2768
|
-
static privateDecrypt(key: unknown, buffer: byte[]): byte[];
|
|
2769
|
-
static privateDecrypt(key: string, buffer: byte[]): byte[];
|
|
2770
|
-
static privateEncrypt(key: unknown, buffer: byte[]): byte[];
|
|
2771
|
-
static privateEncrypt(key: string, buffer: byte[]): byte[];
|
|
2772
|
-
static publicDecrypt(key: unknown, buffer: byte[]): byte[];
|
|
2773
|
-
static publicDecrypt(key: string, buffer: byte[]): byte[];
|
|
2774
|
-
static publicEncrypt(key: unknown, buffer: byte[]): byte[];
|
|
2775
|
-
static publicEncrypt(key: string, buffer: byte[]): byte[];
|
|
2776
|
-
static randomBytes(size: int, callback: Action_2<Exception, byte[]>): void;
|
|
2777
|
-
static randomBytes(size: int): byte[];
|
|
2778
|
-
static randomFill(buffer: byte[], offset: int, size: int, callback: Action_2<Exception, byte[]>): void;
|
|
2779
|
-
static randomFillSync(buffer: byte[], offset?: int, size?: Nullable_1<System_Internal.Int32>): byte[];
|
|
2780
|
-
static randomInt(min: int, max: int): int;
|
|
2781
|
-
static randomInt(max: int): int;
|
|
2782
|
-
static randomUUID(): string;
|
|
2783
|
-
static scrypt(password: string, salt: string, keylen: int, options: unknown, callback: Action_2<Exception, byte[]>): void;
|
|
2784
|
-
static scryptSync(password: byte[], salt: byte[], keylen: int, options?: unknown): byte[];
|
|
2785
|
-
static scryptSync(password: string, salt: string, keylen: int, options?: unknown): byte[];
|
|
2786
|
-
static setDefaultEncoding(encoding: string): void;
|
|
2787
|
-
static setFips(enabled: boolean): void;
|
|
2788
|
-
static sign(algorithm: string, data: byte[], privateKey: KeyObject): byte[];
|
|
2789
|
-
static sign(algorithm: string, data: byte[], privateKey: string): byte[];
|
|
2790
|
-
static timingSafeEqual(a: byte[], b: byte[]): boolean;
|
|
2791
|
-
static verify(algorithm: string, data: byte[], publicKey: KeyObject, signature: byte[]): boolean;
|
|
2792
|
-
static verify(algorithm: string, data: byte[], publicKey: string, signature: byte[]): boolean;
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
export type crypto = crypto$instance;
|
|
2797
|
-
|
|
2798
|
-
export abstract class dgram$instance {
|
|
2799
|
-
static createSocket(options: SocketOptions, callback?: Action_2<byte[], RemoteInfo>): DgramSocket;
|
|
2800
|
-
static createSocket(type: string, callback?: Action_2<byte[], RemoteInfo>): DgramSocket;
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
export type dgram = dgram$instance;
|
|
2805
|
-
|
|
2806
|
-
export abstract class dns$instance {
|
|
2807
|
-
static readonly ADDRCONFIG: int;
|
|
2808
|
-
static readonly V4MAPPED: int;
|
|
2809
|
-
static readonly ALL: int;
|
|
2810
|
-
static readonly NODATA: string;
|
|
2811
|
-
static readonly FORMERR: string;
|
|
2812
|
-
static readonly SERVFAIL: string;
|
|
2813
|
-
static readonly NOTFOUND: string;
|
|
2814
|
-
static readonly NOTIMP: string;
|
|
2815
|
-
static readonly REFUSED: string;
|
|
2816
|
-
static readonly BADQUERY: string;
|
|
2817
|
-
static readonly BADNAME: string;
|
|
2818
|
-
static readonly BADFAMILY: string;
|
|
2819
|
-
static readonly BADRESP: string;
|
|
2820
|
-
static readonly CONNREFUSED: string;
|
|
2821
|
-
static readonly TIMEOUT: string;
|
|
2822
|
-
static readonly EOF: string;
|
|
2823
|
-
static readonly FILE: string;
|
|
2824
|
-
static readonly NOMEM: string;
|
|
2825
|
-
static readonly DESTRUCTION: string;
|
|
2826
|
-
static readonly BADSTR: string;
|
|
2827
|
-
static readonly BADFLAGS: string;
|
|
2828
|
-
static readonly NONAME: string;
|
|
2829
|
-
static readonly BADHINTS: string;
|
|
2830
|
-
static readonly NOTINITIALIZED: string;
|
|
2831
|
-
static readonly LOADIPHLPAPI: string;
|
|
2832
|
-
static readonly ADDRGETNETWORKPARAMS: string;
|
|
2833
|
-
static readonly CANCELLED: string;
|
|
2834
|
-
static readonly promises: DnsPromises;
|
|
2835
|
-
static getDefaultResultOrder(): string;
|
|
2836
|
-
static getServers(): string[];
|
|
2837
|
-
static lookup(hostname: string, options: LookupOptions, callback: Action_2<Exception, LookupAddress[]>): void;
|
|
2838
|
-
static lookup(hostname: string, options: LookupOptions, callback: Action_3<Exception, System_Internal.String, System_Internal.Int32>): void;
|
|
2839
|
-
static lookup(hostname: string, callback: Action_3<Exception, System_Internal.String, System_Internal.Int32>): void;
|
|
2840
|
-
static lookup(hostname: string, family: int, callback: Action_3<Exception, System_Internal.String, System_Internal.Int32>): void;
|
|
2841
|
-
static lookupService(address: string, port: int, callback: Action_3<Exception, System_Internal.String, System_Internal.String>): void;
|
|
2842
|
-
static resolve(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
2843
|
-
static resolve(hostname: string, rrtype: string, callback: Action_2<Exception, unknown>): void;
|
|
2844
|
-
static resolve4(hostname: string, options: ResolveOptions, callback: Action_2<Exception, unknown>): void;
|
|
2845
|
-
static resolve4(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
2846
|
-
static resolve6(hostname: string, options: ResolveOptions, callback: Action_2<Exception, unknown>): void;
|
|
2847
|
-
static resolve6(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
2848
|
-
static resolveAny(hostname: string, callback: Action_2<Exception, unknown[]>): void;
|
|
2849
|
-
static resolveCaa(hostname: string, callback: Action_2<Exception, CaaRecord[]>): void;
|
|
2850
|
-
static resolveCname(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
2851
|
-
static resolveMx(hostname: string, callback: Action_2<Exception, MxRecord[]>): void;
|
|
2852
|
-
static resolveNaptr(hostname: string, callback: Action_2<Exception, NaptrRecord[]>): void;
|
|
2853
|
-
static resolveNs(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
2854
|
-
static resolvePtr(hostname: string, callback: Action_2<Exception, string[]>): void;
|
|
2855
|
-
static resolveSoa(hostname: string, callback: Action_2<Exception, SoaRecord>): void;
|
|
2856
|
-
static resolveSrv(hostname: string, callback: Action_2<Exception, SrvRecord[]>): void;
|
|
2857
|
-
static resolveTlsa(hostname: string, callback: Action_2<Exception, TlsaRecord[]>): void;
|
|
2858
|
-
static resolveTxt(hostname: string, callback: Action_2<Exception, string[][]>): void;
|
|
2859
|
-
static reverse(ip: string, callback: Action_2<Exception, string[]>): void;
|
|
2860
|
-
static setDefaultResultOrder(order: string): void;
|
|
2861
|
-
static setServers(servers: string[]): void;
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
export type dns = dns$instance;
|
|
2866
|
-
|
|
2867
|
-
export abstract class events$instance {
|
|
2868
|
-
static readonly captureRejectionSymbol: string;
|
|
2869
|
-
static captureRejections: boolean;
|
|
2870
|
-
static defaultMaxListeners: int;
|
|
2871
|
-
static readonly errorMonitor: string;
|
|
2872
|
-
static addAbortListener(signal: unknown, listener: Action): Action;
|
|
2873
|
-
static getEventListeners(emitter: EventEmitter, eventName: string): Function[];
|
|
2874
|
-
static getMaxListeners(emitter: EventEmitter): int;
|
|
2875
|
-
static listenerCount(emitter: EventEmitter, eventName: string): int;
|
|
2876
|
-
static on(emitter: EventEmitter, eventName: string): IAsyncEnumerable_1<(unknown | undefined)[]>;
|
|
2877
|
-
static once(emitter: EventEmitter, eventName: string): Task_1<(unknown | undefined)[]>;
|
|
2878
|
-
static setMaxListeners(n: int, ...emitters: EventEmitter[]): void;
|
|
2879
|
-
}
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
export type events = events$instance;
|
|
2883
|
-
|
|
2884
|
-
export abstract class fs$instance {
|
|
2885
|
-
static readonly promises: FsPromises;
|
|
2886
|
-
static access(path: string, mode?: int): Task;
|
|
2887
|
-
static accessSync(path: string, mode?: int): void;
|
|
2888
|
-
static appendFile(path: string, data: string, encoding?: string): Task;
|
|
2889
|
-
static appendFileSync(path: string, data: string, encoding?: string): void;
|
|
2890
|
-
static chmod(path: string, mode: int): Task;
|
|
2891
|
-
static chmodSync(path: string, mode: int): void;
|
|
2892
|
-
static close(fd: int): Task;
|
|
2893
|
-
static closeSync(fd: int): void;
|
|
2894
|
-
static copyFile(src: string, dest: string, mode?: int): Task;
|
|
2895
|
-
static copyFileSync(src: string, dest: string, mode?: int): void;
|
|
2896
|
-
static cp(src: string, dest: string, recursive?: boolean): Task;
|
|
2897
|
-
static cpSync(src: string, dest: string, recursive?: boolean): void;
|
|
2898
|
-
static existsSync(path: string): boolean;
|
|
2899
|
-
static fstat(fd: int): Task_1<Stats>;
|
|
2900
|
-
static fstatSync(fd: int): Stats;
|
|
2901
|
-
static mkdir(path: string, options: MkdirOptions): Task;
|
|
2902
|
-
static mkdir(path: string, recursive?: boolean): Task;
|
|
2903
|
-
static mkdir(path: string, options: unknown): Task;
|
|
2904
|
-
static mkdirSync(path: string, options: MkdirOptions): void;
|
|
2905
|
-
static mkdirSync(path: string, recursive?: boolean): void;
|
|
2906
|
-
static mkdirSync(path: string, options: unknown): void;
|
|
2907
|
-
static open(path: string, flags: string, mode?: Nullable_1<System_Internal.Int32>): Task_1<System_Internal.Int32>;
|
|
2908
|
-
static openSync(path: string, flags: string, mode?: Nullable_1<System_Internal.Int32>): int;
|
|
2909
|
-
static read(fd: int, buffer: byte[], offset: int, length: int, position: Nullable_1<System_Internal.Int32>): Task_1<System_Internal.Int32>;
|
|
2910
|
-
static readdir(path: string, withFileTypes?: boolean): Task_1<string[]>;
|
|
2911
|
-
static readdirSync(path: string, withFileTypes?: boolean): string[];
|
|
2912
|
-
static readFile(path: string, encoding?: string): Task_1<System_Internal.String>;
|
|
2913
|
-
static readFileBytes(path: string): Task_1<byte[]>;
|
|
2914
|
-
static readFileSync(path: string, encoding?: string): string;
|
|
2915
|
-
static readFileSyncBytes(path: string): byte[];
|
|
2916
|
-
static readlink(path: string): Task_1<System_Internal.String>;
|
|
2917
|
-
static readlinkSync(path: string): string;
|
|
2918
|
-
static readSync(fd: int, buffer: byte[], offset: int, length: int, position: Nullable_1<System_Internal.Int32>): int;
|
|
2919
|
-
static realpath(path: string): Task_1<System_Internal.String>;
|
|
2920
|
-
static realpathSync(path: string): string;
|
|
2921
|
-
static rename(oldPath: string, newPath: string): Task;
|
|
2922
|
-
static renameSync(oldPath: string, newPath: string): void;
|
|
2923
|
-
static rm(path: string, recursive?: boolean): Task;
|
|
2924
|
-
static rmdir(path: string, recursive?: boolean): Task;
|
|
2925
|
-
static rmdirSync(path: string, recursive?: boolean): void;
|
|
2926
|
-
static rmSync(path: string, recursive?: boolean): void;
|
|
2927
|
-
static stat(path: string): Task_1<Stats>;
|
|
2928
|
-
static statSync(path: string): Stats;
|
|
2929
|
-
static symlink(target: string, path: string, type?: string): Task;
|
|
2930
|
-
static symlinkSync(target: string, path: string, type?: string): void;
|
|
2931
|
-
static truncate(path: string, len?: long): Task;
|
|
2932
|
-
static truncateSync(path: string, len?: long): void;
|
|
2933
|
-
static unlink(path: string): Task;
|
|
2934
|
-
static unlinkSync(path: string): void;
|
|
2935
|
-
static write(fd: int, buffer: byte[], offset: int, length: int, position: Nullable_1<System_Internal.Int32>): Task_1<System_Internal.Int32>;
|
|
2936
|
-
static write(fd: int, data: string, position?: Nullable_1<System_Internal.Int32>, encoding?: string): Task_1<System_Internal.Int32>;
|
|
2937
|
-
static writeFile(path: string, data: string, encoding?: string): Task;
|
|
2938
|
-
static writeFileBytes(path: string, data: byte[]): Task;
|
|
2939
|
-
static writeFileSync(path: string, data: string, encoding?: string): void;
|
|
2940
|
-
static writeFileSyncBytes(path: string, data: byte[]): void;
|
|
2941
|
-
static writeSync(fd: int, buffer: byte[], offset: int, length: int, position: Nullable_1<System_Internal.Int32>): int;
|
|
2942
|
-
static writeSync(fd: int, data: string, position?: Nullable_1<System_Internal.Int32>, encoding?: string): int;
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
export type fs = fs$instance;
|
|
2947
|
-
|
|
2948
|
-
export abstract class net$instance {
|
|
2949
|
-
static connect(options: TcpSocketConnectOpts, connectionListener?: Action): Socket;
|
|
2950
|
-
static connect(port: int, host?: string, connectionListener?: Action): Socket;
|
|
2951
|
-
static connect(path: string, connectionListener?: Action): Socket;
|
|
2952
|
-
static createConnection(options: TcpSocketConnectOpts, connectionListener?: Action): Socket;
|
|
2953
|
-
static createConnection(port: int, host?: string, connectionListener?: Action): Socket;
|
|
2954
|
-
static createConnection(path: string, connectionListener?: Action): Socket;
|
|
2955
|
-
static createServer(options: ServerOpts, connectionListener?: Action_1<Socket>): Server;
|
|
2956
|
-
static createServer(connectionListener?: Action_1<Socket>): Server;
|
|
2957
|
-
static getDefaultAutoSelectFamily(): boolean;
|
|
2958
|
-
static getDefaultAutoSelectFamilyAttemptTimeout(): int;
|
|
2959
|
-
static isIP(input: string): int;
|
|
2960
|
-
static isIPv4(input: string): boolean;
|
|
2961
|
-
static isIPv6(input: string): boolean;
|
|
2962
|
-
static setDefaultAutoSelectFamily(value: boolean): void;
|
|
2963
|
-
static setDefaultAutoSelectFamilyAttemptTimeout(value: int): void;
|
|
2964
|
-
}
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
export type net = net$instance;
|
|
2968
|
-
|
|
2969
|
-
export abstract class os$instance {
|
|
2970
|
-
static readonly devNull: string;
|
|
2971
|
-
static readonly EOL: string;
|
|
2972
|
-
static arch(): string;
|
|
2973
|
-
static availableParallelism(): int;
|
|
2974
|
-
static cpus(): CpuInfo[];
|
|
2975
|
-
static endianness(): string;
|
|
2976
|
-
static freemem(): long;
|
|
2977
|
-
static homedir(): string;
|
|
2978
|
-
static hostname(): string;
|
|
2979
|
-
static loadavg(): double[];
|
|
2980
|
-
static machine(): string;
|
|
2981
|
-
static platform(): string;
|
|
2982
|
-
static release(): string;
|
|
2983
|
-
static tmpdir(): string;
|
|
2984
|
-
static totalmem(): long;
|
|
2985
|
-
static type(): string;
|
|
2986
|
-
static uptime(): long;
|
|
2987
|
-
static userInfo(): UserInfo;
|
|
2988
|
-
static version(): string;
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
export type os = os$instance;
|
|
2993
|
-
|
|
2994
|
-
export abstract class path$instance {
|
|
2995
|
-
static readonly sep: string;
|
|
2996
|
-
static readonly delimiter: string;
|
|
2997
|
-
static readonly posix: PathModule;
|
|
2998
|
-
static readonly win32: PathModule;
|
|
2999
|
-
static basename(path: string, suffix?: string): string;
|
|
3000
|
-
static dirname(path: string): string;
|
|
3001
|
-
static extname(path: string): string;
|
|
3002
|
-
static format(pathObject: ParsedPath): string;
|
|
3003
|
-
static isAbsolute(path: string): boolean;
|
|
3004
|
-
static join(...paths: string[]): string;
|
|
3005
|
-
static matchesGlob(path: string, pattern: string): boolean;
|
|
3006
|
-
static normalize(path: string): string;
|
|
3007
|
-
static parse(path: string): ParsedPath;
|
|
3008
|
-
static relative(from: string, to: string): string;
|
|
3009
|
-
static resolve(...paths: string[]): string;
|
|
3010
|
-
static toNamespacedPath(path: string): string;
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
export type path = path$instance;
|
|
3015
|
-
|
|
3016
|
-
export abstract class performance$instance {
|
|
3017
|
-
static clearMarks(name?: string): void;
|
|
3018
|
-
static clearMeasures(name?: string): void;
|
|
3019
|
-
static getEntries(): PerformanceEntry[];
|
|
3020
|
-
static getEntriesByName(name: string, type?: string): PerformanceEntry[];
|
|
3021
|
-
static getEntriesByType(type: string): PerformanceEntry[];
|
|
3022
|
-
static mark(name: string, options?: MarkOptions): PerformanceMark;
|
|
3023
|
-
static measure(name: string, startOrOptions?: unknown, endMark?: string): PerformanceMeasure;
|
|
3024
|
-
static now(): double;
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
export type performance = performance$instance;
|
|
3029
|
-
|
|
3030
|
-
export abstract class process$instance {
|
|
3031
|
-
static readonly arch: string;
|
|
3032
|
-
static argv: string[];
|
|
3033
|
-
static argv0: string;
|
|
3034
|
-
static readonly env: ProcessEnv;
|
|
3035
|
-
static readonly execPath: string;
|
|
3036
|
-
static get exitCode(): Nullable_1<System_Internal.Int32>;
|
|
3037
|
-
static set exitCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3038
|
-
static readonly pid: int;
|
|
3039
|
-
static readonly ppid: int;
|
|
3040
|
-
static readonly platform: string;
|
|
3041
|
-
static readonly version: string;
|
|
3042
|
-
static readonly versions: ProcessVersions;
|
|
3043
|
-
static chdir(directory: string): void;
|
|
3044
|
-
static cwd(): string;
|
|
3045
|
-
static exit(code?: Nullable_1<System_Internal.Int32>): void;
|
|
3046
|
-
static kill(pid: int, signal?: unknown): boolean;
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
export type process = process$instance;
|
|
3051
|
-
|
|
3052
|
-
export abstract class querystring$instance {
|
|
3053
|
-
static decode(str: string, sep?: string, eq?: string, maxKeys?: int): Dictionary_2<System_Internal.String, unknown>;
|
|
3054
|
-
static encode(obj: Dictionary_2<System_Internal.String, unknown>, sep?: string, eq?: string): string;
|
|
3055
|
-
static escape(str: string): string;
|
|
3056
|
-
static parse(str: string, sep?: string, eq?: string, maxKeys?: int): Dictionary_2<System_Internal.String, unknown>;
|
|
3057
|
-
static stringify(obj: Dictionary_2<System_Internal.String, unknown>, sep?: string, eq?: string): string;
|
|
3058
|
-
static unescape(str: string): string;
|
|
3059
|
-
}
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
export type querystring = querystring$instance;
|
|
3063
|
-
|
|
3064
|
-
export abstract class readline$instance {
|
|
3065
|
-
static readonly promises: ReadlinePromises;
|
|
3066
|
-
static clearLine(stream: Writable, dir: int, callback?: Action): boolean;
|
|
3067
|
-
static clearScreenDown(stream: Writable, callback?: Action): boolean;
|
|
3068
|
-
static createAsyncIterator(input: Readable, options?: InterfaceOptions): IAsyncEnumerable_1<System_Internal.String>;
|
|
3069
|
-
static createInterface(options: InterfaceOptions): Interface;
|
|
3070
|
-
static createInterface(input: Readable, output?: Writable): Interface;
|
|
3071
|
-
static cursorTo(stream: Writable, x: int, y?: Nullable_1<System_Internal.Int32>, callback?: Action): boolean;
|
|
3072
|
-
static emitKeypressEvents(stream: Readable, rl?: Interface): void;
|
|
3073
|
-
static moveCursor(stream: Writable, dx: int, dy: int, callback?: Action): boolean;
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
export type readline = readline$instance;
|
|
3078
|
-
|
|
3079
|
-
export abstract class stream$instance {
|
|
3080
|
-
static readonly promises: StreamPromises;
|
|
3081
|
-
static finished(stream: Stream, callback: Action_1<Exception>): void;
|
|
3082
|
-
static finished(stream: Stream): Task;
|
|
3083
|
-
static pipeline(...streams: unknown[]): void;
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
export type stream = stream$instance;
|
|
3088
|
-
|
|
3089
|
-
export abstract class timers$instance {
|
|
3090
|
-
static readonly promises: TimersPromises;
|
|
3091
|
-
static clearImmediate(immediate: Immediate): void;
|
|
3092
|
-
static clearInterval(timeout: Timeout): void;
|
|
3093
|
-
static clearTimeout(timeout: Timeout): void;
|
|
3094
|
-
static queueMicrotask(callback: Action): void;
|
|
3095
|
-
static setImmediate(callback: Action): Immediate;
|
|
3096
|
-
static setInterval(callback: Action, delay?: int): Timeout;
|
|
3097
|
-
static setTimeout(callback: Action, delay?: int): Timeout;
|
|
3098
|
-
}
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
export type timers = timers$instance;
|
|
3102
|
-
|
|
3103
|
-
export abstract class tls$instance {
|
|
3104
|
-
static readonly CLIENT_RENEG_LIMIT: int;
|
|
3105
|
-
static readonly CLIENT_RENEG_WINDOW: int;
|
|
3106
|
-
static DEFAULT_ECDH_CURVE: string;
|
|
3107
|
-
static DEFAULT_MAX_VERSION: string;
|
|
3108
|
-
static DEFAULT_MIN_VERSION: string;
|
|
3109
|
-
static DEFAULT_CIPHERS: string;
|
|
3110
|
-
static readonly rootCertificates: string[];
|
|
3111
|
-
static checkServerIdentity(hostname: string, cert: PeerCertificate): Exception | undefined;
|
|
3112
|
-
static connect(options: ConnectionOptions, secureConnectListener?: Action): TLSSocket;
|
|
3113
|
-
static connect(port: int, options?: ConnectionOptions, secureConnectListener?: Action): TLSSocket;
|
|
3114
|
-
static connect(port: int, host?: string, options?: ConnectionOptions, secureConnectListener?: Action): TLSSocket;
|
|
3115
|
-
static createSecureContext(options?: SecureContextOptions): SecureContext;
|
|
3116
|
-
static createServer(options: TlsOptions, secureConnectionListener?: Action_1<TLSSocket>): TLSServer;
|
|
3117
|
-
static createServer(secureConnectionListener?: Action_1<TLSSocket>): TLSServer;
|
|
3118
|
-
static getCACertificates(type?: string): string[];
|
|
3119
|
-
static getCiphers(): string[];
|
|
3120
|
-
static setDefaultCACertificates(certs: string[]): void;
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
export type tls = tls$instance;
|
|
3125
|
-
|
|
3126
|
-
export abstract class url$instance {
|
|
3127
|
-
static domainToASCII(domain: string): string;
|
|
3128
|
-
static domainToUnicode(domain: string): string;
|
|
3129
|
-
static fileURLToPath(fileUrl: URL): string;
|
|
3130
|
-
static fileURLToPath(fileUrl: string): string;
|
|
3131
|
-
static fileURLToPathBuffer(fileUrl: URL): Buffer;
|
|
3132
|
-
static fileURLToPathBuffer(fileUrl: string): Buffer;
|
|
3133
|
-
static format(input: unknown): string;
|
|
3134
|
-
static parse(input: string): URL | undefined;
|
|
3135
|
-
static pathToFileURL(filePath: string): URL;
|
|
3136
|
-
static resolve(from: string, to: string): string;
|
|
3137
|
-
static urlToHttpOptions(input: URL): Dictionary_2<System_Internal.String, unknown | undefined>;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
export type url = url$instance;
|
|
3142
|
-
|
|
3143
|
-
export abstract class util$instance {
|
|
3144
|
-
static debuglog(section: string): DebugLogFunction;
|
|
3145
|
-
static deprecate<TResult>(fn: Func_1<TResult>, msg: string, code?: string): Func_1<TResult>;
|
|
3146
|
-
static deprecate(action: Action, msg: string, code?: string): Action;
|
|
3147
|
-
static format(format: unknown, ...args: unknown[]): string;
|
|
3148
|
-
static formatWithOptions(inspectOptions: unknown, formatValue: unknown, ...args: unknown[]): string;
|
|
3149
|
-
static inherits(constructor: unknown, superConstructor: unknown): void;
|
|
3150
|
-
static inspect(obj: unknown): string;
|
|
3151
|
-
static isArray(obj: unknown): boolean;
|
|
3152
|
-
static isDeepStrictEqual(val1: unknown, val2: unknown): boolean;
|
|
3153
|
-
static stripVTControlCharacters(input: string): string;
|
|
3154
|
-
static toUSVString(input: string): string;
|
|
3155
|
-
}
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
export type util = util$instance;
|
|
3159
|
-
|
|
3160
|
-
export abstract class X509CertificateExtensions$instance {
|
|
3161
|
-
static ParseCertificate(certificate: byte[]): X509CertificateInfo;
|
|
3162
|
-
static ParseCertificate(certificate: string): X509CertificateInfo;
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
export type X509CertificateExtensions = X509CertificateExtensions$instance;
|
|
3167
|
-
|
|
3168
|
-
export abstract class zlib$instance {
|
|
3169
|
-
static brotliCompressSync(buffer: byte[], options?: BrotliOptions): byte[];
|
|
3170
|
-
static brotliDecompressSync(buffer: byte[], options?: BrotliOptions): byte[];
|
|
3171
|
-
static crc32(data: byte[], value?: uint): uint;
|
|
3172
|
-
static crc32(data: string, value?: uint): uint;
|
|
3173
|
-
static deflateRawSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3174
|
-
static deflateSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3175
|
-
static gunzipSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3176
|
-
static gzipSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3177
|
-
static inflateRawSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3178
|
-
static inflateSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3179
|
-
static unzipSync(buffer: byte[], options?: ZlibOptions): byte[];
|
|
3180
|
-
}
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
export type zlib = zlib$instance;
|
|
3184
|
-
|