mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
declare module 'react-native-passcode-auth' {
|
|
declare function isSupported(): Promise<boolean>;
|
|
declare function authenticate(): Promise<boolean>;
|
|
}
|