UNPKG

zhonya

Version:

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

9 lines (8 loc) 276 B
import { ZhonyaParams } from "../../config"; import { FreeWeekDto } from "./types"; export declare class FreeWeekService { private readonly httpClient; private readonly config; constructor(config: ZhonyaParams); getFreeWeekChampions(): Promise<FreeWeekDto>; }