%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/@types/node/ts5.6/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/@types/node/ts5.6/globals.typedarray.d.ts |
export {}; // Make this a module
declare global {
namespace NodeJS {
type TypedArray =
| Uint8Array
| Uint8ClampedArray
| Uint16Array
| Uint32Array
| Int8Array
| Int16Array
| Int32Array
| BigUint64Array
| BigInt64Array
| Float32Array
| Float64Array;
type ArrayBufferView = TypedArray | DataView;
}
}