mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-19 16:54:25 +03:00
1
src/enums/ua-parser-enums.d.ts
vendored
1
src/enums/ua-parser-enums.d.ts
vendored
@@ -154,6 +154,7 @@ export const Browser: Readonly<{
|
||||
WHALE: "Whale";
|
||||
WOLVIC: "Wolvic";
|
||||
YANDEX: "Yandex";
|
||||
ZALO: "Zalo";
|
||||
}>;
|
||||
export const BrowserType: Readonly<{
|
||||
CRAWLER: "crawler";
|
||||
|
||||
@@ -158,7 +158,8 @@ const Browser = Object.freeze({
|
||||
WEIBO: 'Weibo',
|
||||
WHALE: 'Whale',
|
||||
WOLVIC: 'Wolvic',
|
||||
YANDEX: 'Yandex'
|
||||
YANDEX: 'Yandex',
|
||||
ZALO: 'Zalo'
|
||||
|
||||
// TODO : test!
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user