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

Version Path
rapid_stack-0.1.1 templates/FrontEnd/node_modules/typed-array-length/index.d.ts
rapid_stack-0.1.0 templates/FrontEnd/node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.62 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.61 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.60 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.59 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.58 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.57 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.56 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.55 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.54 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.53 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.52 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.51 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.50 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.49 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.48 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.47 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.46 node_modules/typed-array-length/index.d.ts
immosquare-cleaner-0.1.45 node_modules/typed-array-length/index.d.ts