mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
isDev method
This commit is contained in:
parent
56d941a754
commit
61918fbc04
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user