1
0
mirror of https://github.com/lancedikson/bowser synced 2025-12-05 06:02:14 +00:00
This commit is contained in:
naorpeled 2025-11-22 15:12:27 +02:00
parent da80f755ce
commit 6aa09e90b0

1
index.d.ts vendored
View File

@ -5,7 +5,6 @@
export default Bowser; export default Bowser;
export as namespace Bowser; export as namespace Bowser;
// Named exports for tree shaking support
export function getParser(UA: string, skipParsing?: boolean): Bowser.Parser.Parser; export function getParser(UA: string, skipParsing?: boolean): Bowser.Parser.Parser;
export function parse(UA: string): Bowser.Parser.ParsedResult; export function parse(UA: string): Bowser.Parser.ParsedResult;
export const BROWSER_MAP: Record<string, string>; export const BROWSER_MAP: Record<string, string>;