mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-19 16:54:25 +03:00
Add new vendor: Philips
This commit is contained in:
1
src/enums/ua-parser-enums.d.ts
vendored
1
src/enums/ua-parser-enums.d.ts
vendored
@@ -243,6 +243,7 @@ export const Vendor: Readonly<{
|
||||
PALM: "Palm";
|
||||
PANASONIC: "Panasonic";
|
||||
PEBBLE: "Pebble";
|
||||
PHILIPS: "Philips";
|
||||
PICO: "Pico";
|
||||
POLYTRON: "Polytron";
|
||||
REALME: "Realme";
|
||||
|
||||
@@ -254,6 +254,7 @@ const Vendor = Object.freeze({
|
||||
PALM: 'Palm',
|
||||
PANASONIC: 'Panasonic',
|
||||
PEBBLE: 'Pebble',
|
||||
PHILIPS: 'Philips',
|
||||
PICO: 'Pico',
|
||||
POLYTRON: 'Polytron',
|
||||
REALME: 'Realme',
|
||||
|
||||
Reference in New Issue
Block a user