We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bfb79 commit 80dfd1dCopy full SHA for 80dfd1d
index.d.ts
@@ -62,4 +62,4 @@ export declare function isSensorAvailable(): Promise<
62
export declare function isHardwareDetected(): Promise<boolean>;
63
export declare function hasEnrolledFingerprints(): Promise<boolean>;
64
export declare function cancelFingerprintAuth(): void;
65
-export declare function setInvalidatedByBiometricEnrollment(boolean): void;
+export declare function setInvalidatedByBiometricEnrollment(set: boolean): void;
0 commit comments