UNPKG
lol-splash
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.4
0.0.3
0.0.0
League of Legends Splash Art API
github.com/B4129/lol-splash
B4129/lol-splash
lol-splash
/
dist
/
index.d.ts
8 lines
(7 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
lol
: {
champion
:
(
name
:
import
(
"./champions"
).
ChampionName
) =>
{
name
:
import
(
"./champions"
).
ChampionName
;
skin
:
(
id
?:
string
|
number
|
undefined
) =>
string
;
images
:
() =>
string
[]; }; };