mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
isMacAppStore
This commit is contained in:
@@ -9,6 +9,7 @@ export abstract class PlatformUtilsService {
|
||||
isOpera: () => boolean;
|
||||
isVivaldi: () => boolean;
|
||||
isSafari: () => boolean;
|
||||
isMacAppStore: () => boolean;
|
||||
analyticsId: () => string;
|
||||
getDomain: (uriString: string) => string;
|
||||
isViewOpen: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user