1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

Merge pull request #138 from bitwarden/fix/desktop/495-try-catch-require-nodert

try catch nodeRT module via require
This commit is contained in:
Chad Scharf
2020-08-01 16:28:41 -04:00
committed by GitHub
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>;