Skip to content

Commit

Permalink
[types] improve types
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 17, 2024
1 parent 4444405 commit 9cd3992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import whichTypedArray from 'which-typed-array';
import { type TypedArrayName } from 'which-typed-array';

declare namespace hasTypedArrays {
type TypedArrayName = whichTypedArray.TypedArrayName;
export { TypedArrayName }
}

declare function hasTypedArrays(): boolean;
Expand Down

0 comments on commit 9cd3992

Please sign in to comment.