UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 356 B
import type { ConcurrencyLimitRule, ThrottleLimitRule } from './types'; export declare function setHttpRateLimits(concurrencyRules?: ConcurrencyLimitRule[], throttleRules?: ThrottleLimitRule[]): void; export declare function getConcurrentRequestsLimit(url: string): number | null; export declare function getThrottleIntervalMs(url: string): number | null;