diff --git a/index.d.ts b/index.d.ts index 096416b..8be40ad 100644 --- a/index.d.ts +++ b/index.d.ts @@ -5,7 +5,6 @@ export default Bowser; export as namespace Bowser; -// Named exports for tree shaking support export function getParser(UA: string, skipParsing?: boolean): Bowser.Parser.Parser; export function parse(UA: string): Bowser.Parser.ParsedResult; export const BROWSER_MAP: Record;