UNPKG

@j03fr0st/pubg-ts

Version:

A comprehensive TypeScript wrapper for the PUBG API

10 lines 304 B
export declare class RateLimiter { private requests; private maxRequests; private windowMs; constructor(maxRequests?: number, windowMs?: number); waitForSlot(): Promise<void>; getRemainingRequests(): number; getResetTime(): number; } //# sourceMappingURL=rate-limiter.d.ts.map