1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +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;
isVivaldi: () => boolean;
isSafari: () => boolean;
isMacAppStore: () => boolean;
analyticsId: () => string;
getDomain: (uriString: string) => string;
isViewOpen: () => boolean;