UNPKG

@capgo/capacitor-native-biometric

Version:

This plugin gives access to the native biometric apis for android and iOS

5 lines (4 loc) 173 B
import type { NativeBiometricPlugin } from "./definitions"; declare const NativeBiometric: NativeBiometricPlugin; export * from "./definitions"; export { NativeBiometric };