BlueWallet/typings/globals.d.ts

4 lines
113 B
TypeScript
Raw Normal View History

declare function alert(message: string): void;
2024-03-15 23:05:15 +03:00
declare const navigator: undefined | { product: 'ReactNative' };