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
/
fetch
/
skins
/
index.d.ts
5 lines
(4 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
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
[];