UNPKG

@flatfile/safe-api

Version:

Flatfile Safe API client with streaming capabilities

9 lines (8 loc) 249 B
export declare class RateLimitManager { private static instance; private config; private constructor(); static getInstance(): RateLimitManager; shouldRetry(status: number): boolean; getRetryDelay(headers: Headers): number; }