1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01: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;