BlueWallet/typings/react-native-passcode-auth.d.ts

5 lines
153 B
TypeScript
Raw Normal View History

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