UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

9 lines 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class RateLimiter { constructor(config) { this.config = config; } } exports.default = RateLimiter; //# sourceMappingURL=rate-limiter.js.map