UNPKG

@fragment-dev/node-client

Version:

[Fragment](https://fragment.dev) is the Ledger API for engineers that move money. Stop wrangling payment tables, debugging balance errors and hacking together data pipelines. Start shipping the features that make a difference.

4 lines 186 B
import type AsyncRetry from "async-retry"; export type RetryConfig = AsyncRetry.Options; export declare const DEFAULT_RETRY_CONFIG: RetryConfig; //# sourceMappingURL=retryConfig.d.ts.map