mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export declare class TouchID {
|
|
isAvailable(): void;
|
|
static verifyFingerprint(message: string): void;
|
|
}
|