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

revert: rollback addition of named exports (#591)

This commit is contained in:
Naor Peled
2025-11-29 02:01:44 +02:00
committed by GitHub
parent eef8480944
commit 1df8838756
3 changed files with 1 additions and 75 deletions

View File

@@ -75,9 +75,3 @@ class Bowser {
}
export default Bowser;
export const { getParser } = Bowser;
export const { parse } = Bowser;
export {
BROWSER_MAP, ENGINE_MAP, OS_MAP, PLATFORMS_MAP,
};