Sha256: ffab30bfc474076551036ca4638de739460160cf6c87cd25442a6818644fefcb
Contents?: true
Size: 509 Bytes
Versions: 27
Compression:
Stored size: 509 Bytes
Contents
import type names from 'possible-typed-array-names'; declare function typedArrayLength(value: typedArrayLength.TypedArray): number; declare function typedArrayLength(value: unknown): false; declare namespace typedArrayLength { type TypedArray = | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; type TypedArrayName = typeof names[number]; } export = typedArrayLength;
Version data entries
27 entries across 27 versions & 2 rubygems