UNPKG

zhonya

Version:

A simple and typed League of Legends API wrapper for Node.js

10 lines (9 loc) 304 B
export type ZhonyaParams = { riotApiKey?: string; regionalRouting?: string; platformRouting?: string; language?: string; }; export declare const DEFAULT_REGIONAL_ROUTING = "americas"; export declare const DEFAULT_PLATFORM_ROUTING = "br1"; export declare const DEFAULT_LANGUAGE = "en_US";