@lazycatcloud/sdk 0.1.499 → 0.1.500
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/dist/common/box.d.ts +640 -600
- package/dist/common/box.d.ts.map +1 -1
- package/dist/common/file_handler.d.ts +1024 -960
- package/dist/common/file_handler.d.ts.map +1 -1
- package/dist/common/filetrans.d.ts +2688 -2520
- package/dist/common/filetrans.d.ts.map +1 -1
- package/dist/common/iscsi.d.ts +192 -180
- package/dist/common/iscsi.d.ts.map +1 -1
- package/dist/common/media_meta.d.ts +64 -60
- package/dist/common/media_meta.d.ts.map +1 -1
- package/dist/common/message.d.ts +448 -420
- package/dist/common/message.d.ts.map +1 -1
- package/dist/common/peripheral_device.d.ts +384 -360
- package/dist/common/peripheral_device.d.ts.map +1 -1
- package/dist/google/protobuf/timestamp.d.ts +64 -60
- package/dist/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/localdevice/client.d.ts +64 -60
- package/dist/localdevice/client.d.ts.map +1 -1
- package/dist/localdevice/contacts.d.ts +64 -60
- package/dist/localdevice/contacts.d.ts.map +1 -1
- package/dist/localdevice/photo.d.ts +256 -240
- package/dist/localdevice/photo.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/dist/sys/btrfs.d.ts +192 -180
- package/dist/sys/btrfs.d.ts.map +1 -1
- package/dist/sys/hal.d.ts +128 -120
- package/dist/sys/hal.d.ts.map +1 -1
- package/dist/sys/ingress.d.ts +64 -60
- package/dist/sys/ingress.d.ts.map +1 -1
- package/dist/sys/network_manager.d.ts +192 -180
- package/dist/sys/network_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.d.ts +9488 -8714
- package/dist/sys/package_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.js +133 -8
- package/dist/sys/package_manager.js.map +1 -1
- package/dist/sys/stats/cgroup_metrics.d.ts +8768 -8220
- package/dist/sys/stats/cgroup_metrics.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/google/protobuf/descriptor.d.ts +0 -112550
- package/dist/google/protobuf/descriptor.d.ts.map +0 -1
- package/dist/localdevice/clipboard.d.ts +0 -137
- package/dist/localdevice/clipboard.d.ts.map +0 -1
- package/dist/localdevice/clipboard.js +0 -433
- package/dist/localdevice/clipboard.js.map +0 -1
- package/dist/sys/OS_snapshot.d.ts +0 -585
- package/dist/sys/OS_snapshot.d.ts.map +0 -1
- package/dist/sys/OS_snapshot.js +0 -1543
- package/dist/sys/OS_snapshot.js.map +0 -1
- package/dist/sys/OS_upgrader.d.ts +0 -202
- package/dist/sys/OS_upgrader.d.ts.map +0 -1
- package/dist/sys/OS_upgrader.js +0 -639
- package/dist/sys/OS_upgrader.js.map +0 -1
- package/dist/sys/hc-core/hc-core.d.ts +0 -691
- package/dist/sys/hc-core/hc-core.d.ts.map +0 -1
- package/dist/sys/hc-core/hc-core.js +0 -1484
- package/dist/sys/hc-core/hc-core.js.map +0 -1
- package/dist/sys/installer.d.ts +0 -277
- package/dist/sys/installer.d.ts.map +0 -1
- package/dist/sys/installer.js +0 -796
- package/dist/sys/installer.js.map +0 -1
- package/dist/sys/osupgrader.d.ts +0 -256
- package/dist/sys/osupgrader.d.ts.map +0 -1
- package/dist/sys/osupgrader.js +0 -536
- package/dist/sys/osupgrader.js.map +0 -1
- package/dist/sys/portal-server/portal-server.d.ts +0 -947
- package/dist/sys/portal-server/portal-server.d.ts.map +0 -1
- package/dist/sys/portal-server/portal-server.js +0 -2756
- package/dist/sys/portal-server/portal-server.js.map +0 -1
- package/dist/sys/snapd.d.ts +0 -343
- package/dist/sys/snapd.d.ts.map +0 -1
- package/dist/sys/snapd.js +0 -798
- package/dist/sys/snapd.js.map +0 -1
package/dist/common/box.d.ts
CHANGED
|
@@ -145,40 +145,41 @@ export declare const BoxInfo: {
|
|
|
145
145
|
high: number;
|
|
146
146
|
low: number;
|
|
147
147
|
unsigned: boolean;
|
|
148
|
-
add: (addend:
|
|
149
|
-
and: (other:
|
|
150
|
-
compare: (other:
|
|
151
|
-
comp: (other:
|
|
152
|
-
divide: (divisor:
|
|
153
|
-
div: (divisor:
|
|
154
|
-
equals: (other:
|
|
155
|
-
eq: (other:
|
|
148
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
149
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
150
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
151
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
152
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
153
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
154
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
155
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
156
156
|
getHighBits: () => number;
|
|
157
157
|
getHighBitsUnsigned: () => number;
|
|
158
158
|
getLowBits: () => number;
|
|
159
159
|
getLowBitsUnsigned: () => number;
|
|
160
160
|
getNumBitsAbs: () => number;
|
|
161
|
-
greaterThan: (other:
|
|
162
|
-
gt: (other:
|
|
163
|
-
greaterThanOrEqual: (other:
|
|
164
|
-
gte: (other:
|
|
165
|
-
ge: (other:
|
|
161
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
162
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
163
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
164
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
165
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
166
166
|
isEven: () => boolean;
|
|
167
167
|
isNegative: () => boolean;
|
|
168
168
|
isOdd: () => boolean;
|
|
169
169
|
isPositive: () => boolean;
|
|
170
|
+
isSafeInteger: () => boolean;
|
|
170
171
|
isZero: () => boolean;
|
|
171
172
|
eqz: () => boolean;
|
|
172
|
-
lessThan: (other:
|
|
173
|
-
lt: (other:
|
|
174
|
-
lessThanOrEqual: (other:
|
|
175
|
-
lte: (other:
|
|
176
|
-
le: (other:
|
|
177
|
-
modulo: (other:
|
|
178
|
-
mod: (other:
|
|
179
|
-
rem: (other:
|
|
180
|
-
multiply: (multiplier:
|
|
181
|
-
mul: (multiplier:
|
|
173
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
174
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
175
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
176
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
177
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
178
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
179
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
180
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
181
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
182
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
182
183
|
negate: () => Long;
|
|
183
184
|
neg: () => Long;
|
|
184
185
|
not: () => Long;
|
|
@@ -186,10 +187,10 @@ export declare const BoxInfo: {
|
|
|
186
187
|
clz: () => number;
|
|
187
188
|
countTrailingZeros: () => number;
|
|
188
189
|
ctz: () => number;
|
|
189
|
-
notEquals: (other:
|
|
190
|
-
neq: (other:
|
|
191
|
-
ne: (other:
|
|
192
|
-
or: (other:
|
|
190
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
191
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
192
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
193
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
193
194
|
shiftLeft: (numBits: number | Long) => Long;
|
|
194
195
|
shl: (numBits: number | Long) => Long;
|
|
195
196
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -201,8 +202,9 @@ export declare const BoxInfo: {
|
|
|
201
202
|
rotl: (numBits: number | Long) => Long;
|
|
202
203
|
rotateRight: (numBits: number | Long) => Long;
|
|
203
204
|
rotr: (numBits: number | Long) => Long;
|
|
204
|
-
subtract: (subtrahend:
|
|
205
|
-
sub: (subtrahend:
|
|
205
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
206
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
207
|
+
toBigInt: () => bigint;
|
|
206
208
|
toInt: () => number;
|
|
207
209
|
toNumber: () => number;
|
|
208
210
|
toBytes: (le?: boolean) => number[];
|
|
@@ -211,46 +213,47 @@ export declare const BoxInfo: {
|
|
|
211
213
|
toSigned: () => Long;
|
|
212
214
|
toString: (radix?: number) => string;
|
|
213
215
|
toUnsigned: () => Long;
|
|
214
|
-
xor: (other:
|
|
216
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
215
217
|
} & { [K in Exclude<keyof I["cpuCores"], keyof Long>]: never; });
|
|
216
218
|
cpuThreads?: string | number | (Long & {
|
|
217
219
|
high: number;
|
|
218
220
|
low: number;
|
|
219
221
|
unsigned: boolean;
|
|
220
|
-
add: (addend:
|
|
221
|
-
and: (other:
|
|
222
|
-
compare: (other:
|
|
223
|
-
comp: (other:
|
|
224
|
-
divide: (divisor:
|
|
225
|
-
div: (divisor:
|
|
226
|
-
equals: (other:
|
|
227
|
-
eq: (other:
|
|
222
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
223
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
224
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
225
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
226
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
227
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
228
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
229
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
228
230
|
getHighBits: () => number;
|
|
229
231
|
getHighBitsUnsigned: () => number;
|
|
230
232
|
getLowBits: () => number;
|
|
231
233
|
getLowBitsUnsigned: () => number;
|
|
232
234
|
getNumBitsAbs: () => number;
|
|
233
|
-
greaterThan: (other:
|
|
234
|
-
gt: (other:
|
|
235
|
-
greaterThanOrEqual: (other:
|
|
236
|
-
gte: (other:
|
|
237
|
-
ge: (other:
|
|
235
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
236
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
237
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
238
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
239
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
238
240
|
isEven: () => boolean;
|
|
239
241
|
isNegative: () => boolean;
|
|
240
242
|
isOdd: () => boolean;
|
|
241
243
|
isPositive: () => boolean;
|
|
244
|
+
isSafeInteger: () => boolean;
|
|
242
245
|
isZero: () => boolean;
|
|
243
246
|
eqz: () => boolean;
|
|
244
|
-
lessThan: (other:
|
|
245
|
-
lt: (other:
|
|
246
|
-
lessThanOrEqual: (other:
|
|
247
|
-
lte: (other:
|
|
248
|
-
le: (other:
|
|
249
|
-
modulo: (other:
|
|
250
|
-
mod: (other:
|
|
251
|
-
rem: (other:
|
|
252
|
-
multiply: (multiplier:
|
|
253
|
-
mul: (multiplier:
|
|
247
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
248
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
249
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
250
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
251
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
252
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
253
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
254
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
255
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
256
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
254
257
|
negate: () => Long;
|
|
255
258
|
neg: () => Long;
|
|
256
259
|
not: () => Long;
|
|
@@ -258,10 +261,10 @@ export declare const BoxInfo: {
|
|
|
258
261
|
clz: () => number;
|
|
259
262
|
countTrailingZeros: () => number;
|
|
260
263
|
ctz: () => number;
|
|
261
|
-
notEquals: (other:
|
|
262
|
-
neq: (other:
|
|
263
|
-
ne: (other:
|
|
264
|
-
or: (other:
|
|
264
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
265
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
266
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
267
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
265
268
|
shiftLeft: (numBits: number | Long) => Long;
|
|
266
269
|
shl: (numBits: number | Long) => Long;
|
|
267
270
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -273,8 +276,9 @@ export declare const BoxInfo: {
|
|
|
273
276
|
rotl: (numBits: number | Long) => Long;
|
|
274
277
|
rotateRight: (numBits: number | Long) => Long;
|
|
275
278
|
rotr: (numBits: number | Long) => Long;
|
|
276
|
-
subtract: (subtrahend:
|
|
277
|
-
sub: (subtrahend:
|
|
279
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
280
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
281
|
+
toBigInt: () => bigint;
|
|
278
282
|
toInt: () => number;
|
|
279
283
|
toNumber: () => number;
|
|
280
284
|
toBytes: (le?: boolean) => number[];
|
|
@@ -283,7 +287,7 @@ export declare const BoxInfo: {
|
|
|
283
287
|
toSigned: () => Long;
|
|
284
288
|
toString: (radix?: number) => string;
|
|
285
289
|
toUnsigned: () => Long;
|
|
286
|
-
xor: (other:
|
|
290
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
287
291
|
} & { [K_1 in Exclude<keyof I["cpuThreads"], keyof Long>]: never; });
|
|
288
292
|
cpuUsage?: number;
|
|
289
293
|
memoryVendor?: string;
|
|
@@ -291,40 +295,41 @@ export declare const BoxInfo: {
|
|
|
291
295
|
high: number;
|
|
292
296
|
low: number;
|
|
293
297
|
unsigned: boolean;
|
|
294
|
-
add: (addend:
|
|
295
|
-
and: (other:
|
|
296
|
-
compare: (other:
|
|
297
|
-
comp: (other:
|
|
298
|
-
divide: (divisor:
|
|
299
|
-
div: (divisor:
|
|
300
|
-
equals: (other:
|
|
301
|
-
eq: (other:
|
|
298
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
299
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
300
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
301
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
302
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
303
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
304
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
305
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
302
306
|
getHighBits: () => number;
|
|
303
307
|
getHighBitsUnsigned: () => number;
|
|
304
308
|
getLowBits: () => number;
|
|
305
309
|
getLowBitsUnsigned: () => number;
|
|
306
310
|
getNumBitsAbs: () => number;
|
|
307
|
-
greaterThan: (other:
|
|
308
|
-
gt: (other:
|
|
309
|
-
greaterThanOrEqual: (other:
|
|
310
|
-
gte: (other:
|
|
311
|
-
ge: (other:
|
|
311
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
312
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
313
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
314
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
315
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
312
316
|
isEven: () => boolean;
|
|
313
317
|
isNegative: () => boolean;
|
|
314
318
|
isOdd: () => boolean;
|
|
315
319
|
isPositive: () => boolean;
|
|
320
|
+
isSafeInteger: () => boolean;
|
|
316
321
|
isZero: () => boolean;
|
|
317
322
|
eqz: () => boolean;
|
|
318
|
-
lessThan: (other:
|
|
319
|
-
lt: (other:
|
|
320
|
-
lessThanOrEqual: (other:
|
|
321
|
-
lte: (other:
|
|
322
|
-
le: (other:
|
|
323
|
-
modulo: (other:
|
|
324
|
-
mod: (other:
|
|
325
|
-
rem: (other:
|
|
326
|
-
multiply: (multiplier:
|
|
327
|
-
mul: (multiplier:
|
|
323
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
324
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
325
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
326
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
327
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
328
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
329
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
330
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
331
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
332
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
328
333
|
negate: () => Long;
|
|
329
334
|
neg: () => Long;
|
|
330
335
|
not: () => Long;
|
|
@@ -332,10 +337,10 @@ export declare const BoxInfo: {
|
|
|
332
337
|
clz: () => number;
|
|
333
338
|
countTrailingZeros: () => number;
|
|
334
339
|
ctz: () => number;
|
|
335
|
-
notEquals: (other:
|
|
336
|
-
neq: (other:
|
|
337
|
-
ne: (other:
|
|
338
|
-
or: (other:
|
|
340
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
341
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
342
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
343
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
339
344
|
shiftLeft: (numBits: number | Long) => Long;
|
|
340
345
|
shl: (numBits: number | Long) => Long;
|
|
341
346
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -347,8 +352,9 @@ export declare const BoxInfo: {
|
|
|
347
352
|
rotl: (numBits: number | Long) => Long;
|
|
348
353
|
rotateRight: (numBits: number | Long) => Long;
|
|
349
354
|
rotr: (numBits: number | Long) => Long;
|
|
350
|
-
subtract: (subtrahend:
|
|
351
|
-
sub: (subtrahend:
|
|
355
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
356
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
357
|
+
toBigInt: () => bigint;
|
|
352
358
|
toInt: () => number;
|
|
353
359
|
toNumber: () => number;
|
|
354
360
|
toBytes: (le?: boolean) => number[];
|
|
@@ -357,46 +363,47 @@ export declare const BoxInfo: {
|
|
|
357
363
|
toSigned: () => Long;
|
|
358
364
|
toString: (radix?: number) => string;
|
|
359
365
|
toUnsigned: () => Long;
|
|
360
|
-
xor: (other:
|
|
366
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
361
367
|
} & { [K_2 in Exclude<keyof I["memoryTotal"], keyof Long>]: never; });
|
|
362
368
|
memoryFree?: string | number | (Long & {
|
|
363
369
|
high: number;
|
|
364
370
|
low: number;
|
|
365
371
|
unsigned: boolean;
|
|
366
|
-
add: (addend:
|
|
367
|
-
and: (other:
|
|
368
|
-
compare: (other:
|
|
369
|
-
comp: (other:
|
|
370
|
-
divide: (divisor:
|
|
371
|
-
div: (divisor:
|
|
372
|
-
equals: (other:
|
|
373
|
-
eq: (other:
|
|
372
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
373
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
374
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
375
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
376
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
377
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
378
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
379
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
374
380
|
getHighBits: () => number;
|
|
375
381
|
getHighBitsUnsigned: () => number;
|
|
376
382
|
getLowBits: () => number;
|
|
377
383
|
getLowBitsUnsigned: () => number;
|
|
378
384
|
getNumBitsAbs: () => number;
|
|
379
|
-
greaterThan: (other:
|
|
380
|
-
gt: (other:
|
|
381
|
-
greaterThanOrEqual: (other:
|
|
382
|
-
gte: (other:
|
|
383
|
-
ge: (other:
|
|
385
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
386
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
387
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
388
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
389
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
384
390
|
isEven: () => boolean;
|
|
385
391
|
isNegative: () => boolean;
|
|
386
392
|
isOdd: () => boolean;
|
|
387
393
|
isPositive: () => boolean;
|
|
394
|
+
isSafeInteger: () => boolean;
|
|
388
395
|
isZero: () => boolean;
|
|
389
396
|
eqz: () => boolean;
|
|
390
|
-
lessThan: (other:
|
|
391
|
-
lt: (other:
|
|
392
|
-
lessThanOrEqual: (other:
|
|
393
|
-
lte: (other:
|
|
394
|
-
le: (other:
|
|
395
|
-
modulo: (other:
|
|
396
|
-
mod: (other:
|
|
397
|
-
rem: (other:
|
|
398
|
-
multiply: (multiplier:
|
|
399
|
-
mul: (multiplier:
|
|
397
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
398
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
399
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
400
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
401
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
402
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
403
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
404
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
405
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
406
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
400
407
|
negate: () => Long;
|
|
401
408
|
neg: () => Long;
|
|
402
409
|
not: () => Long;
|
|
@@ -404,10 +411,10 @@ export declare const BoxInfo: {
|
|
|
404
411
|
clz: () => number;
|
|
405
412
|
countTrailingZeros: () => number;
|
|
406
413
|
ctz: () => number;
|
|
407
|
-
notEquals: (other:
|
|
408
|
-
neq: (other:
|
|
409
|
-
ne: (other:
|
|
410
|
-
or: (other:
|
|
414
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
415
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
416
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
417
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
411
418
|
shiftLeft: (numBits: number | Long) => Long;
|
|
412
419
|
shl: (numBits: number | Long) => Long;
|
|
413
420
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -419,8 +426,9 @@ export declare const BoxInfo: {
|
|
|
419
426
|
rotl: (numBits: number | Long) => Long;
|
|
420
427
|
rotateRight: (numBits: number | Long) => Long;
|
|
421
428
|
rotr: (numBits: number | Long) => Long;
|
|
422
|
-
subtract: (subtrahend:
|
|
423
|
-
sub: (subtrahend:
|
|
429
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
430
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
431
|
+
toBigInt: () => bigint;
|
|
424
432
|
toInt: () => number;
|
|
425
433
|
toNumber: () => number;
|
|
426
434
|
toBytes: (le?: boolean) => number[];
|
|
@@ -429,47 +437,48 @@ export declare const BoxInfo: {
|
|
|
429
437
|
toSigned: () => Long;
|
|
430
438
|
toString: (radix?: number) => string;
|
|
431
439
|
toUnsigned: () => Long;
|
|
432
|
-
xor: (other:
|
|
440
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
433
441
|
} & { [K_3 in Exclude<keyof I["memoryFree"], keyof Long>]: never; });
|
|
434
442
|
memoryType?: string;
|
|
435
443
|
memorySpeed?: string | number | (Long & {
|
|
436
444
|
high: number;
|
|
437
445
|
low: number;
|
|
438
446
|
unsigned: boolean;
|
|
439
|
-
add: (addend:
|
|
440
|
-
and: (other:
|
|
441
|
-
compare: (other:
|
|
442
|
-
comp: (other:
|
|
443
|
-
divide: (divisor:
|
|
444
|
-
div: (divisor:
|
|
445
|
-
equals: (other:
|
|
446
|
-
eq: (other:
|
|
447
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
448
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
449
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
450
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
451
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
452
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
453
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
454
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
447
455
|
getHighBits: () => number;
|
|
448
456
|
getHighBitsUnsigned: () => number;
|
|
449
457
|
getLowBits: () => number;
|
|
450
458
|
getLowBitsUnsigned: () => number;
|
|
451
459
|
getNumBitsAbs: () => number;
|
|
452
|
-
greaterThan: (other:
|
|
453
|
-
gt: (other:
|
|
454
|
-
greaterThanOrEqual: (other:
|
|
455
|
-
gte: (other:
|
|
456
|
-
ge: (other:
|
|
460
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
461
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
462
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
463
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
464
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
457
465
|
isEven: () => boolean;
|
|
458
466
|
isNegative: () => boolean;
|
|
459
467
|
isOdd: () => boolean;
|
|
460
468
|
isPositive: () => boolean;
|
|
469
|
+
isSafeInteger: () => boolean;
|
|
461
470
|
isZero: () => boolean;
|
|
462
471
|
eqz: () => boolean;
|
|
463
|
-
lessThan: (other:
|
|
464
|
-
lt: (other:
|
|
465
|
-
lessThanOrEqual: (other:
|
|
466
|
-
lte: (other:
|
|
467
|
-
le: (other:
|
|
468
|
-
modulo: (other:
|
|
469
|
-
mod: (other:
|
|
470
|
-
rem: (other:
|
|
471
|
-
multiply: (multiplier:
|
|
472
|
-
mul: (multiplier:
|
|
472
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
473
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
474
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
475
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
476
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
477
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
478
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
479
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
480
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
481
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
473
482
|
negate: () => Long;
|
|
474
483
|
neg: () => Long;
|
|
475
484
|
not: () => Long;
|
|
@@ -477,10 +486,10 @@ export declare const BoxInfo: {
|
|
|
477
486
|
clz: () => number;
|
|
478
487
|
countTrailingZeros: () => number;
|
|
479
488
|
ctz: () => number;
|
|
480
|
-
notEquals: (other:
|
|
481
|
-
neq: (other:
|
|
482
|
-
ne: (other:
|
|
483
|
-
or: (other:
|
|
489
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
490
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
491
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
492
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
484
493
|
shiftLeft: (numBits: number | Long) => Long;
|
|
485
494
|
shl: (numBits: number | Long) => Long;
|
|
486
495
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -492,8 +501,9 @@ export declare const BoxInfo: {
|
|
|
492
501
|
rotl: (numBits: number | Long) => Long;
|
|
493
502
|
rotateRight: (numBits: number | Long) => Long;
|
|
494
503
|
rotr: (numBits: number | Long) => Long;
|
|
495
|
-
subtract: (subtrahend:
|
|
496
|
-
sub: (subtrahend:
|
|
504
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
505
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
506
|
+
toBigInt: () => bigint;
|
|
497
507
|
toInt: () => number;
|
|
498
508
|
toNumber: () => number;
|
|
499
509
|
toBytes: (le?: boolean) => number[];
|
|
@@ -502,46 +512,47 @@ export declare const BoxInfo: {
|
|
|
502
512
|
toSigned: () => Long;
|
|
503
513
|
toString: (radix?: number) => string;
|
|
504
514
|
toUnsigned: () => Long;
|
|
505
|
-
xor: (other:
|
|
515
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
506
516
|
} & { [K_4 in Exclude<keyof I["memorySpeed"], keyof Long>]: never; });
|
|
507
517
|
fanRpm?: string | number | (Long & {
|
|
508
518
|
high: number;
|
|
509
519
|
low: number;
|
|
510
520
|
unsigned: boolean;
|
|
511
|
-
add: (addend:
|
|
512
|
-
and: (other:
|
|
513
|
-
compare: (other:
|
|
514
|
-
comp: (other:
|
|
515
|
-
divide: (divisor:
|
|
516
|
-
div: (divisor:
|
|
517
|
-
equals: (other:
|
|
518
|
-
eq: (other:
|
|
521
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
522
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
523
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
524
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
525
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
526
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
527
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
528
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
519
529
|
getHighBits: () => number;
|
|
520
530
|
getHighBitsUnsigned: () => number;
|
|
521
531
|
getLowBits: () => number;
|
|
522
532
|
getLowBitsUnsigned: () => number;
|
|
523
533
|
getNumBitsAbs: () => number;
|
|
524
|
-
greaterThan: (other:
|
|
525
|
-
gt: (other:
|
|
526
|
-
greaterThanOrEqual: (other:
|
|
527
|
-
gte: (other:
|
|
528
|
-
ge: (other:
|
|
534
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
535
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
536
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
537
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
538
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
529
539
|
isEven: () => boolean;
|
|
530
540
|
isNegative: () => boolean;
|
|
531
541
|
isOdd: () => boolean;
|
|
532
542
|
isPositive: () => boolean;
|
|
543
|
+
isSafeInteger: () => boolean;
|
|
533
544
|
isZero: () => boolean;
|
|
534
545
|
eqz: () => boolean;
|
|
535
|
-
lessThan: (other:
|
|
536
|
-
lt: (other:
|
|
537
|
-
lessThanOrEqual: (other:
|
|
538
|
-
lte: (other:
|
|
539
|
-
le: (other:
|
|
540
|
-
modulo: (other:
|
|
541
|
-
mod: (other:
|
|
542
|
-
rem: (other:
|
|
543
|
-
multiply: (multiplier:
|
|
544
|
-
mul: (multiplier:
|
|
546
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
547
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
548
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
549
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
550
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
551
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
552
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
553
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
554
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
555
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
545
556
|
negate: () => Long;
|
|
546
557
|
neg: () => Long;
|
|
547
558
|
not: () => Long;
|
|
@@ -549,10 +560,10 @@ export declare const BoxInfo: {
|
|
|
549
560
|
clz: () => number;
|
|
550
561
|
countTrailingZeros: () => number;
|
|
551
562
|
ctz: () => number;
|
|
552
|
-
notEquals: (other:
|
|
553
|
-
neq: (other:
|
|
554
|
-
ne: (other:
|
|
555
|
-
or: (other:
|
|
563
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
564
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
565
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
566
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
556
567
|
shiftLeft: (numBits: number | Long) => Long;
|
|
557
568
|
shl: (numBits: number | Long) => Long;
|
|
558
569
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -564,8 +575,9 @@ export declare const BoxInfo: {
|
|
|
564
575
|
rotl: (numBits: number | Long) => Long;
|
|
565
576
|
rotateRight: (numBits: number | Long) => Long;
|
|
566
577
|
rotr: (numBits: number | Long) => Long;
|
|
567
|
-
subtract: (subtrahend:
|
|
568
|
-
sub: (subtrahend:
|
|
578
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
579
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
580
|
+
toBigInt: () => bigint;
|
|
569
581
|
toInt: () => number;
|
|
570
582
|
toNumber: () => number;
|
|
571
583
|
toBytes: (le?: boolean) => number[];
|
|
@@ -574,46 +586,47 @@ export declare const BoxInfo: {
|
|
|
574
586
|
toSigned: () => Long;
|
|
575
587
|
toString: (radix?: number) => string;
|
|
576
588
|
toUnsigned: () => Long;
|
|
577
|
-
xor: (other:
|
|
589
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
578
590
|
} & { [K_5 in Exclude<keyof I["fanRpm"], keyof Long>]: never; });
|
|
579
591
|
dataMountpointTotal?: string | number | (Long & {
|
|
580
592
|
high: number;
|
|
581
593
|
low: number;
|
|
582
594
|
unsigned: boolean;
|
|
583
|
-
add: (addend:
|
|
584
|
-
and: (other:
|
|
585
|
-
compare: (other:
|
|
586
|
-
comp: (other:
|
|
587
|
-
divide: (divisor:
|
|
588
|
-
div: (divisor:
|
|
589
|
-
equals: (other:
|
|
590
|
-
eq: (other:
|
|
595
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
596
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
597
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
598
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
599
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
600
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
601
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
602
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
591
603
|
getHighBits: () => number;
|
|
592
604
|
getHighBitsUnsigned: () => number;
|
|
593
605
|
getLowBits: () => number;
|
|
594
606
|
getLowBitsUnsigned: () => number;
|
|
595
607
|
getNumBitsAbs: () => number;
|
|
596
|
-
greaterThan: (other:
|
|
597
|
-
gt: (other:
|
|
598
|
-
greaterThanOrEqual: (other:
|
|
599
|
-
gte: (other:
|
|
600
|
-
ge: (other:
|
|
608
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
609
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
610
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
611
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
612
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
601
613
|
isEven: () => boolean;
|
|
602
614
|
isNegative: () => boolean;
|
|
603
615
|
isOdd: () => boolean;
|
|
604
616
|
isPositive: () => boolean;
|
|
617
|
+
isSafeInteger: () => boolean;
|
|
605
618
|
isZero: () => boolean;
|
|
606
619
|
eqz: () => boolean;
|
|
607
|
-
lessThan: (other:
|
|
608
|
-
lt: (other:
|
|
609
|
-
lessThanOrEqual: (other:
|
|
610
|
-
lte: (other:
|
|
611
|
-
le: (other:
|
|
612
|
-
modulo: (other:
|
|
613
|
-
mod: (other:
|
|
614
|
-
rem: (other:
|
|
615
|
-
multiply: (multiplier:
|
|
616
|
-
mul: (multiplier:
|
|
620
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
621
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
622
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
623
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
624
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
625
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
626
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
627
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
628
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
629
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
617
630
|
negate: () => Long;
|
|
618
631
|
neg: () => Long;
|
|
619
632
|
not: () => Long;
|
|
@@ -621,10 +634,10 @@ export declare const BoxInfo: {
|
|
|
621
634
|
clz: () => number;
|
|
622
635
|
countTrailingZeros: () => number;
|
|
623
636
|
ctz: () => number;
|
|
624
|
-
notEquals: (other:
|
|
625
|
-
neq: (other:
|
|
626
|
-
ne: (other:
|
|
627
|
-
or: (other:
|
|
637
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
638
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
639
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
640
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
628
641
|
shiftLeft: (numBits: number | Long) => Long;
|
|
629
642
|
shl: (numBits: number | Long) => Long;
|
|
630
643
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -636,8 +649,9 @@ export declare const BoxInfo: {
|
|
|
636
649
|
rotl: (numBits: number | Long) => Long;
|
|
637
650
|
rotateRight: (numBits: number | Long) => Long;
|
|
638
651
|
rotr: (numBits: number | Long) => Long;
|
|
639
|
-
subtract: (subtrahend:
|
|
640
|
-
sub: (subtrahend:
|
|
652
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
653
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
654
|
+
toBigInt: () => bigint;
|
|
641
655
|
toInt: () => number;
|
|
642
656
|
toNumber: () => number;
|
|
643
657
|
toBytes: (le?: boolean) => number[];
|
|
@@ -646,46 +660,47 @@ export declare const BoxInfo: {
|
|
|
646
660
|
toSigned: () => Long;
|
|
647
661
|
toString: (radix?: number) => string;
|
|
648
662
|
toUnsigned: () => Long;
|
|
649
|
-
xor: (other:
|
|
663
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
650
664
|
} & { [K_6 in Exclude<keyof I["dataMountpointTotal"], keyof Long>]: never; });
|
|
651
665
|
dataMountpointUsed?: string | number | (Long & {
|
|
652
666
|
high: number;
|
|
653
667
|
low: number;
|
|
654
668
|
unsigned: boolean;
|
|
655
|
-
add: (addend:
|
|
656
|
-
and: (other:
|
|
657
|
-
compare: (other:
|
|
658
|
-
comp: (other:
|
|
659
|
-
divide: (divisor:
|
|
660
|
-
div: (divisor:
|
|
661
|
-
equals: (other:
|
|
662
|
-
eq: (other:
|
|
669
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
670
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
671
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
672
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
673
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
674
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
675
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
676
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
663
677
|
getHighBits: () => number;
|
|
664
678
|
getHighBitsUnsigned: () => number;
|
|
665
679
|
getLowBits: () => number;
|
|
666
680
|
getLowBitsUnsigned: () => number;
|
|
667
681
|
getNumBitsAbs: () => number;
|
|
668
|
-
greaterThan: (other:
|
|
669
|
-
gt: (other:
|
|
670
|
-
greaterThanOrEqual: (other:
|
|
671
|
-
gte: (other:
|
|
672
|
-
ge: (other:
|
|
682
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
683
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
684
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
685
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
686
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
673
687
|
isEven: () => boolean;
|
|
674
688
|
isNegative: () => boolean;
|
|
675
689
|
isOdd: () => boolean;
|
|
676
690
|
isPositive: () => boolean;
|
|
691
|
+
isSafeInteger: () => boolean;
|
|
677
692
|
isZero: () => boolean;
|
|
678
693
|
eqz: () => boolean;
|
|
679
|
-
lessThan: (other:
|
|
680
|
-
lt: (other:
|
|
681
|
-
lessThanOrEqual: (other:
|
|
682
|
-
lte: (other:
|
|
683
|
-
le: (other:
|
|
684
|
-
modulo: (other:
|
|
685
|
-
mod: (other:
|
|
686
|
-
rem: (other:
|
|
687
|
-
multiply: (multiplier:
|
|
688
|
-
mul: (multiplier:
|
|
694
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
695
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
696
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
697
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
698
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
699
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
700
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
701
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
702
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
703
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
689
704
|
negate: () => Long;
|
|
690
705
|
neg: () => Long;
|
|
691
706
|
not: () => Long;
|
|
@@ -693,10 +708,10 @@ export declare const BoxInfo: {
|
|
|
693
708
|
clz: () => number;
|
|
694
709
|
countTrailingZeros: () => number;
|
|
695
710
|
ctz: () => number;
|
|
696
|
-
notEquals: (other:
|
|
697
|
-
neq: (other:
|
|
698
|
-
ne: (other:
|
|
699
|
-
or: (other:
|
|
711
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
712
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
713
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
714
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
700
715
|
shiftLeft: (numBits: number | Long) => Long;
|
|
701
716
|
shl: (numBits: number | Long) => Long;
|
|
702
717
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -708,8 +723,9 @@ export declare const BoxInfo: {
|
|
|
708
723
|
rotl: (numBits: number | Long) => Long;
|
|
709
724
|
rotateRight: (numBits: number | Long) => Long;
|
|
710
725
|
rotr: (numBits: number | Long) => Long;
|
|
711
|
-
subtract: (subtrahend:
|
|
712
|
-
sub: (subtrahend:
|
|
726
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
727
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
728
|
+
toBigInt: () => bigint;
|
|
713
729
|
toInt: () => number;
|
|
714
730
|
toNumber: () => number;
|
|
715
731
|
toBytes: (le?: boolean) => number[];
|
|
@@ -718,46 +734,47 @@ export declare const BoxInfo: {
|
|
|
718
734
|
toSigned: () => Long;
|
|
719
735
|
toString: (radix?: number) => string;
|
|
720
736
|
toUnsigned: () => Long;
|
|
721
|
-
xor: (other:
|
|
737
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
722
738
|
} & { [K_7 in Exclude<keyof I["dataMountpointUsed"], keyof Long>]: never; });
|
|
723
739
|
disksReadBytes?: string | number | (Long & {
|
|
724
740
|
high: number;
|
|
725
741
|
low: number;
|
|
726
742
|
unsigned: boolean;
|
|
727
|
-
add: (addend:
|
|
728
|
-
and: (other:
|
|
729
|
-
compare: (other:
|
|
730
|
-
comp: (other:
|
|
731
|
-
divide: (divisor:
|
|
732
|
-
div: (divisor:
|
|
733
|
-
equals: (other:
|
|
734
|
-
eq: (other:
|
|
743
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
744
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
745
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
746
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
747
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
748
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
749
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
750
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
735
751
|
getHighBits: () => number;
|
|
736
752
|
getHighBitsUnsigned: () => number;
|
|
737
753
|
getLowBits: () => number;
|
|
738
754
|
getLowBitsUnsigned: () => number;
|
|
739
755
|
getNumBitsAbs: () => number;
|
|
740
|
-
greaterThan: (other:
|
|
741
|
-
gt: (other:
|
|
742
|
-
greaterThanOrEqual: (other:
|
|
743
|
-
gte: (other:
|
|
744
|
-
ge: (other:
|
|
756
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
757
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
758
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
759
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
760
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
745
761
|
isEven: () => boolean;
|
|
746
762
|
isNegative: () => boolean;
|
|
747
763
|
isOdd: () => boolean;
|
|
748
764
|
isPositive: () => boolean;
|
|
765
|
+
isSafeInteger: () => boolean;
|
|
749
766
|
isZero: () => boolean;
|
|
750
767
|
eqz: () => boolean;
|
|
751
|
-
lessThan: (other:
|
|
752
|
-
lt: (other:
|
|
753
|
-
lessThanOrEqual: (other:
|
|
754
|
-
lte: (other:
|
|
755
|
-
le: (other:
|
|
756
|
-
modulo: (other:
|
|
757
|
-
mod: (other:
|
|
758
|
-
rem: (other:
|
|
759
|
-
multiply: (multiplier:
|
|
760
|
-
mul: (multiplier:
|
|
768
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
769
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
770
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
771
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
772
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
773
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
774
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
775
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
776
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
777
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
761
778
|
negate: () => Long;
|
|
762
779
|
neg: () => Long;
|
|
763
780
|
not: () => Long;
|
|
@@ -765,10 +782,10 @@ export declare const BoxInfo: {
|
|
|
765
782
|
clz: () => number;
|
|
766
783
|
countTrailingZeros: () => number;
|
|
767
784
|
ctz: () => number;
|
|
768
|
-
notEquals: (other:
|
|
769
|
-
neq: (other:
|
|
770
|
-
ne: (other:
|
|
771
|
-
or: (other:
|
|
785
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
786
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
787
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
788
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
772
789
|
shiftLeft: (numBits: number | Long) => Long;
|
|
773
790
|
shl: (numBits: number | Long) => Long;
|
|
774
791
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -780,8 +797,9 @@ export declare const BoxInfo: {
|
|
|
780
797
|
rotl: (numBits: number | Long) => Long;
|
|
781
798
|
rotateRight: (numBits: number | Long) => Long;
|
|
782
799
|
rotr: (numBits: number | Long) => Long;
|
|
783
|
-
subtract: (subtrahend:
|
|
784
|
-
sub: (subtrahend:
|
|
800
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
801
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
802
|
+
toBigInt: () => bigint;
|
|
785
803
|
toInt: () => number;
|
|
786
804
|
toNumber: () => number;
|
|
787
805
|
toBytes: (le?: boolean) => number[];
|
|
@@ -790,46 +808,47 @@ export declare const BoxInfo: {
|
|
|
790
808
|
toSigned: () => Long;
|
|
791
809
|
toString: (radix?: number) => string;
|
|
792
810
|
toUnsigned: () => Long;
|
|
793
|
-
xor: (other:
|
|
811
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
794
812
|
} & { [K_8 in Exclude<keyof I["disksReadBytes"], keyof Long>]: never; });
|
|
795
813
|
disksWriteBytes?: string | number | (Long & {
|
|
796
814
|
high: number;
|
|
797
815
|
low: number;
|
|
798
816
|
unsigned: boolean;
|
|
799
|
-
add: (addend:
|
|
800
|
-
and: (other:
|
|
801
|
-
compare: (other:
|
|
802
|
-
comp: (other:
|
|
803
|
-
divide: (divisor:
|
|
804
|
-
div: (divisor:
|
|
805
|
-
equals: (other:
|
|
806
|
-
eq: (other:
|
|
817
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
818
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
819
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
820
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
821
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
822
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
823
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
824
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
807
825
|
getHighBits: () => number;
|
|
808
826
|
getHighBitsUnsigned: () => number;
|
|
809
827
|
getLowBits: () => number;
|
|
810
828
|
getLowBitsUnsigned: () => number;
|
|
811
829
|
getNumBitsAbs: () => number;
|
|
812
|
-
greaterThan: (other:
|
|
813
|
-
gt: (other:
|
|
814
|
-
greaterThanOrEqual: (other:
|
|
815
|
-
gte: (other:
|
|
816
|
-
ge: (other:
|
|
830
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
831
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
832
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
833
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
834
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
817
835
|
isEven: () => boolean;
|
|
818
836
|
isNegative: () => boolean;
|
|
819
837
|
isOdd: () => boolean;
|
|
820
838
|
isPositive: () => boolean;
|
|
839
|
+
isSafeInteger: () => boolean;
|
|
821
840
|
isZero: () => boolean;
|
|
822
841
|
eqz: () => boolean;
|
|
823
|
-
lessThan: (other:
|
|
824
|
-
lt: (other:
|
|
825
|
-
lessThanOrEqual: (other:
|
|
826
|
-
lte: (other:
|
|
827
|
-
le: (other:
|
|
828
|
-
modulo: (other:
|
|
829
|
-
mod: (other:
|
|
830
|
-
rem: (other:
|
|
831
|
-
multiply: (multiplier:
|
|
832
|
-
mul: (multiplier:
|
|
842
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
843
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
844
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
845
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
846
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
847
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
848
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
849
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
850
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
851
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
833
852
|
negate: () => Long;
|
|
834
853
|
neg: () => Long;
|
|
835
854
|
not: () => Long;
|
|
@@ -837,10 +856,10 @@ export declare const BoxInfo: {
|
|
|
837
856
|
clz: () => number;
|
|
838
857
|
countTrailingZeros: () => number;
|
|
839
858
|
ctz: () => number;
|
|
840
|
-
notEquals: (other:
|
|
841
|
-
neq: (other:
|
|
842
|
-
ne: (other:
|
|
843
|
-
or: (other:
|
|
859
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
860
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
861
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
862
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
844
863
|
shiftLeft: (numBits: number | Long) => Long;
|
|
845
864
|
shl: (numBits: number | Long) => Long;
|
|
846
865
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -852,8 +871,9 @@ export declare const BoxInfo: {
|
|
|
852
871
|
rotl: (numBits: number | Long) => Long;
|
|
853
872
|
rotateRight: (numBits: number | Long) => Long;
|
|
854
873
|
rotr: (numBits: number | Long) => Long;
|
|
855
|
-
subtract: (subtrahend:
|
|
856
|
-
sub: (subtrahend:
|
|
874
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
875
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
876
|
+
toBigInt: () => bigint;
|
|
857
877
|
toInt: () => number;
|
|
858
878
|
toNumber: () => number;
|
|
859
879
|
toBytes: (le?: boolean) => number[];
|
|
@@ -862,7 +882,7 @@ export declare const BoxInfo: {
|
|
|
862
882
|
toSigned: () => Long;
|
|
863
883
|
toString: (radix?: number) => string;
|
|
864
884
|
toUnsigned: () => Long;
|
|
865
|
-
xor: (other:
|
|
885
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
866
886
|
} & { [K_9 in Exclude<keyof I["disksWriteBytes"], keyof Long>]: never; });
|
|
867
887
|
fanInfo?: {
|
|
868
888
|
status?: {
|
|
@@ -955,40 +975,41 @@ export declare const BoxInfo: {
|
|
|
955
975
|
high: number;
|
|
956
976
|
low: number;
|
|
957
977
|
unsigned: boolean;
|
|
958
|
-
add: (addend:
|
|
959
|
-
and: (other:
|
|
960
|
-
compare: (other:
|
|
961
|
-
comp: (other:
|
|
962
|
-
divide: (divisor:
|
|
963
|
-
div: (divisor:
|
|
964
|
-
equals: (other:
|
|
965
|
-
eq: (other:
|
|
978
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
979
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
980
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
981
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
982
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
983
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
984
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
985
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
966
986
|
getHighBits: () => number;
|
|
967
987
|
getHighBitsUnsigned: () => number;
|
|
968
988
|
getLowBits: () => number;
|
|
969
989
|
getLowBitsUnsigned: () => number;
|
|
970
990
|
getNumBitsAbs: () => number;
|
|
971
|
-
greaterThan: (other:
|
|
972
|
-
gt: (other:
|
|
973
|
-
greaterThanOrEqual: (other:
|
|
974
|
-
gte: (other:
|
|
975
|
-
ge: (other:
|
|
991
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
992
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
993
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
994
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
995
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
976
996
|
isEven: () => boolean;
|
|
977
997
|
isNegative: () => boolean;
|
|
978
998
|
isOdd: () => boolean;
|
|
979
999
|
isPositive: () => boolean;
|
|
1000
|
+
isSafeInteger: () => boolean;
|
|
980
1001
|
isZero: () => boolean;
|
|
981
1002
|
eqz: () => boolean;
|
|
982
|
-
lessThan: (other:
|
|
983
|
-
lt: (other:
|
|
984
|
-
lessThanOrEqual: (other:
|
|
985
|
-
lte: (other:
|
|
986
|
-
le: (other:
|
|
987
|
-
modulo: (other:
|
|
988
|
-
mod: (other:
|
|
989
|
-
rem: (other:
|
|
990
|
-
multiply: (multiplier:
|
|
991
|
-
mul: (multiplier:
|
|
1003
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1004
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1005
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1006
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1007
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1008
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1009
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1010
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1011
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1012
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
992
1013
|
negate: () => Long;
|
|
993
1014
|
neg: () => Long;
|
|
994
1015
|
not: () => Long;
|
|
@@ -996,10 +1017,10 @@ export declare const BoxInfo: {
|
|
|
996
1017
|
clz: () => number;
|
|
997
1018
|
countTrailingZeros: () => number;
|
|
998
1019
|
ctz: () => number;
|
|
999
|
-
notEquals: (other:
|
|
1000
|
-
neq: (other:
|
|
1001
|
-
ne: (other:
|
|
1002
|
-
or: (other:
|
|
1020
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1021
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1022
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1023
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1003
1024
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1004
1025
|
shl: (numBits: number | Long) => Long;
|
|
1005
1026
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1011,8 +1032,9 @@ export declare const BoxInfo: {
|
|
|
1011
1032
|
rotl: (numBits: number | Long) => Long;
|
|
1012
1033
|
rotateRight: (numBits: number | Long) => Long;
|
|
1013
1034
|
rotr: (numBits: number | Long) => Long;
|
|
1014
|
-
subtract: (subtrahend:
|
|
1015
|
-
sub: (subtrahend:
|
|
1035
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1036
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1037
|
+
toBigInt: () => bigint;
|
|
1016
1038
|
toInt: () => number;
|
|
1017
1039
|
toNumber: () => number;
|
|
1018
1040
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1021,46 +1043,47 @@ export declare const BoxInfo: {
|
|
|
1021
1043
|
toSigned: () => Long;
|
|
1022
1044
|
toString: (radix?: number) => string;
|
|
1023
1045
|
toUnsigned: () => Long;
|
|
1024
|
-
xor: (other:
|
|
1046
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1025
1047
|
} & { [K_14 in Exclude<keyof I_1["cpuCores"], keyof Long>]: never; });
|
|
1026
1048
|
cpuThreads?: string | number | (Long & {
|
|
1027
1049
|
high: number;
|
|
1028
1050
|
low: number;
|
|
1029
1051
|
unsigned: boolean;
|
|
1030
|
-
add: (addend:
|
|
1031
|
-
and: (other:
|
|
1032
|
-
compare: (other:
|
|
1033
|
-
comp: (other:
|
|
1034
|
-
divide: (divisor:
|
|
1035
|
-
div: (divisor:
|
|
1036
|
-
equals: (other:
|
|
1037
|
-
eq: (other:
|
|
1052
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1053
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1054
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1055
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1056
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1057
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1058
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1059
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1038
1060
|
getHighBits: () => number;
|
|
1039
1061
|
getHighBitsUnsigned: () => number;
|
|
1040
1062
|
getLowBits: () => number;
|
|
1041
1063
|
getLowBitsUnsigned: () => number;
|
|
1042
1064
|
getNumBitsAbs: () => number;
|
|
1043
|
-
greaterThan: (other:
|
|
1044
|
-
gt: (other:
|
|
1045
|
-
greaterThanOrEqual: (other:
|
|
1046
|
-
gte: (other:
|
|
1047
|
-
ge: (other:
|
|
1065
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1066
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1067
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1068
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1069
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1048
1070
|
isEven: () => boolean;
|
|
1049
1071
|
isNegative: () => boolean;
|
|
1050
1072
|
isOdd: () => boolean;
|
|
1051
1073
|
isPositive: () => boolean;
|
|
1074
|
+
isSafeInteger: () => boolean;
|
|
1052
1075
|
isZero: () => boolean;
|
|
1053
1076
|
eqz: () => boolean;
|
|
1054
|
-
lessThan: (other:
|
|
1055
|
-
lt: (other:
|
|
1056
|
-
lessThanOrEqual: (other:
|
|
1057
|
-
lte: (other:
|
|
1058
|
-
le: (other:
|
|
1059
|
-
modulo: (other:
|
|
1060
|
-
mod: (other:
|
|
1061
|
-
rem: (other:
|
|
1062
|
-
multiply: (multiplier:
|
|
1063
|
-
mul: (multiplier:
|
|
1077
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1078
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1079
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1080
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1081
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1082
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1083
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1084
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1085
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1086
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1064
1087
|
negate: () => Long;
|
|
1065
1088
|
neg: () => Long;
|
|
1066
1089
|
not: () => Long;
|
|
@@ -1068,10 +1091,10 @@ export declare const BoxInfo: {
|
|
|
1068
1091
|
clz: () => number;
|
|
1069
1092
|
countTrailingZeros: () => number;
|
|
1070
1093
|
ctz: () => number;
|
|
1071
|
-
notEquals: (other:
|
|
1072
|
-
neq: (other:
|
|
1073
|
-
ne: (other:
|
|
1074
|
-
or: (other:
|
|
1094
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1095
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1096
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1097
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1075
1098
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1076
1099
|
shl: (numBits: number | Long) => Long;
|
|
1077
1100
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1083,8 +1106,9 @@ export declare const BoxInfo: {
|
|
|
1083
1106
|
rotl: (numBits: number | Long) => Long;
|
|
1084
1107
|
rotateRight: (numBits: number | Long) => Long;
|
|
1085
1108
|
rotr: (numBits: number | Long) => Long;
|
|
1086
|
-
subtract: (subtrahend:
|
|
1087
|
-
sub: (subtrahend:
|
|
1109
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1110
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1111
|
+
toBigInt: () => bigint;
|
|
1088
1112
|
toInt: () => number;
|
|
1089
1113
|
toNumber: () => number;
|
|
1090
1114
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1093,7 +1117,7 @@ export declare const BoxInfo: {
|
|
|
1093
1117
|
toSigned: () => Long;
|
|
1094
1118
|
toString: (radix?: number) => string;
|
|
1095
1119
|
toUnsigned: () => Long;
|
|
1096
|
-
xor: (other:
|
|
1120
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1097
1121
|
} & { [K_15 in Exclude<keyof I_1["cpuThreads"], keyof Long>]: never; });
|
|
1098
1122
|
cpuUsage?: number;
|
|
1099
1123
|
memoryVendor?: string;
|
|
@@ -1101,40 +1125,41 @@ export declare const BoxInfo: {
|
|
|
1101
1125
|
high: number;
|
|
1102
1126
|
low: number;
|
|
1103
1127
|
unsigned: boolean;
|
|
1104
|
-
add: (addend:
|
|
1105
|
-
and: (other:
|
|
1106
|
-
compare: (other:
|
|
1107
|
-
comp: (other:
|
|
1108
|
-
divide: (divisor:
|
|
1109
|
-
div: (divisor:
|
|
1110
|
-
equals: (other:
|
|
1111
|
-
eq: (other:
|
|
1128
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1129
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1130
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1131
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1132
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1133
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1134
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1135
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1112
1136
|
getHighBits: () => number;
|
|
1113
1137
|
getHighBitsUnsigned: () => number;
|
|
1114
1138
|
getLowBits: () => number;
|
|
1115
1139
|
getLowBitsUnsigned: () => number;
|
|
1116
1140
|
getNumBitsAbs: () => number;
|
|
1117
|
-
greaterThan: (other:
|
|
1118
|
-
gt: (other:
|
|
1119
|
-
greaterThanOrEqual: (other:
|
|
1120
|
-
gte: (other:
|
|
1121
|
-
ge: (other:
|
|
1141
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1142
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1143
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1144
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1145
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1122
1146
|
isEven: () => boolean;
|
|
1123
1147
|
isNegative: () => boolean;
|
|
1124
1148
|
isOdd: () => boolean;
|
|
1125
1149
|
isPositive: () => boolean;
|
|
1150
|
+
isSafeInteger: () => boolean;
|
|
1126
1151
|
isZero: () => boolean;
|
|
1127
1152
|
eqz: () => boolean;
|
|
1128
|
-
lessThan: (other:
|
|
1129
|
-
lt: (other:
|
|
1130
|
-
lessThanOrEqual: (other:
|
|
1131
|
-
lte: (other:
|
|
1132
|
-
le: (other:
|
|
1133
|
-
modulo: (other:
|
|
1134
|
-
mod: (other:
|
|
1135
|
-
rem: (other:
|
|
1136
|
-
multiply: (multiplier:
|
|
1137
|
-
mul: (multiplier:
|
|
1153
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1154
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1155
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1156
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1157
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1158
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1159
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1160
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1161
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1162
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1138
1163
|
negate: () => Long;
|
|
1139
1164
|
neg: () => Long;
|
|
1140
1165
|
not: () => Long;
|
|
@@ -1142,10 +1167,10 @@ export declare const BoxInfo: {
|
|
|
1142
1167
|
clz: () => number;
|
|
1143
1168
|
countTrailingZeros: () => number;
|
|
1144
1169
|
ctz: () => number;
|
|
1145
|
-
notEquals: (other:
|
|
1146
|
-
neq: (other:
|
|
1147
|
-
ne: (other:
|
|
1148
|
-
or: (other:
|
|
1170
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1171
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1172
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1173
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1149
1174
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1150
1175
|
shl: (numBits: number | Long) => Long;
|
|
1151
1176
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1157,8 +1182,9 @@ export declare const BoxInfo: {
|
|
|
1157
1182
|
rotl: (numBits: number | Long) => Long;
|
|
1158
1183
|
rotateRight: (numBits: number | Long) => Long;
|
|
1159
1184
|
rotr: (numBits: number | Long) => Long;
|
|
1160
|
-
subtract: (subtrahend:
|
|
1161
|
-
sub: (subtrahend:
|
|
1185
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1186
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1187
|
+
toBigInt: () => bigint;
|
|
1162
1188
|
toInt: () => number;
|
|
1163
1189
|
toNumber: () => number;
|
|
1164
1190
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1167,46 +1193,47 @@ export declare const BoxInfo: {
|
|
|
1167
1193
|
toSigned: () => Long;
|
|
1168
1194
|
toString: (radix?: number) => string;
|
|
1169
1195
|
toUnsigned: () => Long;
|
|
1170
|
-
xor: (other:
|
|
1196
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1171
1197
|
} & { [K_16 in Exclude<keyof I_1["memoryTotal"], keyof Long>]: never; });
|
|
1172
1198
|
memoryFree?: string | number | (Long & {
|
|
1173
1199
|
high: number;
|
|
1174
1200
|
low: number;
|
|
1175
1201
|
unsigned: boolean;
|
|
1176
|
-
add: (addend:
|
|
1177
|
-
and: (other:
|
|
1178
|
-
compare: (other:
|
|
1179
|
-
comp: (other:
|
|
1180
|
-
divide: (divisor:
|
|
1181
|
-
div: (divisor:
|
|
1182
|
-
equals: (other:
|
|
1183
|
-
eq: (other:
|
|
1202
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1203
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1204
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1205
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1206
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1207
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1208
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1209
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1184
1210
|
getHighBits: () => number;
|
|
1185
1211
|
getHighBitsUnsigned: () => number;
|
|
1186
1212
|
getLowBits: () => number;
|
|
1187
1213
|
getLowBitsUnsigned: () => number;
|
|
1188
1214
|
getNumBitsAbs: () => number;
|
|
1189
|
-
greaterThan: (other:
|
|
1190
|
-
gt: (other:
|
|
1191
|
-
greaterThanOrEqual: (other:
|
|
1192
|
-
gte: (other:
|
|
1193
|
-
ge: (other:
|
|
1215
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1216
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1217
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1218
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1219
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1194
1220
|
isEven: () => boolean;
|
|
1195
1221
|
isNegative: () => boolean;
|
|
1196
1222
|
isOdd: () => boolean;
|
|
1197
1223
|
isPositive: () => boolean;
|
|
1224
|
+
isSafeInteger: () => boolean;
|
|
1198
1225
|
isZero: () => boolean;
|
|
1199
1226
|
eqz: () => boolean;
|
|
1200
|
-
lessThan: (other:
|
|
1201
|
-
lt: (other:
|
|
1202
|
-
lessThanOrEqual: (other:
|
|
1203
|
-
lte: (other:
|
|
1204
|
-
le: (other:
|
|
1205
|
-
modulo: (other:
|
|
1206
|
-
mod: (other:
|
|
1207
|
-
rem: (other:
|
|
1208
|
-
multiply: (multiplier:
|
|
1209
|
-
mul: (multiplier:
|
|
1227
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1228
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1229
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1230
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1231
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1232
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1233
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1234
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1235
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1236
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1210
1237
|
negate: () => Long;
|
|
1211
1238
|
neg: () => Long;
|
|
1212
1239
|
not: () => Long;
|
|
@@ -1214,10 +1241,10 @@ export declare const BoxInfo: {
|
|
|
1214
1241
|
clz: () => number;
|
|
1215
1242
|
countTrailingZeros: () => number;
|
|
1216
1243
|
ctz: () => number;
|
|
1217
|
-
notEquals: (other:
|
|
1218
|
-
neq: (other:
|
|
1219
|
-
ne: (other:
|
|
1220
|
-
or: (other:
|
|
1244
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1245
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1246
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1247
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1221
1248
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1222
1249
|
shl: (numBits: number | Long) => Long;
|
|
1223
1250
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1229,8 +1256,9 @@ export declare const BoxInfo: {
|
|
|
1229
1256
|
rotl: (numBits: number | Long) => Long;
|
|
1230
1257
|
rotateRight: (numBits: number | Long) => Long;
|
|
1231
1258
|
rotr: (numBits: number | Long) => Long;
|
|
1232
|
-
subtract: (subtrahend:
|
|
1233
|
-
sub: (subtrahend:
|
|
1259
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1260
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1261
|
+
toBigInt: () => bigint;
|
|
1234
1262
|
toInt: () => number;
|
|
1235
1263
|
toNumber: () => number;
|
|
1236
1264
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1239,47 +1267,48 @@ export declare const BoxInfo: {
|
|
|
1239
1267
|
toSigned: () => Long;
|
|
1240
1268
|
toString: (radix?: number) => string;
|
|
1241
1269
|
toUnsigned: () => Long;
|
|
1242
|
-
xor: (other:
|
|
1270
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1243
1271
|
} & { [K_17 in Exclude<keyof I_1["memoryFree"], keyof Long>]: never; });
|
|
1244
1272
|
memoryType?: string;
|
|
1245
1273
|
memorySpeed?: string | number | (Long & {
|
|
1246
1274
|
high: number;
|
|
1247
1275
|
low: number;
|
|
1248
1276
|
unsigned: boolean;
|
|
1249
|
-
add: (addend:
|
|
1250
|
-
and: (other:
|
|
1251
|
-
compare: (other:
|
|
1252
|
-
comp: (other:
|
|
1253
|
-
divide: (divisor:
|
|
1254
|
-
div: (divisor:
|
|
1255
|
-
equals: (other:
|
|
1256
|
-
eq: (other:
|
|
1277
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1278
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1279
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1280
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1281
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1282
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1283
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1284
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1257
1285
|
getHighBits: () => number;
|
|
1258
1286
|
getHighBitsUnsigned: () => number;
|
|
1259
1287
|
getLowBits: () => number;
|
|
1260
1288
|
getLowBitsUnsigned: () => number;
|
|
1261
1289
|
getNumBitsAbs: () => number;
|
|
1262
|
-
greaterThan: (other:
|
|
1263
|
-
gt: (other:
|
|
1264
|
-
greaterThanOrEqual: (other:
|
|
1265
|
-
gte: (other:
|
|
1266
|
-
ge: (other:
|
|
1290
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1291
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1292
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1293
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1294
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1267
1295
|
isEven: () => boolean;
|
|
1268
1296
|
isNegative: () => boolean;
|
|
1269
1297
|
isOdd: () => boolean;
|
|
1270
1298
|
isPositive: () => boolean;
|
|
1299
|
+
isSafeInteger: () => boolean;
|
|
1271
1300
|
isZero: () => boolean;
|
|
1272
1301
|
eqz: () => boolean;
|
|
1273
|
-
lessThan: (other:
|
|
1274
|
-
lt: (other:
|
|
1275
|
-
lessThanOrEqual: (other:
|
|
1276
|
-
lte: (other:
|
|
1277
|
-
le: (other:
|
|
1278
|
-
modulo: (other:
|
|
1279
|
-
mod: (other:
|
|
1280
|
-
rem: (other:
|
|
1281
|
-
multiply: (multiplier:
|
|
1282
|
-
mul: (multiplier:
|
|
1302
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1303
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1304
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1305
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1306
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1307
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1308
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1309
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1310
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1311
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1283
1312
|
negate: () => Long;
|
|
1284
1313
|
neg: () => Long;
|
|
1285
1314
|
not: () => Long;
|
|
@@ -1287,10 +1316,10 @@ export declare const BoxInfo: {
|
|
|
1287
1316
|
clz: () => number;
|
|
1288
1317
|
countTrailingZeros: () => number;
|
|
1289
1318
|
ctz: () => number;
|
|
1290
|
-
notEquals: (other:
|
|
1291
|
-
neq: (other:
|
|
1292
|
-
ne: (other:
|
|
1293
|
-
or: (other:
|
|
1319
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1320
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1321
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1322
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1294
1323
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1295
1324
|
shl: (numBits: number | Long) => Long;
|
|
1296
1325
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1302,8 +1331,9 @@ export declare const BoxInfo: {
|
|
|
1302
1331
|
rotl: (numBits: number | Long) => Long;
|
|
1303
1332
|
rotateRight: (numBits: number | Long) => Long;
|
|
1304
1333
|
rotr: (numBits: number | Long) => Long;
|
|
1305
|
-
subtract: (subtrahend:
|
|
1306
|
-
sub: (subtrahend:
|
|
1334
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1335
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1336
|
+
toBigInt: () => bigint;
|
|
1307
1337
|
toInt: () => number;
|
|
1308
1338
|
toNumber: () => number;
|
|
1309
1339
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1312,46 +1342,47 @@ export declare const BoxInfo: {
|
|
|
1312
1342
|
toSigned: () => Long;
|
|
1313
1343
|
toString: (radix?: number) => string;
|
|
1314
1344
|
toUnsigned: () => Long;
|
|
1315
|
-
xor: (other:
|
|
1345
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1316
1346
|
} & { [K_18 in Exclude<keyof I_1["memorySpeed"], keyof Long>]: never; });
|
|
1317
1347
|
fanRpm?: string | number | (Long & {
|
|
1318
1348
|
high: number;
|
|
1319
1349
|
low: number;
|
|
1320
1350
|
unsigned: boolean;
|
|
1321
|
-
add: (addend:
|
|
1322
|
-
and: (other:
|
|
1323
|
-
compare: (other:
|
|
1324
|
-
comp: (other:
|
|
1325
|
-
divide: (divisor:
|
|
1326
|
-
div: (divisor:
|
|
1327
|
-
equals: (other:
|
|
1328
|
-
eq: (other:
|
|
1351
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1352
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1353
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1354
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1355
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1356
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1357
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1358
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1329
1359
|
getHighBits: () => number;
|
|
1330
1360
|
getHighBitsUnsigned: () => number;
|
|
1331
1361
|
getLowBits: () => number;
|
|
1332
1362
|
getLowBitsUnsigned: () => number;
|
|
1333
1363
|
getNumBitsAbs: () => number;
|
|
1334
|
-
greaterThan: (other:
|
|
1335
|
-
gt: (other:
|
|
1336
|
-
greaterThanOrEqual: (other:
|
|
1337
|
-
gte: (other:
|
|
1338
|
-
ge: (other:
|
|
1364
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1365
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1366
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1367
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1368
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1339
1369
|
isEven: () => boolean;
|
|
1340
1370
|
isNegative: () => boolean;
|
|
1341
1371
|
isOdd: () => boolean;
|
|
1342
1372
|
isPositive: () => boolean;
|
|
1373
|
+
isSafeInteger: () => boolean;
|
|
1343
1374
|
isZero: () => boolean;
|
|
1344
1375
|
eqz: () => boolean;
|
|
1345
|
-
lessThan: (other:
|
|
1346
|
-
lt: (other:
|
|
1347
|
-
lessThanOrEqual: (other:
|
|
1348
|
-
lte: (other:
|
|
1349
|
-
le: (other:
|
|
1350
|
-
modulo: (other:
|
|
1351
|
-
mod: (other:
|
|
1352
|
-
rem: (other:
|
|
1353
|
-
multiply: (multiplier:
|
|
1354
|
-
mul: (multiplier:
|
|
1376
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1377
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1378
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1379
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1380
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1381
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1382
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1383
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1384
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1385
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1355
1386
|
negate: () => Long;
|
|
1356
1387
|
neg: () => Long;
|
|
1357
1388
|
not: () => Long;
|
|
@@ -1359,10 +1390,10 @@ export declare const BoxInfo: {
|
|
|
1359
1390
|
clz: () => number;
|
|
1360
1391
|
countTrailingZeros: () => number;
|
|
1361
1392
|
ctz: () => number;
|
|
1362
|
-
notEquals: (other:
|
|
1363
|
-
neq: (other:
|
|
1364
|
-
ne: (other:
|
|
1365
|
-
or: (other:
|
|
1393
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1394
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1395
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1396
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1366
1397
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1367
1398
|
shl: (numBits: number | Long) => Long;
|
|
1368
1399
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1374,8 +1405,9 @@ export declare const BoxInfo: {
|
|
|
1374
1405
|
rotl: (numBits: number | Long) => Long;
|
|
1375
1406
|
rotateRight: (numBits: number | Long) => Long;
|
|
1376
1407
|
rotr: (numBits: number | Long) => Long;
|
|
1377
|
-
subtract: (subtrahend:
|
|
1378
|
-
sub: (subtrahend:
|
|
1408
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1409
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1410
|
+
toBigInt: () => bigint;
|
|
1379
1411
|
toInt: () => number;
|
|
1380
1412
|
toNumber: () => number;
|
|
1381
1413
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1384,46 +1416,47 @@ export declare const BoxInfo: {
|
|
|
1384
1416
|
toSigned: () => Long;
|
|
1385
1417
|
toString: (radix?: number) => string;
|
|
1386
1418
|
toUnsigned: () => Long;
|
|
1387
|
-
xor: (other:
|
|
1419
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1388
1420
|
} & { [K_19 in Exclude<keyof I_1["fanRpm"], keyof Long>]: never; });
|
|
1389
1421
|
dataMountpointTotal?: string | number | (Long & {
|
|
1390
1422
|
high: number;
|
|
1391
1423
|
low: number;
|
|
1392
1424
|
unsigned: boolean;
|
|
1393
|
-
add: (addend:
|
|
1394
|
-
and: (other:
|
|
1395
|
-
compare: (other:
|
|
1396
|
-
comp: (other:
|
|
1397
|
-
divide: (divisor:
|
|
1398
|
-
div: (divisor:
|
|
1399
|
-
equals: (other:
|
|
1400
|
-
eq: (other:
|
|
1425
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1426
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1427
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1428
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1429
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1430
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1431
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1432
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1401
1433
|
getHighBits: () => number;
|
|
1402
1434
|
getHighBitsUnsigned: () => number;
|
|
1403
1435
|
getLowBits: () => number;
|
|
1404
1436
|
getLowBitsUnsigned: () => number;
|
|
1405
1437
|
getNumBitsAbs: () => number;
|
|
1406
|
-
greaterThan: (other:
|
|
1407
|
-
gt: (other:
|
|
1408
|
-
greaterThanOrEqual: (other:
|
|
1409
|
-
gte: (other:
|
|
1410
|
-
ge: (other:
|
|
1438
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1439
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1440
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1441
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1442
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1411
1443
|
isEven: () => boolean;
|
|
1412
1444
|
isNegative: () => boolean;
|
|
1413
1445
|
isOdd: () => boolean;
|
|
1414
1446
|
isPositive: () => boolean;
|
|
1447
|
+
isSafeInteger: () => boolean;
|
|
1415
1448
|
isZero: () => boolean;
|
|
1416
1449
|
eqz: () => boolean;
|
|
1417
|
-
lessThan: (other:
|
|
1418
|
-
lt: (other:
|
|
1419
|
-
lessThanOrEqual: (other:
|
|
1420
|
-
lte: (other:
|
|
1421
|
-
le: (other:
|
|
1422
|
-
modulo: (other:
|
|
1423
|
-
mod: (other:
|
|
1424
|
-
rem: (other:
|
|
1425
|
-
multiply: (multiplier:
|
|
1426
|
-
mul: (multiplier:
|
|
1450
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1451
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1452
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1453
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1454
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1455
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1456
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1457
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1458
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1459
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1427
1460
|
negate: () => Long;
|
|
1428
1461
|
neg: () => Long;
|
|
1429
1462
|
not: () => Long;
|
|
@@ -1431,10 +1464,10 @@ export declare const BoxInfo: {
|
|
|
1431
1464
|
clz: () => number;
|
|
1432
1465
|
countTrailingZeros: () => number;
|
|
1433
1466
|
ctz: () => number;
|
|
1434
|
-
notEquals: (other:
|
|
1435
|
-
neq: (other:
|
|
1436
|
-
ne: (other:
|
|
1437
|
-
or: (other:
|
|
1467
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1468
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1469
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1470
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1438
1471
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1439
1472
|
shl: (numBits: number | Long) => Long;
|
|
1440
1473
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1446,8 +1479,9 @@ export declare const BoxInfo: {
|
|
|
1446
1479
|
rotl: (numBits: number | Long) => Long;
|
|
1447
1480
|
rotateRight: (numBits: number | Long) => Long;
|
|
1448
1481
|
rotr: (numBits: number | Long) => Long;
|
|
1449
|
-
subtract: (subtrahend:
|
|
1450
|
-
sub: (subtrahend:
|
|
1482
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1483
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1484
|
+
toBigInt: () => bigint;
|
|
1451
1485
|
toInt: () => number;
|
|
1452
1486
|
toNumber: () => number;
|
|
1453
1487
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1456,46 +1490,47 @@ export declare const BoxInfo: {
|
|
|
1456
1490
|
toSigned: () => Long;
|
|
1457
1491
|
toString: (radix?: number) => string;
|
|
1458
1492
|
toUnsigned: () => Long;
|
|
1459
|
-
xor: (other:
|
|
1493
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1460
1494
|
} & { [K_20 in Exclude<keyof I_1["dataMountpointTotal"], keyof Long>]: never; });
|
|
1461
1495
|
dataMountpointUsed?: string | number | (Long & {
|
|
1462
1496
|
high: number;
|
|
1463
1497
|
low: number;
|
|
1464
1498
|
unsigned: boolean;
|
|
1465
|
-
add: (addend:
|
|
1466
|
-
and: (other:
|
|
1467
|
-
compare: (other:
|
|
1468
|
-
comp: (other:
|
|
1469
|
-
divide: (divisor:
|
|
1470
|
-
div: (divisor:
|
|
1471
|
-
equals: (other:
|
|
1472
|
-
eq: (other:
|
|
1499
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1500
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1501
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1502
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1503
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1504
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1505
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1506
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1473
1507
|
getHighBits: () => number;
|
|
1474
1508
|
getHighBitsUnsigned: () => number;
|
|
1475
1509
|
getLowBits: () => number;
|
|
1476
1510
|
getLowBitsUnsigned: () => number;
|
|
1477
1511
|
getNumBitsAbs: () => number;
|
|
1478
|
-
greaterThan: (other:
|
|
1479
|
-
gt: (other:
|
|
1480
|
-
greaterThanOrEqual: (other:
|
|
1481
|
-
gte: (other:
|
|
1482
|
-
ge: (other:
|
|
1512
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1513
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1514
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1515
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1516
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1483
1517
|
isEven: () => boolean;
|
|
1484
1518
|
isNegative: () => boolean;
|
|
1485
1519
|
isOdd: () => boolean;
|
|
1486
1520
|
isPositive: () => boolean;
|
|
1521
|
+
isSafeInteger: () => boolean;
|
|
1487
1522
|
isZero: () => boolean;
|
|
1488
1523
|
eqz: () => boolean;
|
|
1489
|
-
lessThan: (other:
|
|
1490
|
-
lt: (other:
|
|
1491
|
-
lessThanOrEqual: (other:
|
|
1492
|
-
lte: (other:
|
|
1493
|
-
le: (other:
|
|
1494
|
-
modulo: (other:
|
|
1495
|
-
mod: (other:
|
|
1496
|
-
rem: (other:
|
|
1497
|
-
multiply: (multiplier:
|
|
1498
|
-
mul: (multiplier:
|
|
1524
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1525
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1526
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1527
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1528
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1529
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1530
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1531
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1532
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1533
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1499
1534
|
negate: () => Long;
|
|
1500
1535
|
neg: () => Long;
|
|
1501
1536
|
not: () => Long;
|
|
@@ -1503,10 +1538,10 @@ export declare const BoxInfo: {
|
|
|
1503
1538
|
clz: () => number;
|
|
1504
1539
|
countTrailingZeros: () => number;
|
|
1505
1540
|
ctz: () => number;
|
|
1506
|
-
notEquals: (other:
|
|
1507
|
-
neq: (other:
|
|
1508
|
-
ne: (other:
|
|
1509
|
-
or: (other:
|
|
1541
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1542
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1543
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1544
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1510
1545
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1511
1546
|
shl: (numBits: number | Long) => Long;
|
|
1512
1547
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1518,8 +1553,9 @@ export declare const BoxInfo: {
|
|
|
1518
1553
|
rotl: (numBits: number | Long) => Long;
|
|
1519
1554
|
rotateRight: (numBits: number | Long) => Long;
|
|
1520
1555
|
rotr: (numBits: number | Long) => Long;
|
|
1521
|
-
subtract: (subtrahend:
|
|
1522
|
-
sub: (subtrahend:
|
|
1556
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1557
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1558
|
+
toBigInt: () => bigint;
|
|
1523
1559
|
toInt: () => number;
|
|
1524
1560
|
toNumber: () => number;
|
|
1525
1561
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1528,46 +1564,47 @@ export declare const BoxInfo: {
|
|
|
1528
1564
|
toSigned: () => Long;
|
|
1529
1565
|
toString: (radix?: number) => string;
|
|
1530
1566
|
toUnsigned: () => Long;
|
|
1531
|
-
xor: (other:
|
|
1567
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1532
1568
|
} & { [K_21 in Exclude<keyof I_1["dataMountpointUsed"], keyof Long>]: never; });
|
|
1533
1569
|
disksReadBytes?: string | number | (Long & {
|
|
1534
1570
|
high: number;
|
|
1535
1571
|
low: number;
|
|
1536
1572
|
unsigned: boolean;
|
|
1537
|
-
add: (addend:
|
|
1538
|
-
and: (other:
|
|
1539
|
-
compare: (other:
|
|
1540
|
-
comp: (other:
|
|
1541
|
-
divide: (divisor:
|
|
1542
|
-
div: (divisor:
|
|
1543
|
-
equals: (other:
|
|
1544
|
-
eq: (other:
|
|
1573
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1574
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1575
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1576
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1577
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1578
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1579
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1580
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1545
1581
|
getHighBits: () => number;
|
|
1546
1582
|
getHighBitsUnsigned: () => number;
|
|
1547
1583
|
getLowBits: () => number;
|
|
1548
1584
|
getLowBitsUnsigned: () => number;
|
|
1549
1585
|
getNumBitsAbs: () => number;
|
|
1550
|
-
greaterThan: (other:
|
|
1551
|
-
gt: (other:
|
|
1552
|
-
greaterThanOrEqual: (other:
|
|
1553
|
-
gte: (other:
|
|
1554
|
-
ge: (other:
|
|
1586
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1587
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1588
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1589
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1590
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1555
1591
|
isEven: () => boolean;
|
|
1556
1592
|
isNegative: () => boolean;
|
|
1557
1593
|
isOdd: () => boolean;
|
|
1558
1594
|
isPositive: () => boolean;
|
|
1595
|
+
isSafeInteger: () => boolean;
|
|
1559
1596
|
isZero: () => boolean;
|
|
1560
1597
|
eqz: () => boolean;
|
|
1561
|
-
lessThan: (other:
|
|
1562
|
-
lt: (other:
|
|
1563
|
-
lessThanOrEqual: (other:
|
|
1564
|
-
lte: (other:
|
|
1565
|
-
le: (other:
|
|
1566
|
-
modulo: (other:
|
|
1567
|
-
mod: (other:
|
|
1568
|
-
rem: (other:
|
|
1569
|
-
multiply: (multiplier:
|
|
1570
|
-
mul: (multiplier:
|
|
1598
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1599
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1600
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1601
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1602
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1603
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1604
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1605
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1606
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1607
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1571
1608
|
negate: () => Long;
|
|
1572
1609
|
neg: () => Long;
|
|
1573
1610
|
not: () => Long;
|
|
@@ -1575,10 +1612,10 @@ export declare const BoxInfo: {
|
|
|
1575
1612
|
clz: () => number;
|
|
1576
1613
|
countTrailingZeros: () => number;
|
|
1577
1614
|
ctz: () => number;
|
|
1578
|
-
notEquals: (other:
|
|
1579
|
-
neq: (other:
|
|
1580
|
-
ne: (other:
|
|
1581
|
-
or: (other:
|
|
1615
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1616
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1617
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1618
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1582
1619
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1583
1620
|
shl: (numBits: number | Long) => Long;
|
|
1584
1621
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1590,8 +1627,9 @@ export declare const BoxInfo: {
|
|
|
1590
1627
|
rotl: (numBits: number | Long) => Long;
|
|
1591
1628
|
rotateRight: (numBits: number | Long) => Long;
|
|
1592
1629
|
rotr: (numBits: number | Long) => Long;
|
|
1593
|
-
subtract: (subtrahend:
|
|
1594
|
-
sub: (subtrahend:
|
|
1630
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1631
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1632
|
+
toBigInt: () => bigint;
|
|
1595
1633
|
toInt: () => number;
|
|
1596
1634
|
toNumber: () => number;
|
|
1597
1635
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1600,46 +1638,47 @@ export declare const BoxInfo: {
|
|
|
1600
1638
|
toSigned: () => Long;
|
|
1601
1639
|
toString: (radix?: number) => string;
|
|
1602
1640
|
toUnsigned: () => Long;
|
|
1603
|
-
xor: (other:
|
|
1641
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1604
1642
|
} & { [K_22 in Exclude<keyof I_1["disksReadBytes"], keyof Long>]: never; });
|
|
1605
1643
|
disksWriteBytes?: string | number | (Long & {
|
|
1606
1644
|
high: number;
|
|
1607
1645
|
low: number;
|
|
1608
1646
|
unsigned: boolean;
|
|
1609
|
-
add: (addend:
|
|
1610
|
-
and: (other:
|
|
1611
|
-
compare: (other:
|
|
1612
|
-
comp: (other:
|
|
1613
|
-
divide: (divisor:
|
|
1614
|
-
div: (divisor:
|
|
1615
|
-
equals: (other:
|
|
1616
|
-
eq: (other:
|
|
1647
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1648
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1649
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1650
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1651
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1652
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1653
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1654
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1617
1655
|
getHighBits: () => number;
|
|
1618
1656
|
getHighBitsUnsigned: () => number;
|
|
1619
1657
|
getLowBits: () => number;
|
|
1620
1658
|
getLowBitsUnsigned: () => number;
|
|
1621
1659
|
getNumBitsAbs: () => number;
|
|
1622
|
-
greaterThan: (other:
|
|
1623
|
-
gt: (other:
|
|
1624
|
-
greaterThanOrEqual: (other:
|
|
1625
|
-
gte: (other:
|
|
1626
|
-
ge: (other:
|
|
1660
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1661
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1662
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1663
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1664
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1627
1665
|
isEven: () => boolean;
|
|
1628
1666
|
isNegative: () => boolean;
|
|
1629
1667
|
isOdd: () => boolean;
|
|
1630
1668
|
isPositive: () => boolean;
|
|
1669
|
+
isSafeInteger: () => boolean;
|
|
1631
1670
|
isZero: () => boolean;
|
|
1632
1671
|
eqz: () => boolean;
|
|
1633
|
-
lessThan: (other:
|
|
1634
|
-
lt: (other:
|
|
1635
|
-
lessThanOrEqual: (other:
|
|
1636
|
-
lte: (other:
|
|
1637
|
-
le: (other:
|
|
1638
|
-
modulo: (other:
|
|
1639
|
-
mod: (other:
|
|
1640
|
-
rem: (other:
|
|
1641
|
-
multiply: (multiplier:
|
|
1642
|
-
mul: (multiplier:
|
|
1672
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1673
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1674
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1675
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1676
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1677
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1678
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1679
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1680
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1681
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1643
1682
|
negate: () => Long;
|
|
1644
1683
|
neg: () => Long;
|
|
1645
1684
|
not: () => Long;
|
|
@@ -1647,10 +1686,10 @@ export declare const BoxInfo: {
|
|
|
1647
1686
|
clz: () => number;
|
|
1648
1687
|
countTrailingZeros: () => number;
|
|
1649
1688
|
ctz: () => number;
|
|
1650
|
-
notEquals: (other:
|
|
1651
|
-
neq: (other:
|
|
1652
|
-
ne: (other:
|
|
1653
|
-
or: (other:
|
|
1689
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1690
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1691
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1692
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1654
1693
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1655
1694
|
shl: (numBits: number | Long) => Long;
|
|
1656
1695
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1662,8 +1701,9 @@ export declare const BoxInfo: {
|
|
|
1662
1701
|
rotl: (numBits: number | Long) => Long;
|
|
1663
1702
|
rotateRight: (numBits: number | Long) => Long;
|
|
1664
1703
|
rotr: (numBits: number | Long) => Long;
|
|
1665
|
-
subtract: (subtrahend:
|
|
1666
|
-
sub: (subtrahend:
|
|
1704
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1705
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1706
|
+
toBigInt: () => bigint;
|
|
1667
1707
|
toInt: () => number;
|
|
1668
1708
|
toNumber: () => number;
|
|
1669
1709
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1672,7 +1712,7 @@ export declare const BoxInfo: {
|
|
|
1672
1712
|
toSigned: () => Long;
|
|
1673
1713
|
toString: (radix?: number) => string;
|
|
1674
1714
|
toUnsigned: () => Long;
|
|
1675
|
-
xor: (other:
|
|
1715
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1676
1716
|
} & { [K_23 in Exclude<keyof I_1["disksWriteBytes"], keyof Long>]: never; });
|
|
1677
1717
|
fanInfo?: {
|
|
1678
1718
|
status?: {
|