UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

6 lines 271 B
import { RetryOptions } from "@atomist/automation-client/lib/util/retry"; /** * Extract Kubernetes errors for doWithRetry. */ export declare function logRetry<T>(f: () => Promise<T>, desc: string, options?: RetryOptions): Promise<T>; //# sourceMappingURL=retry.d.ts.map