mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
isMacAppStore
This commit is contained in:
parent
b747830c5b
commit
783a86fe58
@ -9,6 +9,7 @@ export abstract class PlatformUtilsService {
|
||||
isOpera: () => boolean;
|
||||
isVivaldi: () => boolean;
|
||||
isSafari: () => boolean;
|
||||
isMacAppStore: () => boolean;
|
||||
analyticsId: () => string;
|
||||
getDomain: (uriString: string) => string;
|
||||
isViewOpen: () => boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user