1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

fix: use default export in type definitions (#465)

This commit is contained in:
James Cleveland
2023-11-17 18:49:07 +00:00
committed by GitHub
parent bb8f94efcd
commit 0c7380dbf9

2
index.d.ts vendored
View File

@@ -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 {