1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

revert: rollback addition of named exports (#591)

This commit is contained in:
Naor Peled
2025-11-29 02:01:44 +02:00
committed by GitHub
parent eef8480944
commit 1df8838756
3 changed files with 1 additions and 75 deletions

7
index.d.ts vendored
View File

@@ -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<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 {
/**
* Creates a Parser instance