mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-19 08:50:34 +03:00
1
src/enums/ua-parser-enums.d.ts
vendored
1
src/enums/ua-parser-enums.d.ts
vendored
@@ -221,6 +221,7 @@ export const Vendor: Readonly<{
|
||||
ITEL: "itel";
|
||||
JOLLA: "Jolla";
|
||||
KOBO: "Kobo";
|
||||
LAVA: "Lava";
|
||||
LENOVO: "Lenovo";
|
||||
LG: "LG";
|
||||
MEIZU: "Meizu";
|
||||
|
||||
@@ -232,6 +232,7 @@ const Vendor = Object.freeze({
|
||||
ITEL: 'itel',
|
||||
JOLLA: 'Jolla',
|
||||
KOBO: 'Kobo',
|
||||
LAVA: 'Lava',
|
||||
LENOVO: 'Lenovo',
|
||||
LG: 'LG',
|
||||
MEIZU: 'Meizu',
|
||||
|
||||
Reference in New Issue
Block a user