UNPKG

zhonya

Version:

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

8 lines (7 loc) 256 B
import { ZhonyaParams } from "../../config"; export declare class PuuidService { private readonly httpClient; private readonly config; constructor(config: ZhonyaParams); getByName(summonerName: string, tagLine?: string): Promise<string>; }