UNPKG

lol-splash

Version:

League of Legends Splash Art API

8 lines (7 loc) 249 B
export declare const lol: { champion: (name: import("./champions").ChampionName) => { name: import("./champions").ChampionName; skin: (id?: string | number | undefined) => string; images: () => string[]; }; };