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.60 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.59 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.58 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.57 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.56 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.55 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.54 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.53 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.52 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.51 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.50 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.49 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.48 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.47 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.46 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.45 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.44 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.43 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.42 node_modules/typed-array-byte-length/index.d.ts
immosquare-cleaner-0.1.41 node_modules/typed-array-byte-length/index.d.ts