UNPKG

@jrosadob/ms-http-retry

Version:

ms-http-retry

3 lines (2 loc) 118 B
import { HttpService } from '@nestjs/axios'; export declare function HttpRetryProvider(retries: number): HttpService;