Welcome to mirror list, hosted at ThFree Co, Russian Federation.

globals.d.ts « typings - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d849b28b66ba07ed80e6a0c0132f933555575d0 (plain)
1
declare type TypedArray = Uint16Array | Uint32Array | Uint8Array | Uint8ClampedArray | Int16Array | Int32Array | Int8Array | BigInt64Array | Float32Array | Float64Array | BigUint64Array;