TYPESCRIPT index.d.ts
import type { TypedArray } from 'which-typed-array';
declare namespace isTypedArray {
export { TypedArray };
}
declare function isTypedArray(value: unknown): value is isTypedArray.TypedArray;
export = isTypedArray;
import type { TypedArray } from 'which-typed-array';
declare namespace isTypedArray {
export { TypedArray };
}
declare function isTypedArray(value: unknown): value is isTypedArray.TypedArray;
export = isTypedArray;