mirror of
https://github.com/bitwarden/jslib
synced 2025-12-13 06:43:20 +00:00
9 lines
125 B
TypeScript
9 lines
125 B
TypeScript
export enum BrowserType {
|
|
Chrome = 2,
|
|
Firefox = 3,
|
|
Opera = 4,
|
|
Edge = 5,
|
|
Vivaldi = 19,
|
|
Safari = 20,
|
|
}
|