1
0
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:
Chad Scharf
2020-07-31 19:42:13 -04:00
parent fe167beda9
commit b2fbc475c7
4 changed files with 79 additions and 122 deletions

View File

@@ -1,4 +1,5 @@
export abstract class BiometricMain {
isError: boolean;
init: () => Promise<void>;
supportsBiometric: () => Promise<boolean>;
requestCreate: () => Promise<boolean>;