/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
@types
/
node
/
/home/techb158/balavpn.abdallabala.com/node_modules/@types/node
mkdir
upload
Name
Size
Mode
Actions
assert/
-
0777
rm
dns/
-
0777
rm
fs/
-
0777
rm
inspector/
-
0777
rm
path/
-
0777
rm
readline/
-
0777
rm
stream/
-
0777
rm
test/
-
0777
rm
timers/
-
0777
rm
ts5.6/
-
0777
rm
ts5.7/
-
0777
rm
util/
-
0777
rm
web-globals/
-
0777
rm
zlib/
-
0777
rm
assert.d.ts
42891
0666
edit
dl
rm
async_hooks.d.ts
29929
0666
edit
dl
rm
buffer.buffer.d.ts
22604
0666
edit
dl
rm
buffer.d.ts
81152
0666
edit
dl
rm
child_process.d.ts
59930
0666
edit
dl
rm
cluster.d.ts
19527
0666
edit
dl
rm
console.d.ts
4250
0666
edit
dl
rm
constants.d.ts
491
0666
edit
dl
rm
crypto.d.ts
168455
0666
edit
dl
rm
dgram.d.ts
24921
0666
edit
dl
rm
diagnostics_channel.d.ts
34577
0666
edit
dl
rm
dns.d.ts
34348
0666
edit
dl
rm
domain.d.ts
6597
0666
edit
dl
rm
events.d.ts
47375
0666
edit
dl
rm
ffi.d.ts
20013
0666
edit
dl
rm
fs.d.ts
201283
0666
edit
dl
rm
globals.d.ts
5084
0666
edit
dl
rm
globals.typedarray.d.ts
4864
0666
edit
dl
rm
http.d.ts
96833
0666
edit
dl
rm
http2.d.ts
119039
0666
edit
dl
rm
https.d.ts
16812
0666
edit
dl
rm
index.d.ts
5019
0666
edit
dl
rm
inspector.d.ts
12198
0666
edit
dl
rm
inspector.generated.d.ts
228362
0666
edit
dl
rm
LICENSE
1141
0666
edit
dl
rm
module.d.ts
32983
0666
edit
dl
rm
net.d.ts
43748
0666
edit
dl
rm
os.d.ts
19193
0666
edit
dl
rm
package.json
4508
0666
edit
dl
rm
path.d.ts
7639
0666
edit
dl
rm
perf_hooks.d.ts
22973
0666
edit
dl
rm
process.d.ts
112070
0666
edit
dl
rm
punycode.d.ts
3780
0666
edit
dl
rm
querystring.d.ts
6642
0666
edit
dl
rm
quic.d.ts
33850
0666
edit
dl
rm
readline.d.ts
21216
0666
edit
dl
rm
README.md
1582
0666
edit
dl
rm
repl.d.ts
19023
0666
edit
dl
rm
sea.d.ts
2045
0666
edit
dl
rm
sqlite.d.ts
54652
0666
edit
dl
rm
stream.d.ts
90588
0666
edit
dl
rm
string_decoder.d.ts
1318
0666
edit
dl
rm
test.d.ts
111992
0666
edit
dl
rm
timers.d.ts
7351
0666
edit
dl
rm
tls.d.ts
58012
0666
edit
dl
rm
trace_events.d.ts
3842
0666
edit
dl
rm
tty.d.ts
11152
0666
edit
dl
rm
url.d.ts
25457
0666
edit
dl
rm
util.d.ts
65409
0666
edit
dl
rm
v8.d.ts
42920
0666
edit
dl
rm
vm.d.ts
53143
0666
edit
dl
rm
wasi.d.ts
6250
0666
edit
dl
rm
worker_threads.d.ts
29736
0666
edit
dl
rm
zlib.d.ts
22874
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/node_modules/@types/node/globals.typedarray.d.ts
(4864B)
export {}; // Make this a module declare global { namespace NodeJS { type TypedArray<TArrayBuffer extends ArrayBufferLike = ArrayBufferLike> = | Uint8Array<TArrayBuffer> | Uint8ClampedArray<TArrayBuffer> | Uint16Array<TArrayBuffer> | Uint32Array<TArrayBuffer> | Int8Array<TArrayBuffer> | Int16Array<TArrayBuffer> | Int32Array<TArrayBuffer> | BigUint64Array<TArrayBuffer> | BigInt64Array<TArrayBuffer> | Float16Array<TArrayBuffer> | Float32Array<TArrayBuffer> | Float64Array<TArrayBuffer>; type ArrayBufferView<TArrayBuffer extends ArrayBufferLike = ArrayBufferLike> = | TypedArray<TArrayBuffer> | DataView<TArrayBuffer>; // The following aliases are required to allow use of non-shared ArrayBufferViews in @types/node // while maintaining compatibility with TS <=5.6. // TODO: remove once @types/node no longer supports TS 5.6, and replace with native types. /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedUint8Array = Uint8Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedUint8ClampedArray = Uint8ClampedArray<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedUint16Array = Uint16Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedUint32Array = Uint32Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedInt8Array = Int8Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedInt16Array = Int16Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedInt32Array = Int32Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedBigUint64Array = BigUint64Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedBigInt64Array = BigInt64Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedFloat16Array = Float16Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedFloat32Array = Float32Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedFloat64Array = Float64Array<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedDataView = DataView<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedTypedArray = TypedArray<ArrayBuffer>; /** * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports * TypeScript versions earlier than 5.7. */ type NonSharedArrayBufferView = ArrayBufferView<ArrayBuffer>; } }
Save
cmd:
run