BlueWallet/typings/react-native-passcode-auth.d.ts
2024-02-11 15:02:31 +00:00

5 lines
153 B
TypeScript

declare module 'react-native-passcode-auth' {
declare function isSupported(): Promise<boolean>;
declare function authenticate(): Promise<boolean>;
}