mirror of
https://github.com/lancedikson/bowser
synced 2025-12-04 21:52:14 +00:00
cleanup
This commit is contained in:
parent
da80f755ce
commit
6aa09e90b0
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -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<string, string>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user