1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-14 19:40:45 +01:00
BlueWallet/typings/globals.d.ts
2024-03-23 15:35:29 +00:00

3 lines
113 B
TypeScript

declare function alert(message: string): void;
declare const navigator: undefined | { product: 'ReactNative' };