mirror of
https://github.com/bitwarden/jslib
synced 2025-12-15 15:53:51 +00:00
isDev method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user