UNPKG

134 BTypeScriptView Raw
1import type { AxiosInstance } from './types.js';
2export default function rateLimit(instance: AxiosInstance, maxRetry?: number): void;