1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

isMacAppStore

This commit is contained in:
Kyle Spearrin
2018-02-26 23:32:06 -05:00
parent b747830c5b
commit 783a86fe58

View File

@@ -9,6 +9,7 @@ export abstract class PlatformUtilsService {
isOpera: () => boolean; isOpera: () => boolean;
isVivaldi: () => boolean; isVivaldi: () => boolean;
isSafari: () => boolean; isSafari: () => boolean;
isMacAppStore: () => boolean;
analyticsId: () => string; analyticsId: () => string;
getDomain: (uriString: string) => string; getDomain: (uriString: string) => string;
isViewOpen: () => boolean; isViewOpen: () => boolean;