1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

isDev method

This commit is contained in:
Kyle Spearrin 2018-02-13 17:23:45 -05:00
parent 56d941a754
commit 61918fbc04

View File

@ -18,4 +18,5 @@ export abstract class PlatformUtilsService {
supportsU2f: (win: Window) => boolean;
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
type?: string) => Promise<boolean>;
isDev: () => boolean;
}