Skip to content

Commit 2fcf3e8

Browse files
committed
[types] oops, this is a type export, not a value export
1 parent 713940c commit 2fcf3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { TypedArray } from 'is-typed-array';
22

33
declare namespace typedArrayByteLength {
4-
export { TypedArray };
4+
export type { TypedArray };
55
}
66

77
declare function typedArrayByteLength(value: TypedArray): number;

0 commit comments

Comments
 (0)