Skip to content

Commit

Permalink
fix: use default export in type definitions (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
radiosilence authored Nov 17, 2023
1 parent bb8f94e commit 0c7380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/lancedikson/bowser
// Definitions by: Alexander P. Cerutti <https://github.com/alexandercerutti>,

export = Bowser;
export default Bowser;
export as namespace Bowser;

declare namespace Bowser {
Expand Down

0 comments on commit 0c7380d

Please sign in to comment.