UNPKG

@near-wallet-selector/wallet-connect

Version:
7 lines (6 loc) 187 B
interface RetryOptions { retries?: number; interval?: number; } export declare const retry: <Value>(func: () => Promise<Value>, opts?: RetryOptions) => Promise<Value>; export {};