mirror of
https://github.com/lancedikson/bowser
synced 2025-12-04 21:52:14 +00:00
revert(index.d.ts): rollback default export to = syntax (#570)
This commit is contained in:
parent
3c25806efe
commit
5bfd3e9e6c
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/lancedikson/bowser
|
||||
// Definitions by: Alexander P. Cerutti <https://github.com/alexandercerutti>,
|
||||
|
||||
export default Bowser;
|
||||
export = Bowser;
|
||||
export as namespace Bowser;
|
||||
|
||||
declare namespace Bowser {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user