UNPKG

contentful-sdk-core

Version:
3 lines (2 loc) 134 B
import type { AxiosInstance } from './types.js'; export default function rateLimit(instance: AxiosInstance, maxRetry?: number): void;