1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

isSelfHost

This commit is contained in:
Kyle Spearrin
2018-06-30 13:51:09 -04:00
parent f5287e29a2
commit 20622db73c
2 changed files with 5 additions and 0 deletions

View File

@@ -25,5 +25,6 @@ export abstract class PlatformUtilsService {
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
type?: string) => Promise<boolean>;
isDev: () => boolean;
isSelfHost: () => boolean;
copyToClipboard: (text: string, options?: any) => void;
}