UNPKG

lol-splash

Version:

League of Legends Splash Art API

5 lines (4 loc) 239 B
import { ChampionName } from '../../champions'; export declare type SkinIdTypes = string | number | undefined; export declare const findBy: (name: ChampionName, id: SkinIdTypes) => string; export declare const findAll: () => string[];