We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713940c commit 2fcf3e8Copy full SHA for 2fcf3e8
index.d.ts
@@ -1,7 +1,7 @@
1
import type { TypedArray } from 'is-typed-array';
2
3
declare namespace typedArrayByteLength {
4
- export { TypedArray };
+ export type { TypedArray };
5
}
6
7
declare function typedArrayByteLength(value: TypedArray): number;
0 commit comments