UNPKG

@aparajita/capacitor-biometric-auth

Version:

Provides access to the native biometric auth & device security APIs for Capacitor 7+ apps

6 lines (5 loc) 178 B
import { BiometryType } from './definitions.js'; /** * Return a human-readable name for a BiometryType. */ export declare function getBiometryName(type: BiometryType): string;