8 lines
304 B
TypeScript
8 lines
304 B
TypeScript
import { IExporterTransport } from './exporter-transport';
|
|
/**
|
|
* Creates an Exporter Transport that retries on 'retryable' response.
|
|
*/
|
|
export declare function createRetryingTransport(options: {
|
|
transport: IExporterTransport;
|
|
}): IExporterTransport;
|
|
//# sourceMappingURL=retrying-transport.d.ts.map
|