Skip to content

Commit 5bfd3e9

Browse files
authored
revert(index.d.ts): rollback default export to = syntax (#570)
1 parent 3c25806 commit 5bfd3e9

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
@@ -2,7 +2,7 @@
22
// Project: https://github.com/lancedikson/bowser
33
// Definitions by: Alexander P. Cerutti <https://github.com/alexandercerutti>,
44

5-
export default Bowser;
5+
export = Bowser;
66
export as namespace Bowser;
77

88
declare namespace Bowser {

0 commit comments

Comments
 (0)