UNPKG

galeforce-tmp-sea

Version:

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

24 lines 572 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const defaultConfig = { 'riot-api': { key: undefined, }, 'rate-limit': { type: 'bottleneck', cache: { type: 'internal', 'key-id': 'galeforce', uri: undefined, }, options: { intervals: {}, 'max-concurrent': null, 'min-time': 0, 'retry-count-after-429': 3, }, }, debug: [], }; exports.default = defaultConfig; //# sourceMappingURL=default.js.map