1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00
This commit is contained in:
Kyle Spearrin
2018-06-07 23:36:39 -04:00
parent 8211e19db0
commit f40451ecc5
5 changed files with 23 additions and 7 deletions

View File

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