mirror of
https://github.com/lancedikson/bowser
synced 2026-09-20 18:36:44 +00:00
Merge pull request #382 from DarkPurple141/types-update
fix: update types to include constants in types.d.ts
This commit is contained in:
@@ -74,4 +74,10 @@ class Bowser {
|
||||
}
|
||||
}
|
||||
|
||||
export {
|
||||
BROWSER_MAP,
|
||||
ENGINE_MAP,
|
||||
OS_MAP,
|
||||
PLATFORMS_MAP,
|
||||
} from './constants.js';
|
||||
export default Bowser;
|
||||
|
||||
Reference in New Issue
Block a user