UNPKG

steamcommunity-inventory

Version:

A rate limit and response handler for steamcommunity inventories. - It's functional. - Will appreciate all feedback I can get

8 lines 327 B
import { Inventory } from '../Inventory'; /** * Checks based on input if we would need to follow rate limit. * @param {Inventory} inventory instance * @param {boolean} */ export declare function isRateLimited<T>(inventory: Inventory<T>, steamID: string): string | boolean; //# sourceMappingURL=isRateLimited.d.ts.map