UNPKG

typed-array-byte-length

Version:
10 lines (7 loc) 283 B
import type { TypedArray } from 'is-typed-array'; declare namespace typedArrayByteLength { export type { TypedArray }; } declare function typedArrayByteLength(value: TypedArray): number; declare function typedArrayByteLength(value: unknown): false; export = typedArrayByteLength;