UNPKG

@authup/core-http-kit

Version:

Package containing global constants, types & interfaces.

9 lines 274 B
import type { RequestOptions } from 'hapic'; type RetryState = { retryCount: number; }; export declare function getClientRequestRetryState(config: Partial<RequestOptions> & { retry?: Partial<RetryState>; }): RetryState; export {}; //# sourceMappingURL=utils.d.ts.map