Get Summoner Name
getSummonerName(string)
Or getSummonerName([array])
Get the summoner name of the given summoner ID or list(array) of up to 40 summoner IDs.
lol.getSummonerName('48641392').then((result) => {
console.log(result);
});
{"48641392": "SHP CoraSan"}