mirror of
https://github.com/lancedikson/bowser
synced 2025-12-04 21:52:14 +00:00
inital commit
This commit is contained in:
parent
eef8480944
commit
f9b98d8e7f
7
index.d.ts
vendored
7
index.d.ts
vendored
@ -5,13 +5,6 @@
|
|||||||
export = Bowser;
|
export = Bowser;
|
||||||
export as namespace Bowser;
|
export as namespace Bowser;
|
||||||
|
|
||||||
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>;
|
|
||||||
export const ENGINE_MAP: Record<string, string>;
|
|
||||||
export const OS_MAP: Record<string, string>;
|
|
||||||
export const PLATFORMS_MAP: Record<string, string>;
|
|
||||||
|
|
||||||
declare namespace Bowser {
|
declare namespace Bowser {
|
||||||
/**
|
/**
|
||||||
* Creates a Parser instance
|
* Creates a Parser instance
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user