UNPKG

lol-splash

Version:

League of Legends Splash Art API

7 lines 237 B
import { findBy, findAll } from '../fetch/skins'; export var champion = function (name) { return ({ name: name, skin: function (id) { return findBy(name, id); }, images: findAll, }); }; //# sourceMappingURL=index.js.map