mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
try catch nodeRT module via require
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export abstract class BiometricMain {
|
||||
isError: boolean;
|
||||
init: () => Promise<void>;
|
||||
supportsBiometric: () => Promise<boolean>;
|
||||
requestCreate: () => Promise<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user