btc-wallet 0.4.7-beta → 0.5.0-beta

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,3 +10,4 @@ export declare function retryOperation<T>(operation: () => Promise<T> | T, shoul
10
10
  delayMs?: number;
11
11
  }): Promise<T>;
12
12
  export declare function toHex(originalString: string): string;
13
+ export declare function isMobile(): boolean;