UNPKG

@fruitsjs/util

Version:

Useful utilities and tools for building Fruits Eco-Blockchain applications

3 lines (2 loc) 122 B
import { AsyncRetryArgs } from './typings'; export declare function asyncRetry<T>(args: AsyncRetryArgs<T>): Promise<T>;