Skip to content

Commit

Permalink
Correctly set type of parameter of setInvalidatedByBiometricEnrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
thabemmz committed Jul 2, 2019
1 parent 06bfb79 commit 80dfd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ export declare function isSensorAvailable(): Promise<
export declare function isHardwareDetected(): Promise<boolean>;
export declare function hasEnrolledFingerprints(): Promise<boolean>;
export declare function cancelFingerprintAuth(): void;
export declare function setInvalidatedByBiometricEnrollment(boolean): void;
export declare function setInvalidatedByBiometricEnrollment(set: boolean): void;

0 comments on commit 80dfd1d

Please sign in to comment.