From f9b98d8e7fe3c18411eeca26342a1f71adf31acc Mon Sep 17 00:00:00 2001 From: naorpeled Date: Sat, 29 Nov 2025 01:45:44 +0200 Subject: [PATCH] inital commit --- index.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.d.ts b/index.d.ts index b78ae12..e4b7e41 100644 --- a/index.d.ts +++ b/index.d.ts @@ -5,13 +5,6 @@ export = 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; -export const ENGINE_MAP: Record; -export const OS_MAP: Record; -export const PLATFORMS_MAP: Record; - declare namespace Bowser { /** * Creates a Parser instance