Sha256: 36cf50b147cc9e9c77800e66c86fac9e91a0a95ab3791c4f5dbfaf9f7fa910d7

Contents?: true

Size: 385 Bytes

Versions: 23

Compression:

Stored size: 385 Bytes

Contents

type TypedArray =
    | Int8Array
    | Uint8Array
    | Uint8ClampedArray
    | Int16Array
    | Uint16Array
    | Int32Array
    | Uint32Array
    | Float32Array
    | Float64Array
    | BigInt64Array
    | BigUint64Array;

declare function typedArrayByteLength(value: TypedArray): number;
declare function typedArrayByteLength(value: unknown): false;

export = typedArrayByteLength;

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
immosquare-cleaner-0.1.40 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.39 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.38 node_modules/typed-array-byte-length/index.d.ts