Skip to content

Commit e33400c

Browse files
committed
[types] improve types
1 parent 4444405 commit e33400c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import whichTypedArray from 'which-typed-array';
1+
import { type TypedArrayName } from 'which-typed-array';
22

33
declare namespace hasTypedArrays {
4-
type TypedArrayName = whichTypedArray.TypedArrayName;
4+
export type { TypedArrayName }
55
}
66

77
declare function hasTypedArrays(): boolean;

0 commit comments

Comments
 (0)