erlc.ts
Version:
Clean and typesafe PRC API client for TypeScript
11 lines • 322 B
TypeScript
/**
* Utility class for handling rate limit retries.
*/
export declare class RateLimiter {
/**
* Waits for the specified retry-after time.
* @param retryAfter - The number of seconds to wait.
*/
static waitForRetryAfter(retryAfter: number): Promise<void>;
}
//# sourceMappingURL=ratelimit.d.ts.map