UNPKG

riotg.api

Version:

<a href="https://www.npmjs.com/package/riotg.api"> <img src="https://img.shields.io/static/v1?label=npm&message=riotg.api&color=red&style=for-the-badge&logo=NPM" /> </a>

9 lines (8 loc) 215 B
import { IRiotClient } from "./interfaces"; import { Lol } from "./lol"; export declare class RiotClient { private apiKey; private region; constructor({ apiKey, region }: IRiotClient); lol(): Lol; }