1
0
mirror of https://github.com/lancedikson/bowser synced 2025-12-05 06:02:14 +00:00

revert(index.d.ts): rollback default export to = syntax (#570)

This commit is contained in:
Naor Peled 2025-08-23 19:32:29 +03:00 committed by GitHub
parent 3c25806efe
commit 5bfd3e9e6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
index.d.ts vendored
View File

@ -2,7 +2,7 @@
// Project: https://github.com/lancedikson/bowser // Project: https://github.com/lancedikson/bowser
// Definitions by: Alexander P. Cerutti <https://github.com/alexandercerutti>, // Definitions by: Alexander P. Cerutti <https://github.com/alexandercerutti>,
export default Bowser; export = Bowser;
export as namespace Bowser; export as namespace Bowser;
declare namespace Bowser { declare namespace Bowser {