mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
isDev method
This commit is contained in:
@@ -18,4 +18,5 @@ export abstract class PlatformUtilsService {
|
|||||||
supportsU2f: (win: Window) => boolean;
|
supportsU2f: (win: Window) => boolean;
|
||||||
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
||||||
type?: string) => Promise<boolean>;
|
type?: string) => Promise<boolean>;
|
||||||
|
isDev: () => boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user