mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Revert "Merge pull request #382 from DarkPurple141/types-update"
This reverts commit406e39d2fe, reversing changes made tod238da4906.
This commit is contained in:
8
index.d.ts
vendored
8
index.d.ts
vendored
@@ -22,14 +22,6 @@ declare namespace Bowser {
|
||||
|
||||
function parse(UA: string): Parser.ParsedResult;
|
||||
|
||||
/**
|
||||
* Constants exposed via bowser getters
|
||||
*/
|
||||
const BROWSER_MAP: Record<string, string>;
|
||||
const ENGINE_MAP: Record<string, string>;
|
||||
const OS_MAP: Record<string, string>;
|
||||
const PLATFORMS_MAP: Record<string, string>;
|
||||
|
||||
namespace Parser {
|
||||
interface Parser {
|
||||
constructor(UA: string, skipParsing?: boolean): Parser.Parser;
|
||||
|
||||
Reference in New Issue
Block a user