UNPKG

capacitor-biometric-authentication

Version:

Framework-agnostic biometric authentication library. Works with React, Vue, Angular, or vanilla JS. No providers required!

15 lines 582 B
/** * Unified type definitions for capacitor-biometric-authentication * * This is the canonical source for all types. Other type files * (definitions.ts, core/types.ts) re-export from here for backward compatibility. */ // Error types export { BiometricErrorCode, BiometricUnavailableReason, errorCodeMapping, normalizeErrorCode, } from './errors'; // Result types export { BiometryType, } from './results'; // Adapter types export { FallbackMethod, } from './adapters'; // Platform types export { getPlatformCapabilities, } from './platform'; //# sourceMappingURL=index.js.map